Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/cpuid2cpuflags/
Date: Sat, 02 Dec 2017 09:36:57
Message-Id: 1512207400.5f26acab975e7e81f1effa59ed7b63af9c199162.mgorny@gentoo
1 commit: 5f26acab975e7e81f1effa59ed7b63af9c199162
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 08:28:49 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 09:36:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f26acab
7
8 app-portage/cpuid2cpuflags: Prune redundant versions
9
10 app-portage/cpuid2cpuflags/Manifest | 2 --
11 app-portage/cpuid2cpuflags/cpuid2cpuflags-2.ebuild | 16 -------------
12 app-portage/cpuid2cpuflags/cpuid2cpuflags-3.ebuild | 28 ----------------------
13 3 files changed, 46 deletions(-)
14
15 diff --git a/app-portage/cpuid2cpuflags/Manifest b/app-portage/cpuid2cpuflags/Manifest
16 index 3c97af07368..807d1075238 100644
17 --- a/app-portage/cpuid2cpuflags/Manifest
18 +++ b/app-portage/cpuid2cpuflags/Manifest
19 @@ -1,4 +1,2 @@
20 -DIST cpuid2cpuflags-3.tar.bz2 70130 SHA256 779314786ceb347e69f150becd54b97b9f18a1d7e06ca88b7b112a44e00d116c SHA512 65fb0a845a480977a64566d5e3a3700af60f96252eef6d26273afc43484a2289cdb311fcfc1cee60e684be15e167c796e901b68a2a981f6b9c02c8055daddc71 WHIRLPOOL 9036563c9ce80896640f4fee6a35dfbc936521abbe2b9d79b951af5e9218f161d35b9ab3dc68e1f685f8d000c13c0c649c66c84c132d65c88127e701db084910
21 DIST cpuid2cpuflags-4.tar.bz2 71216 SHA256 e8d911d06852ffa860ad175235f78aa8beb009ecb26d1809cd6c3fd253dbba4a SHA512 0f8a078a605687af9be0152d530dabfa7636827005747a5cce399103eec34f96216b4417e06472821aceecdca737a6ee106b63f056f221d6f2a3050bc3a03f6b WHIRLPOOL e887c998d0b5b4ffa9956c76f3853d4d695acc6eafaa4e94484ce3c895399a78e98eb91fb918a7df5e2cc07c6e28ea100725bf0b28af23cd082f6e719a62b74b
22 DIST cpuinfo2cpuflags-1.tar.gz 1429 SHA256 aaa4b80568936acc4b2798f62254a5170328c862cadc70b22cd10e4e6716bbcc SHA512 68a21cfdb0fc8c6eb5aad5c6702d50dd56c927b2010efea1651dbc6a9657654b770bc5a4055fb11e790066c2c63c9ea29c3e03d91057abe187e7029e6797aede WHIRLPOOL 57c66d7eddbf6245735f037980a3d7a685dbccc11bba7e7dd0e1290a77960f17cdb81f161c012abc0eec213b951709df8d7677f0034d5b083bc6f45be1386ad8
23 -DIST cpuinfo2cpuflags-2.tar.bz2 68939 SHA256 a8779df6fbd5f7d3b92580b0b73242a209bedd4e8204ea04d1d811e1ca6d5cba SHA512 672042112e6430edb0dbfd82d3de2088324544e7bcd81b1c3376d5a85b5f7da91b0e1c92d00d575adb861091b33de599a05edc9a75d0ef76a253ca077276127c WHIRLPOOL f64c040a4a6b8c193447d6c01aa2ba18af5c1232c6a7b0f9f794f5792c39d7c4288c190d135f2c80475dbf5fc3f187496edab4861209209311cdcd0e4218c7d8
24
25 diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-2.ebuild b/app-portage/cpuid2cpuflags/cpuid2cpuflags-2.ebuild
26 deleted file mode 100644
27 index e2535eee58b..00000000000
28 --- a/app-portage/cpuid2cpuflags/cpuid2cpuflags-2.ebuild
29 +++ /dev/null
30 @@ -1,16 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -MY_P=cpuinfo2cpuflags-${PV}
37 -DESCRIPTION="Tool to guess CPU_FLAGS_X86 flags for the host"
38 -HOMEPAGE="https://github.com/mgorny/cpuid2cpuflags"
39 -SRC_URI="https://github.com/mgorny/cpuid2cpuflags/releases/download/v${PV}/${MY_P}.tar.bz2"
40 -
41 -LICENSE="BSD-2"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
44 -IUSE=""
45 -
46 -S=${WORKDIR}/${MY_P}
47
48 diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-3.ebuild b/app-portage/cpuid2cpuflags/cpuid2cpuflags-3.ebuild
49 deleted file mode 100644
50 index 7aec3c15788..00000000000
51 --- a/app-portage/cpuid2cpuflags/cpuid2cpuflags-3.ebuild
52 +++ /dev/null
53 @@ -1,28 +0,0 @@
54 -# Copyright 1999-2017 Gentoo Foundation
55 -# Distributed under the terms of the GNU General Public License v2
56 -
57 -EAPI=6
58 -
59 -DESCRIPTION="Tool to guess CPU_FLAGS_X86 flags for the host"
60 -HOMEPAGE="https://github.com/mgorny/cpuid2cpuflags"
61 -SRC_URI="https://github.com/mgorny/cpuid2cpuflags/releases/download/v${PV}/${P}.tar.bz2"
62 -
63 -LICENSE="BSD-2"
64 -SLOT="0"
65 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
66 -IUSE=""
67 -
68 -pkg_postinst() {
69 - local v
70 - for v in ${REPLACING_VERSIONS}; do
71 - if [[ ${v%-r*} -lt 2 ]]; then
72 - elog 'Please note that the output has changed in v2. The new format is suitable'
73 - elog 'both for Portage and Paludis. To use it, e.g.:'
74 - elog
75 - elog ' $ echo "*/* $(cpuid2cpuflags)" > /etc/portage/package.use/00cpuflags'
76 - elog
77 - elog '(you may need to convert package.use into a directory if you want to use'
78 - elog ' separate file as presented here)'
79 - fi
80 - done
81 -}