diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-12-04 05:26:22 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-12-04 05:26:22 +0000 |
commit | b19c55ea1e237608fbde1e8925fde58f8f1533d8 (patch) | |
tree | 4c8b13d749cc39bcd559448abd4c0589a6c819a9 /dev-libs/botan | |
parent | make sure we dont kill our uclibc users ;) (diff) | |
download | historical-b19c55ea1e237608fbde1e8925fde58f8f1533d8.tar.gz historical-b19c55ea1e237608fbde1e8925fde58f8f1533d8.tar.bz2 historical-b19c55ea1e237608fbde1e8925fde58f8f1533d8.zip |
Version bump. Added --dumb-gcc to configure.pl as per bug #71760 (botan-1.4.3). Thanks to Jack Lloyd <lloyd@randombit.net> and genstef
Diffstat (limited to 'dev-libs/botan')
-rw-r--r-- | dev-libs/botan/ChangeLog | 10 | ||||
-rw-r--r-- | dev-libs/botan/Manifest | 12 | ||||
-rw-r--r-- | dev-libs/botan/botan-1.4.3.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/botan/botan-1.4.4.ebuild | 71 | ||||
-rw-r--r-- | dev-libs/botan/files/digest-botan-1.4.4 | 1 |
5 files changed, 90 insertions, 8 deletions
diff --git a/dev-libs/botan/ChangeLog b/dev-libs/botan/ChangeLog index 59b3d918fc91..f1dfc1d18a44 100644 --- a/dev-libs/botan/ChangeLog +++ b/dev-libs/botan/ChangeLog @@ -1,6 +1,14 @@ # 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.1 2004/11/08 23:05:19 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.2 2004/12/04 05:26:22 dragonheart Exp $ + +*botan-1.4.4 (04 Dec 2004) + + 04 Dec 2004; Daniel Black <dragonheart@gentoo.org> botan-1.4.3.ebuild, + +botan-1.4.4.ebuild: + Version bump. Added --dumb-gcc to configure.pl as per bug #71760 + (botan-1.4.3). Thanks to Jack Lloyd <lloyd@randombit.net> and Stefan + Schweizer <genstef@gentoo.org> *botan-1.4.3 (09 Nov 2004) diff --git a/dev-libs/botan/Manifest b/dev-libs/botan/Manifest index 3ba839faf25b..f4c21963f5d6 100644 --- a/dev-libs/botan/Manifest +++ b/dev-libs/botan/Manifest @@ -1,14 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 3e62b238471693e9eacdb4a3fa39b253 botan-1.4.3.ebuild 2210 +MD5 dafb88a2409eb5d64eb1a86ede848b06 botan-1.4.3.ebuild 2221 MD5 d769a7ef93cd04ed5de9f468af0979cd metadata.xml 463 -MD5 684e18119e4b313e00305bb39baab81a ChangeLog 447 +MD5 b4958df4279a7243c5cb18dba2789e87 ChangeLog 743 +MD5 bdcef6a47f5801a2f242d384eae72d14 botan-1.4.4.ebuild 2211 MD5 c9748b2c6a670b1f0b8cbcb3ca74b8bb files/digest-botan-1.4.3 61 +MD5 010820c4ff5b87a3b62ea84bee465eed files/digest-botan-1.4.4 61 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBj/u3mdTrptrqvGERAg9zAJ9vxWf/CplKRwqzEhBsdgoBHRaYWwCfeypM -wYpZQtV/l6m2p0+fh39SsPA= -=BtVc +iD8DBQFBsUqEmdTrptrqvGERAiCyAJ9GOBd94Mravl4eARhkYuzNXRjriACeP7Km +TkstGD5bPjCHC38bQAkzJ2w= +=fILL -----END PGP SIGNATURE----- diff --git a/dev-libs/botan/botan-1.4.3.ebuild b/dev-libs/botan/botan-1.4.3.ebuild index df6b344837ad..5c42ffddc43a 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 # 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.1 2004/11/08 23:05:19 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.4.3.ebuild,v 1.2 2004/12/04 05:26:22 dragonheart Exp $ # Comments/fixes to lloyd@randombit.net (author) @@ -56,7 +56,7 @@ src_compile() { einfo "Enabling modules: " $(echo $modules | sed 's/,/ /g') # FIXME: We might actually be on *BSD or OS X... - ./configure.pl --noauto gcc-linux-$CHOSTARCH --modules=$modules || + ./configure.pl --noauto gcc-linux-$CHOSTARCH --modules=$modules --dumb-gcc || die "configure.pl failed" emake "LIB_OPT=${CXXFLAGS}" "MACH_OPT=" || die "emake failed" } diff --git a/dev-libs/botan/botan-1.4.4.ebuild b/dev-libs/botan/botan-1.4.4.ebuild new file mode 100644 index 000000000000..f53df3ac3657 --- /dev/null +++ b/dev-libs/botan/botan-1.4.4.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2004 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.1 2004/12/04 05:26:22 dragonheart Exp $ + +# Comments/fixes to lloyd@randombit.net (author) + +DESCRIPTION="A C++ crypto library" +HOMEPAGE="http://botan.randombit.net/" +SRC_URI="http://botan.randombit.net/files/Botan-${PV}.tgz" + +KEYWORDS="~x86" +SLOT="0" +LICENSE="BSD" +IUSE="bzlib zlib gmp ssl debug" + +S="${WORKDIR}/Botan-${PV}" + +# FIXME: libstdc++ here? +RDEPEND="virtual/libc + bzlib? ( >=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 )" + +# configure.pl requires DirHandle, Getopt::Long, File::Spec, and File::Copy; +# all seem included in dev-lang/perl ATM. +DEPEND="${RDEPEND} + dev-lang/perl" + +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 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 + + + # This is also supported on i586+ and sparcv9 - how to test for them? CCHOST? + if [ ${ARCH} = 'alpha' -o ${ARCH} = 'amd64' ] || \ + [ ${ARCH} = 'x86' -a ${CHOST:0:4} != "i386" -a ${CHOST:0:4} != "i486" ]; then + modules="$modules,tm_hard" + fi + + # Also works on mips64 and sparc64 + if [ ${ARCH} = 'alpha' -o ${ARCH} = 'amd64' -o \ + ${ARCH} = 'ia64' -o ${ARCH} = 'ppc64' ]; then + modules="$modules,mp_asm64" + fi + + # Are there any CHOSTs in use which break this? + CHOSTARCH=$(echo ${CHOST} | cut -d - -f 1) + + cd ${S} + einfo "Enabling modules: " $(echo $modules | sed 's/,/ /g') + + # FIXME: We might actually be on *BSD or OS X... + ./configure.pl --noauto gcc-linux-$CHOSTARCH --modules=$modules || + die "configure.pl failed" + emake "LIB_OPT=${CXXFLAGS}" "MACH_OPT=" || die "emake failed" +} + +src_test() { + emake check || die "emake check failed" + env LD_LIBRARY_PATH=${S} ./check --validate || die "validation tests failed" +} + +src_install() { + make INSTALLROOT="${D}/usr" install || die "make install failed" +} diff --git a/dev-libs/botan/files/digest-botan-1.4.4 b/dev-libs/botan/files/digest-botan-1.4.4 new file mode 100644 index 000000000000..cd21396cb9bf --- /dev/null +++ b/dev-libs/botan/files/digest-botan-1.4.4 @@ -0,0 +1 @@ +MD5 9c71f4ce74fc02484e4499d923961815 Botan-1.4.4.tgz 1436270 |