public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/usbutils: ChangeLog usbutils-0.90.ebuild
Date: Sat, 14 Aug 2010 00:58:30 +0000 (UTC)	[thread overview]
Message-ID: <20100814005831.2942F2CE15@corvid.gentoo.org> (raw)

vapier      10/08/14 00:58:30

  Modified:             ChangeLog
  Added:                usbutils-0.90.ebuild
  Log:
  Version bump #332583 by Samuli Suominen.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.100                sys-apps/usbutils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usbutils/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	25 Apr 2010 18:02:09 -0000	1.99
+++ ChangeLog	14 Aug 2010 00:58:30 -0000	1.100
@@ -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.99 2010/04/25 18:02:09 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbutils/ChangeLog,v 1.100 2010/08/14 00:58:30 vapier Exp $
+
+*usbutils-0.90 (14 Aug 2010)
+
+  14 Aug 2010; Mike Frysinger <vapier@gentoo.org> +usbutils-0.90.ebuild:
+  Version bump #332583 by Samuli Suominen.
 
   25 Apr 2010; Alexis Ballier <aballier@gentoo.org> usbutils-0.87.ebuild,
   +files/usbutils-0.87-fbsd.patch:



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

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

Index: usbutils-0.90.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.90.ebuild,v 1.1 2010/08/14 00:58:30 vapier Exp $

EAPI="2"

inherit eutils autotools

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.87-fbsd.patch #275052 #316671
	sed -i '/^pkgconfigdir/s:datadir:datarootdir:' Makefile.am #287206
	eautoreconf
}

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
}






             reply	other threads:[~2010-08-14  0:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-14  0:58 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-10-24 22:46 [gentoo-commits] gentoo-x86 commit in sys-apps/usbutils: ChangeLog usbutils-0.90.ebuild Jeroen Roovers (jer)
2010-10-25 20:40 Markos Chandras (hwoarang)
2010-10-26 12:27 Michael Weber (xmw)
2010-10-26 12:43 Samuli Suominen (ssuominen)
2010-10-26 14:47 Christian Faulhammer (fauli)
2010-12-13  9:42 Michael Weber (xmw)
2010-12-22 13:03 Tobias Klausmann (klausman)
2011-01-09 16:16 Raul Porcel (armin76)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100814005831.2942F2CE15@corvid.gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox