diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-02-06 19:53:01 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-02-06 19:53:01 +0000 |
commit | f74ee5f8d728ce7d9afd127e75e52385250a3551 (patch) | |
tree | 31aa694078d48fd896aaca3e6d5fdd8d839db4a9 /dev-libs/dbh | |
parent | forgot openhbci-plugin-ddvcard in openhbci mask (diff) | |
download | historical-f74ee5f8d728ce7d9afd127e75e52385250a3551.tar.gz historical-f74ee5f8d728ce7d9afd127e75e52385250a3551.tar.bz2 historical-f74ee5f8d728ce7d9afd127e75e52385250a3551.zip |
stable amd64
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-libs/dbh')
-rw-r--r-- | dev-libs/dbh/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/dbh/dbh-1.0.24.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/dbh/ChangeLog b/dev-libs/dbh/ChangeLog index f519f45ffd36..ee83ef404830 100644 --- a/dev-libs/dbh/ChangeLog +++ b/dev-libs/dbh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/dbh -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbh/ChangeLog,v 1.30 2005/08/03 22:11:54 kloeri Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbh/ChangeLog,v 1.31 2006/02/06 19:43:26 blubb Exp $ + + 06 Feb 2006; Simon Stelling <blubb@gentoo.org> dbh-1.0.24.ebuild: + stable on amd64 03 Aug 2005; Bryan Ăstergaard <kloeri@gentoo.org> dbh-1.0.24.ebuild: Stable on alpha. diff --git a/dev-libs/dbh/dbh-1.0.24.ebuild b/dev-libs/dbh/dbh-1.0.24.ebuild index d2e862ef5070..3ac841d8a809 100644 --- a/dev-libs/dbh/dbh-1.0.24.ebuild +++ b/dev-libs/dbh/dbh-1.0.24.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbh/dbh-1.0.24.ebuild,v 1.7 2005/08/03 22:11:54 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbh/dbh-1.0.24.ebuild,v 1.8 2006/02/06 19:43:26 blubb 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" |