[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2024-04-14 Thread Conrad Kostecki
commit: 76b0532b33c9730bf9b8aa05ba80a68753b898d2
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Apr 14 12:55:59 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Apr 14 12:57:12 2024 +
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  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
 "
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: amd64 stable

Signed-off-by: Conrad Kostecki  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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2023-07-25 Thread Conrad Kostecki
commit: 69d313b4a7b041c6487a21e4154b8e8b6ebbf1c6
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Jul 25 20:57:20 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Jul 25 20:57:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d313b4

sys-apps/cpuid: drop 20230505

Signed-off-by: Conrad Kostecki  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: x86 stable

Signed-off-by: Conrad Kostecki  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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: add 20230614

Signed-off-by: Conrad Kostecki  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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2023-06-08 Thread Conrad Kostecki
commit: fa8ec18a6074c4e5f8ec5c4cf75b66b6af9552c4
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Jun  8 20:00:18 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Jun  8 20:00:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa8ec18a

sys-apps/cpuid: drop 20230406

Signed-off-by: Conrad Kostecki  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2023-06-08 Thread Conrad Kostecki
commit: eace8b6cf2be91ec78bc00ead9c8035c7ff1f75d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Jun  8 19:59:57 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Jun  8 19:59:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eace8b6c

sys-apps/cpuid: x86 stable

Signed-off-by: Conrad Kostecki  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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2023-06-08 Thread Conrad Kostecki
commit: cc5bc77f11a31ceba605c3cdad3b78b1a9f0802c
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Jun  8 19:59:32 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Jun  8 19:59:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5bc77f

sys-apps/cpuid: amd64 stable

Signed-off-by: Conrad Kostecki  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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2023-05-06 Thread Conrad Kostecki
commit: 85ad3adce25de1971b9514c5ba991579b37541de
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat May  6 22:14:41 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat May  6 22:14:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ad3adc

sys-apps/cpuid: drop 20230120

Signed-off-by: Conrad Kostecki  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2023-05-06 Thread Conrad Kostecki
commit: 88535b05dcb031b9e000c3af3da5f4afc1ef8a48
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat May  6 22:13:25 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat May  6 22:13:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88535b05

sys-apps/cpuid: amd64 stable

Signed-off-by: Conrad Kostecki  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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2023-05-06 Thread Conrad Kostecki
commit: f6b87efedbae1e7f2f1f730137e7be68a97811db
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat May  6 22:13:00 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat May  6 22:13:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b87efe

sys-apps/cpuid: add 20230505

Signed-off-by: Conrad Kostecki  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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2023-05-06 Thread Conrad Kostecki
commit: 8b5178ff74a31b2b6d57d2420ad32fdb1f5ba0e4
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat May  6 22:13:47 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat May  6 22:13:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b5178ff

sys-apps/cpuid: x86 stable

Signed-off-by: Conrad Kostecki  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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2023-04-09 Thread Conrad Kostecki
commit: cd453e4d596fa10d27480ed5d19c97ae26496105
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Apr  9 19:32:27 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Apr  9 19:34:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd453e4d

sys-apps/cpuid: add 20230406

Signed-off-by: Conrad Kostecki  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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2023-04-09 Thread Conrad Kostecki
commit: fe64a022249dccfb0eb4addd61ff7d1c1ab3c7b5
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Apr  9 19:32:41 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Apr  9 19:34:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe64a022

sys-apps/cpuid: drop 20230306

Signed-off-by: Conrad Kostecki  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: add 20230306

Signed-off-by: Conrad Kostecki  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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: drop 20230228

Signed-off-by: Conrad Kostecki  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: drop 20221201

Signed-off-by: Conrad Kostecki  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: amd64, x86 stable

Signed-off-by: Conrad Kostecki  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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: add 20230228

Signed-off-by: Conrad Kostecki  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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2023-01-05 Thread Conrad Kostecki
commit: 8aa9f62af43e6e342583e5e4399c3faecb272952
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Jan  5 13:59:21 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Jan  5 13:59:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa9f62a

sys-apps/cpuid: drop 20221003

Signed-off-by: Conrad Kostecki  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2023-01-05 Thread Conrad Kostecki
commit: 9bd42380eaf378a19e47d473a26182d9e59ff6e5
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Jan  5 13:59:02 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Jan  5 13:59:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd42380

sys-apps/cpuid: x86 stable

Signed-off-by: Conrad Kostecki  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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2023-01-05 Thread Conrad Kostecki
commit: 37e0ae8aa516e6f11e21ba30d053e4f85405aa33
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Jan  5 13:58:41 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Jan  5 13:58:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e0ae8a

sys-apps/cpuid: amd64 stable

Signed-off-by: Conrad Kostecki  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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2022-12-04 Thread Conrad Kostecki
commit: b72e3f7ee8fa6abbcdb123e2ccf8a2b0c796948d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Dec  4 14:32:23 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Dec  4 14:32:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72e3f7e

sys-apps/cpuid: add 20221201

Signed-off-by: Conrad Kostecki  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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2022-10-31 Thread Conrad Kostecki
commit: 2edf9b45aac4db680bae4fe1d09557e6e0f270c4
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Nov  1 01:01:24 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Nov  1 01:04:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2edf9b45

sys-apps/cpuid: x86 stable

Signed-off-by: Conrad Kostecki  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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2022-10-31 Thread Conrad Kostecki
commit: f4a68e6758530862df6a9d5aaf4ca8ea689ae86f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Nov  1 01:01:52 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Nov  1 01:04:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4a68e67

sys-apps/cpuid: drop 20220812, 20220927

Signed-off-by: Conrad Kostecki  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..
--- 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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2022-10-31 Thread Conrad Kostecki
commit: 5a8c36569c0e56640a1894e3c4948ad508affec1
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Nov  1 01:00:55 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Nov  1 01:04:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8c3656

sys-apps/cpuid: amd64 stable

Signed-off-by: Conrad Kostecki  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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2022-10-06 Thread Conrad Kostecki
commit: ed5f9ba5b90505d50aa31cb0f51c76e5d2efa884
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Oct  6 20:52:39 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Oct  6 21:15:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5f9ba5

sys-apps/cpuid: add 20221003

Signed-off-by: Conrad Kostecki  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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2022-10-01 Thread Conrad Kostecki
commit: d60a00610dcab44f9ba2d3f80badb07c173a761a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Oct  1 23:17:56 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Oct  1 23:17:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d60a0061

sys-apps/cpuid: add 20220927

Signed-off-by: Conrad Kostecki  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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: x86 stable

Signed-off-by: Conrad Kostecki  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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: amd64 stable

Signed-off-by: Conrad Kostecki  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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: drop 20220620

Signed-off-by: Conrad Kostecki  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 
37bf5bbeed47d762f093a568e18ac06b32b4c8c4d763656c5310c78b949c60aaf4e874b15485af15be1e31c389692a0ab277a95a0dcb0b66a7dbece50a52
 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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: add 20220812

Signed-off-by: Conrad Kostecki  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 
37bf5bbeed47d762f093a568e18ac06b32b4c8c4d763656c5310c78b949c60aaf4e874b15485af15be1e31c389692a0ab277a95a0dcb0b66a7dbece50a52
 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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/files/, sys-apps/cpuid/

2022-07-29 Thread Conrad Kostecki
commit: f392d896f0940fe9f400afc46c10e9bfb3295608
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul 29 19:02:36 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul 29 19:02:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f392d896

sys-apps/cpuid: drop 20220224

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/cpuid/Manifest|  1 -
 sys-apps/cpuid/cpuid-20220224.ebuild   | 35 
 sys-apps/cpuid/files/cpuid-20200203-makefile.patch | 37 --
 3 files changed, 73 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 519d498c327a..86fd2a311a99 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1 @@
-DIST cpuid-20220224.src.tar.gz 130706 BLAKE2B 
78e0d8296ffafa6eb5a668561bb5c1834c8cffd020f0c052438381f72cddbfe8e85c3e4d662c6aff5224a0b147cd5e20cbce2240f791f2c857c4f584c87b4359
 SHA512 
7cf41d2429d442b4dfd5d369e394c11916352e16fc56852ea4af71945192903482bc45c38367ff5ae3f8d386ffc65cc61a9b0bec4594589a057557daf54d8562
 DIST cpuid-20220620.src.tar.gz 134487 BLAKE2B 
37bf5bbeed47d762f093a568e18ac06b32b4c8c4d763656c5310c78b949c60aaf4e874b15485af15be1e31c389692a0ab277a95a0dcb0b66a7dbece50a52
 SHA512 
e06db43fb12efa1d112267993754965b8a2b07c914766a46a0fe6fdcf023606cfb132eac575726ad9ed7d0e6fc53d728a6d3d3d7abf2f484f002825c791da7b9

diff --git a/sys-apps/cpuid/cpuid-20220224.ebuild 
b/sys-apps/cpuid/cpuid-20220224.ebuild
deleted file mode 100644
index d215e1baa0cf..
--- a/sys-apps/cpuid/cpuid-20220224.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
-}

