summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-20 06:38:02 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-20 06:38:02 +0200
commit20fc5c4dd085ddf216853250302893d2db083613 (patch)
treed5881be186d9f5ce53fd6048832ff0f720d421c6 /app-portage
parentsys-apps/etckeeper: fix unit installation on prefix (diff)
downloadgentoo-20fc5c4dd085ddf216853250302893d2db083613.tar.gz
gentoo-20fc5c4dd085ddf216853250302893d2db083613.tar.bz2
gentoo-20fc5c4dd085ddf216853250302893d2db083613.zip
app-portage/cpuid2cpuflags: Remove the live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/cpuid2cpuflags/cpuid2cpuflags-9999.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-9999.ebuild b/app-portage/cpuid2cpuflags/cpuid2cpuflags-9999.ebuild
deleted file mode 100644
index 5192dad1280b..000000000000
--- a/app-portage/cpuid2cpuflags/cpuid2cpuflags-9999.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_REPO_URI="https://github.com/mgorny/cpuid2cpuflags"
-inherit autotools git-r3
-
-DESCRIPTION="Tool to guess CPU_FLAGS_* flags for the host"
-HOMEPAGE="https://github.com/mgorny/cpuid2cpuflags"
-SRC_URI=""
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-src_prepare() {
- default
- eautoreconf
-}