public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2015-11-04 21:09 Markos Chandras
  0 siblings, 0 replies; 80+ messages in thread
From: Markos Chandras @ 2015-11-04 21:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a8285a86a66e59238a5b3e772555b2214c0a48be
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  4 21:03:14 2015 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Wed Nov  4 21:05:50 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8285a86

sys-apps/cpuid: Version bump

Package-Manager: portage-2.2.23

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20151017.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 23c5295..33784bc 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,3 +1,4 @@
 DIST cpuid-20130610.src.tar.gz 65801 SHA256 f87e835a83e69013eee09eded0e9c5ac0ea5819d569d3b79680cab2b5ea770f4 SHA512 cb31126a7ba7244d44c3b0d86ad93f3ff0956a59af488a27ed482e549a8f628fedf142ac8f238c32e48946b5c76ceba2f5a0b95a9b4df8bf7354ed4dcdbeb0a7 WHIRLPOOL e82d27e1450e85e53074fa37f42ad5e03a0daf3dd153c5d6a8674c72b2e04f266f59b80f2eb90f3f25e8a8b0f473e8aa1ce4991b9eb8d50e76d6e1ae70665ab2
 DIST cpuid-20140123.src.tar.gz 67882 SHA256 b85aba5696d382f0dba8dc246bd42d09767089d6181a9cd0633d626f079d79ff SHA512 8b205cc539959dcd63326d5de700e090213f5b7cdbd5e25925b8db774001cbd95df7ccb696fda124226380fef69ea7fe0c0885869b0ec7e07b0c340dc0cd8a5b WHIRLPOOL dfcc1b6ea125fb0b6c13b7edd7f6c37592a2acfbc178f4c65cd7ec1577010ec9cc69919af512681e4af048ab028cb8992d1a282435e5b4aace179c40ff607ac4
 DIST cpuid-20150606.src.tar.gz 71882 SHA256 b7607e81e62e4901180d9e2f48fe407033211c3fb300d758a210f746ef518c4e SHA512 6f99266b9720b48ec10f220f8a321d3ed052300960151feb6c45d39b586216745f070241db20afd4d16ac0b3389b634eb31f90c93ea9d12f521012cfe5ab9257 WHIRLPOOL 0c7140b636e7cca8ac0d150cb015170964471a3e00d48f3b7290976c768415773d5741f53937b2773b751a8e830d21e156c3f199de081dd42c50ffd76688e640
+DIST cpuid-20151017.src.tar.gz 72787 SHA256 34d35ddd7dab7c9f8b071b7b318d4f99fe112caaa28b6c8571e2ecdaa855db78 SHA512 83e6d49bd043e3f21610e50e5ca98705ee78bb1527f90e184f8aa380bfce82dc4168f5ef7b85e1e337e059668f4c83b20b96578f303bf73383b0241a50cd5296 WHIRLPOOL a28f12a7b403611d0ea0e6d8e08d27be424b2194a7818a5281a37a19d6b412938fb57b4d067461fc754fe469d536b0f009282e14ce619228326aefd6d6f8b892

