commit:     e41caae8a5aa64d1b1e191336be475ad5c26ad53
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 08:47:51 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 08:47:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41caae8

dev-libs/botan: cleanup

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=621120
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=632104
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/botan/Manifest                |   2 -
 dev-libs/botan/botan-1.10.15-r1.ebuild | 157 ---------------------------------
 dev-libs/botan/botan-1.10.16.ebuild    | 157 ---------------------------------
 3 files changed, 316 deletions(-)

diff --git a/dev-libs/botan/Manifest b/dev-libs/botan/Manifest
index 003e8084ecf..2f1a20b37cd 100644
--- a/dev-libs/botan/Manifest
+++ b/dev-libs/botan/Manifest
@@ -1,4 +1,2 @@
-DIST Botan-1.10.15.tgz 2711022 SHA256 
c0cc8ffd470fda4b257c3ef9faf5cf93751f4c283dfba878148acafedfab70fe SHA512 
c3b93f44ad0de9758af11557833ee570aa0724c8b57c9a576b56ab439a7819e0f71a10857ad367b486716164dd4ff551cab2036ecbbbedd75db4b8dc93416bc8
 WHIRLPOOL 
834cad8b38787581d8d967b2fa6ffb6164e2bf8a124d993733a7d55202439ec543c18cb6cb03721c0e8eb67cbe2a486b8199b3b8784645e0033be298f36640b9
-DIST Botan-1.10.16.tgz 2711177 SHA256 
6c5472401d06527e87adcb53dd270f3c9b1fb688703b04dd7a7cfb86289efe52 SHA512 
967137c89484630806e828c3902fe27c28dae17e6a3aeae7c542093de356545be4fcbe4325afd9fb40093a10ac409244e4e6503364858facb59057a5dfd61c03
 WHIRLPOOL 
86ec99dbadcdf1ff27d1b11a133a15be8385f32cf7f456afa9ca0756e3e0c8e640fff3e5d2753d508cf1136268ae5912b3c610a75d30cf07f206896fb8b5e6a8
 DIST Botan-1.10.17.tgz 2706678 SHA256 
6847ffb64b8d2f939dccfecc17bd2c80385d08f7621e2c56d3a335118e823613 SHA512 
a47cab3af113652247c8efc8b0f043eb62175eaa8554833d5fc3016ea94dbdd8aa722ab9b5226cc5f133afbcc088d54362111630eaa4594812c39925cc3c8649
 WHIRLPOOL 
b2d82fb18ad7f69e26325c797cee939f65211e3b09c7058881633d410acd88e1839960c4be65637b00714b19d06a1c181704a5d184c1890cd7ee75b0e90a301b
 DIST Botan-2.3.0.tgz 5947072 SHA256 
39f970fee5986a4c3e425030aef50ac284da18596c004d1a9cce7688c4e6d47c SHA512 
a8575bdb2eaa01fb45d8565bea0b54ddf47a21d2fb761fc0a286373b09d51e5a00e84d5cefc51040c5720db66f5625c6bc73ab09cffa9cd42472545610f9892a
 WHIRLPOOL 
295965db5d6d0f21511a6a49f79a80cc7adffb8c67e05c6c09081eae233e2bb5abe506147a7e84ded9ddd1e29faba3276527449da3484e0b07e8bdc03018e211

