diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2015-04-27 14:37:42 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2015-04-27 14:37:42 +0000 |
commit | 35a2303b76d251749b1fe8687f8c2c5db3bf143b (patch) | |
tree | 3a12907632eedb84d7cb5971ca1a34bdd1a6c6ae /app-crypt | |
parent | Version bump to 0.6.4 (diff) | |
download | gentoo-2-35a2303b76d251749b1fe8687f8c2c5db3bf143b.tar.gz gentoo-2-35a2303b76d251749b1fe8687f8c2c5db3bf143b.tar.bz2 gentoo-2-35a2303b76d251749b1fe8687f8c2c5db3bf143b.zip |
Cleanup
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/p11-kit/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/p11-kit/p11-kit-0.13.ebuild | 25 | ||||
-rw-r--r-- | app-crypt/p11-kit/p11-kit-0.20.2.ebuild | 33 |
3 files changed, 5 insertions, 59 deletions
diff --git a/app-crypt/p11-kit/ChangeLog b/app-crypt/p11-kit/ChangeLog index 4d18a221cf43..d6f24f6cdaf4 100644 --- a/app-crypt/p11-kit/ChangeLog +++ b/app-crypt/p11-kit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/p11-kit # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.85 2015/04/27 12:31:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.86 2015/04/27 14:37:42 alonbl Exp $ + + 27 Apr 2015; Alon Bar-Lev <alonbl@gentoo.org> -p11-kit-0.13.ebuild, + -p11-kit-0.20.2.ebuild: + Cleanup 27 Apr 2015; Agostino Sarubbo <ago@gentoo.org> p11-kit-0.20.7.ebuild: Stable for ia64, wrt bug #525260 diff --git a/app-crypt/p11-kit/p11-kit-0.13.ebuild b/app-crypt/p11-kit/p11-kit-0.13.ebuild deleted file mode 100644 index 2cc3906b4ff3..000000000000 --- a/app-crypt/p11-kit/p11-kit-0.13.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.13.ebuild,v 1.9 2014/08/10 02:26:59 patrick Exp $ - -EAPI=4 - -inherit autotools-utils - -DESCRIPTION="Provides a standard configuration setup for installing PKCS#11" -HOMEPAGE="http://p11-glue.freedesktop.org/p11-kit.html" -SRC_URI="http://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" -IUSE="debug" - -DEPEND="virtual/pkgconfig" - -src_configure() { - local myeconfargs=( - $(use_enable debug) - ) - autotools-utils_src_configure -} diff --git a/app-crypt/p11-kit/p11-kit-0.20.2.ebuild b/app-crypt/p11-kit/p11-kit-0.20.2.ebuild deleted file mode 100644 index 84b5c18f6869..000000000000 --- a/app-crypt/p11-kit/p11-kit-0.20.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.20.2.ebuild,v 1.11 2014/08/10 02:26:59 patrick Exp $ - -EAPI=5 - -inherit eutils - -DESCRIPTION="Provides a standard configuration setup for installing PKCS#11" -HOMEPAGE="http://p11-glue.freedesktop.org/p11-kit.html" -SRC_URI="http://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" -IUSE="+asn1 debug +trust" -REQUIRED_USE="trust? ( asn1 )" - -RDEPEND="asn1? ( >=dev-libs/libtasn1-2.14 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - econf \ - $(use_enable trust trust-module) \ - $(use_enable debug) \ - $(use_with asn1 libtasn1) -} - -src_install() { - default - prune_libtool_files --modules -} |