diff options
author | 2006-01-07 20:31:01 +0000 | |
---|---|---|
committer | 2006-01-07 20:31:01 +0000 | |
commit | 5d2e10aeb6208ef3b8a0a0fa3e8553b9b82485ca (patch) | |
tree | c279095a43857830fb7c058d825d85518a6f2c6a /dev-libs | |
parent | version bump, finally with python 2.4 support (diff) | |
download | historical-5d2e10aeb6208ef3b8a0a0fa3e8553b9b82485ca.tar.gz historical-5d2e10aeb6208ef3b8a0a0fa3e8553b9b82485ca.tar.bz2 historical-5d2e10aeb6208ef3b8a0a0fa3e8553b9b82485ca.zip |
Stable on ppc Bug #118002
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/botan/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/botan/Manifest | 4 | ||||
-rw-r--r-- | dev-libs/botan/botan-1.4.9.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/botan/ChangeLog b/dev-libs/botan/ChangeLog index 88c3fa3e7289..222754481ad7 100644 --- a/dev-libs/botan/ChangeLog +++ b/dev-libs/botan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/botan # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.13 2006/01/06 22:39:52 fuzzyray Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.14 2006/01/07 20:31:01 nixnut Exp $ + + 07 Jan 2006; <nixnut@gentoo.org> botan-1.4.9.ebuild: + Stable on ppc Bug #118002 06 Jan 2006; Paul Varner <fuzzyray@gentoo.org> botan-1.4.9.ebuild: Stable on x86 Bug #118002 diff --git a/dev-libs/botan/Manifest b/dev-libs/botan/Manifest index 7154f93a471e..26b8b7dce5bf 100644 --- a/dev-libs/botan/Manifest +++ b/dev-libs/botan/Manifest @@ -1,7 +1,7 @@ -MD5 cd6b5639909f8f48bae3f866462dc49a ChangeLog 2476 +MD5 a0281f6723976a53fdefad4cc7e761a2 ChangeLog 2558 MD5 c7ad182eb1036a405d6fdf92cfc0d4d1 botan-1.4.11.ebuild 2466 MD5 043543f19cd858215284f52640cd15ce botan-1.4.4.ebuild 2392 -MD5 bc15b3df189effbc50f5dafcf0379f1c botan-1.4.9.ebuild 2553 +MD5 cc8e69ca2141787b033cbbacac2fac2b botan-1.4.9.ebuild 2550 MD5 2214700974b810ad0c871ae2110ff054 files/botan-1.4.4-gcc34.patch 479 MD5 f997b850a6fbcfc3be36b7d4133b029a files/botan-1.4.9-gcc-4.patch 493 MD5 9105f271f3d69095584cafe41c3131ef files/digest-botan-1.4.11 62 diff --git a/dev-libs/botan/botan-1.4.9.ebuild b/dev-libs/botan/botan-1.4.9.ebuild index bb8a968d0f7a..388fc3208094 100644 --- a/dev-libs/botan/botan-1.4.9.ebuild +++ b/dev-libs/botan/botan-1.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.4.9.ebuild,v 1.4 2006/01/06 22:39:52 fuzzyray Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.4.9.ebuild,v 1.5 2006/01/07 20:31:01 nixnut Exp $ inherit eutils # Comments/fixes to lloyd@randombit.net (author) @@ -9,7 +9,7 @@ DESCRIPTION="A C++ crypto library" HOMEPAGE="http://botan.randombit.net/" SRC_URI="http://botan.randombit.net/files/Botan-${PV}.tgz" -KEYWORDS="~ppc sparc x86" +KEYWORDS="ppc sparc x86" SLOT="0" LICENSE="BSD" IUSE="bzip2 gmp ssl zlib" |