diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2008-02-08 16:23:55 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2008-02-08 16:23:55 +0000 |
commit | 455cc6b56b0c406625d6573c40a2c43fec401959 (patch) | |
tree | 5f72ea8fcff12ec3992fc3cf696ee6aa4d8de770 /app-crypt/ccid | |
parent | amd64 stable wrt bug #207221 (diff) | |
download | gentoo-2-455cc6b56b0c406625d6573c40a2c43fec401959.tar.gz gentoo-2-455cc6b56b0c406625d6573c40a2c43fec401959.tar.bz2 gentoo-2-455cc6b56b0c406625d6573c40a2c43fec401959.zip |
Version bump, cleanup
(Portage version: 2.1.4.1)
Diffstat (limited to 'app-crypt/ccid')
-rw-r--r-- | app-crypt/ccid/ChangeLog | 9 | ||||
-rw-r--r-- | app-crypt/ccid/ccid-1.3.3.ebuild | 42 | ||||
-rw-r--r-- | app-crypt/ccid/ccid-1.3.4.ebuild (renamed from app-crypt/ccid/ccid-1.3.2.ebuild) | 6 | ||||
-rw-r--r-- | app-crypt/ccid/files/ccid-1.3.3-udev.patch | 12 |
4 files changed, 10 insertions, 59 deletions
diff --git a/app-crypt/ccid/ChangeLog b/app-crypt/ccid/ChangeLog index 0c16a647461f..401bd74ccc2a 100644 --- a/app-crypt/ccid/ChangeLog +++ b/app-crypt/ccid/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-crypt/ccid # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.27 2008/02/07 14:03:00 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.28 2008/02/08 16:23:54 alonbl Exp $ + +*ccid-1.3.4 (08 Feb 2008) + + 08 Feb 2008; Alon Bar-Lev <alonbl@gentoo.org> + -files/ccid-1.3.3-udev.patch, -ccid-1.3.2.ebuild, -ccid-1.3.3.ebuild, + +ccid-1.3.4.ebuild: + Version bump 07 Feb 2008; Alon Bar-Lev <alonbl@gentoo.org> +files/ccid-1.3.3-udev.patch, ccid-1.3.3.ebuild: diff --git a/app-crypt/ccid/ccid-1.3.3.ebuild b/app-crypt/ccid/ccid-1.3.3.ebuild deleted file mode 100644 index 295cab677eaf..000000000000 --- a/app-crypt/ccid/ccid-1.3.3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.3.3.ebuild,v 1.2 2008/02/07 14:03:00 alonbl Exp $ - -inherit eutils - -STUPID_NUM="2312" -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 ~hppa ~ppc ~ppc64 ~x86" -IUSE="twinserial nousb" -RDEPEND=">=sys-apps/pcsc-lite-1.3.3 - >=dev-libs/libusb-0.1.4" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-udev.patch" -} - -src_compile() { - local myconf - - use nousb && myconf="${myconf} --disable-pcsclite" - - econf \ - --docdir="/usr/share/doc/${PF}" \ - --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.3.2.ebuild b/app-crypt/ccid/ccid-1.3.4.ebuild index 59e269b08491..ee1c84e466ba 100644 --- a/app-crypt/ccid/ccid-1.3.2.ebuild +++ b/app-crypt/ccid/ccid-1.3.4.ebuild @@ -1,10 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.3.2.ebuild,v 1.1 2008/01/22 20:58:23 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.3.4.ebuild,v 1.1 2008/02/08 16:23:54 alonbl Exp $ -inherit eutils - -STUPID_NUM="2297" +STUPID_NUM="2315" 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" diff --git a/app-crypt/ccid/files/ccid-1.3.3-udev.patch b/app-crypt/ccid/files/ccid-1.3.3-udev.patch deleted file mode 100644 index 188b57adebf7..000000000000 --- a/app-crypt/ccid/files/ccid-1.3.3-udev.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- trunk/Drivers/ccid/src/pcscd_ccid.rules 2008/02/06 14:07:31 2795 -+++ trunk/Drivers/ccid/src/pcscd_ccid.rules 2008/02/07 13:32:32 2803 -@@ -6,9 +6,6 @@ - # If not adding the device, go away - ACTION!="add", GOTO="pcscd_ccid_rules_end" - --# last file created by the kernel, if this is present everything should be --WAIT_FOR_SYSFS="bInterfaceProtocol" -- - # Kobil mIDentity - SUBSYSTEMS=="usb", ATTRS{idVendor}=="0d46", ATTRS{idProduct}=="4081", RUN+="/usr/sbin/Kobil_mIDentity_switch" - |