commit: 20fc5c4dd085ddf216853250302893d2db083613 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 20 04:38:02 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 20 04:38:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20fc5c4d
app-portage/cpuid2cpuflags: Remove the live ebuild Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../cpuid2cpuflags/cpuid2cpuflags-9999.ebuild | 21 --------------------- 1 file changed, 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 -}
