public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libusb-compat: ChangeLog libusb-compat-0.1.3.ebuild
@ 2009-11-11  7:56 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 3+ messages in thread
From: Robin H. Johnson (robbat2) @ 2009-11-11  7:56 UTC (permalink / raw
  To: gentoo-commits

robbat2     09/11/11 07:56:00

  Modified:             ChangeLog
  Added:                libusb-compat-0.1.3.ebuild
  Log:
  Version bump and include ANSI compat patch from Debian per bug #273752.
  (Portage version: 2.2_rc49/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-libs/libusb-compat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libusb-compat/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libusb-compat/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libusb-compat/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -p -w -b -B -u -u -r1.3 -r1.4
--- ChangeLog	15 May 2009 10:11:35 -0000	1.3
+++ ChangeLog	11 Nov 2009 07:55:59 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libusb-compat
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/ChangeLog,v 1.3 2009/05/15 10:11:35 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/ChangeLog,v 1.4 2009/11/11 07:55:59 robbat2 Exp $
+
+*libusb-compat-0.1.3 (11 Nov 2009)
+
+  11 Nov 2009; Robin H. Johnson <robbat2@gentoo.org>
+  +libusb-compat-0.1.3.ebuild, +files/libusb-0.1-ansi.patch:
+  Version bump and include ANSI compat patch from Debian per bug #273752.
 
   15 May 2009; Robin H. Johnson <robbat2@gentoo.org>
   libusb-compat-0.1.0.ebuild:



1.1                  dev-libs/libusb-compat/libusb-compat-0.1.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libusb-compat/libusb-compat-0.1.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libusb-compat/libusb-compat-0.1.3.ebuild?rev=1.1&content-type=text/plain

Index: libusb-compat-0.1.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/libusb-compat-0.1.3.ebuild,v 1.1 2009/11/11 07:55:59 robbat2 Exp $

EAPI="2"
inherit eutils

DESCRIPTION="Userspace access to USB devices (libusb-0.1 compat wrapper)"
HOMEPAGE="http://libusb.sourceforge.net/"
SRC_URI="mirror://sourceforge/libusb/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="debug"

RDEPEND="dev-libs/libusb:1
		!dev-libs/libusb:0"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_prepare() {
	epatch "${FILESDIR}"/libusb-0.1-ansi.patch
}

src_configure() {
	econf \
		$(use_enable debug debug-log)
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"

	dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"

	insinto /usr/share/doc/${PF}/examples
	doins examples/*.c
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/libusb-compat: ChangeLog libusb-compat-0.1.3.ebuild
@ 2010-01-20  0:20 Jonathan Callen (abcd)
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Callen (abcd) @ 2010-01-20  0:20 UTC (permalink / raw
  To: gentoo-commits

abcd        10/01/20 00:20:47

  Modified:             ChangeLog libusb-compat-0.1.3.ebuild
  Log:
  Keyword ~x86-linux
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.5                  dev-libs/libusb-compat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libusb-compat/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libusb-compat/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libusb-compat/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	11 Nov 2009 07:55:59 -0000	1.4
+++ ChangeLog	20 Jan 2010 00:20:47 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libusb-compat
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/ChangeLog,v 1.4 2009/11/11 07:55:59 robbat2 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/ChangeLog,v 1.5 2010/01/20 00:20:47 abcd Exp $
+
+  20 Jan 2010; Jonathan Callen <abcd@gentoo.org> libusb-compat-0.1.3.ebuild:
+  Keyword ~x86-linux
 
 *libusb-compat-0.1.3 (11 Nov 2009)
 



1.2                  dev-libs/libusb-compat/libusb-compat-0.1.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libusb-compat/libusb-compat-0.1.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libusb-compat/libusb-compat-0.1.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libusb-compat/libusb-compat-0.1.3.ebuild?r1=1.1&r2=1.2

Index: libusb-compat-0.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/libusb-compat-0.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libusb-compat-0.1.3.ebuild	11 Nov 2009 07:55:59 -0000	1.1
+++ libusb-compat-0.1.3.ebuild	20 Jan 2010 00:20:47 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/libusb-compat-0.1.3.ebuild,v 1.1 2009/11/11 07:55:59 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/libusb-compat-0.1.3.ebuild,v 1.2 2010/01/20 00:20:47 abcd Exp $
 
 EAPI="2"
 inherit eutils
@@ -10,7 +10,7 @@
 SRC_URI="mirror://sourceforge/libusb/${P}.tar.bz2"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-linux"
 IUSE="debug"
 
 RDEPEND="dev-libs/libusb:1






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/libusb-compat: ChangeLog libusb-compat-0.1.3.ebuild
@ 2011-09-28 13:06 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-09-28 13:06 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/09/28 13:06:23

  Modified:             ChangeLog libusb-compat-0.1.3.ebuild
  Log:
  USE="static-libs" and remove useless libtool file.
  
  (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-libs/libusb-compat/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb-compat/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb-compat/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb-compat/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	20 Jan 2010 00:20:47 -0000	1.5
+++ ChangeLog	28 Sep 2011 13:06:23 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libusb-compat
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/ChangeLog,v 1.5 2010/01/20 00:20:47 abcd Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/ChangeLog,v 1.6 2011/09/28 13:06:23 ssuominen Exp $
+
+  28 Sep 2011; Samuli Suominen <ssuominen@gentoo.org>
+  libusb-compat-0.1.3.ebuild:
+  USE="static-libs" and remove useless libtool file.
 
   20 Jan 2010; Jonathan Callen <abcd@gentoo.org> libusb-compat-0.1.3.ebuild:
   Keyword ~x86-linux



1.3                  dev-libs/libusb-compat/libusb-compat-0.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb-compat/libusb-compat-0.1.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb-compat/libusb-compat-0.1.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb-compat/libusb-compat-0.1.3.ebuild?r1=1.2&r2=1.3

Index: libusb-compat-0.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/libusb-compat-0.1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libusb-compat-0.1.3.ebuild	20 Jan 2010 00:20:47 -0000	1.2
+++ libusb-compat-0.1.3.ebuild	28 Sep 2011 13:06:23 -0000	1.3
@@ -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/libusb-compat/libusb-compat-0.1.3.ebuild,v 1.2 2010/01/20 00:20:47 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/libusb-compat-0.1.3.ebuild,v 1.3 2011/09/28 13:06:23 ssuominen Exp $
 
 EAPI="2"
 inherit eutils
@@ -11,7 +11,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-linux"
-IUSE="debug"
+IUSE="debug static-libs"
 
 RDEPEND="dev-libs/libusb:1
 		!dev-libs/libusb:0"
@@ -24,6 +24,7 @@
 
 src_configure() {
 	econf \
+		$(use_enable static-libs static) \
 		$(use_enable debug debug-log)
 }
 
@@ -34,4 +35,6 @@
 
 	insinto /usr/share/doc/${PF}/examples
 	doins examples/*.c
+
+	rm -f "${D}"/usr/lib*/libusb*.la
 }






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-28 13:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-11  7:56 [gentoo-commits] gentoo-x86 commit in dev-libs/libusb-compat: ChangeLog libusb-compat-0.1.3.ebuild Robin H. Johnson (robbat2)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-20  0:20 Jonathan Callen (abcd)
2011-09-28 13:06 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox