summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/libp11/ChangeLog8
-rw-r--r--dev-libs/libp11/libp11-0.2.6.ebuild47
2 files changed, 6 insertions, 49 deletions
diff --git a/dev-libs/libp11/ChangeLog b/dev-libs/libp11/ChangeLog
index ed9a7f04ee31..d40a4c97c7f3 100644
--- a/dev-libs/libp11/ChangeLog
+++ b/dev-libs/libp11/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libp11
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libp11/ChangeLog,v 1.52 2010/12/17 15:40:56 c1pher Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libp11/ChangeLog,v 1.53 2011/02/23 14:04:54 arfrever Exp $
+
+ 23 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -libp11-0.2.6.ebuild:
+ Delete.
17 Dec 2010; Dane Smith <c1pher@gentoo.org> libp11-0.2.6.ebuild,
libp11-0.2.7.ebuild:
diff --git a/dev-libs/libp11/libp11-0.2.6.ebuild b/dev-libs/libp11/libp11-0.2.6.ebuild
deleted file mode 100644
index 555d2f09fecc..000000000000
--- a/dev-libs/libp11/libp11-0.2.6.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libp11/libp11-0.2.6.ebuild,v 1.8 2010/12/17 15:40:56 c1pher Exp $
-
-EAPI="2"
-
-DESCRIPTION="A library implementing a layer on top of PKCS#11 API to make using PKCS#11 implementations easier."
-HOMEPAGE="http://www.opensc-project.org/libp11/"
-
-if [[ "${PV}" = "9999" ]]; then
- inherit autotools subversion
- ESVN_REPO_URI="http://www.opensc-project.org/svn/${PN}/trunk"
-else
- SRC_URI="http://www.opensc-project.org/files/${PN}/${P}.tar.gz"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="doc"
-
-RDEPEND="dev-libs/openssl"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- doc? ( app-doc/doxygen )"
-
-if [[ "${PV}" = "9999" ]]; then
- DEPEND="${DEPEND}
- app-text/docbook-xsl-stylesheets
- dev-libs/libxslt"
-
- src_prepare() {
- eautoreconf
- }
-fi
-
-src_configure() {
- econf \
- --docdir="/usr/share/doc/${PF}" \
- --htmldir="/usr/share/doc/${PF}/html" \
- $(use_enable doc) \
- $(use_enable doc api-doc)
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
-}