public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/usbutils: ChangeLog usbutils-007.ebuild
@ 2013-06-11 20:39 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Vroon (chainsaw) @ 2013-06-11 20:39 UTC (permalink / raw
  To: gentoo-commits

chainsaw    13/06/11 20:39:13

  Modified:             ChangeLog
  Added:                usbutils-007.ebuild
  Log:
  Version bump to 007, as requested by Christian Schmidt in bug #472882. Features improved descriptor decoding for audio (UAC) and communications devices (CDC), link state reporting for USB 3.0 and handling of non-ASCII strings.
  
  (Portage version: 2.1.12.4/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)

Revision  Changes    Path
1.167                sys-apps/usbutils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usbutils/ChangeLog?rev=1.167&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usbutils/ChangeLog?rev=1.167&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usbutils/ChangeLog?r1=1.166&r2=1.167

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usbutils/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog	1 May 2013 11:10:31 -0000	1.166
+++ ChangeLog	11 Jun 2013 20:39:12 -0000	1.167
@@ -1,6 +1,14 @@
 # ChangeLog for sys-apps/usbutils
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/ChangeLog,v 1.166 2013/05/01 11:10:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/ChangeLog,v 1.167 2013/06/11 20:39:12 chainsaw Exp $
+
+*usbutils-007 (11 Jun 2013)
+
+  11 Jun 2013; Tony Vroon <chainsaw@gentoo.org> +usbutils-007.ebuild:
+  Version bump to 007, as requested by Christian Schmidt in bug #472882.
+  Features improved descriptor decoding for audio (UAC) and communications
+  devices (CDC), link state reporting for USB 3.0 and handling of non-ASCII
+  strings.
 
   01 May 2013; Agostino Sarubbo <ago@gentoo.org> usbutils-006-r1.ebuild:
   Stable for sh, wrt bug #466434



1.1                  sys-apps/usbutils/usbutils-007.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usbutils/usbutils-007.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usbutils/usbutils-007.ebuild?rev=1.1&content-type=text/plain

Index: usbutils-007.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/usbutils-007.ebuild,v 1.1 2013/06/11 20:39:12 chainsaw Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit base python-single-r1

DESCRIPTION="USB enumeration utilities"
HOMEPAGE="http://linux-usb.sourceforge.net/"
SRC_URI="mirror://kernel/linux/utils/usb/${PN}/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
IUSE="python zlib"

RDEPEND="virtual/libusb:1=
	zlib? ( sys-libs/zlib:= )"
DEPEND="${RDEPEND}
	app-arch/xz-utils
	virtual/pkgconfig"
RDEPEND="${RDEPEND}
	sys-apps/hwids
	python? ( ${PYTHON_DEPS} )"
PATCHES=( "${FILESDIR}"/${PN}-006-stdint.patch )

pkg_setup() {
	use python && python-single-r1_pkg_setup
}

src_prepare() {
	base_src_prepare
	sed -i -e '/^usbids/s:/usr/share:/usr/share/misc:' lsusb.py || die
	use python && python_fix_shebang lsusb.py
}

src_configure() {
	econf \
		--datarootdir="${EPREFIX}/usr/share" \
		--datadir="${EPREFIX}/usr/share/misc" \
		--disable-usbids \
		$(use_enable zlib)
}

src_install() {
	default
	newdoc usbhid-dump/NEWS NEWS.usbhid-dump

	use python || rm -f "${ED}"/usr/bin/lsusb.py
}





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/usbutils: ChangeLog usbutils-007.ebuild
@ 2014-02-20 18:06 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2014-02-20 18:06 UTC (permalink / raw
  To: gentoo-commits

maekke      14/02/20 18:06:28

  Modified:             ChangeLog usbutils-007.ebuild
  Log:
  arm stable, bug #496534
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.170                sys-apps/usbutils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usbutils/ChangeLog?rev=1.170&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usbutils/ChangeLog?rev=1.170&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usbutils/ChangeLog?r1=1.169&r2=1.170

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usbutils/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog	16 Feb 2014 00:49:40 -0000	1.169
+++ ChangeLog	20 Feb 2014 18:06:28 -0000	1.170
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/usbutils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/ChangeLog,v 1.169 2014/02/16 00:49:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/ChangeLog,v 1.170 2014/02/20 18:06:28 maekke Exp $
+
+  20 Feb 2014; Markus Meier <maekke@gentoo.org> usbutils-007.ebuild:
+  arm stable, bug #496534
 
   16 Feb 2014; Jeroen Roovers <jer@gentoo.org> usbutils-007.ebuild:
   Stable for HPPA (bug #496534).



1.3                  sys-apps/usbutils/usbutils-007.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usbutils/usbutils-007.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usbutils/usbutils-007.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/usbutils/usbutils-007.ebuild?r1=1.2&r2=1.3

Index: usbutils-007.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usbutils/usbutils-007.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- usbutils-007.ebuild	16 Feb 2014 00:49:40 -0000	1.2
+++ usbutils-007.ebuild	20 Feb 2014 18:06:28 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/usbutils-007.ebuild,v 1.2 2014/02/16 00:49:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/usbutils-007.ebuild,v 1.3 2014/02/20 18:06:28 maekke Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="python zlib"
 
 RDEPEND="virtual/libusb:1=





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

end of thread, other threads:[~2014-02-20 18:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-20 18:06 [gentoo-commits] gentoo-x86 commit in sys-apps/usbutils: ChangeLog usbutils-007.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2013-06-11 20:39 Tony Vroon (chainsaw)

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