summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-09-04 22:10:52 +0200
committerDavid Seifert <soap@gentoo.org>2017-09-04 22:11:53 +0200
commit3e576098d558450422bb20e3375864f97e27bfe4 (patch)
treeb2fc8e044b7f6d9071f4fa181094c3881a97a9e4 /sys-apps/cpuid/cpuid-20150606.ebuild
parentsys-apps/cpuid: Mark amd64/x86 stable (diff)
downloadgentoo-3e576098d558450422bb20e3375864f97e27bfe4.tar.gz
gentoo-3e576098d558450422bb20e3375864f97e27bfe4.tar.bz2
gentoo-3e576098d558450422bb20e3375864f97e27bfe4.zip
sys-apps/cpuid: Remove old
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sys-apps/cpuid/cpuid-20150606.ebuild')
-rw-r--r--sys-apps/cpuid/cpuid-20150606.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-apps/cpuid/cpuid-20150606.ebuild b/sys-apps/cpuid/cpuid-20150606.ebuild
deleted file mode 100644
index 2b680dd17869..000000000000
--- a/sys-apps/cpuid/cpuid-20150606.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 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}-20150606-Makefile.patch
- epatch "${FILESDIR}"/${PN}-20110305-fPIC.patch #376245
-}
-
-src_compile() {
- tc-export CC
- emake
-}
-
-src_install() {
- emake BUILDROOT="${D}" install
-}