diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-07 21:41:19 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-07 21:41:19 +0000 |
commit | b712e44d690e074859f74e2830b8542c2979609c (patch) | |
tree | 80b2e783891ba4e439dc11b8f6e542cf362d7acc /dev-util/oprofile | |
parent | Marking jemalloc-2.2.5-r1 ppc for bug 418743 (diff) | |
download | gentoo-2-b712e44d690e074859f74e2830b8542c2979609c.tar.gz gentoo-2-b712e44d690e074859f74e2830b8542c2979609c.tar.bz2 gentoo-2-b712e44d690e074859f74e2830b8542c2979609c.zip |
inherit eutils for epatch, user for enewgroup and enewuser, and multilib for get_libdir
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'dev-util/oprofile')
-rw-r--r-- | dev-util/oprofile/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-0.9.6.ebuild | 6 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-0.9.7.ebuild | 4 |
3 files changed, 11 insertions, 6 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog index 6ca3e0396f89..f6068caefddc 100644 --- a/dev-util/oprofile/ChangeLog +++ b/dev-util/oprofile/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/oprofile # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.79 2012/05/18 23:30:20 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.80 2012/06/07 21:41:19 zmedico Exp $ + + 07 Jun 2012; Zac Medico <zmedico@gentoo.org> oprofile-0.9.6.ebuild, + oprofile-0.9.7.ebuild: + inherit eutils for epatch, user for enewgroup and enewuser, and multilib for + get_libdir 18 May 2012; Matt Turner <mattst88@gentoo.org> oprofile-0.9.7.ebuild: Added ~mips. diff --git a/dev-util/oprofile/oprofile-0.9.6.ebuild b/dev-util/oprofile/oprofile-0.9.6.ebuild index 5f1dbabed86b..a1f047384d67 100644 --- a/dev-util/oprofile/oprofile-0.9.6.ebuild +++ b/dev-util/oprofile/oprofile-0.9.6.ebuild @@ -1,9 +1,9 @@ -# 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/dev-util/oprofile/oprofile-0.9.6.ebuild,v 1.8 2011/06/12 12:45:57 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6.ebuild,v 1.9 2012/06/07 21:41:19 zmedico Exp $ EAPI=1 -inherit linux-info +inherit eutils linux-info DESCRIPTION="A transparent low-overhead system-wide profiler" HOMEPAGE="http://oprofile.sourceforge.net" diff --git a/dev-util/oprofile/oprofile-0.9.7.ebuild b/dev-util/oprofile/oprofile-0.9.7.ebuild index ed3b91a542d0..a19710ad3d66 100644 --- a/dev-util/oprofile/oprofile-0.9.7.ebuild +++ b/dev-util/oprofile/oprofile-0.9.7.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.7.ebuild,v 1.2 2012/05/18 23:30:20 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.7.ebuild,v 1.3 2012/06/07 21:41:19 zmedico Exp $ EAPI=2 -inherit eutils linux-info java-pkg-opt-2 +inherit eutils linux-info multilib user java-pkg-opt-2 MY_P=${PN}-${PV/_/-} DESCRIPTION="A transparent low-overhead system-wide profiler" |