First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 9823
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: PHP Bugs <php-bugs@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Miguel Revilla Rodríguez <yo@miguelrevilla.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 9823 depends on: Show dependency tree
Show dependency graph
Bug 9823 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-10-28 05:19 0000
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-2.4.2.ebuild,v
1.7 2002/10/28 05:09:34 vapier Exp $

MY_PN=phpPgAdmin
MY_PV="`echo ${PV} | sed -e 's:\.:-:g'`"

S=${WORKDIR}/${MY_PN}
DESCRIPTION="Web-based administration for Postgres database in php"
SRC_URI="mirror://sourceforge/${PN}/${MY_PN}_${MY_PV}.tar.bz2"
HOMEPAGE="http://phppgadmin.sourceforge.net/"
LICENSE="GPL-2"
KEYWORDS="x86 ppc"
SLOT="0"
DEPEND=">=net-www/apache-1.3.24-r1
                >=dev-db/postgresql-7.0.3-r3
                >=dev-php/mod_php-4.1.2-r5"

src_compile() { :; }

src_install () {
        insinto /home/httpd/htdocs/phppgadmin
        doins *.{php,html,js,sh,php-dist}

        insinto /home/httpd/htdocs/phppgadmin/images
        doins images/*.gif

        dodoc BUGS ChangeLog DEVELOPERS Documentation.html INSTALL \
                README TODO
}

pkg_postinst() {
        einfo
        einfo "Make sure you edit /home/httpd/htdocs/phppgadmin/config.inc.php"
        einfo "and/or apply the changes found on"
        einfo "/home/httpd/htdocs/phppgadmin/config.inc.php-dist"
        einfo "if you are updating from an earlier version."
        einfo
}

------- Comment #1 From Masatomo Nakano (RETIRED) 2003-03-01 03:36:40 0000 -------
I added it to portage tree.
Please test.

------- Comment #2 From Martin Holzer (RETIRED) 2003-04-18 18:26:48 0000 -------
further 3.0.0 is in cvs

First Last Prev Next    No search results available      Search page      Enter new bug