diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2007-12-11 13:15:10 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2007-12-11 13:15:10 +0000 |
commit | 6ca0b8562a79d3dd9b937a1967d49de135420f8e (patch) | |
tree | 5ca32305c81e11eb014632aeb81804f56e4929c1 /dev-libs | |
parent | Rename ebuild, bug #201933 (diff) | |
download | gentoo-2-6ca0b8562a79d3dd9b937a1967d49de135420f8e.tar.gz gentoo-2-6ca0b8562a79d3dd9b937a1967d49de135420f8e.tar.bz2 gentoo-2-6ca0b8562a79d3dd9b937a1967d49de135420f8e.zip |
Cleanup
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/opensc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/opensc/files/0.8.1-64bit.patch | 20 | ||||
-rw-r--r-- | dev-libs/opensc/files/digest-opensc-0.10.1 | 3 | ||||
-rw-r--r-- | dev-libs/opensc/opensc-0.10.1.ebuild | 58 |
4 files changed, 5 insertions, 82 deletions
diff --git a/dev-libs/opensc/ChangeLog b/dev-libs/opensc/ChangeLog index 343c737da33e..5b80ad1de462 100644 --- a/dev-libs/opensc/ChangeLog +++ b/dev-libs/opensc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/opensc # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/opensc/ChangeLog,v 1.47 2007/11/10 17:55:24 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/opensc/ChangeLog,v 1.48 2007/12/11 13:15:10 alonbl Exp $ + + 11 Dec 2007; Alon Bar-Lev <alonbl@gentoo.org> -opensc-0.10.1.ebuild, + -files/0.8.1-64bit.patch: + Cleanup 10 Nov 2007; Alon Bar-Lev <alonbl@gentoo.org> -files/opensc-0.9.4-gcc4.patch, -files/opensc-0.11.1-dep.patch, diff --git a/dev-libs/opensc/files/0.8.1-64bit.patch b/dev-libs/opensc/files/0.8.1-64bit.patch deleted file mode 100644 index 91b18496443e..000000000000 --- a/dev-libs/opensc/files/0.8.1-64bit.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- opensc-0.8.1/src/libopensc/asn1.c.ori Wed Oct 13 12:38:24 2004 -+++ opensc-0.8.1/src/libopensc/asn1.c Wed Oct 13 12:39:15 2004 -@@ -474,7 +474,7 @@ - */ - static int decode_bit_field(const u8 * inbuf, size_t inlen, void *outbuf, size_t outlen) - { -- u8 data[sizeof(unsigned int)]; -+ u8 data[sizeof(size_t)]; - unsigned int field = 0; - int i, n; - -@@ -495,7 +495,7 @@ - static int encode_bit_field(const u8 *inbuf, size_t inlen, - u8 **outbuf, size_t *outlen) - { -- u8 data[sizeof(unsigned int)]; -+ u8 data[sizeof(size_t)]; - unsigned int field = 0; - int i, bits; - diff --git a/dev-libs/opensc/files/digest-opensc-0.10.1 b/dev-libs/opensc/files/digest-opensc-0.10.1 deleted file mode 100644 index fb903f903272..000000000000 --- a/dev-libs/opensc/files/digest-opensc-0.10.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 5549c7c339775356784837887750d232 opensc-0.10.1.tar.gz 1305677 -RMD160 4a13d5ece037fb5c35826204481088e1f7db709f opensc-0.10.1.tar.gz 1305677 -SHA256 0dfb546fd9a8c3fea3d65d710f5c780825ad8b52cd6b1fdc6f1cf54eb7e9503a opensc-0.10.1.tar.gz 1305677 diff --git a/dev-libs/opensc/opensc-0.10.1.ebuild b/dev-libs/opensc/opensc-0.10.1.ebuild deleted file mode 100644 index 2a7f56ef865b..000000000000 --- a/dev-libs/opensc/opensc-0.10.1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/opensc/opensc-0.10.1.ebuild,v 1.14 2007/07/22 08:22:44 graaff Exp $ - -inherit eutils libtool - -DESCRIPTION="SmartCard library and applications" -HOMEPAGE="http://www.opensc.org/" -SRC_URI="http://www.opensc-project.org/files/opensc/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86" -IUSE="ldap pcsc-lite X" -#pam - -RDEPEND="X? ( >=x11-libs/libX11-1.0.0 >=x11-libs/libXt-1.0.0 ) - ldap? ( net-nds/openldap ) - pcsc-lite? ( sys-apps/pcsc-lite ) - !pcsc-lite? ( >=dev-libs/openct-0.5.0 )" - -#PDEPEND="pam? ( sys-auth/pam_pkcs11 )" - -src_unpack() { - unpack ${A} - cd "${S}" - use X || echo 'all:'$'\n''install:' > src/signer/Makefile.in - EPATCH_SINGLE_MSG="Applying libtool reverse deps patch ..." \ - epatch ${ELT_PATCH_DIR}/fix-relink/1.5.0 -} - -src_compile() { - local mycard="" - use pcsc-lite \ - && mycard="--with-pcsclite" \ - || mycard="--with-openct=/usr" - # --without-plugin-dir generates a /no directory - econf \ - --disable-usbtoken \ - --with-plugin-dir=/usr/lib/mozilla/plugins \ - $(use_enable ldap) \ - ${mycard} \ - || die - - emake -j1 || die -} - -src_install() { - make install DESTDIR="${D}" || die - - dodoc NEWS README - dohtml docs/opensc.{html,css} -} - -pkg_postinst() { - ewarn "If you are upgrading, please remember to run" - ewarn "revdep-rebuild due to ABI breakage." -} |