diff --git a/sys-apps/cpuid/files/cpuid-20200203-makefile.patch 
b/sys-apps/cpuid/files/cpuid-20200203-makefile.patch
deleted file mode 100644
index 9cfad5ef594d..
--- a/sys-apps/cpuid/files/cpuid-20200203-makefile.patch
+++ /dev/null
@@ -1,37 +0,0 @@
 a/Makefile
-+++ b/Makefile
-@@ -1,11 +1,11 @@
--CFLAGS+=-g
-+CFLAGS+=
- CPPFLAGS?=
- LDFLAGS?=
- ifneq (,$(findstring arch=i386,$(CFLAGS)))
- CISA=-m32
- endif
- CFL=$(CPPFLAGS) $(CFLAGS) $(CISA) -Wall -W -Wshadow -Wcast-align 
-Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wimplicit-fallthrough -Wunused-parameter -D_FILE_OFFSET_BITS=64 
-DVERSION=$(VERSION)
--INSTALL_STRIP=-s
-+INSTALL_STRIP=
- 
- PACKAGE=cpuid
- VERSION=20200203
-@@ -40,7 +40,7 @@
- 
- BUILDROOT=
- 
--default: $(PROG) $(PROG).man.gz cpuinfo2cpuid cpuinfo2cpuid.man.gz
-+default: $(PROG) cpuinfo2cpuid
- 
- $(PROG): cpuid.c Makefile
-   $(CC) $(CFL) $(LDFLAGS) -o $@ cpuid.c
-@@ -56,9 +56,9 @@
- 
- install: $(PROG) $(PROG).man.gz cpuinfo2cpuid cpuinfo2cpuid.man.gz
-   install -D $(INSTALL_STRIP) -m 755 $(PROG) $(BUILDROOT)/usr/bin/$(PROG)
--  install -D -m 444 $(PROG).man.gz   
$(BUILDROOT)/usr/share/man/man1/$(PROG).1.gz
-+  install -D -m 444 $(PROG).man   
$(BUILDROOT)/usr/share/man/man1/$(PROG).1
-   install -D -m 755 cpuinfo2cpuid
$(BUILDROOT)/usr/bin/cpuinfo2cpuid
--  install -D -m 444 cpuinfo2cpuid.man.gz 
$(BUILDROOT)/usr/share/man/man1/cpuinfo2cpuid.1.gz
-+  install -D -m 444 cpuinfo2cpuid.man 
$(BUILDROOT)/usr/share/man/man1/cpuinfo2cpuid.1
- 
- clean:
-   rm -f $(PROG) $(PROG).i386 $(PROG).x86_64



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: x86 stable

Signed-off-by: Conrad Kostecki  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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: amd64 stable

Signed-off-by: Conrad Kostecki  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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/, sys-apps/cpuid/files/

2022-06-28 Thread Conrad Kostecki
commit: b4d9af5ab7b05c599af5bd7c37a3c17876bb1ab8
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Jun 28 20:01:26 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Jun 28 20:10:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d9af5a

sys-apps/cpuid: add 20220620

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/cpuid/Manifest|  1 +
 sys-apps/cpuid/cpuid-20220620.ebuild   | 35 
 sys-apps/cpuid/files/cpuid-20220620-makefile.patch | 37 ++
 3 files changed, 73 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index bb7da4475442..519d498c327a 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1 +1,2 @@
 DIST cpuid-20220224.src.tar.gz 130706 BLAKE2B 
78e0d8296ffafa6eb5a668561bb5c1834c8cffd020f0c052438381f72cddbfe8e85c3e4d662c6aff5224a0b147cd5e20cbce2240f791f2c857c4f584c87b4359
 SHA512 
