public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20150129.ebuild ChangeLog
@ 2015-01-29 20:54 Mike Gilbert (floppym)
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Gilbert (floppym) @ 2015-01-29 20:54 UTC (permalink / raw
  To: gentoo-commits

floppym     15/01/29 20:54:25

  Modified:             ChangeLog
  Added:                hwids-20150129.ebuild
  Log:
  Bump. Adds udev touchpad database.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.158                sys-apps/hwids/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog	7 Jan 2015 20:11:04 -0000	1.157
+++ ChangeLog	29 Jan 2015 20:54:24 -0000	1.158
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.157 2015/01/07 20:11:04 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.158 2015/01/29 20:54:24 floppym Exp $
+
+*hwids-20150129 (29 Jan 2015)
+
+  29 Jan 2015; Mike Gilbert <floppym@gentoo.org> +hwids-20150129.ebuild:
+  Bump. Adds udev touchpad database.
 
 *hwids-20150107 (07 Jan 2015)
 



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

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

Index: hwids-20150129.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v 1.1 2015/01/29 20:54:24 floppym Exp $

EAPI=5
inherit udev eutils

DESCRIPTION="Hardware (PCI, USB, OUI, IAB) IDs databases"
HOMEPAGE="https://github.com/gentoo/hwids"
if [[ ${PV} == "99999999" ]]; then
	EGIT_REPO_URI="${HOMEPAGE}.git"
	inherit git-2
else
	SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
fi

LICENSE="|| ( GPL-2 BSD ) public-domain"
SLOT="0"
IUSE="+net +pci +udev +usb"

DEPEND="udev? (
	dev-lang/perl
	>=virtual/udev-206
)"
[[ ${PV} == "99999999" ]] && DEPEND+=" udev? ( net-misc/curl )"
RDEPEND="!<sys-apps/pciutils-3.1.9-r2
	!<sys-apps/usbutils-005-r1"

S=${WORKDIR}/hwids-${P}

src_prepare() {
	[[ ${PV} == "99999999" ]] && emake fetch

	sed -i -e '/udevadm hwdb/d' Makefile || die
}

_emake() {
	emake \
		NET=$(usex net) \
		PCI=$(usex pci) \
		UDEV=$(usex udev) \
		USB=$(usex usb) \
		"$@"
}

src_compile() {
	_emake
}

src_install() {
	_emake install \
		DOCDIR="${EPREFIX}/usr/share/doc/${PF}" \
		MISCDIR="${EPREFIX}/usr/share/misc" \
		HWDBDIR="${EPREFIX}$(get_udevdir)/hwdb.d" \
		DESTDIR="${D}"
}

