diff options
author | Masatomo Nakano <nakano@gentoo.org> | 2003-03-23 15:42:09 +0000 |
---|---|---|
committer | Masatomo Nakano <nakano@gentoo.org> | 2003-03-23 15:42:09 +0000 |
commit | 4c5e6fc145533fc3a840311c486e5eb73ad6e649 (patch) | |
tree | 192ebeae3bde0412c7b44c02ad761aca0282d4ae /dev-db/pgaccess | |
parent | New version that will fix a few problems hopefully (diff) | |
download | historical-4c5e6fc145533fc3a840311c486e5eb73ad6e649.tar.gz historical-4c5e6fc145533fc3a840311c486e5eb73ad6e649.tar.bz2 historical-4c5e6fc145533fc3a840311c486e5eb73ad6e649.zip |
fixed bug. #17668
Diffstat (limited to 'dev-db/pgaccess')
-rw-r--r-- | dev-db/pgaccess/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/pgaccess/pgaccess-0.98.8.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/pgaccess/ChangeLog b/dev-db/pgaccess/ChangeLog index dc2d1cd39432..188e68131614 100644 --- a/dev-db/pgaccess/ChangeLog +++ b/dev-db/pgaccess/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for dev-db/pgaccess # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/ChangeLog,v 1.2 2003/03/18 08:23:42 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/ChangeLog,v 1.3 2003/03/23 15:42:09 nakano Exp $ *pgaccess-0.98.8 (18 Mar 2003) + 24 Mar 2003; Masatomo Nakano <nakano@gentoo.org> pgaccess-0.98.8.ebuild + + Fixed bug. #17668 + 18 Mar 2003; Masatomo Nakano <nakano@gentoo.org> pgaccess-0.98.8.ebuild, files/pgaccess-0.98.8.patch: diff --git a/dev-db/pgaccess/pgaccess-0.98.8.ebuild b/dev-db/pgaccess/pgaccess-0.98.8.ebuild index ec63152228f2..9275223233be 100644 --- a/dev-db/pgaccess/pgaccess-0.98.8.ebuild +++ b/dev-db/pgaccess/pgaccess-0.98.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/pgaccess-0.98.8.ebuild,v 1.3 2003/03/18 09:48:55 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/pgaccess-0.98.8.ebuild,v 1.4 2003/03/23 15:42:09 nakano Exp $ DESCRIPTION="a database frontend for postgresql" HOMEPAGE="http://www.pgaccess.org/" @@ -21,7 +21,6 @@ S=${WORKDIR}/${P} src_compile() { cd ${S} patch -p1 < ${FILESDIR}/${P}.patch || die - make clean || die } src_install() { |