7cf41d2429d442b4dfd5d369e394c11916352e16fc56852ea4af71945192903482bc45c38367ff5ae3f8d386ffc65cc61a9b0bec4594589a057557daf54d8562
+DIST cpuid-20220620.src.tar.gz 134487 BLAKE2B 
37bf5bbeed47d762f093a568e18ac06b32b4c8c4d763656c5310c78b949c60aaf4e874b15485af15be1e31c389692a0ab277a95a0dcb0b66a7dbece50a52
 SHA512 
e06db43fb12efa1d112267993754965b8a2b07c914766a46a0fe6fdcf023606cfb132eac575726ad9ed7d0e6fc53d728a6d3d3d7abf2f484f002825c791da7b9

diff --git a/sys-apps/cpuid/cpuid-20220620.ebuild 
b/sys-apps/cpuid/cpuid-20220620.ebuild
new file mode 100644
index ..0f77190b474c
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20220620.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
+}

diff --git a/sys-apps/cpuid/files/cpuid-20220620-makefile.patch 
b/sys-apps/cpuid/files/cpuid-20220620-makefile.patch
new file mode 100644
index ..301ba988f7c1
--- /dev/null
+++ b/sys-apps/cpuid/files/cpuid-20220620-makefile.patch
@@ -0,0 +1,37 @@
+--- a/Makefile
 b/Makefile
+@@ -1,11 +1,11 @@
+-CFLAGS+=-g
++CFLAGS+=
+ CPPFLAGS?=
+ LDFLAGS?=
+ ifneq (,$(findstring arch=i386,$(CFLAGS)))
+ CISA=-m32
+ endif
+ CFL=$(CPPFLAGS) $(CFLAGS) $(CISA) -Wall -W -Wshadow -Wcast-align 
-Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wimplicit-fallthrough -Wunused-parameter -Wundef -D_FILE_OFFSET_BITS=64 
-DVERSION=$(VERSION)
+-INSTALL_STRIP=-s
++INSTALL_STRIP=
+ 
+ PACKAGE=cpuid
+ VERSION=20220620
+@@ -40,7 +40,7 @@
+ 
+ BUILDROOT=$(DESTDIR)
+ 
+-default: $(PROG) $(PROG).man.gz cpuinfo2cpuid cpuinfo2cpuid.man.gz
++default: $(PROG) cpuinfo2cpuid
+ 
+ $(PROG): cpuid.c Makefile
+   $(CC) $(CFL) $(LDFLAGS) -o $@ cpuid.c
+@@ -56,9 +56,9 @@
+ 
+ install: $(PROG) $(PROG).man.gz cpuinfo2cpuid cpuinfo2cpuid.man.gz
+   install -D $(INSTALL_STRIP) -m 755 $(PROG) $(BUILDROOT)/usr/bin/$(PROG)
+-  install -D -m 444 $(PROG).man.gz   
$(BUILDROOT)/usr/share/man/man1/$(PROG).1.gz
++  install -D -m 444 $(PROG).man   
$(BUILDROOT)/usr/share/man/man1/$(PROG).1
+   install -D -m 755 cpuinfo2cpuid
$(BUILDROOT)/usr/bin/cpuinfo2cpuid
+-  install -D -m 444 cpuinfo2cpuid.man.gz 
$(BUILDROOT)/usr/share/man/man1/cpuinfo2cpuid.1.gz
++  install -D -m 444 cpuinfo2cpuid.man 
$(BUILDROOT)/usr/share/man/man1/cpuinfo2cpuid.1
+ 
+ clean:
+   rm -f $(PROG) $(PROG).i386 $(PROG).x86_64



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2022-04-03 Thread Conrad Kostecki
commit: b49bb03ee74dbff297a1e19c51d595fbe8cca192
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Apr  3 10:40:15 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Apr  3 10:40:15 2022 +
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  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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2022-03-27 Thread Conrad Kostecki
commit: c34e8bc4fac142c77b2dcf98f66b0e2ce9de
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Mar 27 14:53:43 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Mar 27 15:14:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34e8bc4

sys-apps/cpuid: drop 20211210

Signed-off-by: Conrad Kostecki  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: amd64 stable

Signed-off-by: Conrad Kostecki  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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: x86 stable

Signed-off-by: Conrad Kostecki  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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2022-02-25 Thread Conrad Kostecki
commit: 0fcd709fb23ce019ba169de6a5660185d65b3bfa
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Feb 25 11:32:11 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Feb 25 11:32:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fcd709f

sys-apps/cpuid: add 20220224

Signed-off-by: Conrad Kostecki  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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: drop 20201006-r1

Signed-off-by: Conrad Kostecki  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: amd64 stable

Signed-off-by: Conrad Kostecki  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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: x86 stable

Signed-off-by: Conrad Kostecki  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



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: add 20211210

Signed-off-by: Conrad Kostecki  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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: drop 20211129

Signed-off-by: Conrad Kostecki  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2021-12-05 Thread Conrad Kostecki
commit: 5ab55b82a263a53641f776b53298ab83068e0411
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Dec  5 19:53:38 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Dec  5 21:45:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab55b82

sys-apps/cpuid: add 20211129

Signed-off-by: Conrad Kostecki  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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2021-12-05 Thread Conrad Kostecki
commit: 622e76a3c26643bb78904176cd6960bff1aa
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Dec  5 19:54:18 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Dec  5 21:45:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=622e

sys-apps/cpuid: drop 20211121

Signed-off-by: Conrad Kostecki  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2021-11-22 Thread Conrad Kostecki
commit: bb898fed7001630f15f6a43b16a973e5f83ddf49
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Nov 22 21:17:23 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Nov 22 21:17:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb898fed

sys-apps/cpuid: drop 2024

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/cpuid/Manifest  |  1 -
 sys-apps/cpuid/cpuid-2024.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-2024.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-2024.ebuild 
b/sys-apps/cpuid/cpuid-2024.ebuild
deleted file mode 100644
index de0e99c961d4..
--- a/sys-apps/cpuid/cpuid-2024.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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: add 20211121

Signed-off-by: Conrad Kostecki  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-2024.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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

sys-apps/cpuid: bump to version 2024

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

 sys-apps/cpuid/Manifest  |  1 +
 sys-apps/cpuid/cpuid-2024.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-2024.src.tar.gz 126084 BLAKE2B 
b328b0c62ea20b33cafd4b87f3a30b0600aee3ed787c235a76d8f6a7f787043d3507e62128110d78e0c0d37f4f975b65eb1d5f1c741466011b95e68c69483012
 SHA512 
