diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-03-01 15:02:35 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-03-01 15:02:35 +0000 |
commit | db6c50e92ff4b4a389be9b3cf391f10c3f0bd7f9 (patch) | |
tree | 32b3c09962d25fefa73b8f59674833d69fb5b8ce /dev-db/firebird | |
parent | Version bump for security bug 82955. (diff) | |
download | historical-db6c50e92ff4b4a389be9b3cf391f10c3f0bd7f9.tar.gz historical-db6c50e92ff4b4a389be9b3cf391f10c3f0bd7f9.tar.bz2 historical-db6c50e92ff4b4a389be9b3cf391f10c3f0bd7f9.zip |
corrected description
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-db/firebird')
-rw-r--r-- | dev-db/firebird/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/firebird/Manifest | 16 | ||||
-rw-r--r-- | dev-db/firebird/firebird-1.5.1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/firebird/firebird-1.5.2.ebuild | 4 |
4 files changed, 12 insertions, 18 deletions
diff --git a/dev-db/firebird/ChangeLog b/dev-db/firebird/ChangeLog index 6cbb423c68fc..2921d692f526 100644 --- a/dev-db/firebird/ChangeLog +++ b/dev-db/firebird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/firebird # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.29 2005/01/06 18:21:54 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.30 2005/03/01 15:02:35 carlo Exp $ + + 01 Mar 2005; Carsten Lohrke <carlo@gentoo.org> firebird-1.5.1.ebuild, + firebird-1.5.2.ebuild: + corrected description, ansi sql 92 -> 99 *firebird-1.5.2 (06 Jan 2005) diff --git a/dev-db/firebird/Manifest b/dev-db/firebird/Manifest index 80bc24247164..d3553eb8eaae 100644 --- a/dev-db/firebird/Manifest +++ b/dev-db/firebird/Manifest @@ -1,9 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 feb7d7b1d16208e60792a0269e34b855 firebird-1.5.1.ebuild 6393 -MD5 5a50781e99baa1dfd33203b356261d84 firebird-1.5.2.ebuild 6316 -MD5 b59e035dcdbee99806d24835ff0f0e1c ChangeLog 4186 +MD5 24f1856f70715bcc37aab72100d49223 firebird-1.5.1.ebuild 6388 +MD5 9b1db4ce30ba32a94b65890e97e62c4c firebird-1.5.2.ebuild 6312 +MD5 2872daf36abd795ea4d2c3ad1a116a6f ChangeLog 4323 MD5 70eaf71c2018b87fe06aed9df3799509 metadata.xml 225 MD5 c5f5e6bae2cae891269931331e69f1ca files/firebird.conf.d 80 MD5 19238be258dea758cf3f082df5ae813a files/firebird.init.d 697 @@ -14,10 +11,3 @@ MD5 5bc644b4558c11069e2a946e029d70bb files/firebird-1.5.1-gcc34.patch 5906 MD5 a71afe7683db444d9647fc136eaeb1c1 files/70firebird 77 MD5 606e690fe61535cc02d7314616e263fb files/digest-firebird-1.5.1 73 MD5 9019505bedbd32c5cec6700c075f3872 files/digest-firebird-1.5.2 73 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFB3YJaZ/iYVBmujdURAuLKAJ0RbGK60Xxbu97hd0pRwgO61B0pNACgy9Be -TniSI3fkT/1CJVjxhIG2a/w= -=Pq8L ------END PGP SIGNATURE----- diff --git a/dev-db/firebird/firebird-1.5.1.ebuild b/dev-db/firebird/firebird-1.5.1.ebuild index 24b6c87fbd6d..a49afb95c0da 100644 --- a/dev-db/firebird/firebird-1.5.1.ebuild +++ b/dev-db/firebird/firebird-1.5.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.1.ebuild,v 1.8 2005/01/01 17:31:48 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.1.ebuild,v 1.9 2005/03/01 15:02:35 carlo Exp $ inherit flag-o-matic eutils extra_ver="4481" -DESCRIPTION="A relational database offering many ANSI SQL-92 features" +DESCRIPTION="A relational database offering many ANSI SQL-99 features" HOMEPAGE="http://firebird.sourceforge.net/" SRC_URI="mirror://sourceforge/firebird/${P}.${extra_ver}.tar.bz2" diff --git a/dev-db/firebird/firebird-1.5.2.ebuild b/dev-db/firebird/firebird-1.5.2.ebuild index 091a7dd57cc0..840ec13633ab 100644 --- a/dev-db/firebird/firebird-1.5.2.ebuild +++ b/dev-db/firebird/firebird-1.5.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.2.ebuild,v 1.1 2005/01/06 18:21:54 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.2.ebuild,v 1.2 2005/03/01 15:02:35 carlo Exp $ inherit flag-o-matic eutils extra_ver="4731" -DESCRIPTION="A relational database offering many ANSI SQL-92 features" +DESCRIPTION="A relational database offering many ANSI SQL-99 features" HOMEPAGE="http://firebird.sourceforge.net/" SRC_URI="mirror://sourceforge/firebird/${P}.${extra_ver}.tar.bz2" |