commit:     de9588ce4649fc74d0c19df0c7cf4324f3712b60
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 03:06:54 2016 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 03:22:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de9588ce

app-crypt/p11-kit: cleanup

Package-Manager: portage-2.2.28

 app-crypt/p11-kit/Manifest              |  3 ---
 app-crypt/p11-kit/p11-kit-0.22.0.ebuild | 46 ---------------------------------
 app-crypt/p11-kit/p11-kit-0.22.1.ebuild | 46 ---------------------------------
 app-crypt/p11-kit/p11-kit-0.23.1.ebuild | 46 ---------------------------------
 4 files changed, 141 deletions(-)

diff --git a/app-crypt/p11-kit/Manifest b/app-crypt/p11-kit/Manifest
index f0be835..9abed7e 100644
--- a/app-crypt/p11-kit/Manifest
+++ b/app-crypt/p11-kit/Manifest
@@ -1,5 +1,2 @@
 DIST p11-kit-0.20.7.tar.gz 986731 SHA256 
68405492fe466b33927d461302aa98e703db3b8a596411585508bc33084484d2 SHA512 
f2d6f8de22101af55605cd4df1f6b78271ae30e7f4d8c7a78879bc3934a0894a9c59b0342eae58a8cd3addbe970c63c88dbfdd080c346f2847a1fc46f5ee6a63
 WHIRLPOOL 
898a0e1b959b4448b32577c096a9038004df569c426510efccf0bc5c9b1fdc8e64bfbc02e9f6a5252fa410dc67e28dead33a4fe335adf382b0f179739366bd2b
-DIST p11-kit-0.22.0.tar.gz 983924 SHA256 
cf652b1d79513583a07b454bb82bc1529d911161048d5420ad7ce2d48e892299 SHA512 
aae37235c7fb3e75eb5d86da9094d3eddcd7d9cdcbead97f36ab84db673ec5f34b7c8f47004d7075d7902a9f7a2e7a0e72074a6d5edea2553a4d88f6e27a494b
 WHIRLPOOL 
059083f97b88768e4e57b2ea26f0798e2e5e3ab2f6c6710e962de5a70afed3d2ba86e8c8f633895e41f40dd11946b829279b016b621c9914434933418688edcf
-DIST p11-kit-0.22.1.tar.gz 992099 SHA256 
ef3a339fcf6aa0e32c8c23f79ba7191e57312be2bda8b24e6d121c2670539a5c SHA512 
500b0c922e98ed2d28133f93629bf762b873c8f6c638ccb4ba2b4f2df548c519f8ce27f1efae66193f88027d1b548908dbe3f5e84106a52ab972e29771c1d37b
 WHIRLPOOL 
2f618ddf0ffa91942577dc1fa2fdacbacc0dd2be346c3d34e19ff844a43f33c0fd8dae2013bd25b4bc5e12751b9ff624d778403ce0f3edb0d64cf14377971676
-DIST p11-kit-0.23.1.tar.gz 992924 SHA256 
e57371669f3b157141b86c429bd9c29741994b2f5ff115fcb8a03e751b0f6ac4 SHA512 
eb01dac7687df1b6dfe3fab320de580f12bcbc0716074c9b08b62c1af3a823a25f03dbece34e18aba765ff7067877c8cc93523f6341bdb18a8c21f44fc8acddc
 WHIRLPOOL 
70605211e988f4284b5ffdd9c5899e563b185ed46b09c671654e1710fe6c21b80a81bb6177f0fbe46f0c20ddf1ab1d71d94c1ffdb1dcaa674c96b3c54b9b595c
 DIST p11-kit-0.23.2.tar.gz 1022733 SHA256 
ba726ea8303c97467a33fca50ee79b7b35212964be808ecf9b145e9042fdfaf0 SHA512 
b665d89f0d752a41b01ec53e29c801c4fdcaf3f21fce524984b10acef0477ad5dbac085edd35ffb747423d0e1e09660b8d29501c979cf54937d3b9d2561cf18f
 WHIRLPOOL 
03ffdce4b96682a7283e9d473f90f2c50be7de5930e1b3cda420bfd09002f3b0bd23351d5edf97f63f6df02545994628d97cf424fc92f66f3ccb04342ddab21c

