diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-05-16 06:55:03 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-05-16 06:55:03 +0000 |
commit | b5563c01e4291ebd1ac3521e69d4a5a202bb80ee (patch) | |
tree | a033df76912be41216e80bca3f468f03f5d2f781 /app-crypt/asedriveiiie-serial | |
parent | Include the current stable of dev-libs/libusb-0* in the version specification... (diff) | |
download | gentoo-2-b5563c01e4291ebd1ac3521e69d4a5a202bb80ee.tar.gz gentoo-2-b5563c01e4291ebd1ac3521e69d4a5a202bb80ee.tar.bz2 gentoo-2-b5563c01e4291ebd1ac3521e69d4a5a202bb80ee.zip |
Code review shows that this package do not use libusb at all.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/asedriveiiie-serial')
-rw-r--r-- | app-crypt/asedriveiiie-serial/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild | 7 | ||||
-rw-r--r-- | app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild | 5 |
3 files changed, 10 insertions, 8 deletions
diff --git a/app-crypt/asedriveiiie-serial/ChangeLog b/app-crypt/asedriveiiie-serial/ChangeLog index ead8f706bd2f..1760a8efd23e 100644 --- a/app-crypt/asedriveiiie-serial/ChangeLog +++ b/app-crypt/asedriveiiie-serial/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/asedriveiiie-serial # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/ChangeLog,v 1.6 2009/04/10 21:11:49 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/ChangeLog,v 1.7 2009/05/16 06:55:03 robbat2 Exp $ + + 16 May 2009; Robin H. Johnson <robbat2@gentoo.org> + asedriveiiie-serial-3.4.ebuild, asedriveiiie-serial-3.5.ebuild: + Code review shows that this package do not use libusb at all. *asedriveiiie-serial-3.5 (10 Apr 2009) diff --git a/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild b/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild index 08654b4425d8..d2bd19a77d68 100644 --- a/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild +++ b/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild,v 1.6 2008/06/01 03:38:07 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.4.ebuild,v 1.7 2009/05/16 06:55:03 robbat2 Exp $ DESCRIPTION="ASEDriveIIIe Serial Card Reader" HOMEPAGE="http://www.athena-scs.com" @@ -9,8 +9,7 @@ LICENSE="BSD" SLOT="0" IUSE="" KEYWORDS="~x86" -RDEPEND=">=sys-apps/pcsc-lite-1.3.0 - >=dev-libs/libusb-0.1.10" +RDEPEND=">=sys-apps/pcsc-lite-1.3.0" DEPEND="dev-util/pkgconfig ${RDEPEND}" diff --git a/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild b/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild index be1d154090ee..2300fbdf2365 100644 --- a/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild +++ b/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild,v 1.1 2009/04/10 21:11:49 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild,v 1.2 2009/05/16 06:55:03 robbat2 Exp $ DESCRIPTION="ASEDriveIIIe Serial Card Reader" HOMEPAGE="http://www.athena-scs.com" @@ -9,8 +9,7 @@ LICENSE="BSD" SLOT="0" IUSE="" KEYWORDS="~amd64 ~x86" -RDEPEND=">=sys-apps/pcsc-lite-1.3.0 - >=dev-libs/libusb-0.1.10" +RDEPEND=">=sys-apps/pcsc-lite-1.3.0" DEPEND="${RDEPEND} dev-util/pkgconfig" |