diff --git a/dev-libs/botan/botan-1.10.15-r1.ebuild 
b/dev-libs/botan/botan-1.10.15-r1.ebuild
deleted file mode 100644
index 6d62a12760f..00000000000
--- a/dev-libs/botan/botan-1.10.15-r1.ebuild
+++ /dev/null
@@ -1,157 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit multilib python-r1 toolchain-funcs
-
-MY_PN="Botan"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="A C++ crypto library"
-HOMEPAGE="http://botan.randombit.net/";
-SRC_URI="http://botan.randombit.net/releases/${MY_P}.tgz";
-
-KEYWORDS="amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~ppc-macos"
-SLOT="0"
-LICENSE="BSD"
-IUSE="bindist doc python bzip2 gmp libressl ssl static-libs threads zlib"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-S="${WORKDIR}/${MY_P}"
-
-RDEPEND="bzip2? ( >=app-arch/bzip2-1.0.5 )
-       zlib? ( >=sys-libs/zlib-1.2.3 )
-       python? ( ${PYTHON_DEPS} >=dev-libs/boost-1.48[python,${PYTHON_USEDEP}] 
)
-       gmp? ( >=dev-libs/gmp-4.2.2:* )
-       ssl? (
-               !libressl? ( dev-libs/openssl:0=[bindist=] )
-               libressl? ( dev-libs/libressl:0= )
-       )"
-DEPEND="${RDEPEND}
-       doc? ( dev-python/sphinx )"
-
-PATCHES=(
-       "${FILESDIR}/${P}-c++11.patch"
-)
-
-src_prepare() {
-       default
-
-       sed -e "s/-Wl,-soname,\$@ //" -i src/build-data/makefile/python.in || 
die "sed failed"
-       sed \
-               -e "/DOCDIR/d" \
-               -e "/^install:/s/ docs//" \
-               -i src/build-data/makefile/unix_shr.in || die "sed failed"
-
-       # Fix ImportError with Python 3.
-       sed -e "s/_botan/.&/" -i src/wrap/python/__init__.py || die "sed failed"
-
-       use python && python_copy_sources
-}
-
-src_configure() {
-       local disable_modules="proc_walk,unix_procs"
-       use threads || disable_modules+=",pthreads"
-       use bindist && disable_modules+=",ecdsa"
-       elog "Disabling modules: ${disable_modules}"
-
-       # Enable v9 instructions for sparc64
-       if [[ "${PROFILE_ARCH}" = "sparc64" ]]; then
-               CHOSTARCH="sparc32-v9"
-       else
-               CHOSTARCH="${CHOST%%-*}"
-       fi
-
-       local myos=
-       case ${CHOST} in
-               *-darwin*)   myos=darwin ;;
-               *)           myos=linux  ;;
-       esac
-
-       # foobared buildsystem, --prefix translates into DESTDIR, see also make
-       # install in src_install, we need the correct live-system prefix here on
-       # Darwin for a shared lib with correct install_name
-       ./configure.py \
-               --prefix="${EPREFIX}/usr" \
-               --libdir=$(get_libdir) \
-               --docdir=share/doc \
-               --cc=gcc \
-               --os=${myos} \
-               --cpu=${CHOSTARCH} \
-               --with-endian="$(tc-endian)" \
-               --without-sphinx \
-               --with-tr1=system \
-               $(use_with bzip2) \
-               $(use_with gmp gnump) \
-               $(use_with python boost-python) \
-               $(use_with ssl openssl) \
-               $(use_with zlib) \
-               --disable-modules=${disable_modules} \
-               || die "configure.py failed"
-}
-
-src_compile() {
-       emake CXX="$(tc-getCXX)" AR="$(tc-getAR) crs" LIB_OPT="${CXXFLAGS}" 
MACH_OPT=""
-
-       if use python; then
-               building() {
-                       rm -fr build/python
-                       ln -s "${BUILD_DIR}" build/python
-                       cp Makefile.python build/python
-                       sed -i \
-                               -e "s/-lboost_python/-lboost_python-$(echo 
${EPYTHON} | sed 's/python//')/" \
-                               build/python/Makefile.python
-                       emake -f build/python/Makefile.python \
-                               CXX="$(tc-getCXX)" \
-                               CFLAGS="${CXXFLAGS}" \
-                               LDFLAGS="${LDFLAGS}" \
-                               PYTHON_ROOT="/usr/$(get_libdir)" \
-                               PYTHON_INC="-I$(python_get_includedir)"
-               }
-               python_foreach_impl building
-       fi
-
-       if use doc; then
-               einfo "Generation of documentation"
-               sphinx-build doc doc_output
-       fi
-}
-
-src_test() {
-       chmod -R ugo+rX "${S}"
-       emake CXX="$(tc-getCXX)" CHECK_OPT="${CXXFLAGS}" check
-       LD_LIBRARY_PATH="${S}" ./check --validate || die "Validation tests 
failed"
-}
-
-src_install() {
-       emake DESTDIR="${ED}usr" install
-
-       if ! use static-libs; then
-               rm "${ED}usr/$(get_libdir)/libbotan"*.a || die 'remove of 
static libs failed'
-       fi
-
-       # Add compatibility symlinks.
-       [[ -e "${ED}usr/bin/botan-config" ]] && die "Compatibility code no 
longer needed"
-       [[ -e "${ED}usr/$(get_libdir)/pkgconfig/botan.pc" ]] && die 
"Compatibility code no longer needed"
-       dosym botan-config-1.10 /usr/bin/botan-config
-       dosym botan-1.10.pc /usr/$(get_libdir)/pkgconfig/botan.pc
-
-       if use python; then
-               installation() {
-                       rm -fr build/python
-                       ln -s "${BUILD_DIR}" build/python
-                       emake -f Makefile.python \
-                               
PYTHON_SITE_PACKAGE_DIR="${ED}$(python_get_sitedir)" \
-                               install
-               }
-               python_foreach_impl installation
-       fi
-
-       if use doc; then
-               pushd doc_output > /dev/null
-               insinto /usr/share/doc/${PF}/html
-               doins -r [a-z]* _static
-               popd > /dev/null
-       fi
-}

diff --git a/dev-libs/botan/botan-1.10.16.ebuild 
b/dev-libs/botan/botan-1.10.16.ebuild
deleted file mode 100644
index 5cbafc9aab1..00000000000
--- a/dev-libs/botan/botan-1.10.16.ebuild
+++ /dev/null
@@ -1,157 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit multilib python-r1 toolchain-funcs
-
-MY_PN="Botan"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="A C++ crypto library"
-HOMEPAGE="http://botan.randombit.net/";
-SRC_URI="http://botan.randombit.net/releases/${MY_P}.tgz";
-
-KEYWORDS="amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~ppc-macos"
-SLOT="0"
-LICENSE="BSD"
-IUSE="bindist doc python bzip2 gmp libressl ssl static-libs threads zlib"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-S="${WORKDIR}/${MY_P}"
-
-RDEPEND="bzip2? ( >=app-arch/bzip2-1.0.5 )
-       zlib? ( >=sys-libs/zlib-1.2.3 )
-       python? ( ${PYTHON_DEPS} >=dev-libs/boost-1.48[python,${PYTHON_USEDEP}] 
)
-       gmp? ( >=dev-libs/gmp-4.2.2:* )
-       ssl? (
-               !libressl? ( dev-libs/openssl:0=[bindist=] )
-               libressl? ( dev-libs/libressl:0= )
-       )"
-DEPEND="${RDEPEND}
-       doc? ( dev-python/sphinx )"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-1.10.15-c++11.patch"
-)
-
-src_prepare() {
-       default
-
-       sed -e "s/-Wl,-soname,\$@ //" -i src/build-data/makefile/python.in || 
die "sed failed"
-       sed \
-               -e "/DOCDIR/d" \
-               -e "/^install:/s/ docs//" \
-               -i src/build-data/makefile/unix_shr.in || die "sed failed"
-
-       # Fix ImportError with Python 3.
-       sed -e "s/_botan/.&/" -i src/wrap/python/__init__.py || die "sed failed"
-
-       use python && python_copy_sources
-}
-
-src_configure() {
-       local disable_modules="proc_walk,unix_procs"
-       use threads || disable_modules+=",pthreads"
-       use bindist && disable_modules+=",ecdsa"
-       elog "Disabling modules: ${disable_modules}"
-
-       # Enable v9 instructions for sparc64
-       if [[ "${PROFILE_ARCH}" = "sparc64" ]]; then
-               CHOSTARCH="sparc32-v9"
-       else
-               CHOSTARCH="${CHOST%%-*}"
-       fi
-
-       local myos=
-       case ${CHOST} in
-               *-darwin*)   myos=darwin ;;
-               *)           myos=linux  ;;
-       esac
-
-       # foobared buildsystem, --prefix translates into DESTDIR, see also make
-       # install in src_install, we need the correct live-system prefix here on
-       # Darwin for a shared lib with correct install_name
-       ./configure.py \
-               --prefix="${EPREFIX}/usr" \
-               --libdir=$(get_libdir) \
-               --docdir=share/doc \
-               --cc=gcc \
-               --os=${myos} \
-               --cpu=${CHOSTARCH} \
-               --with-endian="$(tc-endian)" \
-               --without-sphinx \
-               --with-tr1=system \
-               $(use_with bzip2) \
-               $(use_with gmp gnump) \
-               $(use_with python boost-python) \
-               $(use_with ssl openssl) \
-               $(use_with zlib) \
-               --disable-modules=${disable_modules} \
-               || die "configure.py failed"
-}
-
-src_compile() {
-       emake CXX="$(tc-getCXX)" AR="$(tc-getAR) crs" LIB_OPT="${CXXFLAGS}" 
MACH_OPT=""
-
-       if use python; then
-               building() {
-                       rm -fr build/python
-                       ln -s "${BUILD_DIR}" build/python
-                       cp Makefile.python build/python
-                       sed -i \
-                               -e "s/-lboost_python/-lboost_python-$(echo 
${EPYTHON} | sed 's/python//')/" \
-                               build/python/Makefile.python
-                       emake -f build/python/Makefile.python \
-                               CXX="$(tc-getCXX)" \
-                               CFLAGS="${CXXFLAGS}" \
-                               LDFLAGS="${LDFLAGS}" \
-                               PYTHON_ROOT="/usr/$(get_libdir)" \
-                               PYTHON_INC="-I$(python_get_includedir)"
-               }
-               python_foreach_impl building
-       fi
-
-       if use doc; then
-               einfo "Generation of documentation"
-               sphinx-build doc doc_output
-       fi
-}
-
-src_test() {
-       chmod -R ugo+rX "${S}"
-       emake CXX="$(tc-getCXX)" CHECK_OPT="${CXXFLAGS}" check
-       LD_LIBRARY_PATH="${S}" ./check --validate || die "Validation tests 
failed"
-}
-
-src_install() {
-       emake DESTDIR="${ED}usr" install
-
-       if ! use static-libs; then
-               rm "${ED}usr/$(get_libdir)/libbotan"*.a || die 'remove of 
static libs failed'
-       fi
-
-       # Add compatibility symlinks.
-       [[ -e "${ED}usr/bin/botan-config" ]] && die "Compatibility code no 
longer needed"
-       [[ -e "${ED}usr/$(get_libdir)/pkgconfig/botan.pc" ]] && die 
"Compatibility code no longer needed"
-       dosym botan-config-1.10 /usr/bin/botan-config
-       dosym botan-1.10.pc /usr/$(get_libdir)/pkgconfig/botan.pc
-
-       if use python; then
-               installation() {
-                       rm -fr build/python
-                       ln -s "${BUILD_DIR}" build/python
-                       emake -f Makefile.python \
-                               
PYTHON_SITE_PACKAGE_DIR="${ED}$(python_get_sitedir)" \
-                               install
-               }
-               python_foreach_impl installation
-       fi
-
-       if use doc; then
-               pushd doc_output > /dev/null
-               insinto /usr/share/doc/${PF}/html
-               doins -r [a-z]* _static
-               popd > /dev/null
-       fi
-}

Reply via email to