public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20120507.ebuild ChangeLog hwids-20120408.ebuild hwids-20120416.ebuild
@ 2012-05-10  5:00 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2012-05-10  5:00 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/05/10 05:00:34

  Modified:             ChangeLog
  Added:                hwids-20120507.ebuild
  Removed:              hwids-20120408.ebuild hwids-20120416.ebuild
  Log:
  Version bump (version is bumped to last update of pci.ids). Remove old.
  
  (Portage version: 2.2.0_alpha103/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  sys-apps/hwids/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	21 Apr 2012 06:32:52 -0000	1.7
+++ ChangeLog	10 May 2012 05:00:34 -0000	1.8
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.7 2012/04/21 06:32:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.8 2012/05/10 05:00:34 flameeyes Exp $
+
+*hwids-20120507 (10 May 2012)
+
+  10 May 2012; Diego E. Pettenò <flameeyes@gentoo.org> +hwids-20120507.ebuild,
+  -hwids-20120408.ebuild, -hwids-20120416.ebuild:
+  Version bump (version is bumped to last update of pci.ids). Remove old.
 
   21 Apr 2012; Mike Frysinger <vapier@gentoo.org> hwids-20120408.ebuild,
   hwids-20120416.ebuild:



1.1                  sys-apps/hwids/hwids-20120507.ebuild

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

Index: hwids-20120507.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20120507.ebuild,v 1.1 2012/05/10 05:00:34 flameeyes Exp $

EAPI="4"

DESCRIPTION="Hardware (PCI, USB) IDs databases"
HOMEPAGE="http://git.overlays.gentoo.org/gitweb/?p=proj/hwids.git;a=summary"
SRC_URI="http://dev.gentoo.org/~flameeyes/hwids/${P}.tar.xz"

LICENSE="|| ( GPL-2 BSD )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""

DEPEND=""
RDEPEND="!<sys-apps/pciutils-3.1.9-r2
	!<sys-apps/usbutils-005-r1"

src_compile() {
	for file in {usb,pci}.ids; do
		gzip -c ${file} > ${file}.gz || die
	done
}

src_install() {
	insinto /usr/share/misc
	doins {usb,pci}.ids{,.gz}

	dodoc README
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-10  5:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10  5:00 [gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20120507.ebuild ChangeLog hwids-20120408.ebuild hwids-20120416.ebuild Diego Petteno (flameeyes)

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