diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-09-23 23:53:21 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-09-23 23:53:21 +0000 |
commit | 19fa57f4af54842daa5a52df3ba044f7e9bd7873 (patch) | |
tree | 14e1c7e569a5d87423d60fe795fd7ef73267f3f2 /dev-libs/libhid | |
parent | Added a few patches, including: new upstream patch revision, gcc-4.4 fixes, s... (diff) | |
download | gentoo-2-19fa57f4af54842daa5a52df3ba044f7e9bd7873.tar.gz gentoo-2-19fa57f4af54842daa5a52df3ba044f7e9bd7873.tar.bz2 gentoo-2-19fa57f4af54842daa5a52df3ba044f7e9bd7873.zip |
virtual/libusb migration, bug #270039.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libhid')
-rw-r--r-- | dev-libs/libhid/ChangeLog | 10 | ||||
-rw-r--r-- | dev-libs/libhid/libhid-0.2.16-r1.ebuild (renamed from dev-libs/libhid/libhid-0.2.16.ebuild) | 7 |
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-libs/libhid/ChangeLog b/dev-libs/libhid/ChangeLog index 8df97a17f273..28c2752331ba 100644 --- a/dev-libs/libhid/ChangeLog +++ b/dev-libs/libhid/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/libhid -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhid/ChangeLog,v 1.1 2008/10/01 16:36:55 matsuu Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhid/ChangeLog,v 1.2 2009/09/23 23:53:21 matsuu Exp $ + +*libhid-0.2.16-r1 (23 Sep 2009) + + 23 Sep 2009; MATSUU Takuto <matsuu@gentoo.org> -libhid-0.2.16.ebuild, + +libhid-0.2.16-r1.ebuild: + virtual/libusb migration, bug #270039. *libhid-0.2.16 (01 Oct 2008) diff --git a/dev-libs/libhid/libhid-0.2.16.ebuild b/dev-libs/libhid/libhid-0.2.16-r1.ebuild index 51c48a11552d..50b71a82a641 100644 --- a/dev-libs/libhid/libhid-0.2.16.ebuild +++ b/dev-libs/libhid/libhid-0.2.16-r1.ebuild @@ -1,7 +1,8 @@ -# 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/dev-libs/libhid/libhid-0.2.16.ebuild,v 1.1 2008/10/01 16:36:55 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libhid/libhid-0.2.16-r1.ebuild,v 1.1 2009/09/23 23:53:21 matsuu Exp $ +EAPI="1" DESCRIPTION="Provides a generic and flexible way to access and interact with USB HID devices" HOMEPAGE="http://libhid.alioth.debian.org/" SRC_URI="http://beta.magicaltux.net/${P}.tar.gz" @@ -11,7 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug doc python" -RDEPEND="dev-libs/libusb" +RDEPEND="virtual/libusb:0" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) python? ( |