diff --git a/sys-apps/cpuid/cpuid-20151017.ebuild b/sys-apps/cpuid/cpuid-20151017.ebuild
new file mode 100644
index 0000000..77863be
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20151017.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Utility to get detailed information about the CPU(s) using the
+CPUID instruction"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+src_prepare() {
+	epatch "${FILESDIR}"/${PN}-20150606-Makefile.patch
+	epatch "${FILESDIR}"/${PN}-20110305-fPIC.patch #376245
+}
+
+src_compile() {
+	tc-export CC
+	emake
+}
+
+src_install() {
+	emake BUILDROOT="${D}" install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2017-09-04 20:12 David Seifert
  0 siblings, 0 replies; 80+ messages in thread
From: David Seifert @ 2017-09-04 20:12 UTC (permalink / raw
  To: gentoo-commits

commit:     b51706ebf4101345f3e3efd19dd10630ffe75c05
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  4 20:10:49 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Sep  4 20:11:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b51706eb

sys-apps/cpuid: Mark amd64/x86 stable

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/cpuid/cpuid-20170122.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20170122.ebuild b/sys-apps/cpuid/cpuid-20170122.ebuild
index 90935677627..5bd738081d4 100644
--- a/sys-apps/cpuid/cpuid-20170122.ebuild
+++ b/sys-apps/cpuid/cpuid-20170122.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2018-03-10 12:23 Pacho Ramos
  0 siblings, 0 replies; 80+ messages in thread
From: Pacho Ramos @ 2018-03-10 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     18e1bdcbbe47fc17c59ec001ba221c26bbca4c02
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 11:54:54 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 12:21:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e1bdcb

sys-apps/cpuid: Update maintainer due to bug #143105

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/cpuid/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sys-apps/cpuid/metadata.xml b/sys-apps/cpuid/metadata.xml
index 33999ea1f44..18e14095648 100644
--- a/sys-apps/cpuid/metadata.xml
+++ b/sys-apps/cpuid/metadata.xml
@@ -5,8 +5,4 @@
 		<email>hwoarang@gentoo.org</email>
 		<name>Markos Chandras</name>
 	</maintainer>
-	<maintainer type="person">
-		<email>rhill@gentoo.org</email>
-		<name>Ryan Hill</name>
-	</maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2018-05-07  4:50 Mike Frysinger
  0 siblings, 0 replies; 80+ messages in thread
From: Mike Frysinger @ 2018-05-07  4:50 UTC (permalink / raw
  To: gentoo-commits

commit:     9e40b37deb8eb2e80cb85ae8ff212540af62b8c7
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 27 08:13:09 2018 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon May  7 04:47:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e40b37d

sys-apps/cpuid: version bump to 20180419

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20180419.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 9701a754261..07dfe7c7e94 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1 +1,2 @@
 DIST cpuid-20170122.src.tar.gz 80046 BLAKE2B 4c6c6719f57b446c92c5636a35aac883497d457719c67acb61db75ce99c46edee368d63e790b6b21ea334293aaed221374229e334cefcc65ea8b05c8ae40d172 SHA512 0e057980c71a0e078254e6b7535747bdf368278932c39943cf7dfafe08443af07297a2b41518499937a710fe6950ba89377cabaada5f6332932650d4d17c1430
+DIST cpuid-20180419.src.tar.gz 82301 BLAKE2B 6905c0946fb9a930c67718067923c8c238031539c95704664160efde8563b0f56aadf3132abc9833310846802f97330edff833b47c006a4f46fec49358b56e31 SHA512 c8e30e45df7be5bdbff7e449b447b4542326a112f563c114c67cc80764070f3f3815ff4f80ceb57360828061bc9fd5f2f24f8e53ae4db47781f36db32141c951

diff --git a/sys-apps/cpuid/cpuid-20180419.ebuild b/sys-apps/cpuid/cpuid-20180419.ebuild
new file mode 100644
index 00000000000..b4c973068b4
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20180419.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+DESCRIPTION="Utility to get detailed information about the CPU(s) using the CPUID instruction"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+	app-arch/gzip
+	dev-lang/perl"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-20170122-Makefile.patch
+	"${FILESDIR}"/${PN}-20170122-missing-include-sysmacros.patch
+)
+
+src_configure() {
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2018-07-19  9:33 Johannes Huber
  0 siblings, 0 replies; 80+ messages in thread
From: Johannes Huber @ 2018-07-19  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     bd08d44cfa3212bb9c3723e426b4b7ced00bca47
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 19 09:32:58 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jul 19 09:32:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd08d44c

sys-apps/cpuid: Add myself as maintainer

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 sys-apps/cpuid/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/metadata.xml b/sys-apps/cpuid/metadata.xml
index 7a38bb90096..15fd2f3a22b 100644
--- a/sys-apps/cpuid/metadata.xml
+++ b/sys-apps/cpuid/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>johu@gentoo.org</email>
+		<name>Johannes Huber</name>
+	</maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2019-03-19  2:03 Thomas Deutschmann
  0 siblings, 0 replies; 80+ messages in thread
From: Thomas Deutschmann @ 2019-03-19  2:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3221781ac64554e0bcd1e1dc6fc8f33a0b774114
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 01:47:21 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 02:03:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3221781a

sys-apps/cpuid: x86 stable (bug #677410)

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20180419.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20180419.ebuild b/sys-apps/cpuid/cpuid-20180419.ebuild
index 5ac54bb3c36..0d0367d2cec 100644
--- a/sys-apps/cpuid/cpuid-20180419.ebuild
+++ b/sys-apps/cpuid/cpuid-20180419.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2019-09-20 14:38 Joonas Niilola
  0 siblings, 0 replies; 80+ messages in thread
From: Joonas Niilola @ 2019-09-20 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     f960a941fcda22d5123e5c6aefc880108e5b3750
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Fri Sep 20 07:32:09 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 14:38:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f960a941

sys-apps/cpuid: drop old version

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12645
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 -
 sys-apps/cpuid/cpuid-20170122.ebuild | 33 ---------------------------------
 2 files changed, 34 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index c6e29c18901..326f544e1c6 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,3 +1,2 @@
-DIST cpuid-20170122.src.tar.gz 80046 BLAKE2B 4c6c6719f57b446c92c5636a35aac883497d457719c67acb61db75ce99c46edee368d63e790b6b21ea334293aaed221374229e334cefcc65ea8b05c8ae40d172 SHA512 0e057980c71a0e078254e6b7535747bdf368278932c39943cf7dfafe08443af07297a2b41518499937a710fe6950ba89377cabaada5f6332932650d4d17c1430
 DIST cpuid-20180419.src.tar.gz 82301 BLAKE2B 6905c0946fb9a930c67718067923c8c238031539c95704664160efde8563b0f56aadf3132abc9833310846802f97330edff833b47c006a4f46fec49358b56e31 SHA512 c8e30e45df7be5bdbff7e449b447b4542326a112f563c114c67cc80764070f3f3815ff4f80ceb57360828061bc9fd5f2f24f8e53ae4db47781f36db32141c951
 DIST cpuid-20180519.src.tar.gz 84784 BLAKE2B 87098145a378081d296f0473f9106e7c5b6654c2bd63d385dc27e293079adf3a527801fa644000ede53228e087e9e9afdf807a3c8d9cc8eb93826f01a5a89e9a SHA512 565738c41777669e750a2ef2e122ed0568de5ac8cc2584fa5047ba66d42eb5c3324b283bda25605e055d85402a4e2d109bc6d033ccd34243caab728465792669

diff --git a/sys-apps/cpuid/cpuid-20170122.ebuild b/sys-apps/cpuid/cpuid-20170122.ebuild
deleted file mode 100644
index 5bd738081d4..00000000000
--- a/sys-apps/cpuid/cpuid-20170122.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Utility to get detailed information about the CPU(s) using the CPUID instruction"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-	app-arch/gzip
-	dev-lang/perl"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-20170122-Makefile.patch
-	"${FILESDIR}"/${PN}-20170122-missing-include-sysmacros.patch
-)
-
-src_configure() {
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2019-12-02 23:22 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2019-12-02 23:22 UTC (permalink / raw
  To: gentoo-commits

commit:     f7aa1bc42bffe1abd0f26aa21568ee7d592d9ead
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 23:07:21 2019 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Dec  2 23:21:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7aa1bc4

sys-apps/cpuid: updated metadata.xml

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/metadata.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sys-apps/cpuid/metadata.xml b/sys-apps/cpuid/metadata.xml
index 2cd77ae0f5f..9695f9b2cf8 100644
--- a/sys-apps/cpuid/metadata.xml
+++ b/sys-apps/cpuid/metadata.xml
@@ -6,13 +6,9 @@
 		<name>Johannes Huber</name>
 	</maintainer>
 	<maintainer type="person">
-		<email>ck+gentoo@bl4ckb0x.de</email>
+		<email>conikost@gentoo.org</email>
 		<name>Conrad Kostecki</name>
 	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
 	<longdescription>
 		CPUID dumps detailed information about the CPUs gathered from the CPUID instruction,
 		and also determines the exact model of CPUs. It supports Intel, AMD, and VIA CPUs,


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2019-12-15 13:43 Agostino Sarubbo
  0 siblings, 0 replies; 80+ messages in thread
From: Agostino Sarubbo @ 2019-12-15 13:43 UTC (permalink / raw
  To: gentoo-commits

commit:     7f482ce8d05314ebc96ebbce3712a3d30399a3b7
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 13:40:01 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 13:40:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f482ce8

sys-apps/cpuid: amd64 stable wrt bug #702780

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20180519.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20180519.ebuild b/sys-apps/cpuid/cpuid-20180519.ebuild
index 045dbac2f81..67b3c7f2d1b 100644
--- a/sys-apps/cpuid/cpuid-20180519.ebuild
+++ b/sys-apps/cpuid/cpuid-20180519.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="dev-lang/perl"
 DEPEND="app-arch/gzip"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2019-12-15 14:46 Agostino Sarubbo
  0 siblings, 0 replies; 80+ messages in thread
From: Agostino Sarubbo @ 2019-12-15 14:46 UTC (permalink / raw
  To: gentoo-commits

commit:     e43e92f9a9d739db47bc4e23cfed4fca9183704e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 14:45:41 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 14:45:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43e92f9

sys-apps/cpuid: x86 stable wrt bug #702780

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20180519.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20180519.ebuild b/sys-apps/cpuid/cpuid-20180519.ebuild
index 67b3c7f2d1b..5150f88eeca 100644
--- a/sys-apps/cpuid/cpuid-20180519.ebuild
+++ b/sys-apps/cpuid/cpuid-20180519.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="dev-lang/perl"
 DEPEND="app-arch/gzip"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2020-03-12 22:48 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2020-03-12 22:48 UTC (permalink / raw
  To: gentoo-commits

commit:     ff0d79888e6745fdacf19d3e731bdee611a670cb
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 12 22:31:40 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Mar 12 22:46:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff0d7988

sys-apps/cpuid: bump to version 20200211

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20200211.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 4c592e48ed0..e5e1819cd26 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1,3 @@
 DIST cpuid-20180519.src.tar.gz 84784 BLAKE2B 87098145a378081d296f0473f9106e7c5b6654c2bd63d385dc27e293079adf3a527801fa644000ede53228e087e9e9afdf807a3c8d9cc8eb93826f01a5a89e9a SHA512 565738c41777669e750a2ef2e122ed0568de5ac8cc2584fa5047ba66d42eb5c3324b283bda25605e055d85402a4e2d109bc6d033ccd34243caab728465792669
 DIST cpuid-20200203.src.tar.gz 113144 BLAKE2B fea8a51559e77bac779cda096e694992090d5b6e4f6efbee3b67f66727267028da062c317ca045155b668292c5f3f6c2d027a59f74d27f138c8ebb529f8df820 SHA512 ae80275fba522688161d08b58d4df6437bad66853a7fce9591b5ca10ecd649ce712616f46d6c9f47a36ff3a1f09c65a10dc70fb409bc58c5e30ae413cfd92aa0
+DIST cpuid-20200211.src.tar.gz 114939 BLAKE2B c03d703fe6cdf131886e83e31ccafdb80e435e5183d033886d1d737905667fc359d0117951d76d9c6475a7138173cba7d94f5580d5e3d4a8c0c1ec571d5fec51 SHA512 5a5bf3a57f6af3f88b234c9f2cedbb9f8b7e1fd87923da140de01ee4212bac78513cbc006471f3aacc563fb2893c66bc236e2bb27f606e22c07bd9acf612c8e4

diff --git a/sys-apps/cpuid/cpuid-20200211.ebuild b/sys-apps/cpuid/cpuid-20200211.ebuild
new file mode 100644
index 00000000000..c48d21a156d
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20200211.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="dev-lang/perl"
+DEPEND="app-arch/gzip"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2020-03-12 22:48 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2020-03-12 22:48 UTC (permalink / raw
  To: gentoo-commits

commit:     e03fe8a2ece1837c3b3abd6b879940e309682d3b
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 12 22:32:01 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Mar 12 22:46:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03fe8a2

sys-apps/cpuid: drop old version

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 -
 sys-apps/cpuid/cpuid-20200203.ebuild | 33 ---------------------------------
 2 files changed, 34 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index e5e1819cd26..8a0297073e6 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,3 +1,2 @@
 DIST cpuid-20180519.src.tar.gz 84784 BLAKE2B 87098145a378081d296f0473f9106e7c5b6654c2bd63d385dc27e293079adf3a527801fa644000ede53228e087e9e9afdf807a3c8d9cc8eb93826f01a5a89e9a SHA512 565738c41777669e750a2ef2e122ed0568de5ac8cc2584fa5047ba66d42eb5c3324b283bda25605e055d85402a4e2d109bc6d033ccd34243caab728465792669
-DIST cpuid-20200203.src.tar.gz 113144 BLAKE2B fea8a51559e77bac779cda096e694992090d5b6e4f6efbee3b67f66727267028da062c317ca045155b668292c5f3f6c2d027a59f74d27f138c8ebb529f8df820 SHA512 ae80275fba522688161d08b58d4df6437bad66853a7fce9591b5ca10ecd649ce712616f46d6c9f47a36ff3a1f09c65a10dc70fb409bc58c5e30ae413cfd92aa0
 DIST cpuid-20200211.src.tar.gz 114939 BLAKE2B c03d703fe6cdf131886e83e31ccafdb80e435e5183d033886d1d737905667fc359d0117951d76d9c6475a7138173cba7d94f5580d5e3d4a8c0c1ec571d5fec51 SHA512 5a5bf3a57f6af3f88b234c9f2cedbb9f8b7e1fd87923da140de01ee4212bac78513cbc006471f3aacc563fb2893c66bc236e2bb27f606e22c07bd9acf612c8e4

diff --git a/sys-apps/cpuid/cpuid-20200203.ebuild b/sys-apps/cpuid/cpuid-20200203.ebuild
deleted file mode 100644
index 60a214f3c40..00000000000
--- a/sys-apps/cpuid/cpuid-20200203.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="dev-lang/perl"
-DEPEND="app-arch/gzip"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${P}-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2020-05-19 21:35 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2020-05-19 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     5736de5c8824257e9060d80f9c8690915564e668
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue May 19 20:56:02 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue May 19 21:34:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5736de5c

sys-apps/cpuid: bump to version 20200427

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20200427.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 8a0297073e6..c2f855996db 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1,3 @@
 DIST cpuid-20180519.src.tar.gz 84784 BLAKE2B 87098145a378081d296f0473f9106e7c5b6654c2bd63d385dc27e293079adf3a527801fa644000ede53228e087e9e9afdf807a3c8d9cc8eb93826f01a5a89e9a SHA512 565738c41777669e750a2ef2e122ed0568de5ac8cc2584fa5047ba66d42eb5c3324b283bda25605e055d85402a4e2d109bc6d033ccd34243caab728465792669
 DIST cpuid-20200211.src.tar.gz 114939 BLAKE2B c03d703fe6cdf131886e83e31ccafdb80e435e5183d033886d1d737905667fc359d0117951d76d9c6475a7138173cba7d94f5580d5e3d4a8c0c1ec571d5fec51 SHA512 5a5bf3a57f6af3f88b234c9f2cedbb9f8b7e1fd87923da140de01ee4212bac78513cbc006471f3aacc563fb2893c66bc236e2bb27f606e22c07bd9acf612c8e4
+DIST cpuid-20200427.src.tar.gz 115896 BLAKE2B 0c325fe140ffb9e9d1591d414156d280ac6e802eb652f876fcb6888ea4d6cefd485bc6501179a4f7f3db33ca0fe9f64b83214f883b86bda0c8014b81916d893c SHA512 8f943ac517680c8744563f35654f5b5201fde16cfe24264d8ad171ab517b65a6f50dc569789228e095e2b485e5a0d4fe58e2a0d7f199df2b225652689e3a2e83

diff --git a/sys-apps/cpuid/cpuid-20200427.ebuild b/sys-apps/cpuid/cpuid-20200427.ebuild
new file mode 100644
index 00000000000..c48d21a156d
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20200427.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="dev-lang/perl"
+DEPEND="app-arch/gzip"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2020-05-19 21:35 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2020-05-19 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     56fe2ee6c51f31a00886762e7bb980f08c1aefe1
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue May 19 20:57:18 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue May 19 21:34:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56fe2ee6

sys-apps/cpuid: drop old version

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 -
 sys-apps/cpuid/cpuid-20200211.ebuild | 33 ---------------------------------
 2 files changed, 34 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index c2f855996db..b59c55cc307 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,3 +1,2 @@
 DIST cpuid-20180519.src.tar.gz 84784 BLAKE2B 87098145a378081d296f0473f9106e7c5b6654c2bd63d385dc27e293079adf3a527801fa644000ede53228e087e9e9afdf807a3c8d9cc8eb93826f01a5a89e9a SHA512 565738c41777669e750a2ef2e122ed0568de5ac8cc2584fa5047ba66d42eb5c3324b283bda25605e055d85402a4e2d109bc6d033ccd34243caab728465792669
-DIST cpuid-20200211.src.tar.gz 114939 BLAKE2B c03d703fe6cdf131886e83e31ccafdb80e435e5183d033886d1d737905667fc359d0117951d76d9c6475a7138173cba7d94f5580d5e3d4a8c0c1ec571d5fec51 SHA512 5a5bf3a57f6af3f88b234c9f2cedbb9f8b7e1fd87923da140de01ee4212bac78513cbc006471f3aacc563fb2893c66bc236e2bb27f606e22c07bd9acf612c8e4
 DIST cpuid-20200427.src.tar.gz 115896 BLAKE2B 0c325fe140ffb9e9d1591d414156d280ac6e802eb652f876fcb6888ea4d6cefd485bc6501179a4f7f3db33ca0fe9f64b83214f883b86bda0c8014b81916d893c SHA512 8f943ac517680c8744563f35654f5b5201fde16cfe24264d8ad171ab517b65a6f50dc569789228e095e2b485e5a0d4fe58e2a0d7f199df2b225652689e3a2e83

diff --git a/sys-apps/cpuid/cpuid-20200211.ebuild b/sys-apps/cpuid/cpuid-20200211.ebuild
deleted file mode 100644
index c48d21a156d..00000000000
--- a/sys-apps/cpuid/cpuid-20200211.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="dev-lang/perl"
-DEPEND="app-arch/gzip"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2020-08-10 12:04 Agostino Sarubbo
  0 siblings, 0 replies; 80+ messages in thread
From: Agostino Sarubbo @ 2020-08-10 12:04 UTC (permalink / raw
  To: gentoo-commits

commit:     19846b54568c4dd9459204077962cf6d9f0a672d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 12:04:34 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 12:04:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19846b54

sys-apps/cpuid: amd64 stable wrt bug #736533

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20200427.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20200427.ebuild b/sys-apps/cpuid/cpuid-20200427.ebuild
index c48d21a156d..be308948a4e 100644
--- a/sys-apps/cpuid/cpuid-20200427.ebuild
+++ b/sys-apps/cpuid/cpuid-20200427.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="dev-lang/perl"
 DEPEND="app-arch/gzip"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2020-08-11 14:23 Agostino Sarubbo
  0 siblings, 0 replies; 80+ messages in thread
From: Agostino Sarubbo @ 2020-08-11 14:23 UTC (permalink / raw
  To: gentoo-commits

commit:     ec8a2f57ac628833da984df2c91e04e8675624eb
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 14:22:00 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 14:23:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8a2f57

sys-apps/cpuid: x86 stable wrt bug #736533

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20200427.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20200427.ebuild b/sys-apps/cpuid/cpuid-20200427.ebuild
index be308948a4e..df1d0117c3b 100644
--- a/sys-apps/cpuid/cpuid-20200427.ebuild
+++ b/sys-apps/cpuid/cpuid-20200427.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="dev-lang/perl"
 DEPEND="app-arch/gzip"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2020-10-10 13:17 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2020-10-10 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     63c7d638e29b992634da12b44015a6b0a71b2aa3
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 13:16:38 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 13:17:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c7d638

sys-apps/cpuid: bump to version 20201006

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20201006.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index bbd8bf9e72d..80ef1cdbb22 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1 +1,2 @@
 DIST cpuid-20200427.src.tar.gz 115896 BLAKE2B 0c325fe140ffb9e9d1591d414156d280ac6e802eb652f876fcb6888ea4d6cefd485bc6501179a4f7f3db33ca0fe9f64b83214f883b86bda0c8014b81916d893c SHA512 8f943ac517680c8744563f35654f5b5201fde16cfe24264d8ad171ab517b65a6f50dc569789228e095e2b485e5a0d4fe58e2a0d7f199df2b225652689e3a2e83
+DIST cpuid-20201006.src.tar.gz 118994 BLAKE2B 05c547858358a92b0c9270066dc33e08693922e4ba765edcba7aca201811c54074a0cd683edb3e9dedf2bb0fd23682b3cc5725e4067b27ec27e0fe979eb22f56 SHA512 f037c1707b49e92f1bd605ec87a0995ae36215d075bcbadfed1d11f5fefda43391b48f10d2517334574aa7e243f0b73d22f1fcbfe1fb133aaf5bad1046e8ba5e

diff --git a/sys-apps/cpuid/cpuid-20201006.ebuild b/sys-apps/cpuid/cpuid-20201006.ebuild
new file mode 100644
index 00000000000..c48d21a156d
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20201006.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="dev-lang/perl"
+DEPEND="app-arch/gzip"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2020-11-14 20:32 Sam James
  0 siblings, 0 replies; 80+ messages in thread
From: Sam James @ 2020-11-14 20:32 UTC (permalink / raw
  To: gentoo-commits

commit:     0e8032eb318656e3cd760e5f57597e9a1d419397
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 14 20:30:45 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 20:30:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e8032eb

sys-apps/cpuid: Stabilize 20201006 amd64, #753671

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20201006.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20201006.ebuild b/sys-apps/cpuid/cpuid-20201006.ebuild
index b928a580f8b..df1d0117c3b 100644
--- a/sys-apps/cpuid/cpuid-20201006.ebuild
+++ b/sys-apps/cpuid/cpuid-20201006.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="dev-lang/perl"
 DEPEND="app-arch/gzip"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2020-11-14 23:39 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2020-11-14 23:39 UTC (permalink / raw
  To: gentoo-commits

commit:     9d1d3c444fec0ab634e3aebd189627e4682e07f7
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 14 23:36:41 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 23:39:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1d3c44

sys-apps/cpuid: drop old version

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 -
 sys-apps/cpuid/cpuid-20200427.ebuild | 33 ---------------------------------
 2 files changed, 34 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 80ef1cdbb22..f05bd38435f 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1 @@
-DIST cpuid-20200427.src.tar.gz 115896 BLAKE2B 0c325fe140ffb9e9d1591d414156d280ac6e802eb652f876fcb6888ea4d6cefd485bc6501179a4f7f3db33ca0fe9f64b83214f883b86bda0c8014b81916d893c SHA512 8f943ac517680c8744563f35654f5b5201fde16cfe24264d8ad171ab517b65a6f50dc569789228e095e2b485e5a0d4fe58e2a0d7f199df2b225652689e3a2e83
 DIST cpuid-20201006.src.tar.gz 118994 BLAKE2B 05c547858358a92b0c9270066dc33e08693922e4ba765edcba7aca201811c54074a0cd683edb3e9dedf2bb0fd23682b3cc5725e4067b27ec27e0fe979eb22f56 SHA512 f037c1707b49e92f1bd605ec87a0995ae36215d075bcbadfed1d11f5fefda43391b48f10d2517334574aa7e243f0b73d22f1fcbfe1fb133aaf5bad1046e8ba5e

diff --git a/sys-apps/cpuid/cpuid-20200427.ebuild b/sys-apps/cpuid/cpuid-20200427.ebuild
deleted file mode 100644
index df1d0117c3b..00000000000
--- a/sys-apps/cpuid/cpuid-20200427.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="dev-lang/perl"
-DEPEND="app-arch/gzip"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2021-07-08  9:18 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2021-07-08  9:18 UTC (permalink / raw
  To: gentoo-commits

commit:     ef40576ed03bb563107d2a9039aff3885d9f117e
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 09:17:44 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 09:17:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef40576e

sys-apps/cpuid: drop old version

Closes: https://bugs.gentoo.org/801133
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20201006.ebuild | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/sys-apps/cpuid/cpuid-20201006.ebuild b/sys-apps/cpuid/cpuid-20201006.ebuild
deleted file mode 100644
index df1d0117c3b..00000000000
--- a/sys-apps/cpuid/cpuid-20201006.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="dev-lang/perl"
-DEPEND="app-arch/gzip"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2021-07-08  9:18 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2021-07-08  9:18 UTC (permalink / raw
  To: gentoo-commits

commit:     85999cc21ac3d6cc4266ba0c12094dcc4b9dbabd
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 09:16:27 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 09:17:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85999cc2

sys-apps/cpuid: move app-arch/gzip to BDEPEND

Closes: https://bugs.gentoo.org/801133
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20201006-r1.ebuild | 35 +++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/sys-apps/cpuid/cpuid-20201006-r1.ebuild b/sys-apps/cpuid/cpuid-20201006-r1.ebuild
new file mode 100644
index 00000000000..6c29a01ce82
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20201006-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+BDEPEND="
+	app-arch/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2021-11-02 13:45 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2021-11-02 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     8a168aaf848be6373c6d6a7eafdb9147c3026af5
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  2 13:44:41 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Nov  2 13:44:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a168aaf

sys-apps/cpuid: bump to version 20211031

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20211031.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index f05bd38435f..5c47084a57c 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1 +1,2 @@
 DIST cpuid-20201006.src.tar.gz 118994 BLAKE2B 05c547858358a92b0c9270066dc33e08693922e4ba765edcba7aca201811c54074a0cd683edb3e9dedf2bb0fd23682b3cc5725e4067b27ec27e0fe979eb22f56 SHA512 f037c1707b49e92f1bd605ec87a0995ae36215d075bcbadfed1d11f5fefda43391b48f10d2517334574aa7e243f0b73d22f1fcbfe1fb133aaf5bad1046e8ba5e
+DIST cpuid-20211031.src.tar.gz 124390 BLAKE2B 69f15a7a6506728a1049be58be43d6b23901e7a2347c4804cbac036fce10b9231df59dc6e49c07b6e66598c4140df8c73f7ecd1567590f30c1b4e79845645715 SHA512 a3d0782980da66e2fb824a907e90f81710a86c8bce110f4f027a4a0146fbecb7005df61dcd070aba3cea8bbd9d58cfb0ae627c7e4d5f3818f305c31600ee65fd

diff --git a/sys-apps/cpuid/cpuid-20211031.ebuild b/sys-apps/cpuid/cpuid-20211031.ebuild
new file mode 100644
index 00000000000..de0e99c961d
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20211031.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+	app-arch/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2021-11-20  1:08 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2021-11-20  1:08 UTC (permalink / raw
  To: gentoo-commits

commit:     da96815b05f09aae9a5c972b6c1a6ec22af993c1
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 20 00:56:19 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Nov 20 01:03:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da96815b

sys-apps/cpuid: bump to version 20211114

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20211114.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 5c47084a57cf..897deb663cd8 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1,3 @@
 DIST cpuid-20201006.src.tar.gz 118994 BLAKE2B 05c547858358a92b0c9270066dc33e08693922e4ba765edcba7aca201811c54074a0cd683edb3e9dedf2bb0fd23682b3cc5725e4067b27ec27e0fe979eb22f56 SHA512 f037c1707b49e92f1bd605ec87a0995ae36215d075bcbadfed1d11f5fefda43391b48f10d2517334574aa7e243f0b73d22f1fcbfe1fb133aaf5bad1046e8ba5e
 DIST cpuid-20211031.src.tar.gz 124390 BLAKE2B 69f15a7a6506728a1049be58be43d6b23901e7a2347c4804cbac036fce10b9231df59dc6e49c07b6e66598c4140df8c73f7ecd1567590f30c1b4e79845645715 SHA512 a3d0782980da66e2fb824a907e90f81710a86c8bce110f4f027a4a0146fbecb7005df61dcd070aba3cea8bbd9d58cfb0ae627c7e4d5f3818f305c31600ee65fd
+DIST cpuid-20211114.src.tar.gz 126084 BLAKE2B b328b0c62ea20b33cafd4b87f3a30b0600aee3ed787c235a76d8f6a7f787043d3507e62128110d78e0c0d37f4f975b65eb1d5f1c741466011b95e68c69483012 SHA512 7c74817d473fe7388be40b82b6e7af4f2620cec2bb7dc10ef603d1526e9fb095bf2901746dfae650e82ef9786835949577af56b01a10a82881cc539df448c5a9

diff --git a/sys-apps/cpuid/cpuid-20211114.ebuild b/sys-apps/cpuid/cpuid-20211114.ebuild
new file mode 100644
index 000000000000..de0e99c961d4
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20211114.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+	app-arch/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2021-11-20  1:08 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2021-11-20  1:08 UTC (permalink / raw
  To: gentoo-commits

commit:     2aef43b46ab6aae79b4a1a1cd3ad7d3a77439e9f
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 20 00:57:53 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Nov 20 01:03:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aef43b4

sys-apps/cpuid: drop old version

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 -
 sys-apps/cpuid/cpuid-20211031.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 897deb663cd8..62612afe8dcf 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,3 +1,2 @@
 DIST cpuid-20201006.src.tar.gz 118994 BLAKE2B 05c547858358a92b0c9270066dc33e08693922e4ba765edcba7aca201811c54074a0cd683edb3e9dedf2bb0fd23682b3cc5725e4067b27ec27e0fe979eb22f56 SHA512 f037c1707b49e92f1bd605ec87a0995ae36215d075bcbadfed1d11f5fefda43391b48f10d2517334574aa7e243f0b73d22f1fcbfe1fb133aaf5bad1046e8ba5e
-DIST cpuid-20211031.src.tar.gz 124390 BLAKE2B 69f15a7a6506728a1049be58be43d6b23901e7a2347c4804cbac036fce10b9231df59dc6e49c07b6e66598c4140df8c73f7ecd1567590f30c1b4e79845645715 SHA512 a3d0782980da66e2fb824a907e90f81710a86c8bce110f4f027a4a0146fbecb7005df61dcd070aba3cea8bbd9d58cfb0ae627c7e4d5f3818f305c31600ee65fd
 DIST cpuid-20211114.src.tar.gz 126084 BLAKE2B b328b0c62ea20b33cafd4b87f3a30b0600aee3ed787c235a76d8f6a7f787043d3507e62128110d78e0c0d37f4f975b65eb1d5f1c741466011b95e68c69483012 SHA512 7c74817d473fe7388be40b82b6e7af4f2620cec2bb7dc10ef603d1526e9fb095bf2901746dfae650e82ef9786835949577af56b01a10a82881cc539df448c5a9

diff --git a/sys-apps/cpuid/cpuid-20211031.ebuild b/sys-apps/cpuid/cpuid-20211031.ebuild
deleted file mode 100644
index de0e99c961d4..000000000000
--- a/sys-apps/cpuid/cpuid-20211031.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-	app-arch/gzip
-	dev-lang/perl
-"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2021-11-22 21:24 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2021-11-22 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     bb898fed7001630f15f6a43b16a973e5f83ddf49
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 22 21:17:23 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Nov 22 21:17:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb898fed

sys-apps/cpuid: drop 20211114

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 -
 sys-apps/cpuid/cpuid-20211114.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 5dd71f54f2ef..b7a363bf4bcb 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,3 +1,2 @@
 DIST cpuid-20201006.src.tar.gz 118994 BLAKE2B 05c547858358a92b0c9270066dc33e08693922e4ba765edcba7aca201811c54074a0cd683edb3e9dedf2bb0fd23682b3cc5725e4067b27ec27e0fe979eb22f56 SHA512 f037c1707b49e92f1bd605ec87a0995ae36215d075bcbadfed1d11f5fefda43391b48f10d2517334574aa7e243f0b73d22f1fcbfe1fb133aaf5bad1046e8ba5e
-DIST cpuid-20211114.src.tar.gz 126084 BLAKE2B b328b0c62ea20b33cafd4b87f3a30b0600aee3ed787c235a76d8f6a7f787043d3507e62128110d78e0c0d37f4f975b65eb1d5f1c741466011b95e68c69483012 SHA512 7c74817d473fe7388be40b82b6e7af4f2620cec2bb7dc10ef603d1526e9fb095bf2901746dfae650e82ef9786835949577af56b01a10a82881cc539df448c5a9
 DIST cpuid-20211121.src.tar.gz 128031 BLAKE2B e64cdfdb713b2fed2a76cfec2f29403f3aea9096b1838cd3f63a1fa3345704694a74d9c53482401765c9d480940972d0079fab8d9581963a874d98bc357eab2c SHA512 a70f6bd2f166c8d2f98da99d525c4b2eda411a3b18ae8a3ee7a8f8cfdb1b67c81ef88bb28a665d63e27d8b16bd043b4e961f4bd244f1ba4cf8ebc285385ca1ad

diff --git a/sys-apps/cpuid/cpuid-20211114.ebuild b/sys-apps/cpuid/cpuid-20211114.ebuild
deleted file mode 100644
index de0e99c961d4..000000000000
--- a/sys-apps/cpuid/cpuid-20211114.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-	app-arch/gzip
-	dev-lang/perl
-"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2021-11-22 21:24 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2021-11-22 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     50228c4606405c8c028c2aac22e6b4f324666d9f
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 22 21:17:05 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Nov 22 21:17:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50228c46

sys-apps/cpuid: add 20211121

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20211121.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 62612afe8dcf..5dd71f54f2ef 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1,3 @@
 DIST cpuid-20201006.src.tar.gz 118994 BLAKE2B 05c547858358a92b0c9270066dc33e08693922e4ba765edcba7aca201811c54074a0cd683edb3e9dedf2bb0fd23682b3cc5725e4067b27ec27e0fe979eb22f56 SHA512 f037c1707b49e92f1bd605ec87a0995ae36215d075bcbadfed1d11f5fefda43391b48f10d2517334574aa7e243f0b73d22f1fcbfe1fb133aaf5bad1046e8ba5e
 DIST cpuid-20211114.src.tar.gz 126084 BLAKE2B b328b0c62ea20b33cafd4b87f3a30b0600aee3ed787c235a76d8f6a7f787043d3507e62128110d78e0c0d37f4f975b65eb1d5f1c741466011b95e68c69483012 SHA512 7c74817d473fe7388be40b82b6e7af4f2620cec2bb7dc10ef603d1526e9fb095bf2901746dfae650e82ef9786835949577af56b01a10a82881cc539df448c5a9
+DIST cpuid-20211121.src.tar.gz 128031 BLAKE2B e64cdfdb713b2fed2a76cfec2f29403f3aea9096b1838cd3f63a1fa3345704694a74d9c53482401765c9d480940972d0079fab8d9581963a874d98bc357eab2c SHA512 a70f6bd2f166c8d2f98da99d525c4b2eda411a3b18ae8a3ee7a8f8cfdb1b67c81ef88bb28a665d63e27d8b16bd043b4e961f4bd244f1ba4cf8ebc285385ca1ad

diff --git a/sys-apps/cpuid/cpuid-20211121.ebuild b/sys-apps/cpuid/cpuid-20211121.ebuild
new file mode 100644
index 000000000000..de0e99c961d4
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20211121.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+	app-arch/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2021-12-05 21:45 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2021-12-05 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     5ab55b82a263a53641f776b53298ab83068e0411
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  5 19:53:38 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec  5 21:45:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab55b82

sys-apps/cpuid: add 20211129

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20211129.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index b7a363bf4bcb..571154ddb6c6 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1,3 @@
 DIST cpuid-20201006.src.tar.gz 118994 BLAKE2B 05c547858358a92b0c9270066dc33e08693922e4ba765edcba7aca201811c54074a0cd683edb3e9dedf2bb0fd23682b3cc5725e4067b27ec27e0fe979eb22f56 SHA512 f037c1707b49e92f1bd605ec87a0995ae36215d075bcbadfed1d11f5fefda43391b48f10d2517334574aa7e243f0b73d22f1fcbfe1fb133aaf5bad1046e8ba5e
 DIST cpuid-20211121.src.tar.gz 128031 BLAKE2B e64cdfdb713b2fed2a76cfec2f29403f3aea9096b1838cd3f63a1fa3345704694a74d9c53482401765c9d480940972d0079fab8d9581963a874d98bc357eab2c SHA512 a70f6bd2f166c8d2f98da99d525c4b2eda411a3b18ae8a3ee7a8f8cfdb1b67c81ef88bb28a665d63e27d8b16bd043b4e961f4bd244f1ba4cf8ebc285385ca1ad
+DIST cpuid-20211129.src.tar.gz 128510 BLAKE2B 8147296f7a7a60068ac491b9f53f8b5530bb33d8ab82558cc30a6385c747ae14cd583bc8e9f50d2bfbc3c952549e26ba042acc961222df25ce52468c1e7dadb3 SHA512 749b174660930f90b2ecc3b0b406717e37f77dafb9c722c0b01f84b3ebae05d8d6d7b1ad7c12aa3a11c9415cf67d42cdbede9bef8316b477e3b944a24a9d2daf

diff --git a/sys-apps/cpuid/cpuid-20211129.ebuild b/sys-apps/cpuid/cpuid-20211129.ebuild
new file mode 100644
index 000000000000..de0e99c961d4
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20211129.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+	app-arch/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2021-12-05 21:45 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2021-12-05 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     2222622e76a3c26643bb78904176cd6960bff1aa
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  5 19:54:18 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec  5 21:45:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2222622e

sys-apps/cpuid: drop 20211121

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 -
 sys-apps/cpuid/cpuid-20211121.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 571154ddb6c6..336d08f2e607 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,3 +1,2 @@
 DIST cpuid-20201006.src.tar.gz 118994 BLAKE2B 05c547858358a92b0c9270066dc33e08693922e4ba765edcba7aca201811c54074a0cd683edb3e9dedf2bb0fd23682b3cc5725e4067b27ec27e0fe979eb22f56 SHA512 f037c1707b49e92f1bd605ec87a0995ae36215d075bcbadfed1d11f5fefda43391b48f10d2517334574aa7e243f0b73d22f1fcbfe1fb133aaf5bad1046e8ba5e
-DIST cpuid-20211121.src.tar.gz 128031 BLAKE2B e64cdfdb713b2fed2a76cfec2f29403f3aea9096b1838cd3f63a1fa3345704694a74d9c53482401765c9d480940972d0079fab8d9581963a874d98bc357eab2c SHA512 a70f6bd2f166c8d2f98da99d525c4b2eda411a3b18ae8a3ee7a8f8cfdb1b67c81ef88bb28a665d63e27d8b16bd043b4e961f4bd244f1ba4cf8ebc285385ca1ad
 DIST cpuid-20211129.src.tar.gz 128510 BLAKE2B 8147296f7a7a60068ac491b9f53f8b5530bb33d8ab82558cc30a6385c747ae14cd583bc8e9f50d2bfbc3c952549e26ba042acc961222df25ce52468c1e7dadb3 SHA512 749b174660930f90b2ecc3b0b406717e37f77dafb9c722c0b01f84b3ebae05d8d6d7b1ad7c12aa3a11c9415cf67d42cdbede9bef8316b477e3b944a24a9d2daf

diff --git a/sys-apps/cpuid/cpuid-20211121.ebuild b/sys-apps/cpuid/cpuid-20211121.ebuild
deleted file mode 100644
index de0e99c961d4..000000000000
--- a/sys-apps/cpuid/cpuid-20211121.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-	app-arch/gzip
-	dev-lang/perl
-"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2021-12-13 21:34 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2021-12-13 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     3bb459720fab4c2369727e29c7e9118cd8912c05
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 21:33:04 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 21:33:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb45972

sys-apps/cpuid: add 20211210

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20211210.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 336d08f2e607..ce6f888c5edb 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1,3 @@
 DIST cpuid-20201006.src.tar.gz 118994 BLAKE2B 05c547858358a92b0c9270066dc33e08693922e4ba765edcba7aca201811c54074a0cd683edb3e9dedf2bb0fd23682b3cc5725e4067b27ec27e0fe979eb22f56 SHA512 f037c1707b49e92f1bd605ec87a0995ae36215d075bcbadfed1d11f5fefda43391b48f10d2517334574aa7e243f0b73d22f1fcbfe1fb133aaf5bad1046e8ba5e
 DIST cpuid-20211129.src.tar.gz 128510 BLAKE2B 8147296f7a7a60068ac491b9f53f8b5530bb33d8ab82558cc30a6385c747ae14cd583bc8e9f50d2bfbc3c952549e26ba042acc961222df25ce52468c1e7dadb3 SHA512 749b174660930f90b2ecc3b0b406717e37f77dafb9c722c0b01f84b3ebae05d8d6d7b1ad7c12aa3a11c9415cf67d42cdbede9bef8316b477e3b944a24a9d2daf
+DIST cpuid-20211210.src.tar.gz 129491 BLAKE2B 8aba8449207c39f2082363664b61b55163c8f43804552304d0f9070522dbae867a757019a51f4526f9b85fa541811a8156d517b8ae53ad956a25a56b0d774251 SHA512 42d01890c40f90e6500f643bb4a7f5a8e76c8c76720062add79662a789e0d460d39383ea49a765f206038d72d1db7074d547500998e265ad12fee88af2dc175a

diff --git a/sys-apps/cpuid/cpuid-20211210.ebuild b/sys-apps/cpuid/cpuid-20211210.ebuild
new file mode 100644
index 000000000000..de0e99c961d4
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20211210.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+	app-arch/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2021-12-13 21:34 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2021-12-13 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     3643c615390a71be6221e2f8f855c87d990a3fcc
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 13 21:33:19 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Dec 13 21:33:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3643c615

sys-apps/cpuid: drop 20211129

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 -
 sys-apps/cpuid/cpuid-20211129.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index ce6f888c5edb..fd0bcdb5924b 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,3 +1,2 @@
 DIST cpuid-20201006.src.tar.gz 118994 BLAKE2B 05c547858358a92b0c9270066dc33e08693922e4ba765edcba7aca201811c54074a0cd683edb3e9dedf2bb0fd23682b3cc5725e4067b27ec27e0fe979eb22f56 SHA512 f037c1707b49e92f1bd605ec87a0995ae36215d075bcbadfed1d11f5fefda43391b48f10d2517334574aa7e243f0b73d22f1fcbfe1fb133aaf5bad1046e8ba5e
-DIST cpuid-20211129.src.tar.gz 128510 BLAKE2B 8147296f7a7a60068ac491b9f53f8b5530bb33d8ab82558cc30a6385c747ae14cd583bc8e9f50d2bfbc3c952549e26ba042acc961222df25ce52468c1e7dadb3 SHA512 749b174660930f90b2ecc3b0b406717e37f77dafb9c722c0b01f84b3ebae05d8d6d7b1ad7c12aa3a11c9415cf67d42cdbede9bef8316b477e3b944a24a9d2daf
 DIST cpuid-20211210.src.tar.gz 129491 BLAKE2B 8aba8449207c39f2082363664b61b55163c8f43804552304d0f9070522dbae867a757019a51f4526f9b85fa541811a8156d517b8ae53ad956a25a56b0d774251 SHA512 42d01890c40f90e6500f643bb4a7f5a8e76c8c76720062add79662a789e0d460d39383ea49a765f206038d72d1db7074d547500998e265ad12fee88af2dc175a

diff --git a/sys-apps/cpuid/cpuid-20211129.ebuild b/sys-apps/cpuid/cpuid-20211129.ebuild
deleted file mode 100644
index de0e99c961d4..000000000000
--- a/sys-apps/cpuid/cpuid-20211129.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-	app-arch/gzip
-	dev-lang/perl
-"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2022-01-20 22:58 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2022-01-20 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     9b32ccfb6540c6d8b4da02f3897cd7835d7c2bfb
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 22:54:22 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 22:57:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b32ccfb

sys-apps/cpuid: drop 20201006-r1

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest                 |  1 -
 sys-apps/cpuid/cpuid-20201006-r1.ebuild | 35 ---------------------------------
 2 files changed, 36 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index fd0bcdb5924b..ba920178c1da 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1 @@
-DIST cpuid-20201006.src.tar.gz 118994 BLAKE2B 05c547858358a92b0c9270066dc33e08693922e4ba765edcba7aca201811c54074a0cd683edb3e9dedf2bb0fd23682b3cc5725e4067b27ec27e0fe979eb22f56 SHA512 f037c1707b49e92f1bd605ec87a0995ae36215d075bcbadfed1d11f5fefda43391b48f10d2517334574aa7e243f0b73d22f1fcbfe1fb133aaf5bad1046e8ba5e
 DIST cpuid-20211210.src.tar.gz 129491 BLAKE2B 8aba8449207c39f2082363664b61b55163c8f43804552304d0f9070522dbae867a757019a51f4526f9b85fa541811a8156d517b8ae53ad956a25a56b0d774251 SHA512 42d01890c40f90e6500f643bb4a7f5a8e76c8c76720062add79662a789e0d460d39383ea49a765f206038d72d1db7074d547500998e265ad12fee88af2dc175a

diff --git a/sys-apps/cpuid/cpuid-20201006-r1.ebuild b/sys-apps/cpuid/cpuid-20201006-r1.ebuild
deleted file mode 100644
index 6c29a01ce82b..000000000000
--- a/sys-apps/cpuid/cpuid-20201006-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
-	app-arch/gzip
-	dev-lang/perl
-"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2022-01-20 22:58 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2022-01-20 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     c68c373b84441627c15bf05c6ce21886276eca74
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 22:52:22 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 22:57:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68c373b

sys-apps/cpuid: amd64 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20211210.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20211210.ebuild b/sys-apps/cpuid/cpuid-20211210.ebuild
index f1ce4325509d..687993325c30 100644
--- a/sys-apps/cpuid/cpuid-20211210.ebuild
+++ b/sys-apps/cpuid/cpuid-20211210.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="
 	app-arch/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2022-01-20 22:58 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2022-01-20 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     120b62ba2756dbb22c74001662d3bea4abfc003a
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 22:51:27 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 22:57:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=120b62ba

sys-apps/cpuid: x86 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20211210.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/cpuid/cpuid-20211210.ebuild b/sys-apps/cpuid/cpuid-20211210.ebuild
index de0e99c961d4..f1ce4325509d 100644
--- a/sys-apps/cpuid/cpuid-20211210.ebuild
+++ b/sys-apps/cpuid/cpuid-20211210.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 BDEPEND="
 	app-arch/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2022-02-25 11:34 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2022-02-25 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     0fcd709fb23ce019ba169de6a5660185d65b3bfa
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 25 11:32:11 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Feb 25 11:32:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fcd709f

sys-apps/cpuid: add 20220224

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20220224.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index ba920178c1da..5f1ffaba76fc 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1 +1,2 @@
 DIST cpuid-20211210.src.tar.gz 129491 BLAKE2B 8aba8449207c39f2082363664b61b55163c8f43804552304d0f9070522dbae867a757019a51f4526f9b85fa541811a8156d517b8ae53ad956a25a56b0d774251 SHA512 42d01890c40f90e6500f643bb4a7f5a8e76c8c76720062add79662a789e0d460d39383ea49a765f206038d72d1db7074d547500998e265ad12fee88af2dc175a
+DIST cpuid-20220224.src.tar.gz 130706 BLAKE2B 78e0d8296ffafa6eb5a668561bb5c1834c8cffd020f0c052438381f72cddbfe8e85c3e4d662c6aff5224a0b147cd5e20cbce2240f791f2c857c4f584c87b4359 SHA512 7cf41d2429d442b4dfd5d369e394c11916352e16fc56852ea4af71945192903482bc45c38367ff5ae3f8d386ffc65cc61a9b0bec4594589a057557daf54d8562

diff --git a/sys-apps/cpuid/cpuid-20220224.ebuild b/sys-apps/cpuid/cpuid-20220224.ebuild
new file mode 100644
index 000000000000..33d4a1c9a28b
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20220224.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+	app-arch/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2022-03-27 15:15 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2022-03-27 15:15 UTC (permalink / raw
  To: gentoo-commits

commit:     07ece3dc8ad59b26e1d9cc6bba9fcd4240690388
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 14:52:58 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 15:14:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ece3dc

sys-apps/cpuid: x86 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20220224.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20220224.ebuild b/sys-apps/cpuid/cpuid-20220224.ebuild
index 96fb479819d6..687993325c30 100644
--- a/sys-apps/cpuid/cpuid-20220224.ebuild
+++ b/sys-apps/cpuid/cpuid-20220224.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="
 	app-arch/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2022-03-27 15:15 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2022-03-27 15:15 UTC (permalink / raw
  To: gentoo-commits

commit:     c34e8bc4fac142c77b2dcf977778f66b0e2ce9de
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 14:53:43 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 15:14:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34e8bc4

sys-apps/cpuid: drop 20211210

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 -
 sys-apps/cpuid/cpuid-20211210.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 5f1ffaba76fc..bb7da4475442 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1 @@
-DIST cpuid-20211210.src.tar.gz 129491 BLAKE2B 8aba8449207c39f2082363664b61b55163c8f43804552304d0f9070522dbae867a757019a51f4526f9b85fa541811a8156d517b8ae53ad956a25a56b0d774251 SHA512 42d01890c40f90e6500f643bb4a7f5a8e76c8c76720062add79662a789e0d460d39383ea49a765f206038d72d1db7074d547500998e265ad12fee88af2dc175a
 DIST cpuid-20220224.src.tar.gz 130706 BLAKE2B 78e0d8296ffafa6eb5a668561bb5c1834c8cffd020f0c052438381f72cddbfe8e85c3e4d662c6aff5224a0b147cd5e20cbce2240f791f2c857c4f584c87b4359 SHA512 7cf41d2429d442b4dfd5d369e394c11916352e16fc56852ea4af71945192903482bc45c38367ff5ae3f8d386ffc65cc61a9b0bec4594589a057557daf54d8562

diff --git a/sys-apps/cpuid/cpuid-20211210.ebuild b/sys-apps/cpuid/cpuid-20211210.ebuild
deleted file mode 100644
index 687993325c30..000000000000
--- a/sys-apps/cpuid/cpuid-20211210.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
-	app-arch/gzip
-	dev-lang/perl
-"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20200203-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2022-03-27 15:15 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2022-03-27 15:15 UTC (permalink / raw
  To: gentoo-commits

commit:     c77e7da99d27072b35b04f5acf6c9e9c6efc4707
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 14:52:33 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 15:14:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77e7da9

sys-apps/cpuid: amd64 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20220224.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20220224.ebuild b/sys-apps/cpuid/cpuid-20220224.ebuild
index 33d4a1c9a28b..96fb479819d6 100644
--- a/sys-apps/cpuid/cpuid-20220224.ebuild
+++ b/sys-apps/cpuid/cpuid-20220224.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="
 	app-arch/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2022-04-03 10:43 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2022-04-03 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     b49bb03ee74dbff297a1e19c51d595fbe8cca192
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  3 10:40:15 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 10:40:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49bb03e

sys-apps/cpuid: mask for other arches

Closes: https://bugs.gentoo.org/836679
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20220224.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20220224.ebuild b/sys-apps/cpuid/cpuid-20220224.ebuild
index 687993325c30..d215e1baa0cf 100644
--- a/sys-apps/cpuid/cpuid-20220224.ebuild
+++ b/sys-apps/cpuid/cpuid-20220224.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="-* amd64 x86"
 
 BDEPEND="
 	app-arch/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2022-07-29 19:06 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2022-07-29 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     355c2a0c845dbfa733486834af5057e7ceb6458a
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 19:02:12 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 19:02:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=355c2a0c

sys-apps/cpuid: x86 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20220620.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20220620.ebuild b/sys-apps/cpuid/cpuid-20220620.ebuild
index 3181719cab64..eddf220e872c 100644
--- a/sys-apps/cpuid/cpuid-20220620.ebuild
+++ b/sys-apps/cpuid/cpuid-20220620.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="-* amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 
 BDEPEND="
 	app-arch/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2022-07-29 19:06 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2022-07-29 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     09040b5d79b389f3319c42dacecc718d000fb04b
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 19:01:43 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 19:01:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09040b5d

sys-apps/cpuid: amd64 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20220620.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20220620.ebuild b/sys-apps/cpuid/cpuid-20220620.ebuild
index 0f77190b474c..3181719cab64 100644
--- a/sys-apps/cpuid/cpuid-20220620.ebuild
+++ b/sys-apps/cpuid/cpuid-20220620.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 
 BDEPEND="
 	app-arch/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2022-08-20 23:29 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2022-08-20 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     4f277ad2f52551ca8f2e5d37f53c51dcebbb62f6
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 22:54:19 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 23:29:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f277ad2

sys-apps/cpuid: add 20220812

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20220812.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 86fd2a311a99..1a58c8bfcc94 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1 +1,2 @@
 DIST cpuid-20220620.src.tar.gz 134487 BLAKE2B 37beeeef5bbeed47d762f093a568e18ac06b32b4c8c4d763656c5310c78b949c60aaf4e874b15485af15be1e31c389692a0ab277a95a0dcb0b66a7dbece50a52 SHA512 e06db43fb12efa1d112267993754965b8a2b07c914766a46a0fe6fdcf023606cfb132eac575726ad9ed7d0e6fc53d728a6d3d3d7abf2f484f002825c791da7b9
+DIST cpuid-20220812.src.tar.gz 137109 BLAKE2B 158f152d55b0d8f8ca2df59fc19b9f91142296ef4657b6b2b39ca401abfb26db822be7eadb3a4010847483e75aa213b64756dec6cc625db8c96c8fe8e2a8c468 SHA512 f57c1bb78bad3a9a0d210d5da2a57ea6ffeca83c677f20423dc11af551684ba417b8e5641559cf1d5077567937bd2b2350f232e317ff7be388727983be2c1f6a

diff --git a/sys-apps/cpuid/cpuid-20220812.ebuild b/sys-apps/cpuid/cpuid-20220812.ebuild
new file mode 100644
index 000000000000..0f77190b474c
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20220812.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+BDEPEND="
+	app-arch/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2022-09-25 23:12 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2022-09-25 23:12 UTC (permalink / raw
  To: gentoo-commits

commit:     faa17100f6a13a8cdbc7953341000e6840b1d7f6
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 25 22:31:33 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Sep 25 23:11:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa17100

sys-apps/cpuid: drop 20220620

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 -
 sys-apps/cpuid/cpuid-20220620.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 1a58c8bfcc94..d19ce65d2cab 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1 @@
-DIST cpuid-20220620.src.tar.gz 134487 BLAKE2B 37beeeef5bbeed47d762f093a568e18ac06b32b4c8c4d763656c5310c78b949c60aaf4e874b15485af15be1e31c389692a0ab277a95a0dcb0b66a7dbece50a52 SHA512 e06db43fb12efa1d112267993754965b8a2b07c914766a46a0fe6fdcf023606cfb132eac575726ad9ed7d0e6fc53d728a6d3d3d7abf2f484f002825c791da7b9
 DIST cpuid-20220812.src.tar.gz 137109 BLAKE2B 158f152d55b0d8f8ca2df59fc19b9f91142296ef4657b6b2b39ca401abfb26db822be7eadb3a4010847483e75aa213b64756dec6cc625db8c96c8fe8e2a8c468 SHA512 f57c1bb78bad3a9a0d210d5da2a57ea6ffeca83c677f20423dc11af551684ba417b8e5641559cf1d5077567937bd2b2350f232e317ff7be388727983be2c1f6a

diff --git a/sys-apps/cpuid/cpuid-20220620.ebuild b/sys-apps/cpuid/cpuid-20220620.ebuild
deleted file mode 100644
index eddf220e872c..000000000000
--- a/sys-apps/cpuid/cpuid-20220620.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-
-BDEPEND="
-	app-arch/gzip
-	dev-lang/perl
-"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2022-09-25 23:12 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2022-09-25 23:12 UTC (permalink / raw
  To: gentoo-commits

commit:     34a71179054d7a564029ae79463904f4f2359aaa
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 25 22:30:20 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Sep 25 23:11:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a71179

sys-apps/cpuid: amd64 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20220812.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20220812.ebuild b/sys-apps/cpuid/cpuid-20220812.ebuild
index 0f77190b474c..3181719cab64 100644
--- a/sys-apps/cpuid/cpuid-20220812.ebuild
+++ b/sys-apps/cpuid/cpuid-20220812.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 
 BDEPEND="
 	app-arch/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2022-09-25 23:12 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2022-09-25 23:12 UTC (permalink / raw
  To: gentoo-commits

commit:     31c0d86764879798e3a4c494dd2f9929b8c05e2f
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 25 22:30:52 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Sep 25 23:11:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c0d867

sys-apps/cpuid: x86 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20220812.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20220812.ebuild b/sys-apps/cpuid/cpuid-20220812.ebuild
index 3181719cab64..eddf220e872c 100644
--- a/sys-apps/cpuid/cpuid-20220812.ebuild
+++ b/sys-apps/cpuid/cpuid-20220812.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="-* amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 
 BDEPEND="
 	app-arch/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2022-10-01 23:33 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2022-10-01 23:33 UTC (permalink / raw
  To: gentoo-commits

commit:     d60a00610dcab44f9ba2d3f80badb07c173a761a
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 23:17:56 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 23:17:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d60a0061

sys-apps/cpuid: add 20220927

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20220927.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index d19ce65d2cab..dff181b173d1 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1 +1,2 @@
 DIST cpuid-20220812.src.tar.gz 137109 BLAKE2B 158f152d55b0d8f8ca2df59fc19b9f91142296ef4657b6b2b39ca401abfb26db822be7eadb3a4010847483e75aa213b64756dec6cc625db8c96c8fe8e2a8c468 SHA512 f57c1bb78bad3a9a0d210d5da2a57ea6ffeca83c677f20423dc11af551684ba417b8e5641559cf1d5077567937bd2b2350f232e317ff7be388727983be2c1f6a
+DIST cpuid-20220927.src.tar.gz 137355 BLAKE2B 70c51273fb87fe86a4bf1ddef938275474ad3af496cfdbc8e1b8e7dcf3f33b478340fcd3c8c49c6a0d2fe4927e399977e9c53cab118da0098eae2cc83cea51fc SHA512 f621c4cf8cbe027133442aa29018b9b52eb4d0e45a362cf613fee772456ac9e3347582c2feacb6d3358602f6da6425fcd88924e1ba937c89a5eaac43b1f9143f

diff --git a/sys-apps/cpuid/cpuid-20220927.ebuild b/sys-apps/cpuid/cpuid-20220927.ebuild
new file mode 100644
index 000000000000..0f77190b474c
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20220927.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+BDEPEND="
+	app-arch/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2022-10-06 21:15 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2022-10-06 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     ed5f9ba5b90505d50aa31cb0f51c76e5d2efa884
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  6 20:52:39 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Oct  6 21:15:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5f9ba5

sys-apps/cpuid: add 20221003

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20221003.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index dff181b173d1..b3fa6a35f45e 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1,3 @@
 DIST cpuid-20220812.src.tar.gz 137109 BLAKE2B 158f152d55b0d8f8ca2df59fc19b9f91142296ef4657b6b2b39ca401abfb26db822be7eadb3a4010847483e75aa213b64756dec6cc625db8c96c8fe8e2a8c468 SHA512 f57c1bb78bad3a9a0d210d5da2a57ea6ffeca83c677f20423dc11af551684ba417b8e5641559cf1d5077567937bd2b2350f232e317ff7be388727983be2c1f6a
 DIST cpuid-20220927.src.tar.gz 137355 BLAKE2B 70c51273fb87fe86a4bf1ddef938275474ad3af496cfdbc8e1b8e7dcf3f33b478340fcd3c8c49c6a0d2fe4927e399977e9c53cab118da0098eae2cc83cea51fc SHA512 f621c4cf8cbe027133442aa29018b9b52eb4d0e45a362cf613fee772456ac9e3347582c2feacb6d3358602f6da6425fcd88924e1ba937c89a5eaac43b1f9143f
+DIST cpuid-20221003.src.tar.gz 138457 BLAKE2B 0eef33fc38ff0bb96bec2928a376cf849a5141e1fd161f1a2649e106543a0eb0b29b13e450ad11e251398dda155dc817944c5c81c3ff0b0fc2d7c92779c3ff0a SHA512 7e787caf59e980cf1eca8012d6269b61cd8bf0a1a79c4534d8bb9924b6eff2fa5c0408bc8581e50ef205a280e7861ca62a7d49e7378faff0f185a97463a115a1

diff --git a/sys-apps/cpuid/cpuid-20221003.ebuild b/sys-apps/cpuid/cpuid-20221003.ebuild
new file mode 100644
index 000000000000..0f77190b474c
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20221003.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+BDEPEND="
+	app-arch/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2022-11-01  1:04 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2022-11-01  1:04 UTC (permalink / raw
  To: gentoo-commits

commit:     2edf9b45aac4db680bae4fe1d09557e6e0f270c4
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  1 01:01:24 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Nov  1 01:04:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2edf9b45

sys-apps/cpuid: x86 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20221003.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20221003.ebuild b/sys-apps/cpuid/cpuid-20221003.ebuild
index 3181719cab64..eddf220e872c 100644
--- a/sys-apps/cpuid/cpuid-20221003.ebuild
+++ b/sys-apps/cpuid/cpuid-20221003.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="-* amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 
 BDEPEND="
 	app-arch/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2022-11-01  1:04 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2022-11-01  1:04 UTC (permalink / raw
  To: gentoo-commits

commit:     5a8c36569c0e56640a1894e3c4948ad508affec1
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  1 01:00:55 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Nov  1 01:04:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8c3656

sys-apps/cpuid: amd64 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20221003.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20221003.ebuild b/sys-apps/cpuid/cpuid-20221003.ebuild
index 0f77190b474c..3181719cab64 100644
--- a/sys-apps/cpuid/cpuid-20221003.ebuild
+++ b/sys-apps/cpuid/cpuid-20221003.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 
 BDEPEND="
 	app-arch/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2022-11-01  1:04 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2022-11-01  1:04 UTC (permalink / raw
  To: gentoo-commits

commit:     f4a68e6758530862df6a9d5aaf4ca8ea689ae86f
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  1 01:01:52 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Nov  1 01:04:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4a68e67

sys-apps/cpuid: drop 20220812, 20220927

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  2 --
 sys-apps/cpuid/cpuid-20220812.ebuild | 35 -----------------------------------
 sys-apps/cpuid/cpuid-20220927.ebuild | 35 -----------------------------------
 3 files changed, 72 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index b3fa6a35f45e..e227dc07c366 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,3 +1 @@
-DIST cpuid-20220812.src.tar.gz 137109 BLAKE2B 158f152d55b0d8f8ca2df59fc19b9f91142296ef4657b6b2b39ca401abfb26db822be7eadb3a4010847483e75aa213b64756dec6cc625db8c96c8fe8e2a8c468 SHA512 f57c1bb78bad3a9a0d210d5da2a57ea6ffeca83c677f20423dc11af551684ba417b8e5641559cf1d5077567937bd2b2350f232e317ff7be388727983be2c1f6a
-DIST cpuid-20220927.src.tar.gz 137355 BLAKE2B 70c51273fb87fe86a4bf1ddef938275474ad3af496cfdbc8e1b8e7dcf3f33b478340fcd3c8c49c6a0d2fe4927e399977e9c53cab118da0098eae2cc83cea51fc SHA512 f621c4cf8cbe027133442aa29018b9b52eb4d0e45a362cf613fee772456ac9e3347582c2feacb6d3358602f6da6425fcd88924e1ba937c89a5eaac43b1f9143f
 DIST cpuid-20221003.src.tar.gz 138457 BLAKE2B 0eef33fc38ff0bb96bec2928a376cf849a5141e1fd161f1a2649e106543a0eb0b29b13e450ad11e251398dda155dc817944c5c81c3ff0b0fc2d7c92779c3ff0a SHA512 7e787caf59e980cf1eca8012d6269b61cd8bf0a1a79c4534d8bb9924b6eff2fa5c0408bc8581e50ef205a280e7861ca62a7d49e7378faff0f185a97463a115a1

diff --git a/sys-apps/cpuid/cpuid-20220812.ebuild b/sys-apps/cpuid/cpuid-20220812.ebuild
deleted file mode 100644
index eddf220e872c..000000000000
--- a/sys-apps/cpuid/cpuid-20220812.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-
-BDEPEND="
-	app-arch/gzip
-	dev-lang/perl
-"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}

diff --git a/sys-apps/cpuid/cpuid-20220927.ebuild b/sys-apps/cpuid/cpuid-20220927.ebuild
deleted file mode 100644
index 0f77190b474c..000000000000
--- a/sys-apps/cpuid/cpuid-20220927.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-BDEPEND="
-	app-arch/gzip
-	dev-lang/perl
-"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2022-12-04 14:34 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2022-12-04 14:34 UTC (permalink / raw
  To: gentoo-commits

commit:     b72e3f7ee8fa6abbcdb123e2ccf8a2b0c796948d
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 14:32:23 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 14:32:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72e3f7e

sys-apps/cpuid: add 20221201

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20221201.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index e227dc07c366..a875ff5d3f60 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1 +1,2 @@
 DIST cpuid-20221003.src.tar.gz 138457 BLAKE2B 0eef33fc38ff0bb96bec2928a376cf849a5141e1fd161f1a2649e106543a0eb0b29b13e450ad11e251398dda155dc817944c5c81c3ff0b0fc2d7c92779c3ff0a SHA512 7e787caf59e980cf1eca8012d6269b61cd8bf0a1a79c4534d8bb9924b6eff2fa5c0408bc8581e50ef205a280e7861ca62a7d49e7378faff0f185a97463a115a1
+DIST cpuid-20221201.src.tar.gz 140185 BLAKE2B f9bef888adaaddc9f0b28d85905ab4c86b65b1ef247b7068f0fd7a508021f3ff8322287c5284ae0041effc71b07661a265426f28116faa700edb2fc793452c69 SHA512 fb6ace9c8d7efae628087bdce9d8279c080701b37ecc57f5c9b5d63b0c1991bc0f2c26a2708467e479169f72a41d93c0a70e156726babd5adab366b38ca309c9

diff --git a/sys-apps/cpuid/cpuid-20221201.ebuild b/sys-apps/cpuid/cpuid-20221201.ebuild
new file mode 100644
index 000000000000..0f77190b474c
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20221201.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+BDEPEND="
+	app-arch/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-01-05 14:00 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-01-05 14:00 UTC (permalink / raw
  To: gentoo-commits

commit:     9bd42380eaf378a19e47d473a26182d9e59ff6e5
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  5 13:59:02 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jan  5 13:59:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd42380

sys-apps/cpuid: x86 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20221201.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20221201.ebuild b/sys-apps/cpuid/cpuid-20221201.ebuild
index bd1b25d3f137..fab516d7110f 100644
--- a/sys-apps/cpuid/cpuid-20221201.ebuild
+++ b/sys-apps/cpuid/cpuid-20221201.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="-* amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 
 BDEPEND="
 	app-arch/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-01-05 14:00 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-01-05 14:00 UTC (permalink / raw
  To: gentoo-commits

commit:     8aa9f62af43e6e342583e5e4399c3faecb272952
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  5 13:59:21 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jan  5 13:59:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa9f62a

sys-apps/cpuid: drop 20221003

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 -
 sys-apps/cpuid/cpuid-20221003.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index a875ff5d3f60..d25833d7eac9 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1 @@
-DIST cpuid-20221003.src.tar.gz 138457 BLAKE2B 0eef33fc38ff0bb96bec2928a376cf849a5141e1fd161f1a2649e106543a0eb0b29b13e450ad11e251398dda155dc817944c5c81c3ff0b0fc2d7c92779c3ff0a SHA512 7e787caf59e980cf1eca8012d6269b61cd8bf0a1a79c4534d8bb9924b6eff2fa5c0408bc8581e50ef205a280e7861ca62a7d49e7378faff0f185a97463a115a1
 DIST cpuid-20221201.src.tar.gz 140185 BLAKE2B f9bef888adaaddc9f0b28d85905ab4c86b65b1ef247b7068f0fd7a508021f3ff8322287c5284ae0041effc71b07661a265426f28116faa700edb2fc793452c69 SHA512 fb6ace9c8d7efae628087bdce9d8279c080701b37ecc57f5c9b5d63b0c1991bc0f2c26a2708467e479169f72a41d93c0a70e156726babd5adab366b38ca309c9

diff --git a/sys-apps/cpuid/cpuid-20221003.ebuild b/sys-apps/cpuid/cpuid-20221003.ebuild
deleted file mode 100644
index eddf220e872c..000000000000
--- a/sys-apps/cpuid/cpuid-20221003.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-
-BDEPEND="
-	app-arch/gzip
-	dev-lang/perl
-"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-01-05 14:00 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-01-05 14:00 UTC (permalink / raw
  To: gentoo-commits

commit:     37e0ae8aa516e6f11e21ba30d053e4f85405aa33
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  5 13:58:41 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jan  5 13:58:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e0ae8a

sys-apps/cpuid: amd64 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20221201.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/cpuid/cpuid-20221201.ebuild b/sys-apps/cpuid/cpuid-20221201.ebuild
index 0f77190b474c..bd1b25d3f137 100644
--- a/sys-apps/cpuid/cpuid-20221201.ebuild
+++ b/sys-apps/cpuid/cpuid-20221201.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 
 BDEPEND="
 	app-arch/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-03-03 23:16 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-03-03 23:16 UTC (permalink / raw
  To: gentoo-commits

commit:     99e0063b4eef21cfa623854ebc9458448760d6ee
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  3 23:15:34 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Mar  3 23:16:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e0063b

sys-apps/cpuid: add 20230228

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20230228.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index c097cb498604..8792444ffc76 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1,3 @@
 DIST cpuid-20221201.src.tar.gz 140185 BLAKE2B f9bef888adaaddc9f0b28d85905ab4c86b65b1ef247b7068f0fd7a508021f3ff8322287c5284ae0041effc71b07661a265426f28116faa700edb2fc793452c69 SHA512 fb6ace9c8d7efae628087bdce9d8279c080701b37ecc57f5c9b5d63b0c1991bc0f2c26a2708467e479169f72a41d93c0a70e156726babd5adab366b38ca309c9
 DIST cpuid-20230120.src.tar.gz 141652 BLAKE2B 54843915be232762e35e6dfed3b7b582d192838bdc5e3b7ebb88b9ada217a3fd21d40faf248244047664f52c8e0c0689196b4373b01c2988aaa3738b7e69af3d SHA512 2b662c2db0ad013626245190be34aa3c04c01bb694111aafc4a491e0816fbb38d94e3d9b20770050efce0c08e6eaa9b22f6c8e9ea304d195afae17b6a4bbf2ab
+DIST cpuid-20230228.src.tar.gz 143114 BLAKE2B c5b6023b8dd51820bfb1b87be8365df674d4086d79d6d9018617ac9e29fa59dcb8617da8de68a9d20190d966e7d5211fa5f37b9d7b6b7ae55b8e061a924b3ce0 SHA512 ff0afc6eaa537dc786aaee542d9905164a30f5f11aed493480beac27b310656cbc11483d091beaf84f781b4dcccb24645c3260d385147fd6936df181ea09841b

diff --git a/sys-apps/cpuid/cpuid-20230228.ebuild b/sys-apps/cpuid/cpuid-20230228.ebuild
new file mode 100644
index 000000000000..18c1efcd3afe
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20230228.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+BDEPEND="
+	app-arch/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-03-04  0:00 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-03-04  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     8578512008737d67c384f1893ac40862b5e3df79
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  3 23:56:02 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 00:00:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85785120

sys-apps/cpuid: amd64, x86 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20230120.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20230120.ebuild b/sys-apps/cpuid/cpuid-20230120.ebuild
index 18c1efcd3afe..fab516d7110f 100644
--- a/sys-apps/cpuid/cpuid-20230120.ebuild
+++ b/sys-apps/cpuid/cpuid-20230120.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 
 BDEPEND="
 	app-arch/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-03-04  0:00 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-03-04  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     fa98ab014cd7b5c2dd0f19c8325ae07e87c60b49
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  3 23:56:24 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 00:00:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa98ab01

sys-apps/cpuid: drop 20221201

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 -
 sys-apps/cpuid/cpuid-20221201.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 8792444ffc76..1fbdb6957c6b 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,3 +1,2 @@
-DIST cpuid-20221201.src.tar.gz 140185 BLAKE2B f9bef888adaaddc9f0b28d85905ab4c86b65b1ef247b7068f0fd7a508021f3ff8322287c5284ae0041effc71b07661a265426f28116faa700edb2fc793452c69 SHA512 fb6ace9c8d7efae628087bdce9d8279c080701b37ecc57f5c9b5d63b0c1991bc0f2c26a2708467e479169f72a41d93c0a70e156726babd5adab366b38ca309c9
 DIST cpuid-20230120.src.tar.gz 141652 BLAKE2B 54843915be232762e35e6dfed3b7b582d192838bdc5e3b7ebb88b9ada217a3fd21d40faf248244047664f52c8e0c0689196b4373b01c2988aaa3738b7e69af3d SHA512 2b662c2db0ad013626245190be34aa3c04c01bb694111aafc4a491e0816fbb38d94e3d9b20770050efce0c08e6eaa9b22f6c8e9ea304d195afae17b6a4bbf2ab
 DIST cpuid-20230228.src.tar.gz 143114 BLAKE2B c5b6023b8dd51820bfb1b87be8365df674d4086d79d6d9018617ac9e29fa59dcb8617da8de68a9d20190d966e7d5211fa5f37b9d7b6b7ae55b8e061a924b3ce0 SHA512 ff0afc6eaa537dc786aaee542d9905164a30f5f11aed493480beac27b310656cbc11483d091beaf84f781b4dcccb24645c3260d385147fd6936df181ea09841b

diff --git a/sys-apps/cpuid/cpuid-20221201.ebuild b/sys-apps/cpuid/cpuid-20221201.ebuild
deleted file mode 100644
index fab516d7110f..000000000000
--- a/sys-apps/cpuid/cpuid-20221201.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-
-BDEPEND="
-	app-arch/gzip
-	dev-lang/perl
-"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-03-12 19:00 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-03-12 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     111296b5b8d00140daf50e5fb4effafe40e606ac
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 18:40:36 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 18:59:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111296b5

sys-apps/cpuid: add 20230306

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20230306.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 1fbdb6957c6b..6f3e9be74749 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1,3 @@
 DIST cpuid-20230120.src.tar.gz 141652 BLAKE2B 54843915be232762e35e6dfed3b7b582d192838bdc5e3b7ebb88b9ada217a3fd21d40faf248244047664f52c8e0c0689196b4373b01c2988aaa3738b7e69af3d SHA512 2b662c2db0ad013626245190be34aa3c04c01bb694111aafc4a491e0816fbb38d94e3d9b20770050efce0c08e6eaa9b22f6c8e9ea304d195afae17b6a4bbf2ab
 DIST cpuid-20230228.src.tar.gz 143114 BLAKE2B c5b6023b8dd51820bfb1b87be8365df674d4086d79d6d9018617ac9e29fa59dcb8617da8de68a9d20190d966e7d5211fa5f37b9d7b6b7ae55b8e061a924b3ce0 SHA512 ff0afc6eaa537dc786aaee542d9905164a30f5f11aed493480beac27b310656cbc11483d091beaf84f781b4dcccb24645c3260d385147fd6936df181ea09841b
+DIST cpuid-20230306.src.tar.gz 144993 BLAKE2B 7d33e5e1e8fdfe60d555807be72ab3e0dc2d27445f5ab351c62c767cedf035ce49e4af19b3c7bbdf9e2ba460485ab8355d0491bf0d54b95cf7b2aabc512455fa SHA512 f62e458091ba630f835ddede7225421f9e8d5f4fa6c5c3ac363af0191e5740aacee4da2dfa90b1e35206659e1eabc8bd2cb94645c1347e98780e3a83fcdfc3b6

diff --git a/sys-apps/cpuid/cpuid-20230306.ebuild b/sys-apps/cpuid/cpuid-20230306.ebuild
new file mode 100644
index 000000000000..18c1efcd3afe
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20230306.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+BDEPEND="
+	app-arch/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-03-12 19:00 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-03-12 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     cf56726545bcee39fab3011ff31085b9a0d8570d
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 18:41:48 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 18:59:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf567265

sys-apps/cpuid: drop 20230228

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 -
 sys-apps/cpuid/cpuid-20230228.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 6f3e9be74749..cff30c4c1c1b 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,3 +1,2 @@
 DIST cpuid-20230120.src.tar.gz 141652 BLAKE2B 54843915be232762e35e6dfed3b7b582d192838bdc5e3b7ebb88b9ada217a3fd21d40faf248244047664f52c8e0c0689196b4373b01c2988aaa3738b7e69af3d SHA512 2b662c2db0ad013626245190be34aa3c04c01bb694111aafc4a491e0816fbb38d94e3d9b20770050efce0c08e6eaa9b22f6c8e9ea304d195afae17b6a4bbf2ab
-DIST cpuid-20230228.src.tar.gz 143114 BLAKE2B c5b6023b8dd51820bfb1b87be8365df674d4086d79d6d9018617ac9e29fa59dcb8617da8de68a9d20190d966e7d5211fa5f37b9d7b6b7ae55b8e061a924b3ce0 SHA512 ff0afc6eaa537dc786aaee542d9905164a30f5f11aed493480beac27b310656cbc11483d091beaf84f781b4dcccb24645c3260d385147fd6936df181ea09841b
 DIST cpuid-20230306.src.tar.gz 144993 BLAKE2B 7d33e5e1e8fdfe60d555807be72ab3e0dc2d27445f5ab351c62c767cedf035ce49e4af19b3c7bbdf9e2ba460485ab8355d0491bf0d54b95cf7b2aabc512455fa SHA512 f62e458091ba630f835ddede7225421f9e8d5f4fa6c5c3ac363af0191e5740aacee4da2dfa90b1e35206659e1eabc8bd2cb94645c1347e98780e3a83fcdfc3b6

diff --git a/sys-apps/cpuid/cpuid-20230228.ebuild b/sys-apps/cpuid/cpuid-20230228.ebuild
deleted file mode 100644
index 18c1efcd3afe..000000000000
--- a/sys-apps/cpuid/cpuid-20230228.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-BDEPEND="
-	app-arch/gzip
-	dev-lang/perl
-"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-04-09 19:35 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-04-09 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     fe64a022249dccfb0eb4addd61ff7d1c1ab3c7b5
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  9 19:32:41 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Apr  9 19:34:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe64a022

sys-apps/cpuid: drop 20230306

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 -
 sys-apps/cpuid/cpuid-20230306.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index e3e055752070..ca4257fffdf7 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,3 +1,2 @@
 DIST cpuid-20230120.src.tar.gz 141652 BLAKE2B 54843915be232762e35e6dfed3b7b582d192838bdc5e3b7ebb88b9ada217a3fd21d40faf248244047664f52c8e0c0689196b4373b01c2988aaa3738b7e69af3d SHA512 2b662c2db0ad013626245190be34aa3c04c01bb694111aafc4a491e0816fbb38d94e3d9b20770050efce0c08e6eaa9b22f6c8e9ea304d195afae17b6a4bbf2ab
-DIST cpuid-20230306.src.tar.gz 144993 BLAKE2B 7d33e5e1e8fdfe60d555807be72ab3e0dc2d27445f5ab351c62c767cedf035ce49e4af19b3c7bbdf9e2ba460485ab8355d0491bf0d54b95cf7b2aabc512455fa SHA512 f62e458091ba630f835ddede7225421f9e8d5f4fa6c5c3ac363af0191e5740aacee4da2dfa90b1e35206659e1eabc8bd2cb94645c1347e98780e3a83fcdfc3b6
 DIST cpuid-20230406.src.tar.gz 147932 BLAKE2B 530d1d9207d6c2cb2bfe7006a445ac870edac77b35193042aa198a463aa3815b0eaf398f6831e7d6ae026256224b06b74d7682de6e6a7554d023cc32065b2beb SHA512 7b53e36c104fddb8a4c29d45d5fef80ad57fa2025e1daa116bb22aa184a3415c751affcf8b190aadd08af7cdca7801504b8ba84d87d14226318e0be72ee914d5

diff --git a/sys-apps/cpuid/cpuid-20230306.ebuild b/sys-apps/cpuid/cpuid-20230306.ebuild
deleted file mode 100644
index 18c1efcd3afe..000000000000
--- a/sys-apps/cpuid/cpuid-20230306.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-BDEPEND="
-	app-arch/gzip
-	dev-lang/perl
-"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-04-09 19:35 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-04-09 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     cd453e4d596fa10d27480ed5d19c97ae26496105
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  9 19:32:27 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Apr  9 19:34:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd453e4d

sys-apps/cpuid: add 20230406

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20230406.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index cff30c4c1c1b..e3e055752070 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1,3 @@
 DIST cpuid-20230120.src.tar.gz 141652 BLAKE2B 54843915be232762e35e6dfed3b7b582d192838bdc5e3b7ebb88b9ada217a3fd21d40faf248244047664f52c8e0c0689196b4373b01c2988aaa3738b7e69af3d SHA512 2b662c2db0ad013626245190be34aa3c04c01bb694111aafc4a491e0816fbb38d94e3d9b20770050efce0c08e6eaa9b22f6c8e9ea304d195afae17b6a4bbf2ab
 DIST cpuid-20230306.src.tar.gz 144993 BLAKE2B 7d33e5e1e8fdfe60d555807be72ab3e0dc2d27445f5ab351c62c767cedf035ce49e4af19b3c7bbdf9e2ba460485ab8355d0491bf0d54b95cf7b2aabc512455fa SHA512 f62e458091ba630f835ddede7225421f9e8d5f4fa6c5c3ac363af0191e5740aacee4da2dfa90b1e35206659e1eabc8bd2cb94645c1347e98780e3a83fcdfc3b6
+DIST cpuid-20230406.src.tar.gz 147932 BLAKE2B 530d1d9207d6c2cb2bfe7006a445ac870edac77b35193042aa198a463aa3815b0eaf398f6831e7d6ae026256224b06b74d7682de6e6a7554d023cc32065b2beb SHA512 7b53e36c104fddb8a4c29d45d5fef80ad57fa2025e1daa116bb22aa184a3415c751affcf8b190aadd08af7cdca7801504b8ba84d87d14226318e0be72ee914d5

diff --git a/sys-apps/cpuid/cpuid-20230406.ebuild b/sys-apps/cpuid/cpuid-20230406.ebuild
new file mode 100644
index 000000000000..18c1efcd3afe
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20230406.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+BDEPEND="
+	app-arch/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-05-06 22:15 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-05-06 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     85ad3adce25de1971b9514c5ba991579b37541de
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat May  6 22:14:41 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat May  6 22:14:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ad3adc

sys-apps/cpuid: drop 20230120

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 -
 sys-apps/cpuid/cpuid-20230120.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 0f804fc6d473..f8bdeb2156fc 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,3 +1,2 @@
-DIST cpuid-20230120.src.tar.gz 141652 BLAKE2B 54843915be232762e35e6dfed3b7b582d192838bdc5e3b7ebb88b9ada217a3fd21d40faf248244047664f52c8e0c0689196b4373b01c2988aaa3738b7e69af3d SHA512 2b662c2db0ad013626245190be34aa3c04c01bb694111aafc4a491e0816fbb38d94e3d9b20770050efce0c08e6eaa9b22f6c8e9ea304d195afae17b6a4bbf2ab
 DIST cpuid-20230406.src.tar.gz 147932 BLAKE2B 530d1d9207d6c2cb2bfe7006a445ac870edac77b35193042aa198a463aa3815b0eaf398f6831e7d6ae026256224b06b74d7682de6e6a7554d023cc32065b2beb SHA512 7b53e36c104fddb8a4c29d45d5fef80ad57fa2025e1daa116bb22aa184a3415c751affcf8b190aadd08af7cdca7801504b8ba84d87d14226318e0be72ee914d5
 DIST cpuid-20230505.src.tar.gz 148584 BLAKE2B 6f1e6f9666b22d3df8e93ff695a650d2cd6d8c12531ede58d2f9517bbd03e2bd833645a7ea26df23c2edee78507b2ffb9697684c3d702c5aae48dca6e97222f8 SHA512 695b7bab729526021decef57e938d74188bfa4e918435367550f950373760e726b60a278ccb92c91013624a06c077124182f51077b50f60b1dbabf4ff1740461

diff --git a/sys-apps/cpuid/cpuid-20230120.ebuild b/sys-apps/cpuid/cpuid-20230120.ebuild
deleted file mode 100644
index fab516d7110f..000000000000
--- a/sys-apps/cpuid/cpuid-20230120.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-
-BDEPEND="
-	app-arch/gzip
-	dev-lang/perl
-"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-05-06 22:15 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-05-06 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     8b5178ff74a31b2b6d57d2420ad32fdb1f5ba0e4
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat May  6 22:13:47 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat May  6 22:13:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b5178ff

sys-apps/cpuid: x86 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20230406.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20230406.ebuild b/sys-apps/cpuid/cpuid-20230406.ebuild
index bd1b25d3f137..fab516d7110f 100644
--- a/sys-apps/cpuid/cpuid-20230406.ebuild
+++ b/sys-apps/cpuid/cpuid-20230406.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="-* amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 
 BDEPEND="
 	app-arch/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-05-06 22:15 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-05-06 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     f6b87efedbae1e7f2f1f730137e7be68a97811db
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat May  6 22:13:00 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat May  6 22:13:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b87efe

sys-apps/cpuid: add 20230505

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20230505.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index ca4257fffdf7..0f804fc6d473 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1,3 @@
 DIST cpuid-20230120.src.tar.gz 141652 BLAKE2B 54843915be232762e35e6dfed3b7b582d192838bdc5e3b7ebb88b9ada217a3fd21d40faf248244047664f52c8e0c0689196b4373b01c2988aaa3738b7e69af3d SHA512 2b662c2db0ad013626245190be34aa3c04c01bb694111aafc4a491e0816fbb38d94e3d9b20770050efce0c08e6eaa9b22f6c8e9ea304d195afae17b6a4bbf2ab
 DIST cpuid-20230406.src.tar.gz 147932 BLAKE2B 530d1d9207d6c2cb2bfe7006a445ac870edac77b35193042aa198a463aa3815b0eaf398f6831e7d6ae026256224b06b74d7682de6e6a7554d023cc32065b2beb SHA512 7b53e36c104fddb8a4c29d45d5fef80ad57fa2025e1daa116bb22aa184a3415c751affcf8b190aadd08af7cdca7801504b8ba84d87d14226318e0be72ee914d5
+DIST cpuid-20230505.src.tar.gz 148584 BLAKE2B 6f1e6f9666b22d3df8e93ff695a650d2cd6d8c12531ede58d2f9517bbd03e2bd833645a7ea26df23c2edee78507b2ffb9697684c3d702c5aae48dca6e97222f8 SHA512 695b7bab729526021decef57e938d74188bfa4e918435367550f950373760e726b60a278ccb92c91013624a06c077124182f51077b50f60b1dbabf4ff1740461

diff --git a/sys-apps/cpuid/cpuid-20230505.ebuild b/sys-apps/cpuid/cpuid-20230505.ebuild
new file mode 100644
index 000000000000..18c1efcd3afe
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20230505.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+BDEPEND="
+	app-arch/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-05-06 22:15 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-05-06 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     88535b05dcb031b9e000c3af3da5f4afc1ef8a48
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat May  6 22:13:25 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat May  6 22:13:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88535b05

sys-apps/cpuid: amd64 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20230406.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20230406.ebuild b/sys-apps/cpuid/cpuid-20230406.ebuild
index 18c1efcd3afe..bd1b25d3f137 100644
--- a/sys-apps/cpuid/cpuid-20230406.ebuild
+++ b/sys-apps/cpuid/cpuid-20230406.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 
 BDEPEND="
 	app-arch/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-06-08 20:04 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-06-08 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     eace8b6cf2be91ec78bc00ead9c8035c7ff1f75d
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  8 19:59:57 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 19:59:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eace8b6c

sys-apps/cpuid: x86 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20230505.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20230505.ebuild b/sys-apps/cpuid/cpuid-20230505.ebuild
index bd1b25d3f137..fab516d7110f 100644
--- a/sys-apps/cpuid/cpuid-20230505.ebuild
+++ b/sys-apps/cpuid/cpuid-20230505.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="-* amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 
 BDEPEND="
 	app-arch/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-06-08 20:04 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-06-08 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     fa8ec18a6074c4e5f8ec5c4cf75b66b6af9552c4
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  8 20:00:18 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 20:00:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa8ec18a

sys-apps/cpuid: drop 20230406

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 -
 sys-apps/cpuid/cpuid-20230406.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index f8bdeb2156fc..f4227e8a50df 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1 @@
-DIST cpuid-20230406.src.tar.gz 147932 BLAKE2B 530d1d9207d6c2cb2bfe7006a445ac870edac77b35193042aa198a463aa3815b0eaf398f6831e7d6ae026256224b06b74d7682de6e6a7554d023cc32065b2beb SHA512 7b53e36c104fddb8a4c29d45d5fef80ad57fa2025e1daa116bb22aa184a3415c751affcf8b190aadd08af7cdca7801504b8ba84d87d14226318e0be72ee914d5
 DIST cpuid-20230505.src.tar.gz 148584 BLAKE2B 6f1e6f9666b22d3df8e93ff695a650d2cd6d8c12531ede58d2f9517bbd03e2bd833645a7ea26df23c2edee78507b2ffb9697684c3d702c5aae48dca6e97222f8 SHA512 695b7bab729526021decef57e938d74188bfa4e918435367550f950373760e726b60a278ccb92c91013624a06c077124182f51077b50f60b1dbabf4ff1740461

diff --git a/sys-apps/cpuid/cpuid-20230406.ebuild b/sys-apps/cpuid/cpuid-20230406.ebuild
deleted file mode 100644
index fab516d7110f..000000000000
--- a/sys-apps/cpuid/cpuid-20230406.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-
-BDEPEND="
-	app-arch/gzip
-	dev-lang/perl
-"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-06-08 20:04 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-06-08 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     cc5bc77f11a31ceba605c3cdad3b78b1a9f0802c
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  8 19:59:32 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 19:59:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5bc77f

sys-apps/cpuid: amd64 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20230505.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20230505.ebuild b/sys-apps/cpuid/cpuid-20230505.ebuild
index 18c1efcd3afe..bd1b25d3f137 100644
--- a/sys-apps/cpuid/cpuid-20230505.ebuild
+++ b/sys-apps/cpuid/cpuid-20230505.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 
 BDEPEND="
 	app-arch/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-06-24 21:36 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-06-24 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     4f519fd08bf44104712af8f6ad93b9bb2ec1dbfd
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 21:58:11 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 21:35:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f519fd0

sys-apps/cpuid: add 20230614

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20230614.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index f4227e8a50df..ba028cbf0d50 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1 +1,2 @@
 DIST cpuid-20230505.src.tar.gz 148584 BLAKE2B 6f1e6f9666b22d3df8e93ff695a650d2cd6d8c12531ede58d2f9517bbd03e2bd833645a7ea26df23c2edee78507b2ffb9697684c3d702c5aae48dca6e97222f8 SHA512 695b7bab729526021decef57e938d74188bfa4e918435367550f950373760e726b60a278ccb92c91013624a06c077124182f51077b50f60b1dbabf4ff1740461
+DIST cpuid-20230614.src.tar.gz 149777 BLAKE2B 5ebfd7d055f2b67cd158dd6eaa5467a5776170a879a4323e2dc103e8b84f4cf72523d5ae5272d2f89ae6555f597d903bdf149f279f9565bf88a1e26b0e574606 SHA512 46698e5565d1c558e50b9526154489d82ada64ea5dbcebc01e3cd34b79b2b646f324deaf7d63678cd477d227e902437c3ff6c7998b4385ddd373aa1fc76ff70c

diff --git a/sys-apps/cpuid/cpuid-20230614.ebuild b/sys-apps/cpuid/cpuid-20230614.ebuild
new file mode 100644
index 000000000000..18c1efcd3afe
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20230614.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+BDEPEND="
+	app-arch/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-07-25 21:00 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-07-25 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     1735e94cb0a892e47272d768ad98499ad0b09066
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 25 20:56:36 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 20:56:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1735e94c

sys-apps/cpuid: amd64 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20230614.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20230614.ebuild b/sys-apps/cpuid/cpuid-20230614.ebuild
index 18c1efcd3afe..bd1b25d3f137 100644
--- a/sys-apps/cpuid/cpuid-20230614.ebuild
+++ b/sys-apps/cpuid/cpuid-20230614.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 
 BDEPEND="
 	app-arch/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-07-25 21:00 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-07-25 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     69d313b4a7b041c6487a21e4154b8e8b6ebbf1c6
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 25 20:57:20 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 20:57:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d313b4

sys-apps/cpuid: drop 20230505

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 -
 sys-apps/cpuid/cpuid-20230505.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index ba028cbf0d50..e438bca2dc92 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1 @@
-DIST cpuid-20230505.src.tar.gz 148584 BLAKE2B 6f1e6f9666b22d3df8e93ff695a650d2cd6d8c12531ede58d2f9517bbd03e2bd833645a7ea26df23c2edee78507b2ffb9697684c3d702c5aae48dca6e97222f8 SHA512 695b7bab729526021decef57e938d74188bfa4e918435367550f950373760e726b60a278ccb92c91013624a06c077124182f51077b50f60b1dbabf4ff1740461
 DIST cpuid-20230614.src.tar.gz 149777 BLAKE2B 5ebfd7d055f2b67cd158dd6eaa5467a5776170a879a4323e2dc103e8b84f4cf72523d5ae5272d2f89ae6555f597d903bdf149f279f9565bf88a1e26b0e574606 SHA512 46698e5565d1c558e50b9526154489d82ada64ea5dbcebc01e3cd34b79b2b646f324deaf7d63678cd477d227e902437c3ff6c7998b4385ddd373aa1fc76ff70c

diff --git a/sys-apps/cpuid/cpuid-20230505.ebuild b/sys-apps/cpuid/cpuid-20230505.ebuild
deleted file mode 100644
index fab516d7110f..000000000000
--- a/sys-apps/cpuid/cpuid-20230505.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-
-BDEPEND="
-	app-arch/gzip
-	dev-lang/perl
-"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2023-07-25 21:00 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2023-07-25 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     9adf8c2f8c46fb398c52fbff86d571c162e630dd
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 25 20:57:03 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 20:57:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9adf8c2f

sys-apps/cpuid: x86 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20230614.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20230614.ebuild b/sys-apps/cpuid/cpuid-20230614.ebuild
index bd1b25d3f137..fab516d7110f 100644
--- a/sys-apps/cpuid/cpuid-20230614.ebuild
+++ b/sys-apps/cpuid/cpuid-20230614.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="-* amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 
 BDEPEND="
 	app-arch/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2024-04-02 18:03 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2024-04-02 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     7d2d42aa8604aee045c2d0e41384856970667b08
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  2 18:00:13 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Apr  2 18:01:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2d42aa

sys-apps/cpuid: add 20240330

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20240330.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index e438bca2dc92..197444b74fb9 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1 +1,2 @@
 DIST cpuid-20230614.src.tar.gz 149777 BLAKE2B 5ebfd7d055f2b67cd158dd6eaa5467a5776170a879a4323e2dc103e8b84f4cf72523d5ae5272d2f89ae6555f597d903bdf149f279f9565bf88a1e26b0e574606 SHA512 46698e5565d1c558e50b9526154489d82ada64ea5dbcebc01e3cd34b79b2b646f324deaf7d63678cd477d227e902437c3ff6c7998b4385ddd373aa1fc76ff70c
+DIST cpuid-20240330.src.tar.gz 154968 BLAKE2B c859b2e66044ce622daf695e951666fbeaad4e529cf764cb86dd7e43837327dc21aaaae98cfd915663560f5b33af1497ee9af9e1e02dba7345456e9aa6948c4a SHA512 a35bcf730a9945df029159f5f851b212fd3c07ab94dfb680d4ebdd541dfbc5fdee1cd269fe0d1f14e9678f78c41c47f2c54621cfe81a93e3b4c5c1194f9be9ee

diff --git a/sys-apps/cpuid/cpuid-20240330.ebuild b/sys-apps/cpuid/cpuid-20240330.ebuild
new file mode 100644
index 000000000000..d1563143acef
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20240330.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+BDEPEND="
+	app-arch/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2024-04-14 12:59 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2024-04-14 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     76b0532b33c9730bf9b8aa05ba80a68753b898d2
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 12:55:59 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 12:57:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b0532b

sys-apps/cpuid: switch to app-alternatives/gzip

Closes: https://bugs.gentoo.org/929975
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/{cpuid-20230614.ebuild => cpuid-20230614-r1.ebuild} | 4 ++--
 sys-apps/cpuid/{cpuid-20240330.ebuild => cpuid-20240330-r1.ebuild} | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/cpuid/cpuid-20230614.ebuild b/sys-apps/cpuid/cpuid-20230614-r1.ebuild
similarity index 90%
rename from sys-apps/cpuid/cpuid-20230614.ebuild
rename to sys-apps/cpuid/cpuid-20230614-r1.ebuild
index fab516d7110f..4b2f6e4279a8 100644
--- a/sys-apps/cpuid/cpuid-20230614.ebuild
+++ b/sys-apps/cpuid/cpuid-20230614-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="-* amd64 x86"
 
 BDEPEND="
-	app-arch/gzip
+	app-alternatives/gzip
 	dev-lang/perl
 "
 

diff --git a/sys-apps/cpuid/cpuid-20240330.ebuild b/sys-apps/cpuid/cpuid-20240330-r1.ebuild
similarity index 96%
rename from sys-apps/cpuid/cpuid-20240330.ebuild
rename to sys-apps/cpuid/cpuid-20240330-r1.ebuild
index d1563143acef..c2868c0d5525 100644
--- a/sys-apps/cpuid/cpuid-20240330.ebuild
+++ b/sys-apps/cpuid/cpuid-20240330-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 
 BDEPEND="
-	app-arch/gzip
+	app-alternatives/gzip
 	dev-lang/perl
 "
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2024-04-17 14:13 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2024-04-17 14:13 UTC (permalink / raw
  To: gentoo-commits

commit:     f49a736ef48031d9cf7d5b34970bc04a07ae504f
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 11:51:55 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 14:11:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49a736e

sys-apps/cpuid: add 20240409

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20240409.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 197444b74fb9..2f8e93ccbfab 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1,3 @@
 DIST cpuid-20230614.src.tar.gz 149777 BLAKE2B 5ebfd7d055f2b67cd158dd6eaa5467a5776170a879a4323e2dc103e8b84f4cf72523d5ae5272d2f89ae6555f597d903bdf149f279f9565bf88a1e26b0e574606 SHA512 46698e5565d1c558e50b9526154489d82ada64ea5dbcebc01e3cd34b79b2b646f324deaf7d63678cd477d227e902437c3ff6c7998b4385ddd373aa1fc76ff70c
 DIST cpuid-20240330.src.tar.gz 154968 BLAKE2B c859b2e66044ce622daf695e951666fbeaad4e529cf764cb86dd7e43837327dc21aaaae98cfd915663560f5b33af1497ee9af9e1e02dba7345456e9aa6948c4a SHA512 a35bcf730a9945df029159f5f851b212fd3c07ab94dfb680d4ebdd541dfbc5fdee1cd269fe0d1f14e9678f78c41c47f2c54621cfe81a93e3b4c5c1194f9be9ee
+DIST cpuid-20240409.src.tar.gz 155607 BLAKE2B 0becfb559137cb4b965b3d9e34c3f6d8875634c6ea46afb4a61c9dabd437c345859dce99c5e05fa54b9945a4d2a001dba14b87825ed2b76344571745c072ae07 SHA512 04b3165d2441e4572754412eda330632bd6c0a2a16df4114231030cb991789ecf5507e1ea52f9ea1c84a43b2d190a95d07a6ee2788d8f8a2a6414da127751a36

diff --git a/sys-apps/cpuid/cpuid-20240409.ebuild b/sys-apps/cpuid/cpuid-20240409.ebuild
new file mode 100644
index 000000000000..c2868c0d5525
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20240409.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+BDEPEND="
+	app-alternatives/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2024-07-14 12:30 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2024-07-14 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     63fdc6af981150f710f3bac4fb1191a173c449f4
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 14 12:00:02 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 14 12:00:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63fdc6af

sys-apps/cpuid: add 20240709

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20240709.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 168d49f89205..bbf599f73af1 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1 +1,2 @@
 DIST cpuid-20240409.src.tar.gz 155607 BLAKE2B 0becfb559137cb4b965b3d9e34c3f6d8875634c6ea46afb4a61c9dabd437c345859dce99c5e05fa54b9945a4d2a001dba14b87825ed2b76344571745c072ae07 SHA512 04b3165d2441e4572754412eda330632bd6c0a2a16df4114231030cb991789ecf5507e1ea52f9ea1c84a43b2d190a95d07a6ee2788d8f8a2a6414da127751a36
+DIST cpuid-20240709.src.tar.gz 156034 BLAKE2B c7487a0b9a21593d32df4a2eb42bf4deb7a357155d1dd28ec3d485349b7a3164f5a7c3ecb3b65c1c88c5c1a9132d158a33568d6f5d9398e0b8a75c54dd86f824 SHA512 c89d6d9a332c80a78698f3862dbb0e17df793b389ae6d522c9c68cb2818b932d7653f7c8d7e5344918b7e93f944c8f7ea02276148df4f25b720d4561fc6698ed

diff --git a/sys-apps/cpuid/cpuid-20240709.ebuild b/sys-apps/cpuid/cpuid-20240709.ebuild
new file mode 100644
index 000000000000..c2868c0d5525
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20240709.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+BDEPEND="
+	app-alternatives/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2024-07-21 15:02 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2024-07-21 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     eaf77d03966838c5d272b0e7948ac2a5663d7cdf
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 14:47:19 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 15:02:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf77d03

sys-apps/cpuid: x86 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20240709.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20240709.ebuild b/sys-apps/cpuid/cpuid-20240709.ebuild
index ce3cd0fe8a63..4b2f6e4279a8 100644
--- a/sys-apps/cpuid/cpuid-20240709.ebuild
+++ b/sys-apps/cpuid/cpuid-20240709.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="-* amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 
 BDEPEND="
 	app-alternatives/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2024-07-21 15:02 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2024-07-21 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     157db3d9f2492e8c0ac454fc0d445124350d66f7
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 14:48:17 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 15:02:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157db3d9

sys-apps/cpuid: add 20240716

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20240716.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 660ec7261ace..182c258c077d 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1 +1,2 @@
 DIST cpuid-20240709.src.tar.gz 156034 BLAKE2B c7487a0b9a21593d32df4a2eb42bf4deb7a357155d1dd28ec3d485349b7a3164f5a7c3ecb3b65c1c88c5c1a9132d158a33568d6f5d9398e0b8a75c54dd86f824 SHA512 c89d6d9a332c80a78698f3862dbb0e17df793b389ae6d522c9c68cb2818b932d7653f7c8d7e5344918b7e93f944c8f7ea02276148df4f25b720d4561fc6698ed
+DIST cpuid-20240716.src.tar.gz 155562 BLAKE2B 52625a547c70b7fd45d63fea88acfcc938443f1f53c686896f88ef193240b7b9ea76020a48b187689c27fddad4cba8cdd41044ab57f731e488af14fd1a608fa3 SHA512 1efbd3f98253700d2948573025733fb7a3354d008b968c83078d36ddac834c4adae4eeef288214066ad520d23fa1eb0ea2036f878cde20d982a1810e7305b7a4

diff --git a/sys-apps/cpuid/cpuid-20240716.ebuild b/sys-apps/cpuid/cpuid-20240716.ebuild
new file mode 100644
index 000000000000..c2868c0d5525
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20240716.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+BDEPEND="
+	app-alternatives/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2024-07-21 15:02 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2024-07-21 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     ac747ec57a369fb62e1b023919526609d6c74e18
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 14:47:46 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 15:02:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac747ec5

sys-apps/cpuid: drop 20240409

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 -
 sys-apps/cpuid/cpuid-20240409.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index bbf599f73af1..660ec7261ace 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1 @@
-DIST cpuid-20240409.src.tar.gz 155607 BLAKE2B 0becfb559137cb4b965b3d9e34c3f6d8875634c6ea46afb4a61c9dabd437c345859dce99c5e05fa54b9945a4d2a001dba14b87825ed2b76344571745c072ae07 SHA512 04b3165d2441e4572754412eda330632bd6c0a2a16df4114231030cb991789ecf5507e1ea52f9ea1c84a43b2d190a95d07a6ee2788d8f8a2a6414da127751a36
 DIST cpuid-20240709.src.tar.gz 156034 BLAKE2B c7487a0b9a21593d32df4a2eb42bf4deb7a357155d1dd28ec3d485349b7a3164f5a7c3ecb3b65c1c88c5c1a9132d158a33568d6f5d9398e0b8a75c54dd86f824 SHA512 c89d6d9a332c80a78698f3862dbb0e17df793b389ae6d522c9c68cb2818b932d7653f7c8d7e5344918b7e93f944c8f7ea02276148df4f25b720d4561fc6698ed

diff --git a/sys-apps/cpuid/cpuid-20240409.ebuild b/sys-apps/cpuid/cpuid-20240409.ebuild
deleted file mode 100644
index 4b2f6e4279a8..000000000000
--- a/sys-apps/cpuid/cpuid-20240409.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
-HOMEPAGE="http://www.etallen.com/cpuid.html"
-SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-
-BDEPEND="
-	app-alternatives/gzip
-	dev-lang/perl
-"
-
-DOCS=( "ChangeLog" "FUTURE" )
-
-PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
-
-src_prepare() {
-	default
-
-	tc-export CC
-}
-
-src_install() {
-	emake BUILDROOT="${ED}" install
-
-	einstalldocs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2024-07-21 15:02 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2024-07-21 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     43347b5eede0dab38c22881e50f0862706f120b6
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 14:46:17 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 15:02:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43347b5e

sys-apps/cpuid: amd64 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/cpuid-20240709.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20240709.ebuild b/sys-apps/cpuid/cpuid-20240709.ebuild
index c2868c0d5525..ce3cd0fe8a63 100644
--- a/sys-apps/cpuid/cpuid-20240709.ebuild
+++ b/sys-apps/cpuid/cpuid-20240709.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 
 BDEPEND="
 	app-alternatives/gzip


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/
@ 2024-09-15 13:35 Conrad Kostecki
  0 siblings, 0 replies; 80+ messages in thread
From: Conrad Kostecki @ 2024-09-15 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     45386d41d7eefb42f8d4096172649cde2e309519
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 13:35:18 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 13:35:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45386d41

sys-apps/cpuid: add 20240912

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/cpuid/Manifest              |  1 +
 sys-apps/cpuid/cpuid-20240912.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 181327529a15..5bb4931fa7e8 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1 +1,2 @@
 DIST cpuid-20240716.src.tar.gz 155562 BLAKE2B 52625a547c70b7fd45d63fea88acfcc938443f1f53c686896f88ef193240b7b9ea76020a48b187689c27fddad4cba8cdd41044ab57f731e488af14fd1a608fa3 SHA512 1efbd3f98253700d2948573025733fb7a3354d008b968c83078d36ddac834c4adae4eeef288214066ad520d23fa1eb0ea2036f878cde20d982a1810e7305b7a4
+DIST cpuid-20240912.src.tar.gz 156818 BLAKE2B c44bf5687f00703815d854cf4d71cbb9d1e6e33561ae9809d90f16a9effd68a6dbdfafd77001aeaccb3be4092807fce4b682f4f243aa362fdbf23edabb319c12 SHA512 fa6bfbcadfd6847bd2224498e02879a3708bff49d3bbf90d80ba2ad4e92b4db8a717185079fa044b50bfbebc798069bf1450a2869c394b0911b92b509d29c013

diff --git a/sys-apps/cpuid/cpuid-20240912.ebuild b/sys-apps/cpuid/cpuid-20240912.ebuild
new file mode 100644
index 000000000000..c2868c0d5525
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20240912.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux tool to dump x86 CPUID information about the CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
+SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+BDEPEND="
+	app-alternatives/gzip
+	dev-lang/perl
+"
+
+DOCS=( "ChangeLog" "FUTURE" )
+
+PATCHES=( "${FILESDIR}/${PN}-20220620-makefile.patch" )
+
+src_prepare() {
+	default
+
+	tc-export CC
+}
+
+src_install() {
+	emake BUILDROOT="${ED}" install
+
+	einstalldocs
+}


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

end of thread, other threads:[~2024-09-15 13:35 UTC | newest]

Thread overview: 80+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-04  0:00 [gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2024-09-15 13:35 Conrad Kostecki
2024-07-21 15:02 Conrad Kostecki
2024-07-21 15:02 Conrad Kostecki
2024-07-21 15:02 Conrad Kostecki
2024-07-21 15:02 Conrad Kostecki
2024-07-14 12:30 Conrad Kostecki
2024-04-17 14:13 Conrad Kostecki
2024-04-14 12:59 Conrad Kostecki
2024-04-02 18:03 Conrad Kostecki
2023-07-25 21:00 Conrad Kostecki
2023-07-25 21:00 Conrad Kostecki
2023-07-25 21:00 Conrad Kostecki
2023-06-24 21:36 Conrad Kostecki
2023-06-08 20:04 Conrad Kostecki
2023-06-08 20:04 Conrad Kostecki
2023-06-08 20:04 Conrad Kostecki
2023-05-06 22:15 Conrad Kostecki
2023-05-06 22:15 Conrad Kostecki
2023-05-06 22:15 Conrad Kostecki
2023-05-06 22:15 Conrad Kostecki
2023-04-09 19:35 Conrad Kostecki
2023-04-09 19:35 Conrad Kostecki
2023-03-12 19:00 Conrad Kostecki
2023-03-12 19:00 Conrad Kostecki
2023-03-04  0:00 Conrad Kostecki
2023-03-03 23:16 Conrad Kostecki
2023-01-05 14:00 Conrad Kostecki
2023-01-05 14:00 Conrad Kostecki
2023-01-05 14:00 Conrad Kostecki
2022-12-04 14:34 Conrad Kostecki
2022-11-01  1:04 Conrad Kostecki
2022-11-01  1:04 Conrad Kostecki
2022-11-01  1:04 Conrad Kostecki
2022-10-06 21:15 Conrad Kostecki
2022-10-01 23:33 Conrad Kostecki
2022-09-25 23:12 Conrad Kostecki
2022-09-25 23:12 Conrad Kostecki
2022-09-25 23:12 Conrad Kostecki
2022-08-20 23:29 Conrad Kostecki
2022-07-29 19:06 Conrad Kostecki
2022-07-29 19:06 Conrad Kostecki
2022-04-03 10:43 Conrad Kostecki
2022-03-27 15:15 Conrad Kostecki
2022-03-27 15:15 Conrad Kostecki
2022-03-27 15:15 Conrad Kostecki
2022-02-25 11:34 Conrad Kostecki
2022-01-20 22:58 Conrad Kostecki
2022-01-20 22:58 Conrad Kostecki
2022-01-20 22:58 Conrad Kostecki
2021-12-13 21:34 Conrad Kostecki
2021-12-13 21:34 Conrad Kostecki
2021-12-05 21:45 Conrad Kostecki
2021-12-05 21:45 Conrad Kostecki
2021-11-22 21:24 Conrad Kostecki
2021-11-22 21:24 Conrad Kostecki
2021-11-20  1:08 Conrad Kostecki
2021-11-20  1:08 Conrad Kostecki
2021-11-02 13:45 Conrad Kostecki
2021-07-08  9:18 Conrad Kostecki
2021-07-08  9:18 Conrad Kostecki
2020-11-14 23:39 Conrad Kostecki
2020-11-14 20:32 Sam James
2020-10-10 13:17 Conrad Kostecki
2020-08-11 14:23 Agostino Sarubbo
2020-08-10 12:04 Agostino Sarubbo
2020-05-19 21:35 Conrad Kostecki
2020-05-19 21:35 Conrad Kostecki
2020-03-12 22:48 Conrad Kostecki
2020-03-12 22:48 Conrad Kostecki
2019-12-15 14:46 Agostino Sarubbo
2019-12-15 13:43 Agostino Sarubbo
2019-12-02 23:22 Conrad Kostecki
2019-09-20 14:38 Joonas Niilola
2019-03-19  2:03 Thomas Deutschmann
2018-07-19  9:33 Johannes Huber
2018-05-07  4:50 Mike Frysinger
2018-03-10 12:23 Pacho Ramos
2017-09-04 20:12 David Seifert
2015-11-04 21:09 Markos Chandras

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