7c74817d473fe7388be40b82b6e7af4f2620cec2bb7dc10ef603d1526e9fb095bf2901746dfae650e82ef9786835949577af56b01a10a82881cc539df448c5a9

diff --git a/sys-apps/cpuid/cpuid-2024.ebuild 
b/sys-apps/cpuid/cpuid-2024.ebuild
new file mode 100644
index ..de0e99c961d4
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-2024.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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2021-11-19 Thread Conrad Kostecki
commit: 2aef43b46ab6aae79b4a1a1cd3ad7d3a77439e9f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Nov 20 00:57:53 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Nov 20 01:03:24 2021 +
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  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-2024.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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2021-11-02 Thread Conrad Kostecki
commit: 8a168aaf848be6373c6d6a7eafdb9147c3026af5
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Nov  2 13:44:41 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Nov  2 13:44:41 2021 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2021-07-08 Thread Conrad Kostecki
commit: ef40576ed03bb563107d2a9039aff3885d9f117e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Jul  8 09:17:44 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Jul  8 09:17:55 2021 +
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  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2021-07-08 Thread Conrad Kostecki
commit: 85999cc21ac3d6cc4266ba0c12094dcc4b9dbabd
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Jul  8 09:16:27 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Jul  8 09:17:54 2021 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2020-11-14 Thread Conrad Kostecki
commit: 9d1d3c444fec0ab634e3aebd189627e4682e07f7
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Nov 14 23:36:41 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Nov 14 23:39:10 2020 +
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  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

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

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

Signed-off-by: Sam James  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"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2020-10-10 Thread Conrad Kostecki
commit: 63c7d638e29b992634da12b44015a6b0a71b2aa3
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Oct 10 13:16:38 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Oct 10 13:17:10 2020 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/files/, sys-apps/cpuid/

2020-08-11 Thread Conrad Kostecki
commit: 415174f27e0c4af5235d51e2e01b9f767b0fd398
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Aug 11 18:28:56 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Aug 11 18:30:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415174f2

sys-apps/cpuid: drop old version

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/cpuid/Manifest|  1 -
 sys-apps/cpuid/cpuid-20180519.ebuild   | 36 -
 .../cpuid-20180519-add-spec-ctrl-output.patch  | 10 -
 sys-apps/cpuid/files/cpuid-20180519-makefile.patch | 46 --
 4 files changed, 93 deletions(-)

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

diff --git a/sys-apps/cpuid/cpuid-20180519.ebuild 
b/sys-apps/cpuid/cpuid-20180519.ebuild
deleted file mode 100644
index 5150f88eeca..000
--- a/sys-apps/cpuid/cpuid-20180519.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 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}-add-spec-ctrl-output.patch"
-   "${FILESDIR}/${P}-makefile.patch"
-)
-
-src_prepare() {
-   default
-
-   tc-export CC
-}
-
-src_install() {
-   emake BUILDROOT="${ED}" install
-
-   einstalldocs
-}

diff --git a/sys-apps/cpuid/files/cpuid-20180519-add-spec-ctrl-output.patch 
b/sys-apps/cpuid/files/cpuid-20180519-add-spec-ctrl-output.patch
deleted file mode 100644
index 7cb078fe7ec..000
--- a/sys-apps/cpuid/files/cpuid-20180519-add-spec-ctrl-output.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/cpuid.c  2018-05-19 14:09:29.0 +0200
-+++ b/cpuid.c  2019-08-08 21:53:03.0 +0200
-@@ -4249,6 +4249,7 @@
-   { "fast short REP MOV"  ,  4,  4, bools },
-   { "PCONFIG" , 18, 18, bools },
-   { "CET_IBT: CET indirect branch tracking"   , 20, 20, bools },
-+  { "SPEC_CTRL: Speculation Control" ,  26,  26, bools },
-   };
-print_names(value, names, LENGTH(names, named_item),
-/* max_len => */ 40);

diff --git a/sys-apps/cpuid/files/cpuid-20180519-makefile.patch 
b/sys-apps/cpuid/files/cpuid-20180519-makefile.patch
deleted file mode 100644
index e140c322fb1..000
--- a/sys-apps/cpuid/files/cpuid-20180519-makefile.patch
+++ /dev/null
@@ -1,46 +0,0 @@
 a/Makefile 2018-05-19 14:15:37.0 +0200
-+++ b/Makefile 2019-08-08 21:43:09.0 +0200
-@@ -1,4 +1,4 @@
--CFLAGS+=-g
-+CFLAGS+=
- CPPFLAGS?=
- LDFLAGS?=
- ifneq (,$(findstring arch=i386,$(CFLAGS)))
-@@ -36,7 +36,7 @@
- 
- BUILDROOT=
- 
--default: $(PROG) $(PROG).man.gz cpuinfo2cpuid cpuinfo2cpuid.man.gz
-+default: $(PROG) cpuinfo2cpuid cpuinfo2cpuid.man
- 
- $(PROG): cpuid.c Makefile
-   $(CC) $(CFL) $(LDFLAGS) -o $@ cpuid.c
-@@ -50,11 +50,11 @@
- cpuinfo2cpuid.man.gz: cpuinfo2cpuid.man
-   gzip < $< > $@
- 
--install: $(PROG) $(PROG).man.gz cpuinfo2cpuid cpuinfo2cpuid.man.gz
--  install -D -s -m 755 $(PROG)  $(BUILDROOT)/usr/bin/$(PROG)
--  install -D-m 444 $(PROG).man.gz   
$(BUILDROOT)/usr/share/man/man1/$(PROG).1.gz
-+install: $(PROG) cpuinfo2cpuid
-+  install -D-m 755 $(PROG)  $(BUILDROOT)/usr/bin/$(PROG)
-+  install -D-m 444 $(PROG).man  
$(BUILDROOT)/usr/share/man/man1/$(PROG).1
-   install -D-m 755 cpuinfo2cpuid
$(BUILDROOT)/usr/bin/cpuinfo2cpuid
--  install -D-m 444 cpuinfo2cpuid.man.gz 
$(BUILDROOT)/usr/share/man/man1/cpuinfo2cpuid.1.gz
-+  install -D-m 444 cpuinfo2cpuid.man
$(BUILDROOT)/usr/share/man/man1/cpuinfo2cpuid.1
- 
- clean:
-   rm -f $(PROG) $(PROG).i386 $(PROG).x86_64
-@@ -71,10 +71,10 @@
- # Todd's Development rules
- 
- $(PROG).i386: cpuid.c Makefile
--  

