summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-01-13 23:01:53 +0000
committerTim Harder <radhermit@gentoo.org>2012-01-13 23:01:53 +0000
commitf42d266e18fc4dc34b4940d561e71674513790c0 (patch)
tree478bd85b2bcdd79a8f7a101dfd146cbc966b6120 /app-crypt
parentRemove old. (diff)
downloadgentoo-2-f42d266e18fc4dc34b4940d561e71674513790c0.tar.gz
gentoo-2-f42d266e18fc4dc34b4940d561e71674513790c0.tar.bz2
gentoo-2-f42d266e18fc4dc34b4940d561e71674513790c0.zip
Remove old.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/p11-kit/ChangeLog6
-rw-r--r--app-crypt/p11-kit/p11-kit-0.7.ebuild28
-rw-r--r--app-crypt/p11-kit/p11-kit-0.8.ebuild23
3 files changed, 5 insertions, 52 deletions
diff --git a/app-crypt/p11-kit/ChangeLog b/app-crypt/p11-kit/ChangeLog
index 9826afe0696e..f6e7bba16098 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.10 2012/01/13 23:00:09 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/ChangeLog,v 1.11 2012/01/13 23:01:51 radhermit Exp $
+
+ 13 Jan 2012; Tim Harder <radhermit@gentoo.org> -p11-kit-0.7.ebuild,
+ -p11-kit-0.8.ebuild:
+ Remove old.
*p11-kit-0.10 (13 Jan 2012)
diff --git a/app-crypt/p11-kit/p11-kit-0.7.ebuild b/app-crypt/p11-kit/p11-kit-0.7.ebuild
deleted file mode 100644
index 920db1e195a9..000000000000
--- a/app-crypt/p11-kit/p11-kit-0.7.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 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.7.ebuild,v 1.2 2011/11/01 05:51:23 maekke Exp $
-
-EAPI=4
-
-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="~amd64 ~arm ~hppa ~x86"
-IUSE="debug"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf \
- $(use_enable debug)
-}
-
-src_install() {
- default
-
- find "${ED}" -name '*.la' -exec rm -f {} +
-}
diff --git a/app-crypt/p11-kit/p11-kit-0.8.ebuild b/app-crypt/p11-kit/p11-kit-0.8.ebuild
deleted file mode 100644
index a3d38c8f277a..000000000000
--- a/app-crypt/p11-kit/p11-kit-0.8.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 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.8.ebuild,v 1.3 2011/11/28 02:26:56 radhermit 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="~amd64 ~arm ~hppa ~x86"
-IUSE="debug"
-
-src_configure() {
- local myeconfargs=(
- $(use_enable debug)
- )
- autotools-utils_src_configure
-}