summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-07-19 21:45:46 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-07-19 21:45:46 +0000
commite7ba861cea32fbb06bcecf8f48de2bcd8d9a5dee (patch)
treee3d84b0a422fece64e9e6c3d1dcabfa1cb833fdd /sys-apps/cpuid
parentVersion bump (diff)
downloadgentoo-2-e7ba861cea32fbb06bcecf8f48de2bcd8d9a5dee.tar.gz
gentoo-2-e7ba861cea32fbb06bcecf8f48de2bcd8d9a5dee.tar.bz2
gentoo-2-e7ba861cea32fbb06bcecf8f48de2bcd8d9a5dee.zip
Version bump. Remove old
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/cpuid')
-rw-r--r--sys-apps/cpuid/ChangeLog9
-rw-r--r--sys-apps/cpuid/cpuid-20120601.ebuild (renamed from sys-apps/cpuid/cpuid-20110305.ebuild)8
2 files changed, 11 insertions, 6 deletions
diff --git a/sys-apps/cpuid/ChangeLog b/sys-apps/cpuid/ChangeLog
index d6b3eef6c7cd..a4158b2c9233 100644
--- a/sys-apps/cpuid/ChangeLog
+++ b/sys-apps/cpuid/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/cpuid
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuid/ChangeLog,v 1.4 2012/03/10 06:03:39 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuid/ChangeLog,v 1.5 2012/07/19 21:45:46 hwoarang Exp $
+
+*cpuid-20120601 (19 Jul 2012)
+
+ 19 Jul 2012; Markos Chandras <hwoarang@gentoo.org> +cpuid-20120601.ebuild,
+ -cpuid-20110305.ebuild:
+ Version bump. Remove old
*cpuid-20120225 (10 Mar 2012)
@@ -19,4 +25,3 @@
+files/cpuid-20110305-Makefile.patch, +metadata.xml:
Initial commit of cpuid. Thanks to Ivan Yosifov <iyosifov@gmail.com> for the
initial ebuild. Bug #179805
-
diff --git a/sys-apps/cpuid/cpuid-20110305.ebuild b/sys-apps/cpuid/cpuid-20120601.ebuild
index 76204bc93588..143d9d79ac0b 100644
--- a/sys-apps/cpuid/cpuid-20110305.ebuild
+++ b/sys-apps/cpuid/cpuid-20120601.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuid/cpuid-20110305.ebuild,v 1.3 2011/07/31 16:12:40 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuid/cpuid-20120601.ebuild,v 1.1 2012/07/19 21:45:46 hwoarang Exp $
EAPI="4"
@@ -17,8 +17,8 @@ LICENSE="GPL-2"
IUSE=""
src_prepare() {
- epatch "${FILESDIR}"/${P}-Makefile.patch
- epatch "${FILESDIR}"/${P}-fPIC.patch #376245
+ epatch "${FILESDIR}"/${PN}-20110305-Makefile.patch
+ epatch "${FILESDIR}"/${PN}-20110305-fPIC.patch #376245
}
src_compile() {