[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2020-08-11 Thread Agostino Sarubbo
commit: ec8a2f57ac628833da984df2c91e04e8675624eb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 11 14:22:00 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 11 14:23:30 2020 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2020-08-10 Thread Agostino Sarubbo
commit: 19846b54568c4dd9459204077962cf6d9f0a672d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 10 12:04:34 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 10 12:04:34 2020 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2020-05-19 Thread Conrad Kostecki
commit: 56fe2ee6c51f31a00886762e7bb980f08c1aefe1
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue May 19 20:57:18 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue May 19 21:34:58 2020 +
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  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2020-05-19 Thread Conrad Kostecki
commit: 5736de5c8824257e9060d80f9c8690915564e668
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue May 19 20:56:02 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue May 19 21:34:57 2020 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2020-03-12 Thread Conrad Kostecki
commit: e03fe8a2ece1837c3b3abd6b879940e309682d3b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Mar 12 22:32:01 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Mar 12 22:46:59 2020 +
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  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2020-03-12 Thread Conrad Kostecki
commit: ff0d79888e6745fdacf19d3e731bdee611a670cb
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Mar 12 22:31:40 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Mar 12 22:46:59 2020 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/, sys-apps/cpuid/files/

2020-02-04 Thread Conrad Kostecki
commit: 228180e0d7a54d0b8d826419022cb610ab0993e4
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Feb  4 17:15:15 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Feb  4 17:48:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228180e0

sys-apps/cpuid: bump to version 20200203

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/cpuid/Manifest|  1 +
 sys-apps/cpuid/cpuid-20200203.ebuild   | 33 +++
 sys-apps/cpuid/files/cpuid-20200203-makefile.patch | 37 ++
 3 files changed, 71 insertions(+)

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

diff --git a/sys-apps/cpuid/cpuid-20200203.ebuild 
b/sys-apps/cpuid/cpuid-20200203.ebuild
new file mode 100644
index 000..60a214f3c40
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20200203.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}/${P}-makefile.patch" )
+
+src_prepare() {
+   default
+
+   tc-export CC
+}
+
+src_install() {
+   emake BUILDROOT="${ED}" install
+
+   einstalldocs
+}

diff --git a/sys-apps/cpuid/files/cpuid-20200203-makefile.patch 
b/sys-apps/cpuid/files/cpuid-20200203-makefile.patch
new file mode 100644
index 000..9cfad5ef594
--- /dev/null
+++ b/sys-apps/cpuid/files/cpuid-20200203-makefile.patch
@@ -0,0 +1,37 @@
+--- a/Makefile
 b/Makefile
+@@ -1,11 +1,11 @@
+-CFLAGS+=-g
++CFLAGS+=
+ CPPFLAGS?=
+ LDFLAGS?=
+ ifneq (,$(findstring arch=i386,$(CFLAGS)))
+ CISA=-m32
+ endif
+ CFL=$(CPPFLAGS) $(CFLAGS) $(CISA) -Wall -W -Wshadow -Wcast-align 
-Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-Wimplicit-fallthrough -Wunused-parameter -D_FILE_OFFSET_BITS=64 
-DVERSION=$(VERSION)
+-INSTALL_STRIP=-s
++INSTALL_STRIP=
+ 
+ PACKAGE=cpuid
+ VERSION=20200203
+@@ -40,7 +40,7 @@
+ 
+ BUILDROOT=
+ 
+-default: $(PROG) $(PROG).man.gz cpuinfo2cpuid cpuinfo2cpuid.man.gz
++default: $(PROG) cpuinfo2cpuid
+ 
+ $(PROG): cpuid.c Makefile
+   $(CC) $(CFL) $(LDFLAGS) -o $@ cpuid.c
+@@ -56,9 +56,9 @@
+ 
+ install: $(PROG) $(PROG).man.gz cpuinfo2cpuid cpuinfo2cpuid.man.gz
+   install -D $(INSTALL_STRIP) -m 755 $(PROG) $(BUILDROOT)/usr/bin/$(PROG)
+-  install -D -m 444 $(PROG).man.gz   
$(BUILDROOT)/usr/share/man/man1/$(PROG).1.gz
++  install -D -m 444 $(PROG).man   
$(BUILDROOT)/usr/share/man/man1/$(PROG).1
+   install -D -m 755 cpuinfo2cpuid
$(BUILDROOT)/usr/bin/cpuinfo2cpuid
+-  install -D -m 444 cpuinfo2cpuid.man.gz 
$(BUILDROOT)/usr/share/man/man1/cpuinfo2cpuid.1.gz
++  install -D -m 444 cpuinfo2cpuid.man 
$(BUILDROOT)/usr/share/man/man1/cpuinfo2cpuid.1
+ 
+ clean:
+   rm -f $(PROG) $(PROG).i386 $(PROG).x86_64



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/files/, sys-apps/cpuid/

2019-12-15 Thread Conrad Kostecki
commit: c1c697cfbfecbf5782a90b471de42e7c3393b126
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Dec 15 17:18:02 2019 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Dec 15 17:18:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c697cf

sys-apps/cpuid: drop old version

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/cpuid/Manifest|  1 -
 sys-apps/cpuid/cpuid-20180419.ebuild   | 33 --
 sys-apps/cpuid/files/cpuid-20170122-Makefile.patch | 28 --
 .../cpuid-20170122-missing-include-sysmacros.patch | 12 
 4 files changed, 74 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 326f544e1c6..7e34bf03aaf 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1 @@
-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-20180419.ebuild 
b/sys-apps/cpuid/cpuid-20180419.ebuild
deleted file mode 100644
index 0d0367d2cec..000
--- a/sys-apps/cpuid/cpuid-20180419.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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
-}

diff --git a/sys-apps/cpuid/files/cpuid-20170122-Makefile.patch 
b/sys-apps/cpuid/files/cpuid-20170122-Makefile.patch
deleted file mode 100644
index 9a02a54563a..000
--- a/sys-apps/cpuid/files/cpuid-20170122-Makefile.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -ru cpuid-20170122.orig/Makefile cpuid-20170122/Makefile
 cpuid-20170122.orig/Makefile   2017-06-16 06:54:32.993875817 -0700
