diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2007-06-21 20:06:48 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2007-06-21 20:06:48 +0000 |
commit | d03af3c7febb9de103f720a789908a227d171c49 (patch) | |
tree | c708cfc990bb9bebd25278d75861bcb7ba9b5ba4 /app-crypt/ccid | |
parent | Unmask >=3.0 ebuilds for NX binary packages on no-multilib (diff) | |
download | gentoo-2-d03af3c7febb9de103f720a789908a227d171c49.tar.gz gentoo-2-d03af3c7febb9de103f720a789908a227d171c49.tar.bz2 gentoo-2-d03af3c7febb9de103f720a789908a227d171c49.zip |
Cleanup
(Portage version: 2.1.3_rc4)
Diffstat (limited to 'app-crypt/ccid')
-rw-r--r-- | app-crypt/ccid/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/ccid/ccid-1.0.1-r1.ebuild | 33 | ||||
-rw-r--r-- | app-crypt/ccid/ccid-1.0.1.ebuild | 21 | ||||
-rw-r--r-- | app-crypt/ccid/ccid-1.1.0-r1.ebuild | 45 | ||||
-rw-r--r-- | app-crypt/ccid/ccid-1.1.0.ebuild | 33 | ||||
-rw-r--r-- | app-crypt/ccid/ccid-1.2.0.ebuild | 41 | ||||
-rw-r--r-- | app-crypt/ccid/ccid-1.2.1.ebuild | 35 | ||||
-rw-r--r-- | app-crypt/ccid/files/ccid-1.1.0-build.patch | 42 | ||||
-rw-r--r-- | app-crypt/ccid/files/digest-ccid-1.0.1 | 3 | ||||
-rw-r--r-- | app-crypt/ccid/files/digest-ccid-1.0.1-r1 | 3 | ||||
-rw-r--r-- | app-crypt/ccid/files/digest-ccid-1.1.0 | 3 | ||||
-rw-r--r-- | app-crypt/ccid/files/digest-ccid-1.1.0-r1 | 3 | ||||
-rw-r--r-- | app-crypt/ccid/files/digest-ccid-1.2.0 | 3 | ||||
-rw-r--r-- | app-crypt/ccid/files/digest-ccid-1.2.1 | 3 |
14 files changed, 7 insertions, 269 deletions
diff --git a/app-crypt/ccid/ChangeLog b/app-crypt/ccid/ChangeLog index 61d489a63f0f..157e9a2afcf2 100644 --- a/app-crypt/ccid/ChangeLog +++ b/app-crypt/ccid/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-crypt/ccid # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.19 2007/06/20 09:00:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.20 2007/06/21 20:06:47 alonbl Exp $ + + 21 Jun 2007; Alon Bar-Lev <alonbl@gentoo.org> + -files/ccid-1.1.0-build.patch, -ccid-1.0.1.ebuild, -ccid-1.0.1-r1.ebuild, + -ccid-1.1.0.ebuild, -ccid-1.1.0-r1.ebuild, -ccid-1.2.0.ebuild, + -ccid-1.2.1.ebuild: + Cleanup 20 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> ccid-1.3.0.ebuild: Stable on amd64 wrt bug #181511. diff --git a/app-crypt/ccid/ccid-1.0.1-r1.ebuild b/app-crypt/ccid/ccid-1.0.1-r1.ebuild deleted file mode 100644 index c2edc311d90e..000000000000 --- a/app-crypt/ccid/ccid-1.0.1-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.0.1-r1.ebuild,v 1.2 2006/12/02 23:33:04 beandog Exp $ - -inherit eutils - -DL_NUM="1563" -DESCRIPTION="CCID free software driver" -HOMEPAGE="http://pcsclite.alioth.debian.org/ccid.html" -SRC_URI="http://alioth.debian.org/download.php/${DL_NUM}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="chipcard2" -RDEPEND=">=sys-apps/pcsc-lite-1.2.9_beta9 - >=dev-libs/libusb-0.1.4" - -src_compile() { - local myconf - - # bug 131421 - allow ccid to work with sys-libs/libchipcard - use chipcard2 && myconf="${myconf} --disable-pcsclite \ - --enable-usbdropdir=/usr/lib/chipcard2-server/lowlevel/ifd \ - --enable-ccidtwindir=/usr/lib/chipcard2-server/lowlevel/ifd" - - econf ${myconf} || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make install DESTDIR="${D}" || die "Cannot install" - dodoc README AUTHORS -} diff --git a/app-crypt/ccid/ccid-1.0.1.ebuild b/app-crypt/ccid/ccid-1.0.1.ebuild deleted file mode 100644 index 1fd7055a1827..000000000000 --- a/app-crypt/ccid/ccid-1.0.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.0.1.ebuild,v 1.2 2006/12/02 23:33:04 beandog Exp $ - -inherit eutils - -DL_NUM="1563" -DESCRIPTION="CCID free software driver" -HOMEPAGE="http://pcsclite.alioth.debian.org/ccid.html" -SRC_URI="http://alioth.debian.org/download.php/${DL_NUM}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" -RDEPEND=">=sys-apps/pcsc-lite-1.2.9_beta9 - >=dev-libs/libusb-0.1.4" - -src_install() { - make install DESTDIR="${D}" || die "Cannot install" - dodoc README AUTHORS -} diff --git a/app-crypt/ccid/ccid-1.1.0-r1.ebuild b/app-crypt/ccid/ccid-1.1.0-r1.ebuild deleted file mode 100644 index 4159c085c13b..000000000000 --- a/app-crypt/ccid/ccid-1.1.0-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.1.0-r1.ebuild,v 1.3 2007/01/18 19:10:51 alonbl Exp $ - -inherit eutils autotools - -DL_NUM="1740" -DESCRIPTION="CCID free software driver" -HOMEPAGE="http://pcsclite.alioth.debian.org/ccid.html" -SRC_URI="http://alioth.debian.org/download.php/${DL_NUM}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="chipcard2 twinserial" -RDEPEND=">=sys-apps/pcsc-lite-1.3.2 - !chipcard2? ( >=dev-libs/libusb-0.1.4 ) - chipcard2? ( sys-libs/libchipcard )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-build.patch" - eautoreconf -} - -src_compile() { - local myconf - - # bug 131421 - allow ccid to work with sys-libs/libchipcard - use chipcard2 && myconf="${myconf} \ - --enable-usbdropdir=/usr/lib/chipcard2-server/lowlevel/ifd \ - --enable-ccidtwindir=/usr/lib/chipcard2-server/lowlevel/ifd" - - use nousb && myconf="${myconf} --disable-pcsclite" - - econf \ - ${myconf} \ - $(use_enable twinserial) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make install DESTDIR="${D}" || die "Cannot install" - dodoc README AUTHORS -} diff --git a/app-crypt/ccid/ccid-1.1.0.ebuild b/app-crypt/ccid/ccid-1.1.0.ebuild deleted file mode 100644 index b31183cd4cc0..000000000000 --- a/app-crypt/ccid/ccid-1.1.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.1.0.ebuild,v 1.2 2006/12/02 23:33:04 beandog Exp $ - -inherit eutils - -DL_NUM="1740" -DESCRIPTION="CCID free software driver" -HOMEPAGE="http://pcsclite.alioth.debian.org/ccid.html" -SRC_URI="http://alioth.debian.org/download.php/${DL_NUM}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="chipcard2" -RDEPEND=">=sys-apps/pcsc-lite-1.3.2 - >=dev-libs/libusb-0.1.4" - -src_compile() { - local myconf - - # bug 131421 - allow ccid to work with sys-libs/libchipcard - use chipcard2 && myconf="${myconf} --disable-pcsclite \ - --enable-usbdropdir=/usr/lib/chipcard2-server/lowlevel/ifd \ - --enable-ccidtwindir=/usr/lib/chipcard2-server/lowlevel/ifd" - - econf ${myconf} || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make install DESTDIR="${D}" || die "Cannot install" - dodoc README AUTHORS -} diff --git a/app-crypt/ccid/ccid-1.2.0.ebuild b/app-crypt/ccid/ccid-1.2.0.ebuild deleted file mode 100644 index cb43767a4827..000000000000 --- a/app-crypt/ccid/ccid-1.2.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.2.0.ebuild,v 1.1 2007/01/19 21:49:30 alonbl Exp $ - -inherit eutils autotools - -STUPID_NUM="1867" -DESCRIPTION="CCID free software driver" -HOMEPAGE="http://pcsclite.alioth.debian.org/ccid.html" -SRC_URI="http://alioth.debian.org/download.php/${STUPID_NUM}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="chipcard2 twinserial nousb" -RDEPEND=">=sys-apps/pcsc-lite-1.3.3 - !chipcard2? ( >=dev-libs/libusb-0.1.4 ) - chipcard2? ( sys-libs/libchipcard )" - -src_compile() { - local myconf - - # bug 131421 - allow ccid to work with sys-libs/libchipcard - use chipcard2 && myconf="${myconf} \ - --enable-usbdropdir=/usr/lib/chipcard2-server/lowlevel/ifd \ - --enable-ccidtwindir=/usr/lib/chipcard2-server/lowlevel/ifd" - - use nousb && myconf="${myconf} --disable-pcsclite" - - econf \ - --enable-udev \ - ${myconf} \ - $(use_enable twinserial) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make install DESTDIR="${D}" || die "Cannot install" - dodoc README AUTHORS - insinto /etc/udev/rules.d - newins src/pcscd_ccid.rules 60-pcscd_ccid.rules -} diff --git a/app-crypt/ccid/ccid-1.2.1.ebuild b/app-crypt/ccid/ccid-1.2.1.ebuild deleted file mode 100644 index 003127b57771..000000000000 --- a/app-crypt/ccid/ccid-1.2.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.2.1.ebuild,v 1.3 2007/05/01 20:07:33 corsair Exp $ - -inherit eutils autotools - -STUPID_NUM="1880" -DESCRIPTION="CCID free software driver" -HOMEPAGE="http://pcsclite.alioth.debian.org/ccid.html" -SRC_URI="http://alioth.debian.org/download.php/${STUPID_NUM}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="twinserial nousb" -RDEPEND=">=sys-apps/pcsc-lite-1.3.3 - >=dev-libs/libusb-0.1.4" - -src_compile() { - local myconf - - use nousb && myconf="${myconf} --disable-pcsclite" - - econf \ - --enable-udev \ - ${myconf} \ - $(use_enable twinserial) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make install DESTDIR="${D}" || die "Cannot install" - dodoc README AUTHORS - insinto /etc/udev/rules.d - newins src/pcscd_ccid.rules 60-pcscd_ccid.rules -} diff --git a/app-crypt/ccid/files/ccid-1.1.0-build.patch b/app-crypt/ccid/files/ccid-1.1.0-build.patch deleted file mode 100644 index 2840593c69b0..000000000000 --- a/app-crypt/ccid/files/ccid-1.1.0-build.patch +++ /dev/null @@ -1,42 +0,0 @@ -diff -urNp ccid-1.1.0.org/configure.in ccid-1.1.0/configure.in ---- ccid-1.1.0.org/configure.in 2006-08-11 20:22:30.000000000 +0300 -+++ ccid-1.1.0/configure.in 2006-12-28 22:28:37.000000000 +0200 -@@ -211,13 +211,9 @@ fi - # --enable-twinserial - AC_ARG_ENABLE(twinserial, - AC_HELP_STRING([--enable-twinserial],[also compile and install the serial Twin driver]), -- [twinserial="${enableval}"], [twinserial=false]) -+ [twinserial="${enableval}"], [twinserial=no]) - AC_MSG_RESULT([build and install serial Twin driver : $twinserial]) --if test "${twinserial}" = false ; then -- AM_CONDITIONAL(WITH_TWIN_SERIAL, false) --else -- AM_CONDITIONAL(WITH_TWIN_SERIAL, true) --fi -+AM_CONDITIONAL(WITH_TWIN_SERIAL, test "${twinserial}" != "no") - - # --enable-ccidtwindir=DIR - AC_ARG_ENABLE(ccidtwindir, -@@ -234,9 +230,7 @@ AC_ARG_ENABLE(pcsclite, - AC_HELP_STRING([--disable-pcsclite],[do not use pcsc-lite debug support]), - [ pcsclite="${enableval}" ], [ pcsclite=yes ] ) - --if test "${pcsclite}" = no ; then -- AM_CONDITIONAL(WITHOUT_PCSC, true) --else -+if test "${pcsclite}" != "no" ; then - # check that pcsc-lite is installed - OLD_LIBS="$LIBS" - LIBS="$LIBS $PCSC_LIBS" -@@ -244,10 +238,9 @@ else - [AC_MSG_ERROR([SCardEstablishContext() not found, install pcsc-lite 1.2.9-beta9 or later, or use PCSC_LIBS=... ./configure])]) - LIBS="$OLD_LIBS" - -- AM_CONDITIONAL(WITHOUT_PCSC, false) -- - pcsclite=yes - fi -+AM_CONDITIONAL(WITHOUT_PCSC, test "${pcsclite}" != "no") - AC_MSG_RESULT([compiled for pcsc-lite : $pcsclite]) - - diff --git a/app-crypt/ccid/files/digest-ccid-1.0.1 b/app-crypt/ccid/files/digest-ccid-1.0.1 deleted file mode 100644 index 35f8e8359163..000000000000 --- a/app-crypt/ccid/files/digest-ccid-1.0.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 858bd7d680cdaf0ac53c70d43974a2df ccid-1.0.1.tar.gz 529540 -RMD160 30fd74ee3b0288326da7f47d4270751081c924df ccid-1.0.1.tar.gz 529540 -SHA256 b8ca2a4994c2fd05121d1b66b92252be8fa4357f415773dc3f0792535abab55d ccid-1.0.1.tar.gz 529540 diff --git a/app-crypt/ccid/files/digest-ccid-1.0.1-r1 b/app-crypt/ccid/files/digest-ccid-1.0.1-r1 deleted file mode 100644 index 35f8e8359163..000000000000 --- a/app-crypt/ccid/files/digest-ccid-1.0.1-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 858bd7d680cdaf0ac53c70d43974a2df ccid-1.0.1.tar.gz 529540 -RMD160 30fd74ee3b0288326da7f47d4270751081c924df ccid-1.0.1.tar.gz 529540 -SHA256 b8ca2a4994c2fd05121d1b66b92252be8fa4357f415773dc3f0792535abab55d ccid-1.0.1.tar.gz 529540 diff --git a/app-crypt/ccid/files/digest-ccid-1.1.0 b/app-crypt/ccid/files/digest-ccid-1.1.0 deleted file mode 100644 index 94b385228506..000000000000 --- a/app-crypt/ccid/files/digest-ccid-1.1.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3d216cb89030c6a74fb6851bcc80b08e ccid-1.1.0.tar.gz 540628 -RMD160 9569d64e597b1f6248e394517434ef170a1e5662 ccid-1.1.0.tar.gz 540628 -SHA256 a11c6df683a529d7101cf1dbcf1e376e9e01a9f7b3e73a1b19f335dd32c93093 ccid-1.1.0.tar.gz 540628 diff --git a/app-crypt/ccid/files/digest-ccid-1.1.0-r1 b/app-crypt/ccid/files/digest-ccid-1.1.0-r1 deleted file mode 100644 index 94b385228506..000000000000 --- a/app-crypt/ccid/files/digest-ccid-1.1.0-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3d216cb89030c6a74fb6851bcc80b08e ccid-1.1.0.tar.gz 540628 -RMD160 9569d64e597b1f6248e394517434ef170a1e5662 ccid-1.1.0.tar.gz 540628 -SHA256 a11c6df683a529d7101cf1dbcf1e376e9e01a9f7b3e73a1b19f335dd32c93093 ccid-1.1.0.tar.gz 540628 diff --git a/app-crypt/ccid/files/digest-ccid-1.2.0 b/app-crypt/ccid/files/digest-ccid-1.2.0 deleted file mode 100644 index 89ef138280d1..000000000000 --- a/app-crypt/ccid/files/digest-ccid-1.2.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d679fee9c7b3ca2d865216b45452d885 ccid-1.2.0.tar.gz 547647 -RMD160 39f2486f0f3c8bfca7a3a9733a37b3f75d7ed753 ccid-1.2.0.tar.gz 547647 -SHA256 4f104ccf8a0a35362cae915c0d3c5b36fd9c092e26f0c8df8e76d640d7bc1856 ccid-1.2.0.tar.gz 547647 diff --git a/app-crypt/ccid/files/digest-ccid-1.2.1 b/app-crypt/ccid/files/digest-ccid-1.2.1 deleted file mode 100644 index d7eff8580c6e..000000000000 --- a/app-crypt/ccid/files/digest-ccid-1.2.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 13353ad33b06d2cd086bbcaee6402119 ccid-1.2.1.tar.gz 515867 -RMD160 37ff3ae0a223717582a3c2fa007f46c2beb141ec ccid-1.2.1.tar.gz 515867 -SHA256 d693fa127ed8b31b5be687d8d655ed6db932f34fd2f18953e9c418fe76d54e15 ccid-1.2.1.tar.gz 515867 |