* [gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20120512.ebuild ChangeLog
@ 2012-05-12 18:54 Diego Petteno (flameeyes)
0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-05-12 18:54 UTC (permalink / raw
To: gentoo-commits
flameeyes 12/05/12 18:54:05
Modified: ChangeLog
Added: hwids-20120512.ebuild
Log:
Bump, with no difference in database, but updated to use github.
(Portage version: 2.2.0_alpha103/cvs/Linux x86_64)
Revision Changes Path
1.9 sys-apps/hwids/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 10 May 2012 05:00:34 -0000 1.8
+++ ChangeLog 12 May 2012 18:54:05 -0000 1.9
@@ -1,6 +1,11 @@
# 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.8 2012/05/10 05:00:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.9 2012/05/12 18:54:05 flameeyes Exp $
+
+*hwids-20120512 (12 May 2012)
+
+ 12 May 2012; Diego E. Pettenò <flameeyes@gentoo.org> +hwids-20120512.ebuild:
+ Bump, with no difference in database, but updated to use github.
*hwids-20120507 (10 May 2012)
1.1 sys-apps/hwids/hwids-20120512.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20120512.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20120512.ebuild?rev=1.1&content-type=text/plain
Index: hwids-20120512.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-20120512.ebuild,v 1.1 2012/05/12 18:54:05 flameeyes Exp $
EAPI="4"
DESCRIPTION="Hardware (PCI, USB) IDs databases"
HOMEPAGE="https://github.com/Flameeyes/hwids"
SRC_URI="https://github.com/Flameeyes/hwids/tarball/${P} -> ${P}.tar.gz"
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"
S="${WORKDIR}"
src_compile() {
cd "${S}"/Flameeyes-hwids-*
for file in {usb,pci}.ids; do
gzip -c ${file} > ${file}.gz || die
done
}
src_install() {
cd "${S}"/Flameeyes-hwids-*
insinto /usr/share/misc
doins {usb,pci}.ids{,.gz}
dodoc README.md
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20120512.ebuild ChangeLog
@ 2012-05-16 14:44 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-16 14:44 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/16 14:44:10
Modified: hwids-20120512.ebuild ChangeLog
Log:
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Revision Changes Path
1.2 sys-apps/hwids/hwids-20120512.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20120512.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20120512.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20120512.ebuild?r1=1.1&r2=1.2
Index: hwids-20120512.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20120512.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hwids-20120512.ebuild 12 May 2012 18:54:05 -0000 1.1
+++ hwids-20120512.ebuild 16 May 2012 14:44:10 -0000 1.2
@@ -1,6 +1,6 @@
# 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-20120512.ebuild,v 1.1 2012/05/12 18:54:05 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20120512.ebuild,v 1.2 2012/05/16 14:44:10 aballier Exp $
EAPI="4"
@@ -10,7 +10,7 @@
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"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
1.10 sys-apps/hwids/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 12 May 2012 18:54:05 -0000 1.9
+++ ChangeLog 16 May 2012 14:44:10 -0000 1.10
@@ -1,6 +1,9 @@
# 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.9 2012/05/12 18:54:05 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.10 2012/05/16 14:44:10 aballier Exp $
+
+ 16 May 2012; Alexis Ballier <aballier@gentoo.org> hwids-20120512.ebuild:
+ keyword ~amd64-fbsd
*hwids-20120512 (12 May 2012)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-16 14:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-16 14:44 [gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20120512.ebuild ChangeLog Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2012-05-12 18:54 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