-+++ cpuid-20170122/Makefile2017-06-16 06:55:56.622875498 -0700
-@@ -1,9 +1,3 @@
--CFLAGS+=-g
--CPPFLAGS?=
--LDFLAGS?=
--ifneq (,$(findstring arch=i386,$(CFLAGS)))
--CISA=-m32
--endif
- CFL=$(CPPFLAGS) $(CFLAGS) $(CISA) -Wall -Wshadow -Wcast-align 
-Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-D_FILE_OFFSET_BITS=64 -DVERSION=$(VERSION)
- 
- PACKAGE=cpuid
-@@ -51,10 +45,10 @@
-   gzip < $< > $@
- 
- install: $(PROG) $(PROG).man.gz cpuinfo2cpuid cpuinfo2cpuid.man.gz
--  install -D -s -m 755 $(PROG)  $(BUILDROOT)/usr/bin/$(PROG)
--  install -D-m 444 $(PROG).man.gz   
$(BUILDROOT)/usr/share/man/man1/$(PROG).1.gz
--  install -D-m 755 cpuinfo2cpuid
$(BUILDROOT)/usr/bin/cpuinfo2cpuid
--  install -D-m 444 cpuinfo2cpuid.man.gz 
$(BUILDROOT)/usr/share/man/man1/cpuinfo2cpuid.1.gz
-+  install -D -m 755 $(PROG)  $(BUILDROOT)/usr/bin/$(PROG)
-+  install -D -m 444 $(PROG).man.gz   
$(BUILDROOT)/usr/share/man/man1/$(PROG).1.gz
-+  install -D -m 755 cpuinfo2cpuid
$(BUILDROOT)/usr/bin/cpuinfo2cpuid
-+  install -D -m 444 cpuinfo2cpuid.man.gz 
$(BUILDROOT)/usr/share/man/man1/cpuinfo2cpuid.1.gz
- 
- clean:
-   rm -f $(PROG) $(PROG).i386 $(PROG).x86_64

diff --git 
a/sys-apps/cpuid/files/cpuid-20170122-missing-include-sysmacros.patch 
b/sys-apps/cpuid/files/cpuid-20170122-missing-include-sysmacros.patch
deleted file mode 100644
index bba18a3b354..000
--- a/sys-apps/cpuid/files/cpuid-20170122-missing-include-sysmacros.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Bug: https://bugs.gentoo.org/show_bug.cgi?id=604406
-
 a/cpuid.c
-+++ b/cpuid.c
-@@ -30,6 +30,7 @@
- #define _GNU_SOURCE
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2019-12-15 Thread Agostino Sarubbo
commit: e43e92f9a9d739db47bc4e23cfed4fca9183704e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Dec 15 14:45:41 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Dec 15 14:45:41 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2019-12-15 Thread Agostino Sarubbo
commit: 7f482ce8d05314ebc96ebbce3712a3d30399a3b7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Dec 15 13:40:01 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Dec 15 13:40:01 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2019-12-02 Thread Conrad Kostecki
commit: f7aa1bc42bffe1abd0f26aa21568ee7d592d9ead
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Dec  2 23:07:21 2019 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Dec  2 23:21:05 2019 +
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  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 @@
Johannes Huber


-   ck+gen...@bl4ckb0x.de
+   conik...@gentoo.org
Conrad Kostecki

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

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,



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/, sys-apps/cpuid/files/

2019-09-20 Thread Joonas Niilola
commit: 7f44e80622ecdde9ec3728e9701a071450cd68f6
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Fri Sep 20 07:30:34 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Sep 20 14:38:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f44e806

sys-apps/cpuid: bump to version 20180519

Also bumped to EAPI=7 and corrected license.

Closes: https://bugs.gentoo.org/645080
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Conrad Kostecki  kostecki.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-apps/cpuid/Manifest|  1 +
 sys-apps/cpuid/cpuid-20180519.ebuild   | 36 +
 .../cpuid-20180519-add-spec-ctrl-output.patch  | 10 +
 sys-apps/cpuid/files/cpuid-20180519-makefile.patch | 46 ++
 sys-apps/cpuid/metadata.xml| 13 ++
 5 files changed, 106 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 07dfe7c7e94..c6e29c18901 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,2 +1,3 @@
 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-20180519.ebuild 
b/sys-apps/cpuid/cpuid-20180519.ebuild
new file mode 100644
index 000..045dbac2f81
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20180519.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 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}-add-spec-ctrl-output.patch"
+   "${FILESDIR}/${P}-makefile.patch"
+)
+
+src_prepare() {
+   default
+
+   tc-export CC
+}
+
+src_install() {
+   emake BUILDROOT="${ED}" install
+
+   einstalldocs
+}

diff --git a/sys-apps/cpuid/files/cpuid-20180519-add-spec-ctrl-output.patch 
b/sys-apps/cpuid/files/cpuid-20180519-add-spec-ctrl-output.patch
new file mode 100644
index 000..7cb078fe7ec
--- /dev/null
+++ b/sys-apps/cpuid/files/cpuid-20180519-add-spec-ctrl-output.patch
@@ -0,0 +1,10 @@
+--- a/cpuid.c  2018-05-19 14:09:29.0 +0200
 b/cpuid.c  2019-08-08 21:53:03.0 +0200
+@@ -4249,6 +4249,7 @@
+   { "fast short REP MOV"  ,  4,  4, bools },
+   { "PCONFIG" , 18, 18, bools },
+   { "CET_IBT: CET indirect branch tracking"   , 20, 20, bools },
++  { "SPEC_CTRL: Speculation Control" ,  26,  26, bools },
+   };
+print_names(value, names, LENGTH(names, named_item),
+/* max_len => */ 40);

diff --git a/sys-apps/cpuid/files/cpuid-20180519-makefile.patch 
b/sys-apps/cpuid/files/cpuid-20180519-makefile.patch
new file mode 100644
index 000..e140c322fb1
--- /dev/null
+++ b/sys-apps/cpuid/files/cpuid-20180519-makefile.patch
@@ -0,0 +1,46 @@
+--- a/Makefile 2018-05-19 14:15:37.0 +0200
 b/Makefile 2019-08-08 21:43:09.0 +0200
