summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-01 00:54:07 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-01 00:54:07 +0000
commit631da0f1c6355fa47655d25967951bdb9f7bdc09 (patch)
tree09be86588d7c184988e5f3d3c5e52e8fe41cb2c7 /dev-libs/botan
parentfix mtools path (diff)
downloadgentoo-2-631da0f1c6355fa47655d25967951bdb9f7bdc09.tar.gz
gentoo-2-631da0f1c6355fa47655d25967951bdb9f7bdc09.tar.bz2
gentoo-2-631da0f1c6355fa47655d25967951bdb9f7bdc09.zip
Change USE=bzlib to USE=bzip2.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs/botan')
-rw-r--r--dev-libs/botan/ChangeLog8
-rw-r--r--dev-libs/botan/botan-1.4.3.ebuild10
-rw-r--r--dev-libs/botan/botan-1.4.4.ebuild10
3 files changed, 16 insertions, 12 deletions
diff --git a/dev-libs/botan/ChangeLog b/dev-libs/botan/ChangeLog
index 3ec1bf417ffc..a7dad1584983 100644
--- a/dev-libs/botan/ChangeLog
+++ b/dev-libs/botan/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/botan
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.4 2004/12/09 14:16:52 gustavoz Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.5 2005/06/01 00:53:16 vapier Exp $
+
+ 01 Jun 2005; Mike Frysinger <vapier@gentoo.org> botan-1.4.3.ebuild,
+ botan-1.4.4.ebuild:
+ Change USE=bzlib to USE=bzip2.
09 Dec 2004; Gustavo Zacarias <gustavoz@gentoo.org> botan-1.4.4.ebuild:
Stable on sparc wrt #71760, fixed the whole sparc mess too
diff --git a/dev-libs/botan/botan-1.4.3.ebuild b/dev-libs/botan/botan-1.4.3.ebuild
index 5c42ffddc43a..c45ee0cbe791 100644
--- a/dev-libs/botan/botan-1.4.3.ebuild
+++ b/dev-libs/botan/botan-1.4.3.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/botan/botan-1.4.3.ebuild,v 1.2 2004/12/04 05:26:22 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.4.3.ebuild,v 1.3 2005/06/01 00:53:16 vapier Exp $
# Comments/fixes to lloyd@randombit.net (author)
@@ -11,13 +11,13 @@ SRC_URI="http://botan.randombit.net/files/Botan-${PV}.tgz"
KEYWORDS="x86"
SLOT="0"
LICENSE="BSD"
-IUSE="bzlib zlib gmp ssl debug"
+IUSE="bzip2 zlib gmp ssl debug"
S="${WORKDIR}/Botan-${PV}"
# FIXME: libstdc++ here?
RDEPEND="virtual/libc
- bzlib? ( >=app-arch/bzip2-1.0.1 )
+ bzip2? ( >=app-arch/bzip2-1.0.1 )
zlib? ( >=sys-libs/zlib-1.1.4 )
gmp? ( >=dev-libs/gmp-4.1.2 )
ssl? ( >=dev-libs/openssl-0.9.7d )"
@@ -31,7 +31,7 @@ src_compile() {
# Modules that should work under any semi-recent Unix
modules="alloc_mmap,es_egd,es_ftw,es_unix,fd_unix,ml_unix,tm_unix,mux_pthr"
- if useq bzlib; then modules="$modules,comp_bzip2"; fi
+ if useq bzip2; then modules="$modules,comp_bzip2"; fi
if use zlib; then modules="$modules,comp_zlib"; fi
if use gmp; then modules="$modules,eng_gmp"; fi
if use ssl; then modules="$modules,eng_ossl"; fi
diff --git a/dev-libs/botan/botan-1.4.4.ebuild b/dev-libs/botan/botan-1.4.4.ebuild
index 12b27f05a50d..fc6a34f8c6e4 100644
--- a/dev-libs/botan/botan-1.4.4.ebuild
+++ b/dev-libs/botan/botan-1.4.4.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/botan/botan-1.4.4.ebuild,v 1.3 2004/12/09 14:16:52 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.4.4.ebuild,v 1.4 2005/06/01 00:53:16 vapier Exp $
# Comments/fixes to lloyd@randombit.net (author)
@@ -13,13 +13,13 @@ SRC_URI="http://botan.randombit.net/files/Botan-${PV}.tgz"
KEYWORDS="x86 ppc sparc"
SLOT="0"
LICENSE="BSD"
-IUSE="bzlib zlib gmp ssl debug"
+IUSE="bzip2 zlib gmp ssl debug"
S="${WORKDIR}/Botan-${PV}"
# FIXME: libstdc++ here?
RDEPEND="virtual/libc
- bzlib? ( >=app-arch/bzip2-1.0.1 )
+ bzip2? ( >=app-arch/bzip2-1.0.1 )
zlib? ( >=sys-libs/zlib-1.1.4 )
gmp? ( >=dev-libs/gmp-4.1.2 )
ssl? ( >=dev-libs/openssl-0.9.7d )"
@@ -39,7 +39,7 @@ src_compile() {
# Modules that should work under any semi-recent Unix
local modules="alloc_mmap,es_egd,es_ftw,es_unix,fd_unix,ml_unix,tm_unix,mux_pthr"
- if useq bzlib; then modules="$modules,comp_bzip2"; fi
+ if useq bzip2; then modules="$modules,comp_bzip2"; fi
if useq zlib; then modules="$modules,comp_zlib"; fi
if useq gmp; then modules="$modules,eng_gmp"; fi
if useq ssl; then modules="$modules,eng_ossl"; fi