diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-12-26 17:41:04 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-12-26 17:41:04 +0000 |
commit | 08de7aeddd566695d740015b122866015526be19 (patch) | |
tree | 8fbdb0ede9ff49116f5080b5c96ca9df5f29ef02 /app-crypt/asedriveiiie-usb | |
parent | Added patch to fix implicit declarations (diff) | |
download | historical-08de7aeddd566695d740015b122866015526be19.tar.gz historical-08de7aeddd566695d740015b122866015526be19.tar.bz2 historical-08de7aeddd566695d740015b122866015526be19.zip |
Wishfully remove 3.4 version.
Package-Manager: portage-2.2.0_alpha10/cvs/Linux x86_64
Diffstat (limited to 'app-crypt/asedriveiiie-usb')
-rw-r--r-- | app-crypt/asedriveiiie-usb/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild | 35 |
2 files changed, 6 insertions, 37 deletions
diff --git a/app-crypt/asedriveiiie-usb/ChangeLog b/app-crypt/asedriveiiie-usb/ChangeLog index 7efb668b71f3..264bef8eb418 100644 --- a/app-crypt/asedriveiiie-usb/ChangeLog +++ b/app-crypt/asedriveiiie-usb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/asedriveiiie-usb -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/ChangeLog,v 1.7 2009/10/14 00:49:17 halcy0n Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/ChangeLog,v 1.8 2010/12/26 17:41:03 flameeyes Exp $ + + 26 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org> + -asedriveiiie-usb-3.4.ebuild: + Wishfully remove 3.4 version. 14 Oct 2009; Mark Loeser <halcy0n@gentoo.org> asedriveiiie-usb-3.4.ebuild: QA fixes; remove useless dodoc LICENSE diff --git a/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild b/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild deleted file mode 100644 index 1a79ba8bf129..000000000000 --- a/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-usb/asedriveiiie-usb-3.4.ebuild,v 1.7 2009/10/14 00:49:17 halcy0n Exp $ - -DESCRIPTION="ASEDriveIIIe USB Card Reader" -HOMEPAGE="http://www.athena-scs.com" -SRC_URI="http://www.athena-scs.com/downloads/${P}.tar.bz2" -LICENSE="BSD" -SLOT="0" -IUSE="" -KEYWORDS="~x86" -RDEPEND=">=sys-apps/pcsc-lite-1.3.0 - =virtual/libusb-0*" -DEPEND="dev-util/pkgconfig - ${RDEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - rm ifdhandler.h -} - -src_compile() { - CFLAGS="${CFLAGS} -DIFDHANDLERv2" econf || die - emake || die -} - -src_install() { - emake install DESTDIR="${D}" || die - - dodoc README - - elog "NOTICE:" - elog "You should restart pcscd." -} |