* [gentoo-commits] gentoo-x86 commit in sys-apps/usbutils: ChangeLog usbutils-0.87.ebuild
@ 2010-03-21 18:04 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2010-03-21 18:04 UTC (permalink / raw
To: gentoo-commits
vapier 10/03/21 18:04:06
Modified: ChangeLog
Added: usbutils-0.87.ebuild
Log:
Version bump #310577 by Samuli Suominen.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.98 sys-apps/usbutils/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usbutils/ChangeLog?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usbutils/ChangeLog?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usbutils/ChangeLog?r1=1.97&r2=1.98
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usbutils/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog 30 Jan 2010 17:57:00 -0000 1.97
+++ ChangeLog 21 Mar 2010 18:04:05 -0000 1.98
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/usbutils
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/ChangeLog,v 1.97 2010/01/30 17:57:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/ChangeLog,v 1.98 2010/03/21 18:04:05 vapier Exp $
+
+*usbutils-0.87 (21 Mar 2010)
+
+ 21 Mar 2010; Mike Frysinger <vapier@gentoo.org> +usbutils-0.87.ebuild:
+ Version bump #310577 by Samuli Suominen.
30 Jan 2010; Raúl Porcel <armin76@gentoo.org> usbutils-0.86-r1.ebuild:
sparc stable wrt #296426
1.1 sys-apps/usbutils/usbutils-0.87.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usbutils/usbutils-0.87.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usbutils/usbutils-0.87.ebuild?rev=1.1&content-type=text/plain
Index: usbutils-0.87.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/usbutils-0.87.ebuild,v 1.1 2010/03/21 18:04:05 vapier Exp $
EAPI="2"
inherit eutils
DESCRIPTION="USB enumeration utilities"
HOMEPAGE="http://linux-usb.sourceforge.net/"
SRC_URI="mirror://kernel/linux/utils/usb/usbutils/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="network-cron zlib"
RDEPEND="virtual/libusb:0
zlib? ( sys-libs/zlib )"
DEPEND="${DEPEND}
dev-util/pkgconfig"
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.82-fbsd.patch #275052
sed -i '/^pkgconfigdir/s:datadir:datarootdir:' Makefile.in #287206
}
src_configure() {
econf \
--datarootdir=/usr/share \
--datadir=/usr/share/misc \
$(use_enable zlib)
}
src_install() {
emake DESTDIR="${D}" install || die "install failed"
mv "${D}"/usr/sbin/update-usbids{.sh,} || die
newbin "${FILESDIR}"/usbmodules.sh usbmodules || die
dodoc AUTHORS ChangeLog NEWS README
use network-cron || return 0
exeinto /etc/cron.monthly
newexe "${FILESDIR}"/usbutils.cron update-usbids || die
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/usbutils: ChangeLog usbutils-0.87.ebuild
@ 2010-04-25 18:02 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2010-04-25 18:02 UTC (permalink / raw
To: gentoo-commits
aballier 10/04/25 18:02:09
Modified: ChangeLog usbutils-0.87.ebuild
Log:
Fix build on FreeBSD, bug #316671, by Toffanin [Gentoo/FreeBSD AT] <toffanin.mauro@gmail.com>
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.99 sys-apps/usbutils/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usbutils/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usbutils/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usbutils/ChangeLog?r1=1.98&r2=1.99
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usbutils/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog 21 Mar 2010 18:04:05 -0000 1.98
+++ ChangeLog 25 Apr 2010 18:02:09 -0000 1.99
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/usbutils
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/ChangeLog,v 1.98 2010/03/21 18:04:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/ChangeLog,v 1.99 2010/04/25 18:02:09 aballier Exp $
+
+ 25 Apr 2010; Alexis Ballier <aballier@gentoo.org> usbutils-0.87.ebuild,
+ +files/usbutils-0.87-fbsd.patch:
+ Fix build on FreeBSD, bug #316671, by Toffanin [Gentoo/FreeBSD AT]
+ <toffanin.mauro@gmail.com>
*usbutils-0.87 (21 Mar 2010)
1.2 sys-apps/usbutils/usbutils-0.87.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usbutils/usbutils-0.87.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usbutils/usbutils-0.87.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usbutils/usbutils-0.87.ebuild?r1=1.1&r2=1.2
Index: usbutils-0.87.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usbutils/usbutils-0.87.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- usbutils-0.87.ebuild 21 Mar 2010 18:04:05 -0000 1.1
+++ usbutils-0.87.ebuild 25 Apr 2010 18:02:09 -0000 1.2
@@ -1,10 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/usbutils-0.87.ebuild,v 1.1 2010/03/21 18:04:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/usbutils-0.87.ebuild,v 1.2 2010/04/25 18:02:09 aballier Exp $
EAPI="2"
-inherit eutils
+inherit eutils autotools
DESCRIPTION="USB enumeration utilities"
HOMEPAGE="http://linux-usb.sourceforge.net/"
@@ -21,8 +21,9 @@
dev-util/pkgconfig"
src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.82-fbsd.patch #275052
- sed -i '/^pkgconfigdir/s:datadir:datarootdir:' Makefile.in #287206
+ epatch "${FILESDIR}"/${PN}-0.87-fbsd.patch #275052 #316671
+ sed -i '/^pkgconfigdir/s:datadir:datarootdir:' Makefile.am #287206
+ eautoreconf
}
src_configure() {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-25 18:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-25 18:02 [gentoo-commits] gentoo-x86 commit in sys-apps/usbutils: ChangeLog usbutils-0.87.ebuild Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2010-03-21 18:04 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox