summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-13 17:43:41 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-13 17:57:36 +0100
commitb0a3f4e7c0a47724c6b9c7ca7293f28c9a9e5cff (patch)
tree22477b83e5001c924ae560b93721aa48394b376b /app-portage/cpuid2cpuflags/cpuid2cpuflags-5.ebuild
parentapp-editors/elvis: add doc USE flag. (diff)
downloadgentoo-b0a3f4e7c0a47724c6b9c7ca7293f28c9a9e5cff.tar.gz
gentoo-b0a3f4e7c0a47724c6b9c7ca7293f28c9a9e5cff.tar.bz2
gentoo-b0a3f4e7c0a47724c6b9c7ca7293f28c9a9e5cff.zip
app-portage/cpuid2cpuflags: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/cpuid2cpuflags/cpuid2cpuflags-5.ebuild')
-rw-r--r--app-portage/cpuid2cpuflags/cpuid2cpuflags-5.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-5.ebuild b/app-portage/cpuid2cpuflags/cpuid2cpuflags-5.ebuild
deleted file mode 100644
index 81e0c4eaea60..000000000000
--- a/app-portage/cpuid2cpuflags/cpuid2cpuflags-5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Tool to guess CPU_FLAGS_* flags for the host"
-HOMEPAGE="https://github.com/mgorny/cpuid2cpuflags"
-SRC_URI="https://github.com/mgorny/cpuid2cpuflags/releases/download/v${PV}/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86 ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-pkg_postinst() {
- local v
- for v in ${REPLACING_VERSIONS}; do
- if [[ ${v%-r*} -lt 2 ]]; then
- elog 'Please note that the output has changed in v2. The new format is suitable'
- elog 'both for Portage and Paludis. To use it, e.g.:'
- elog
- elog ' $ echo "*/* $(cpuid2cpuflags)" > /etc/portage/package.use/00cpuflags'
- elog
- elog '(you may need to convert package.use into a directory if you want to use'
- elog ' separate file as presented here)'
- fi
- done
-}