diff options
author | Masatomo Nakano <nakano@gentoo.org> | 2003-06-10 13:21:19 +0000 |
---|---|---|
committer | Masatomo Nakano <nakano@gentoo.org> | 2003-06-10 13:21:19 +0000 |
commit | f46a4646e2dee1455ca00ddace582bb348c66c33 (patch) | |
tree | c5d9a4c163eb23e9d0b3b60a55d434a2e19008f5 /dev-db | |
parent | correct changelog (diff) | |
download | gentoo-2-f46a4646e2dee1455ca00ddace582bb348c66c33.tar.gz gentoo-2-f46a4646e2dee1455ca00ddace582bb348c66c33.tar.bz2 gentoo-2-f46a4646e2dee1455ca00ddace582bb348c66c33.zip |
Marked as stable.
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/ChangeLog | 4 | ||||
-rw-r--r-- | dev-db/postgresql/Manifest | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.3.3.ebuild | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index 1b556751e84f..cea48def1e87 100644 --- a/dev-db/postgresql/ChangeLog +++ b/dev-db/postgresql/ChangeLog @@ -1,8 +1,10 @@ # ChangeLog for dev-db/postgresql # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.58 2003/06/06 20:16:53 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.59 2003/06/10 13:21:09 nakano Exp $ *postgresql-7.3.3 (06 Jun 2003) + 10 Jun 2003; Masatomo Nakano <nakano@gentoo.org> postgresql-7.3.3.ebuild: + Marked as stable. 06 Jun 2003; Masatomo Nakano <nakano@gentoo.org> postgresql-7.3.3.ebuild, files/postgresql.conf, files/postgresql.init: diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest index 7acf75033e23..99eb254d77b3 100644 --- a/dev-db/postgresql/Manifest +++ b/dev-db/postgresql/Manifest @@ -1,7 +1,7 @@ MD5 b74ddef00a98e9d3a9ca05f73def5222 postgresql-7.3.ebuild 5542 -MD5 095840b3d301ed372883bcdec61f71e8 postgresql-7.3.3.ebuild 5956 +MD5 ac18e14653c437b00bb7d77356bd3679 postgresql-7.3.3.ebuild 5952 MD5 2e752de9634e2a5cd5d9f159434d8a89 postgresql-7.3.2.ebuild 5949 -MD5 4c994e81aeb1959c9f6e88169bb97eba ChangeLog 9498 +MD5 64048afc8551006a922a36f223eb2d36 ChangeLog 9594 MD5 bc6938c5fbc47a864dddb0c885f0a6dd files/pgsql 613 MD5 26e2c8e4978d59f58bf13e94bbdc446b files/postgres 851 MD5 7506f28d74e703211fb53ebd246b5791 files/digest-postgresql-7.3.2 70 diff --git a/dev-db/postgresql/postgresql-7.3.3.ebuild b/dev-db/postgresql/postgresql-7.3.3.ebuild index a1867024ddd7..7450243e2048 100644 --- a/dev-db/postgresql/postgresql-7.3.3.ebuild +++ b/dev-db/postgresql/postgresql-7.3.3.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/postgresql/postgresql-7.3.3.ebuild,v 1.1 2003/06/06 20:16:53 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.3.3.ebuild,v 1.2 2003/06/10 13:21:09 nakano Exp $ DESCRIPTION="sophisticated Object-Relational DBMS" SRC_URI="ftp://ftp.postgresql.org/pub/source/v${PV}/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.postgresql.org/" LICENSE="POSTGRESQL" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ppc sparc alpha" IUSE="ssl nls java python tcltk perl libg++ pam readline zlib" filter-flags -ffast-math |