diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-20 18:11:44 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-20 18:11:44 +0000 |
commit | c3af3016e58d5e2c67e64b471770e610d4c7de21 (patch) | |
tree | 10a78f335c5192417992e9508ce9581905fd9696 /dev-libs | |
parent | libifp-module is no more (diff) | |
download | gentoo-2-c3af3016e58d5e2c67e64b471770e610d4c7de21.tar.gz gentoo-2-c3af3016e58d5e2c67e64b471770e610d4c7de21.tar.bz2 gentoo-2-c3af3016e58d5e2c67e64b471770e610d4c7de21.zip |
Fix libusb depend to correct SLOT.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libnfc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libnfc/libnfc-1.3.1.ebuild | 8 | ||||
-rw-r--r-- | dev-libs/libnfc/libnfc-1.3.2.ebuild | 8 | ||||
-rw-r--r-- | dev-libs/libnfc/libnfc-1.3.3.ebuild | 8 | ||||
-rw-r--r-- | dev-libs/libnfc/libnfc-1.3.4.ebuild | 8 | ||||
-rw-r--r-- | dev-libs/libnfc/libnfc-1.4.2.ebuild | 6 |
6 files changed, 25 insertions, 20 deletions
diff --git a/dev-libs/libnfc/ChangeLog b/dev-libs/libnfc/ChangeLog index 51e0b647676f..0fbd9d2a71e8 100644 --- a/dev-libs/libnfc/ChangeLog +++ b/dev-libs/libnfc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libnfc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnfc/ChangeLog,v 1.6 2011/02/23 12:08:14 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnfc/ChangeLog,v 1.7 2011/03/20 18:11:44 ssuominen Exp $ + + 20 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> libnfc-1.3.1.ebuild, + libnfc-1.3.2.ebuild, libnfc-1.3.3.ebuild, libnfc-1.3.4.ebuild, + libnfc-1.4.2.ebuild: + Fix libusb depend to correct SLOT. *libnfc-1.4.2 (23 Feb 2011) diff --git a/dev-libs/libnfc/libnfc-1.3.1.ebuild b/dev-libs/libnfc/libnfc-1.3.1.ebuild index ddee072bd120..fefbd56f5b5b 100644 --- a/dev-libs/libnfc/libnfc-1.3.1.ebuild +++ b/dev-libs/libnfc/libnfc-1.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnfc/libnfc-1.3.1.ebuild,v 1.1 2010/01/23 22:02:13 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnfc/libnfc-1.3.1.ebuild,v 1.2 2011/03/20 18:11:44 ssuominen Exp $ EAPI="2" @@ -16,9 +16,9 @@ KEYWORDS="~x86 ~amd64" IUSE="doc" CDEPEND="sys-apps/pcsc-lite - dev-libs/libusb" + virtual/libusb:0" DEPEND="${CDEPEND} - doc? ( app-doc/doxygen )" + doc? ( app-doc/doxygen )" RDEPEND="${CDEPEND}" src_compile() { diff --git a/dev-libs/libnfc/libnfc-1.3.2.ebuild b/dev-libs/libnfc/libnfc-1.3.2.ebuild index 61bf570c1532..c6aa61722676 100644 --- a/dev-libs/libnfc/libnfc-1.3.2.ebuild +++ b/dev-libs/libnfc/libnfc-1.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnfc/libnfc-1.3.2.ebuild,v 1.1 2010/02/01 11:23:06 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnfc/libnfc-1.3.2.ebuild,v 1.2 2011/03/20 18:11:44 ssuominen Exp $ EAPI="2" @@ -16,9 +16,9 @@ KEYWORDS="~x86 ~amd64" IUSE="doc" CDEPEND="sys-apps/pcsc-lite - dev-libs/libusb" + virtual/libusb:0" DEPEND="${CDEPEND} - doc? ( app-doc/doxygen )" + doc? ( app-doc/doxygen )" RDEPEND="${CDEPEND}" src_compile() { diff --git a/dev-libs/libnfc/libnfc-1.3.3.ebuild b/dev-libs/libnfc/libnfc-1.3.3.ebuild index 66202c90ace8..2a8a00c74177 100644 --- a/dev-libs/libnfc/libnfc-1.3.3.ebuild +++ b/dev-libs/libnfc/libnfc-1.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnfc/libnfc-1.3.3.ebuild,v 1.1 2010/02/17 15:35:38 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnfc/libnfc-1.3.3.ebuild,v 1.2 2011/03/20 18:11:44 ssuominen Exp $ EAPI="2" @@ -16,9 +16,9 @@ KEYWORDS="~x86 ~amd64" IUSE="doc" CDEPEND="sys-apps/pcsc-lite - dev-libs/libusb" + virtual/libusb:0" DEPEND="${CDEPEND} - doc? ( app-doc/doxygen )" + doc? ( app-doc/doxygen )" RDEPEND="${CDEPEND}" src_compile() { diff --git a/dev-libs/libnfc/libnfc-1.3.4.ebuild b/dev-libs/libnfc/libnfc-1.3.4.ebuild index d48520d9e832..1de8ba68b95a 100644 --- a/dev-libs/libnfc/libnfc-1.3.4.ebuild +++ b/dev-libs/libnfc/libnfc-1.3.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnfc/libnfc-1.3.4.ebuild,v 1.1 2010/04/06 22:06:48 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnfc/libnfc-1.3.4.ebuild,v 1.2 2011/03/20 18:11:44 ssuominen Exp $ EAPI="2" @@ -16,9 +16,9 @@ KEYWORDS="~x86 ~amd64" IUSE="doc" CDEPEND="sys-apps/pcsc-lite - dev-libs/libusb" + virtual/libusb:0" DEPEND="${CDEPEND} - doc? ( app-doc/doxygen )" + doc? ( app-doc/doxygen )" RDEPEND="${CDEPEND}" src_compile() { diff --git a/dev-libs/libnfc/libnfc-1.4.2.ebuild b/dev-libs/libnfc/libnfc-1.4.2.ebuild index 6a4ab4c87af0..b5ee6007cb8a 100644 --- a/dev-libs/libnfc/libnfc-1.4.2.ebuild +++ b/dev-libs/libnfc/libnfc-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnfc/libnfc-1.4.2.ebuild,v 1.1 2011/02/23 12:08:14 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnfc/libnfc-1.4.2.ebuild,v 1.2 2011/03/20 18:11:44 ssuominen Exp $ EAPI="4" @@ -16,9 +16,9 @@ KEYWORDS="~x86 ~amd64" IUSE="doc" RDEPEND="sys-apps/pcsc-lite - dev-libs/libusb" + virtual/libusb:0" DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" + doc? ( app-doc/doxygen )" src_compile() { emake || die "Failed to compile." |