diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-01-23 11:48:14 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-01-23 11:48:14 +0000 |
commit | 8e2d954b346ab51745b4a7e18a6cc5972c2304df (patch) | |
tree | 82ca6cf6fc51e1b59eff664386aa46bb08178edf /sci-libs/libticables2 | |
parent | version bump (diff) | |
download | gentoo-2-8e2d954b346ab51745b4a7e18a6cc5972c2304df.tar.gz gentoo-2-8e2d954b346ab51745b4a7e18a6cc5972c2304df.tar.bz2 gentoo-2-8e2d954b346ab51745b4a7e18a6cc5972c2304df.zip |
sci-libs/libticables2: As I can't find any bug reports in the net, I am following user's suggestion to use libusb:2, #438534
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs/libticables2')
-rw-r--r-- | sci-libs/libticables2/ChangeLog | 9 | ||||
-rw-r--r-- | sci-libs/libticables2/libticables2-1.3.3.ebuild | 14 | ||||
-rw-r--r-- | sci-libs/libticables2/metadata.xml | 4 |
3 files changed, 17 insertions, 10 deletions
diff --git a/sci-libs/libticables2/ChangeLog b/sci-libs/libticables2/ChangeLog index dedfc921e006..e7aa0282fc9b 100644 --- a/sci-libs/libticables2/ChangeLog +++ b/sci-libs/libticables2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/libticables2 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables2/ChangeLog,v 1.10 2012/08/04 15:02:20 bicatali Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables2/ChangeLog,v 1.11 2013/01/23 11:48:14 jlec Exp $ + + 23 Jan 2013; Justin Lecher <jlec@gentoo.org> libticables2-1.3.3.ebuild, + metadata.xml: + As I can't find any bug reports in the net, I am following user's suggestion + to use libusb:2, #438534 04 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> -libticables2-1.3.1.ebuild, libticables2-1.3.3.ebuild: diff --git a/sci-libs/libticables2/libticables2-1.3.3.ebuild b/sci-libs/libticables2/libticables2-1.3.3.ebuild index 83e0ef21670d..e6f187c311ab 100644 --- a/sci-libs/libticables2/libticables2-1.3.3.ebuild +++ b/sci-libs/libticables2/libticables2-1.3.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables2/libticables2-1.3.3.ebuild,v 1.6 2012/08/04 15:02:20 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libticables2/libticables2-1.3.3.ebuild,v 1.7 2013/01/23 11:48:14 jlec Exp $ -EAPI=4 +EAPI=5 inherit eutils multilib @@ -15,8 +15,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="doc nls static-libs usb" -RDEPEND="dev-libs/glib:2 - usb? ( virtual/libusb:0 ) +RDEPEND=" + dev-libs/glib:2 + usb? ( virtual/libusb:1 ) nls? ( virtual/libintl )" DEPEND="${RDEPEND} @@ -28,10 +29,11 @@ DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt ) src_configure() { # --disable-libusb $(use_enable usb libusb10) would enable virtual/libusb:1 econf \ + --disable-libusb \ --disable-rpath \ $(use_enable nls) \ $(use_enable static-libs static) \ - $(use_enable usb libusb) + $(use_enable usb libusb10) } src_install() { diff --git a/sci-libs/libticables2/metadata.xml b/sci-libs/libticables2/metadata.xml index e44d875ab898..bb629561577a 100644 --- a/sci-libs/libticables2/metadata.xml +++ b/sci-libs/libticables2/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> -<longdescription lang="en"> + <herd>sci</herd> + <longdescription lang="en"> This library provides functions to use Texas Instruments link cables for TI calculators. It currently supports all cables on i386, including the USB one. Supported cables may vary depending on your |