+@@ -1,4 +1,4 @@
+-CFLAGS+=-g
++CFLAGS+=
+ CPPFLAGS?=
+ LDFLAGS?=
+ ifneq (,$(findstring arch=i386,$(CFLAGS)))
+@@ -36,7 +36,7 @@
+ 
+ BUILDROOT=
+ 
+-default: $(PROG) $(PROG).man.gz cpuinfo2cpuid cpuinfo2cpuid.man.gz
++default: $(PROG) cpuinfo2cpuid cpuinfo2cpuid.man
+ 
+ $(PROG): cpuid.c Makefile
+   $(CC) $(CFL) $(LDFLAGS) -o $@ cpuid.c
+@@ -50,11 +50,11 @@
+ cpuinfo2cpuid.man.gz: cpuinfo2cpuid.man
+   gzip < $< > $@
+ 
+-install: $(PROG) $(PROG).man.gz cpuinfo2cpuid cpuinfo2cpuid.man.gz
+-  install -D -s -m 755 $(PROG)  $(BUILDROOT)/usr/bin/$(PROG)
+-  install -D-m 444 $(PROG).man.gz   
$(BUILDROOT)/usr/share/man/man1/$(PROG).1.gz
++install: $(PROG) cpuinfo2cpuid
++  install -D-m 755 $(PROG)  $(BUILDROOT)/usr/bin/$(PROG)
++  install -D-m 444 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2019-09-20 Thread Joonas Niilola
commit: f960a941fcda22d5123e5c6aefc880108e5b3750
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Fri Sep 20 07:32:09 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Sep 20 14:38:04 2019 +
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  kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12645
Signed-off-by: Joonas Niilola  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2019-03-18 Thread Thomas Deutschmann
commit: 3221781ac64554e0bcd1e1dc6fc8f33a0b774114
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 19 01:47:21 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 19 02:03:14 2019 +
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  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="



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2018-07-19 Thread Johannes Huber
commit: bd08d44cfa3212bb9c3723e426b4b7ced00bca47
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jul 19 09:32:58 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jul 19 09:32:58 2018 +
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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   j...@gentoo.org
+   Johannes Huber
+   
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2018-05-06 Thread Mike Frysinger
commit: 9e40b37deb8eb2e80cb85ae8ff212540af62b8c7
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Apr 27 08:13:09 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon May  7 04:47:11 2018 +
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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2018-03-10 Thread Pacho Ramos
commit: 18e1bdcbbe47fc17c59ec001ba221c26bbca4c02
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Mar 10 11:54:54 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Mar 10 12:21:26 2018 +
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 @@
hwoar...@gentoo.org
Markos Chandras

-   
-   rh...@gentoo.org
-   Ryan Hill
-   
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/, sys-apps/cpuid/files/

2017-09-04 Thread David Seifert
commit: 0eb6841a14d6e5bc5760af0f7fdbe805725b0ed7
Author: David Seifert  gentoo  org>
AuthorDate: Mon Sep  4 20:10:45 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Sep  4 20:11:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb6841a

sys-apps/cpuid: Add missing sys/sysmacros.h include

Closes: https://bugs.gentoo.org/show_bug.cgi?id=604406
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/cpuid/cpuid-20170122.ebuild   | 27 --
 .../cpuid-20170122-missing-include-sysmacros.patch | 12 ++
 2 files changed, 27 insertions(+), 12 deletions(-)

diff --git a/sys-apps/cpuid/cpuid-20170122.ebuild 
b/sys-apps/cpuid/cpuid-20170122.ebuild
index 3c76118816b..90935677627 100644
--- a/sys-apps/cpuid/cpuid-20170122.ebuild
+++ b/sys-apps/cpuid/cpuid-20170122.ebuild
@@ -3,28 +3,31 @@
 
 EAPI=6
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
-DESCRIPTION="Utility to get detailed information about the CPU(s) using the
-CPUID instruction"
+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"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-20170122-Makefile.patch
-   eapply_user
-}
+DEPEND="
+   app-arch/gzip
+   dev-lang/perl"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-20170122-Makefile.patch
+   "${FILESDIR}"/${PN}-20170122-missing-include-sysmacros.patch
+)
 
-src_compile() {
+src_configure() {
tc-export CC
-   emake || die "emake failed"
 }
 
 src_install() {
-   emake BUILDROOT="${D}" install || die "email install failed"
+   emake BUILDROOT="${ED}" install
+   einstalldocs
 }

diff --git 
a/sys-apps/cpuid/files/cpuid-20170122-missing-include-sysmacros.patch 
b/sys-apps/cpuid/files/cpuid-20170122-missing-include-sysmacros.patch
new file mode 100644
index 000..bba18a3b354
--- /dev/null
+++ b/sys-apps/cpuid/files/cpuid-20170122-missing-include-sysmacros.patch
@@ -0,0 +1,12 @@
+Bug: https://bugs.gentoo.org/show_bug.cgi?id=604406
+
+--- a/cpuid.c
 b/cpuid.c
+@@ -30,6 +30,7 @@
+ #define _GNU_SOURCE
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2017-09-04 Thread David Seifert
commit: b51706ebf4101345f3e3efd19dd10630ffe75c05
Author: David Seifert  gentoo  org>
AuthorDate: Mon Sep  4 20:10:49 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Sep  4 20:11:48 2017 +
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="



[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/files/, sys-apps/cpuid/

2017-09-04 Thread David Seifert
commit: 3e576098d558450422bb20e3375864f97e27bfe4
Author: David Seifert  gentoo  org>
AuthorDate: Mon Sep  4 20:10:52 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Sep  4 20:11:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e576098

sys-apps/cpuid: Remove old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/cpuid/Manifest|  4 ---
 sys-apps/cpuid/cpuid-20130610.ebuild   | 30 --
 sys-apps/cpuid/cpuid-20140123.ebuild   | 30 --
 sys-apps/cpuid/cpuid-20150606.ebuild   | 30 --
 sys-apps/cpuid/cpuid-20151017.ebuild   | 30 --
 sys-apps/cpuid/files/cpuid-20110305-Makefile.patch | 30 --
 sys-apps/cpuid/files/cpuid-20110305-fPIC.patch | 24 -
 sys-apps/cpuid/files/cpuid-20150606-Makefile.patch | 21 ---
 8 files changed, 199 deletions(-)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 885ca13845a..b0477a0ddc2 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -1,5 +1 @@
-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
 DIST cpuid-20170122.src.tar.gz 80046 SHA256 
667612aae6704341dd10844e97c84c5c5c8700817a5937a3c293b55013bc4865 SHA512 
0e057980c71a0e078254e6b7535747bdf368278932c39943cf7dfafe08443af07297a2b41518499937a710fe6950ba89377cabaada5f6332932650d4d17c1430
 WHIRLPOOL 
25594a2629c8da251d9cbc511a726cf2a4a235cc361c002fd6fa127c9d589f08938475094ea366861bb83b070d5d5955eac494d2b17958e2204b3e7275fd287c

diff --git a/sys-apps/cpuid/cpuid-20130610.ebuild 
b/sys-apps/cpuid/cpuid-20130610.ebuild
deleted file mode 100644
index c3929343f98..000
--- a/sys-apps/cpuid/cpuid-20130610.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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}-20110305-Makefile.patch
-   epatch "${FILESDIR}"/${PN}-20110305-fPIC.patch #376245
-}
-
-src_compile() {
-   tc-export CC
-   emake
-}
-
-src_install() {
-   emake BUILDROOT="${D}" install
-}

