diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-19 20:14:15 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-19 20:14:15 +0000 |
commit | ad525a2b2d0ff12b71ba9dfa3d7c4d030acc37c8 (patch) | |
tree | e7ac1e09393d017e2924950d71bebb275d71bb29 | |
parent | Version bump. (diff) | |
download | historical-ad525a2b2d0ff12b71ba9dfa3d7c4d030acc37c8.tar.gz historical-ad525a2b2d0ff12b71ba9dfa3d7c4d030acc37c8.tar.bz2 historical-ad525a2b2d0ff12b71ba9dfa3d7c4d030acc37c8.zip |
Delete older ebuilds.
-rw-r--r-- | sys-auth/pam_pkcs11/pam_pkcs11-0.6.0-r1.ebuild | 40 | ||||
-rw-r--r-- | sys-auth/pam_pkcs11/pam_pkcs11-0.6.1.ebuild | 39 |
2 files changed, 0 insertions, 79 deletions
diff --git a/sys-auth/pam_pkcs11/pam_pkcs11-0.6.0-r1.ebuild b/sys-auth/pam_pkcs11/pam_pkcs11-0.6.0-r1.ebuild deleted file mode 100644 index 10cb92d33eaf..000000000000 --- a/sys-auth/pam_pkcs11/pam_pkcs11-0.6.0-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.6.0-r1.ebuild,v 1.3 2008/05/16 22:59:08 alonbl Exp $ - -inherit multilib - -DESCRIPTION="PKCS11 Pam library" -HOMEPAGE="http://www.opensc-project.org/pam_pkcs11" -SRC_URI="http://www.opensc-project.org/files/pam_pkcs11/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="curl ldap pcsc-lite" - -RDEPEND="sys-libs/pam - dev-libs/openssl - curl? ( net-misc/curl ) - ldap? ( net-nds/openldap ) - pcsc-lite? ( sys-apps/pcsc-lite )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - econf \ - $(use_with curl) \ - $(use_with pcsc-lite pcsclite) \ - $(use_with ldap) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - - dodir /$(get_libdir)/security - dosym ../../usr/$(get_libdir)/security/pam_pkcs11.so /$(get_libdir)/security/ - - dodoc NEWS README -} diff --git a/sys-auth/pam_pkcs11/pam_pkcs11-0.6.1.ebuild b/sys-auth/pam_pkcs11/pam_pkcs11-0.6.1.ebuild deleted file mode 100644 index bcf3435ebb5e..000000000000 --- a/sys-auth/pam_pkcs11/pam_pkcs11-0.6.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_pkcs11/pam_pkcs11-0.6.1.ebuild,v 1.1 2009/06/12 14:57:31 arfrever Exp $ - -inherit multilib - -DESCRIPTION="PKCS11 Pam library" -HOMEPAGE="http://www.opensc-project.org/pam_pkcs11" -SRC_URI="http://www.opensc-project.org/files/pam_pkcs11/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="curl ldap pcsc-lite" - -RDEPEND="sys-libs/pam - dev-libs/openssl - curl? ( net-misc/curl ) - ldap? ( net-nds/openldap ) - pcsc-lite? ( sys-apps/pcsc-lite )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - econf \ - $(use_with curl) \ - $(use_with pcsc-lite pcsclite) \ - $(use_with ldap) - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodir /$(get_libdir)/security - dosym ../../usr/$(get_libdir)/security/pam_pkcs11.so /$(get_libdir)/security/ - - dodoc NEWS README -} |