diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-01-21 02:12:32 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-01-21 02:12:32 +0000 |
commit | c128d12d010a580a20277ee0c7f7d7f22c877f55 (patch) | |
tree | d793341e74967476d36cebaf497e0acd8600a57d /dev-libs/dbh | |
parent | who let the dogs out (diff) | |
download | historical-c128d12d010a580a20277ee0c7f7d7f22c877f55.tar.gz historical-c128d12d010a580a20277ee0c7f7d7f22c877f55.tar.bz2 historical-c128d12d010a580a20277ee0c7f7d7f22c877f55.zip |
mark stable
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'dev-libs/dbh')
-rw-r--r-- | dev-libs/dbh/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/dbh/dbh-1.0.20.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/dbh/Manifest b/dev-libs/dbh/Manifest index 8c70137e67bd..33b209ba6f1f 100644 --- a/dev-libs/dbh/Manifest +++ b/dev-libs/dbh/Manifest @@ -1,6 +1,6 @@ MD5 7e4375d099140e13eb2eed362a78dafb dbh-1.0.19.ebuild 683 MD5 f6dd5651873b759082059a16ab8261b4 dbh-1.0.14.ebuild 638 -MD5 04a2144313aa09dcaeccf4d0cad38705 dbh-1.0.20.ebuild 629 +MD5 1d4970a482cb3be33eda939dc2a4d6a0 dbh-1.0.20.ebuild 627 MD5 824508faddeb96350782210d02218dc8 dbh-1.0.18.ebuild 679 MD5 b92a545611bf8409d66f61b5ab72be36 dbh-1.0.15.ebuild 661 MD5 3ce1c6e9ff2dee7f7c6f98a9069d530e ChangeLog 1820 diff --git a/dev-libs/dbh/dbh-1.0.20.ebuild b/dev-libs/dbh/dbh-1.0.20.ebuild index e0f8aa4545ea..81cfc0bd986a 100644 --- a/dev-libs/dbh/dbh-1.0.20.ebuild +++ b/dev-libs/dbh/dbh-1.0.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbh/dbh-1.0.20.ebuild,v 1.3 2004/12/17 06:15:08 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbh/dbh-1.0.20.ebuild,v 1.4 2005/01/21 02:12:32 bcowan Exp $ DESCRIPTION="Disk based hashes is a method to create multidimensional binary trees on disk" HOMEPAGE="http://dbh.sourceforge.net" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="QPL" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86" IUSE="" DEPEND="dev-util/pkgconfig" |