diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-05-14 23:33:47 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-05-14 23:33:47 +0000 |
commit | d34ecd7d4afb5154df5c65a172a693b35e56859d (patch) | |
tree | d6b8a1cd1340b27275b5d7348b3c3038c399fd6e /virtual/libusb/libusb-0.ebuild | |
parent | Bug #247687: version bump to v1 series. Be sure to see the new libusb virtual... (diff) | |
download | historical-d34ecd7d4afb5154df5c65a172a693b35e56859d.tar.gz historical-d34ecd7d4afb5154df5c65a172a693b35e56859d.tar.bz2 historical-d34ecd7d4afb5154df5c65a172a693b35e56859d.zip |
Bug #247687: virtual for libusb support. Based on final design choices in the bug, as agreed on by Tiziano Müller <dev-zero@gentoo.org> and Robert Buchholz <rbu@gentoo.org>.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'virtual/libusb/libusb-0.ebuild')
-rw-r--r-- | virtual/libusb/libusb-0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/virtual/libusb/libusb-0.ebuild b/virtual/libusb/libusb-0.ebuild new file mode 100644 index 000000000000..d766608c01f0 --- /dev/null +++ b/virtual/libusb/libusb-0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0.ebuild,v 1.1 2009/05/14 23:33:47 robbat2 Exp $ + +EAPI=2 + +DESCRIPTION="Virtual for libusb" +HOMEPAGE="http://libusb.sourceforge.net/" +SRC_URI="" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="|| ( dev-libs/libusb:0 dev-libs/libusb-compat )" |