summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2013-02-25 22:21:52 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2013-02-25 22:21:52 +0000
commit5aee44e243ff18d0c58f6fcd228666b708d1b285 (patch)
tree1b7ee6044a25c46c889a183cc702f705feaef69a /sys-apps/pcsc-tools
parentConvert to autotools-multilib. Acked by lu_zero, bug #455070. (diff)
downloadgentoo-2-5aee44e243ff18d0c58f6fcd228666b708d1b285.tar.gz
gentoo-2-5aee44e243ff18d0c58f6fcd228666b708d1b285.tar.bz2
gentoo-2-5aee44e243ff18d0c58f6fcd228666b708d1b285.zip
Remove old versions that cannot be fetched anymore.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'sys-apps/pcsc-tools')
-rw-r--r--sys-apps/pcsc-tools/ChangeLog7
-rw-r--r--sys-apps/pcsc-tools/pcsc-tools-1.4.17-r2.ebuild70
-rw-r--r--sys-apps/pcsc-tools/pcsc-tools-1.4.18.ebuild71
-rw-r--r--sys-apps/pcsc-tools/pcsc-tools-1.4.20.ebuild71
4 files changed, 6 insertions, 213 deletions
diff --git a/sys-apps/pcsc-tools/ChangeLog b/sys-apps/pcsc-tools/ChangeLog
index 8c301dbacf01..b000c05ab1dd 100644
--- a/sys-apps/pcsc-tools/ChangeLog
+++ b/sys-apps/pcsc-tools/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/pcsc-tools
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-tools/ChangeLog,v 1.15 2013/01/06 17:19:37 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-tools/ChangeLog,v 1.16 2013/02/25 22:21:52 flameeyes Exp $
+
+ 25 Feb 2013; Diego E. Pettenò <flameeyes@gentoo.org>
+ -pcsc-tools-1.4.17-r2.ebuild, -pcsc-tools-1.4.18.ebuild,
+ -pcsc-tools-1.4.20.ebuild:
+ Remove old versions that cannot be fetched anymore.
*pcsc-tools-1.4.21 (06 Jan 2013)
diff --git a/sys-apps/pcsc-tools/pcsc-tools-1.4.17-r2.ebuild b/sys-apps/pcsc-tools/pcsc-tools-1.4.17-r2.ebuild
deleted file mode 100644
index 89b3cc931bdc..000000000000
--- a/sys-apps/pcsc-tools/pcsc-tools-1.4.17-r2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-tools/pcsc-tools-1.4.17-r2.ebuild,v 1.2 2012/05/04 09:17:29 jdhore Exp $
-
-EAPI="3"
-
-SMARTCARD_DATE=20101010
-
-inherit eutils fdo-mime multilib toolchain-funcs
-
-DESCRIPTION="PC/SC Architecture smartcard tools"
-HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
-SRC_URI="http://ludovic.rousseau.free.fr/softwares/${PN}/${P}.tar.gz
- mirror://gentoo/${PN}-smartcard_list-${SMARTCARD_DATE}.txt.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE="gtk network-cron"
-
-RDEPEND=">=sys-apps/pcsc-lite-1.4.14"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-RDEPEND="${RDEPEND}
- dev-perl/pcsc-perl
- gtk? ( dev-perl/gtk2-perl )"
-
-src_prepare() {
- sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
-}
-
-src_compile() {
- tc-export CC
- # explicitly only build the pcsc_scan application, or the man
- # pages will be gzipped first, and then unpacked.
- emake pcsc_scan || die
-}
-
-src_install() {
- # install manually, makes it much easier since the Makefile
- # requires fiddling with
- dobin ATR_analysis scriptor pcsc_scan || die
- doman pcsc_scan.1 scriptor.1p ATR_analysis.1p || die
-
- dodoc README Changelog || die
-
- if use gtk; then
- domenu gscriptor.desktop || die
- dobin gscriptor || die
- doman gscriptor.1p || die
- fi
-
- if use network-cron ; then
- exeinto /etc/cron.monthly
- newexe "${FILESDIR}"/smartcard.cron update-smartcard_list \
- || die "Failed to install update cronjob"
- fi
-
- insinto /usr/share/pcsc
- newins "${WORKDIR}"/${PN}-smartcard_list-${SMARTCARD_DATE}.txt smartcard_list.txt || die
-}
-
-pkg_postinst() {
- use gtk && fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/sys-apps/pcsc-tools/pcsc-tools-1.4.18.ebuild b/sys-apps/pcsc-tools/pcsc-tools-1.4.18.ebuild
deleted file mode 100644
index ccebbe408def..000000000000
--- a/sys-apps/pcsc-tools/pcsc-tools-1.4.18.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-tools/pcsc-tools-1.4.18.ebuild,v 1.2 2012/05/04 09:17:29 jdhore Exp $
-
-EAPI="4"
-
-inherit eutils fdo-mime multilib toolchain-funcs
-
-DESCRIPTION="PC/SC Architecture smartcard tools"
-HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
-SRC_URI="http://ludovic.rousseau.free.fr/softwares/${PN}/${P}.tar.gz
- ${SC_REV:+http://anonscm.debian.org/viewvc/pcsclite/trunk/pcsc-tools/smartcard_list.txt?revision=${SC_REV}&view=co -> ${PN}-smartcard_list-${SC_REV}.txt}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE="gtk network-cron"
-
-RDEPEND=">=sys-apps/pcsc-lite-1.4.14"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-RDEPEND="${RDEPEND}
- dev-perl/pcsc-perl
- gtk? ( dev-perl/gtk2-perl )"
-
-src_prepare() {
- sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
-}
-
-src_compile() {
- tc-export CC
- # explicitly only build the pcsc_scan application, or the man
- # pages will be gzipped first, and then unpacked.
- emake pcsc_scan
-}
-
-src_install() {
- # install manually, makes it much easier since the Makefile
- # requires fiddling with
- dobin ATR_analysis scriptor pcsc_scan
- doman pcsc_scan.1 scriptor.1p ATR_analysis.1p
-
- dodoc README Changelog
-
- if use gtk; then
- domenu gscriptor.desktop
- dobin gscriptor
- doman gscriptor.1p
- fi
-
- if use network-cron ; then
- exeinto /etc/cron.monthly
- newexe "${FILESDIR}"/smartcard.cron update-smartcard_list
- fi
-
- insinto /usr/share/pcsc
- if [[ -n ${SC_REV} ]]; then
- newins "${WORKDIR}"/${PN}-smartcard_list-${SC_REV}.txt smartcard_list.txt
- else
- doins smartcard_list.txt
- fi
-}
-
-pkg_postinst() {
- use gtk && fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/sys-apps/pcsc-tools/pcsc-tools-1.4.20.ebuild b/sys-apps/pcsc-tools/pcsc-tools-1.4.20.ebuild
deleted file mode 100644
index 15e499f30f8b..000000000000
--- a/sys-apps/pcsc-tools/pcsc-tools-1.4.20.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-tools/pcsc-tools-1.4.20.ebuild,v 1.1 2012/06/16 16:07:15 flameeyes Exp $
-
-EAPI="4"
-
-inherit eutils fdo-mime multilib toolchain-funcs
-
-DESCRIPTION="PC/SC Architecture smartcard tools"
-HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
-SRC_URI="http://ludovic.rousseau.free.fr/softwares/${PN}/${P}.tar.gz
- ${SC_REV:+http://anonscm.debian.org/viewvc/pcsclite/trunk/pcsc-tools/smartcard_list.txt?revision=${SC_REV}&view=co -> ${PN}-smartcard_list-${SC_REV}.txt}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE="gtk network-cron"
-
-RDEPEND=">=sys-apps/pcsc-lite-1.4.14"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-RDEPEND="${RDEPEND}
- dev-perl/pcsc-perl
- gtk? ( dev-perl/gtk2-perl )"
-
-src_prepare() {
- sed -i -e 's:-Wall -O2:${CFLAGS}:g' Makefile
-}
-
-src_compile() {
- tc-export CC
- # explicitly only build the pcsc_scan application, or the man
- # pages will be gzipped first, and then unpacked.
- emake pcsc_scan
-}
-
-src_install() {
- # install manually, makes it much easier since the Makefile
- # requires fiddling with
- dobin ATR_analysis scriptor pcsc_scan
- doman pcsc_scan.1 scriptor.1p ATR_analysis.1p
-
- dodoc README Changelog
-
- if use gtk; then
- domenu gscriptor.desktop
- dobin gscriptor
- doman gscriptor.1p
- fi
-
- if use network-cron ; then
- exeinto /etc/cron.monthly
- newexe "${FILESDIR}"/smartcard.cron update-smartcard_list
- fi
-
- insinto /usr/share/pcsc
- if [[ -n ${SC_REV} ]]; then
- newins "${WORKDIR}"/${PN}-smartcard_list-${SC_REV}.txt smartcard_list.txt
- else
- doins smartcard_list.txt
- fi
-}
-
-pkg_postinst() {
- use gtk && fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}