diff --git a/app-crypt/p11-kit/p11-kit-0.22.0.ebuild 
b/app-crypt/p11-kit/p11-kit-0.22.0.ebuild
deleted file mode 100644
index c0fbd8c..0000000
--- a/app-crypt/p11-kit/p11-kit-0.22.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib-minimal
-
-DESCRIPTION="Provides a standard configuration setup for installing PKCS#11"
-HOMEPAGE="https://p11-glue.freedesktop.org/p11-kit.html";
-SRC_URI="https://p11-glue.freedesktop.org/releases/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
-IUSE="+asn1 debug +libffi +trust"
-REQUIRED_USE="trust? ( asn1 )"
-
-RDEPEND="asn1? ( >=dev-libs/libtasn1-3.4[${MULTILIB_USEDEP}] )
-       libffi? ( >=dev-libs/libffi-3.0.0[${MULTILIB_USEDEP}] )
-       trust? ( app-misc/ca-certificates )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-pkg_setup() {
-       # disable unsafe tests, bug#502088
-       export FAKED_MODE=1
-}
-
-multilib_src_configure() {
-       ECONF_SOURCE="${S}" econf \
-               $(use_enable trust trust-module) \
-               $(use_with trust trust-paths 
${EPREFIX}/etc/ssl/certs/ca-certificates.crt) \
-               $(use_enable debug) \
-               $(use_with libffi) \
-               $(use_with asn1 libtasn1)
-
-       if multilib_is_native_abi; then
-               # re-use provided documentation
-               ln -s "${S}"/doc/manual/html doc/manual/html || die
-       fi
-}
-
-multilib_src_install_all() {
-       prune_libtool_files --modules
-}

diff --git a/app-crypt/p11-kit/p11-kit-0.22.1.ebuild 
b/app-crypt/p11-kit/p11-kit-0.22.1.ebuild
deleted file mode 100644
index 0cf71af..0000000
--- a/app-crypt/p11-kit/p11-kit-0.22.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib-minimal
-
-DESCRIPTION="Provides a standard configuration setup for installing PKCS#11"
-HOMEPAGE="https://p11-glue.freedesktop.org/p11-kit.html";
-SRC_URI="https://p11-glue.freedesktop.org/releases/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
-IUSE="+asn1 debug +libffi +trust"
-REQUIRED_USE="trust? ( asn1 )"
-
-RDEPEND="asn1? ( >=dev-libs/libtasn1-3.4[${MULTILIB_USEDEP}] )
-       libffi? ( >=dev-libs/libffi-3.0.0[${MULTILIB_USEDEP}] )
-       trust? ( app-misc/ca-certificates )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-pkg_setup() {
-       # disable unsafe tests, bug#502088
-       export FAKED_MODE=1
-}
-
-multilib_src_configure() {
-       ECONF_SOURCE="${S}" econf \
-               $(use_enable trust trust-module) \
-               $(use_with trust trust-paths 
${EPREFIX}/etc/ssl/certs/ca-certificates.crt) \
-               $(use_enable debug) \
-               $(use_with libffi) \
-               $(use_with asn1 libtasn1)
-
-       if multilib_is_native_abi; then
-               # re-use provided documentation
-               ln -s "${S}"/doc/manual/html doc/manual/html || die
-       fi
-}
-
-multilib_src_install_all() {
-       prune_libtool_files --modules
-}

diff --git a/app-crypt/p11-kit/p11-kit-0.23.1.ebuild 
b/app-crypt/p11-kit/p11-kit-0.23.1.ebuild
deleted file mode 100644
index 0cf71af..0000000
--- a/app-crypt/p11-kit/p11-kit-0.23.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib-minimal
-
-DESCRIPTION="Provides a standard configuration setup for installing PKCS#11"
-HOMEPAGE="https://p11-glue.freedesktop.org/p11-kit.html";
-SRC_URI="https://p11-glue.freedesktop.org/releases/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
-IUSE="+asn1 debug +libffi +trust"
-REQUIRED_USE="trust? ( asn1 )"
-
-RDEPEND="asn1? ( >=dev-libs/libtasn1-3.4[${MULTILIB_USEDEP}] )
-       libffi? ( >=dev-libs/libffi-3.0.0[${MULTILIB_USEDEP}] )
-       trust? ( app-misc/ca-certificates )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-pkg_setup() {
-       # disable unsafe tests, bug#502088
-       export FAKED_MODE=1
-}
-
-multilib_src_configure() {
-       ECONF_SOURCE="${S}" econf \
-               $(use_enable trust trust-module) \
-               $(use_with trust trust-paths 
${EPREFIX}/etc/ssl/certs/ca-certificates.crt) \
-               $(use_enable debug) \
-               $(use_with libffi) \
-               $(use_with asn1 libtasn1)
-
-       if multilib_is_native_abi; then
-               # re-use provided documentation
-               ln -s "${S}"/doc/manual/html doc/manual/html || die
-       fi
-}
-
-multilib_src_install_all() {
-       prune_libtool_files --modules
-}

Reply via email to