diff --git a/sys-apps/cpuid/cpuid-20140123.ebuild 
b/sys-apps/cpuid/cpuid-20140123.ebuild
deleted file mode 100644
index 90643e7bd72..000
--- a/sys-apps/cpuid/cpuid-20140123.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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}-20110305-Makefile.patch
-   epatch "${FILESDIR}"/${PN}-20110305-fPIC.patch #376245
-}
-
-src_compile() {
-   tc-export CC
-   emake
-}
-
-src_install() {
-   emake BUILDROOT="${D}" install
-}

diff --git a/sys-apps/cpuid/cpuid-20150606.ebuild 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/files/, sys-apps/cpuid/

2017-06-16 Thread Matt Turner
commit: f299c787bacbbf389046613d7c94f5bbb8e7d98a
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jun 16 13:51:28 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jun 16 14:02:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f299c787

sys-apps/cpuid: Version bump to 20170122

Bug: https://bugs.gentoo.org/611924

 sys-apps/cpuid/Manifest|  1 +
 sys-apps/cpuid/cpuid-20170122.ebuild   | 30 ++
 sys-apps/cpuid/files/cpuid-20170122-Makefile.patch | 28 
 3 files changed, 59 insertions(+)

diff --git a/sys-apps/cpuid/Manifest b/sys-apps/cpuid/Manifest
index 33784bca9dd..885ca13845a 100644
--- a/sys-apps/cpuid/Manifest
+++ b/sys-apps/cpuid/Manifest
@@ -2,3 +2,4 @@ DIST cpuid-20130610.src.tar.gz 65801 SHA256 
f87e835a83e69013eee09eded0e9c5ac0ea5
 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
+DIST cpuid-20170122.src.tar.gz 80046 SHA256 
667612aae6704341dd10844e97c84c5c5c8700817a5937a3c293b55013bc4865 SHA512 
0e057980c71a0e078254e6b7535747bdf368278932c39943cf7dfafe08443af07297a2b41518499937a710fe6950ba89377cabaada5f6332932650d4d17c1430
 WHIRLPOOL 
25594a2629c8da251d9cbc511a726cf2a4a235cc361c002fd6fa127c9d589f08938475094ea366861bb83b070d5d5955eac494d2b17958e2204b3e7275fd287c

diff --git a/sys-apps/cpuid/cpuid-20170122.ebuild 
b/sys-apps/cpuid/cpuid-20170122.ebuild
new file mode 100644
index 000..3c76118816b
--- /dev/null
+++ b/sys-apps/cpuid/cpuid-20170122.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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}-20170122-Makefile.patch
+   eapply_user
+}
+
+src_compile() {
+   tc-export CC
+   emake || die "emake failed"
+}
+
+src_install() {
+   emake BUILDROOT="${D}" install || die "email install failed"
+}

diff --git a/sys-apps/cpuid/files/cpuid-20170122-Makefile.patch 
b/sys-apps/cpuid/files/cpuid-20170122-Makefile.patch
new file mode 100644
index 000..9a02a54563a
--- /dev/null
+++ b/sys-apps/cpuid/files/cpuid-20170122-Makefile.patch
@@ -0,0 +1,28 @@
+diff -ru cpuid-20170122.orig/Makefile cpuid-20170122/Makefile
+--- cpuid-20170122.orig/Makefile   2017-06-16 06:54:32.993875817 -0700
 cpuid-20170122/Makefile2017-06-16 06:55:56.622875498 -0700
+@@ -1,9 +1,3 @@
+-CFLAGS+=-g
+-CPPFLAGS?=
+-LDFLAGS?=
+-ifneq (,$(findstring arch=i386,$(CFLAGS)))
+-CISA=-m32
+-endif
+ CFL=$(CPPFLAGS) $(CFLAGS) $(CISA) -Wall -Wshadow -Wcast-align 
-Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings 
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes 
-D_FILE_OFFSET_BITS=64 -DVERSION=$(VERSION)
+ 
+ PACKAGE=cpuid
+@@ -51,10 +45,10 @@
+   gzip < $< > $@
+ 
+ install: $(PROG) $(PROG).man.gz cpuinfo2cpuid cpuinfo2cpuid.man.gz
+-  install -D -s -m 755 $(PROG)  $(BUILDROOT)/usr/bin/$(PROG)
+-  install -D-m 444 $(PROG).man.gz   
$(BUILDROOT)/usr/share/man/man1/$(PROG).1.gz
+-  install -D-m 755 cpuinfo2cpuid
$(BUILDROOT)/usr/bin/cpuinfo2cpuid
+-  install -D-m 444 cpuinfo2cpuid.man.gz 
$(BUILDROOT)/usr/share/man/man1/cpuinfo2cpuid.1.gz
++  install -D -m 755 $(PROG)  $(BUILDROOT)/usr/bin/$(PROG)
++  install -D -m 444 $(PROG).man.gz   
$(BUILDROOT)/usr/share/man/man1/$(PROG).1.gz
++  install -D -m 755 cpuinfo2cpuid
$(BUILDROOT)/usr/bin/cpuinfo2cpuid
++  install -D -m 444 cpuinfo2cpuid.man.gz 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/cpuid/

2015-11-04 Thread Markos Chandras
commit: a8285a86a66e59238a5b3e772555b2214c0a48be
Author: Markos Chandras  gentoo  org>
AuthorDate: Wed Nov  4 21:03:14 2015 +
Commit: Markos Chandras  gentoo  org>
CommitDate: Wed Nov  4 21:05:50 2015 +
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 000..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
+}