pkg_postinst() {
	if use udev; then
		udevadm hwdb --update --root="${ROOT%/}"
		# http://cgit.freedesktop.org/systemd/systemd/commit/?id=1fab57c209035f7e66198343074e9cee06718bda
		[ "${ROOT:-/}" = "/" ] && udevadm control --reload
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20150129.ebuild ChangeLog
@ 2015-04-12  7:28 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-04-12  7:28 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/04/12 07:28:14

  Modified:             hwids-20150129.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #546184
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.2                  sys-apps/hwids/hwids-20150129.ebuild

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

Index: hwids-20150129.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hwids-20150129.ebuild	29 Jan 2015 20:54:24 -0000	1.1
+++ hwids-20150129.ebuild	12 Apr 2015 07:28:14 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v 1.1 2015/01/29 20:54:24 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v 1.2 2015/04/12 07:28:14 zlogene Exp $
 
 EAPI=5
 inherit udev eutils
@@ -12,7 +12,7 @@
 	inherit git-2
 else
 	SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
+	KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 LICENSE="|| ( GPL-2 BSD ) public-domain"



1.159                sys-apps/hwids/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog	29 Jan 2015 20:54:24 -0000	1.158
+++ ChangeLog	12 Apr 2015 07:28:14 -0000	1.159
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.158 2015/01/29 20:54:24 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.159 2015/04/12 07:28:14 zlogene Exp $
+
+  12 Apr 2015; Mikle Kolyada <zlogene@gentoo.org> hwids-20150129.ebuild:
+  amd64 stable wrt bug #546184
 
 *hwids-20150129 (29 Jan 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20150129.ebuild ChangeLog
@ 2015-04-13  8:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-13  8:38 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/13 08:38:52

  Modified:             hwids-20150129.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #546184
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  sys-apps/hwids/hwids-20150129.ebuild

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

Index: hwids-20150129.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hwids-20150129.ebuild	12 Apr 2015 07:28:14 -0000	1.2
+++ hwids-20150129.ebuild	13 Apr 2015 08:38:52 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v 1.2 2015/04/12 07:28:14 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v 1.3 2015/04/13 08:38:52 ago Exp $
 
 EAPI=5
 inherit udev eutils
@@ -12,7 +12,7 @@
 	inherit git-2
 else
 	SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
-	KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
+	KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 LICENSE="|| ( GPL-2 BSD ) public-domain"



1.160                sys-apps/hwids/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog	12 Apr 2015 07:28:14 -0000	1.159
+++ ChangeLog	13 Apr 2015 08:38:52 -0000	1.160
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.159 2015/04/12 07:28:14 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.160 2015/04/13 08:38:52 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> hwids-20150129.ebuild:
+  Stable for alpha, wrt bug #546184
 
   12 Apr 2015; Mikle Kolyada <zlogene@gentoo.org> hwids-20150129.ebuild:
   amd64 stable wrt bug #546184





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20150129.ebuild ChangeLog
@ 2015-04-14  5:01 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2015-04-14  5:01 UTC (permalink / raw
  To: gentoo-commits

jer         15/04/14 05:01:23

  Modified:             hwids-20150129.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #546184).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.4                  sys-apps/hwids/hwids-20150129.ebuild

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

Index: hwids-20150129.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hwids-20150129.ebuild	13 Apr 2015 08:38:52 -0000	1.3
+++ hwids-20150129.ebuild	14 Apr 2015 05:01:23 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v 1.3 2015/04/13 08:38:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v 1.4 2015/04/14 05:01:23 jer Exp $
 
 EAPI=5
 inherit udev eutils
@@ -12,7 +12,7 @@
 	inherit git-2
 else
 	SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
-	KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
+	KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 LICENSE="|| ( GPL-2 BSD ) public-domain"



1.161                sys-apps/hwids/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog	13 Apr 2015 08:38:52 -0000	1.160
+++ ChangeLog	14 Apr 2015 05:01:23 -0000	1.161
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.160 2015/04/13 08:38:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.161 2015/04/14 05:01:23 jer Exp $
+
+  14 Apr 2015; Jeroen Roovers <jer@gentoo.org> hwids-20150129.ebuild:
+  Stable for HPPA (bug #546184).
 
   13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> hwids-20150129.ebuild:
   Stable for alpha, wrt bug #546184





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20150129.ebuild ChangeLog
@ 2015-04-14 11:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-14 11:01 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/14 11:01:46

  Modified:             hwids-20150129.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #546184
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  sys-apps/hwids/hwids-20150129.ebuild

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

Index: hwids-20150129.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hwids-20150129.ebuild	14 Apr 2015 05:01:23 -0000	1.4
+++ hwids-20150129.ebuild	14 Apr 2015 11:01:46 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v 1.4 2015/04/14 05:01:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v 1.5 2015/04/14 11:01:46 ago Exp $
 
 EAPI=5
 inherit udev eutils
@@ -12,7 +12,7 @@
 	inherit git-2
 else
 	SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
-	KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
+	KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 LICENSE="|| ( GPL-2 BSD ) public-domain"



1.162                sys-apps/hwids/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog	14 Apr 2015 05:01:23 -0000	1.161
+++ ChangeLog	14 Apr 2015 11:01:46 -0000	1.162
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.161 2015/04/14 05:01:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.162 2015/04/14 11:01:46 ago Exp $
+
+  14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> hwids-20150129.ebuild:
+  Stable for ia64, wrt bug #546184
 
   14 Apr 2015; Jeroen Roovers <jer@gentoo.org> hwids-20150129.ebuild:
   Stable for HPPA (bug #546184).





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20150129.ebuild ChangeLog
@ 2015-04-17  8:25 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-04-17  8:25 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/04/17 08:25:15

  Modified:             hwids-20150129.ebuild ChangeLog
  Log:
  sparc stable wrt bug #546184
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.6                  sys-apps/hwids/hwids-20150129.ebuild

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

Index: hwids-20150129.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hwids-20150129.ebuild	14 Apr 2015 11:01:46 -0000	1.5
+++ hwids-20150129.ebuild	17 Apr 2015 08:25:15 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v 1.5 2015/04/14 11:01:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v 1.6 2015/04/17 08:25:15 zlogene Exp $
 
 EAPI=5
 inherit udev eutils
@@ -12,7 +12,7 @@
 	inherit git-2
 else
 	SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
-	KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
+	KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 LICENSE="|| ( GPL-2 BSD ) public-domain"



1.163                sys-apps/hwids/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog	14 Apr 2015 11:01:46 -0000	1.162
+++ ChangeLog	17 Apr 2015 08:25:15 -0000	1.163
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.162 2015/04/14 11:01:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.163 2015/04/17 08:25:15 zlogene Exp $
+
+  17 Apr 2015; Mikle Kolyada <zlogene@gentoo.org> hwids-20150129.ebuild:
+  sparc stable wrt bug #546184
 
   14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> hwids-20150129.ebuild:
   Stable for ia64, wrt bug #546184





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20150129.ebuild ChangeLog
@ 2015-04-19 10:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-19 10:09 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/19 10:09:44

  Modified:             hwids-20150129.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #546184
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  sys-apps/hwids/hwids-20150129.ebuild

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

Index: hwids-20150129.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hwids-20150129.ebuild	17 Apr 2015 08:25:15 -0000	1.6
+++ hwids-20150129.ebuild	19 Apr 2015 10:09:44 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v 1.6 2015/04/17 08:25:15 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v 1.7 2015/04/19 10:09:44 ago Exp $
 
 EAPI=5
 inherit udev eutils
@@ -12,7 +12,7 @@
 	inherit git-2
 else
 	SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
-	KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
+	KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 LICENSE="|| ( GPL-2 BSD ) public-domain"



1.164                sys-apps/hwids/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog	17 Apr 2015 08:25:15 -0000	1.163
+++ ChangeLog	19 Apr 2015 10:09:44 -0000	1.164
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.163 2015/04/17 08:25:15 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.164 2015/04/19 10:09:44 ago Exp $
+
+  19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> hwids-20150129.ebuild:
+  Stable for x86, wrt bug #546184
 
   17 Apr 2015; Mikle Kolyada <zlogene@gentoo.org> hwids-20150129.ebuild:
   sparc stable wrt bug #546184





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20150129.ebuild ChangeLog
@ 2015-05-27 12:12 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-05-27 12:12 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/05/27 12:12:14

  Modified:             hwids-20150129.ebuild ChangeLog
  Log:
  arm stable wrt bug #546184
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.10                 sys-apps/hwids/hwids-20150129.ebuild

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

Index: hwids-20150129.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hwids-20150129.ebuild	26 Apr 2015 07:25:04 -0000	1.9
+++ hwids-20150129.ebuild	27 May 2015 12:12:14 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v 1.9 2015/04/26 07:25:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20150129.ebuild,v 1.10 2015/05/27 12:12:14 zlogene Exp $
 
 EAPI=5
 inherit udev eutils
@@ -12,7 +12,7 @@
 	inherit git-2
 else
 	SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
-	KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
+	KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 LICENSE="|| ( GPL-2 BSD ) public-domain"



1.169                sys-apps/hwids/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog	26 Apr 2015 07:25:04 -0000	1.168
+++ ChangeLog	27 May 2015 12:12:14 -0000	1.169
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.168 2015/04/26 07:25:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.169 2015/05/27 12:12:14 zlogene Exp $
+
+  27 May 2015; Mikle Kolyada <zlogene@gentoo.org> hwids-20150129.ebuild:
+  arm stable wrt bug #546184
 
   26 Apr 2015; Jeroen Roovers <jer@gentoo.org> hwids-20150129.ebuild:
   Stable for PPC64 (bug #546184).





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

end of thread, other threads:[~2015-05-27 12:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-13  8:38 [gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-20150129.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-05-27 12:12 Mikle Kolyada (zlogene)
2015-04-19 10:09 Agostino Sarubbo (ago)
2015-04-17  8:25 Mikle Kolyada (zlogene)
2015-04-14 11:01 Agostino Sarubbo (ago)
2015-04-14  5:01 Jeroen Roovers (jer)
2015-04-12  7:28 Mikle Kolyada (zlogene)
2015-01-29 20:54 Mike Gilbert (floppym)

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