summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2011-05-22 16:41:59 +0000
committerMatt Turner <mattst88@gentoo.org>2011-05-22 16:41:59 +0000
commit03946fa29426ce75c3903ef7462573027014ab7f (patch)
tree19b93e45cdc7776e7f64b29289f9d701c7e2bb33
parentstable x86, bug 364829 (diff)
downloadhistorical-03946fa29426ce75c3903ef7462573027014ab7f.tar.gz
historical-03946fa29426ce75c3903ef7462573027014ab7f.tar.bz2
historical-03946fa29426ce75c3903ef7462573027014ab7f.zip
Add ~alpha keyword
Package-Manager: portage-2.1.9.41/cvs/Linux x86_64
-rw-r--r--dev-util/oprofile/ChangeLog7
-rw-r--r--dev-util/oprofile/Manifest4
-rw-r--r--dev-util/oprofile/oprofile-0.9.6.ebuild6
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog
index 1f553bff73b8..883852184ebe 100644
--- a/dev-util/oprofile/ChangeLog
+++ b/dev-util/oprofile/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/oprofile
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.65 2010/07/18 18:46:07 armin76 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.66 2011/05/22 16:41:59 mattst88 Exp $
+
+ 22 May 2011; Matt Turner <mattst88@gentoo.org> oprofile-0.9.6.ebuild:
+ Add ~alpha keyword
18 Jul 2010; Raúl Porcel <armin76@gentoo.org> oprofile-0.9.6.ebuild:
Add ~arm, tested by ssvb
diff --git a/dev-util/oprofile/Manifest b/dev-util/oprofile/Manifest
index 2b3023483a52..6759be77120e 100644
--- a/dev-util/oprofile/Manifest
+++ b/dev-util/oprofile/Manifest
@@ -1,4 +1,4 @@
DIST oprofile-0.9.6.tar.gz 1321536 RMD160 95af7d4b698ac9f93567e7906e501f29949e96a0 SHA1 cc62cc58c574e235bc146c8ddc9d9a9af0972fd1 SHA256 3f0dd40a7749fc650d25d79d42ebbff8f3b6db310c36e7c3839696cc09077880
-EBUILD oprofile-0.9.6.ebuild 1711 RMD160 a93159064c02e92f983f0403bb9c2957d1fd7d64 SHA1 4d4025ce871cae879b8178307657ad61af528c5f SHA256 48e7978f1db89869761f4fb002497f74bed0de3878fd3c4f1733eb9fe2ae1970
-MISC ChangeLog 9070 RMD160 7abe21a515934741b9073060abb2cf867a081a80 SHA1 43f6f6cd570167522d8e956c787a9abaca6ff408 SHA256 72ffcfab00be6f235fa29fc403b7af86259f43982d64d8666c08e97c732a40b3
+EBUILD oprofile-0.9.6.ebuild 1719 RMD160 f166dc00b86c7119f06a32301b5dc217b12966fb SHA1 fc8145b9fcdee922687201c63b91b161a7b2131f SHA256 68df4c4364c12a8da675abfeb0cad064e93637f127caf54304a63b4946bc3103
+MISC ChangeLog 9165 RMD160 b6384b2bfa86715627c1120b0745864b06dbcb33 SHA1 56d093bdb7602924bfe83fb0f5ddc905df8b930c SHA256 e5216942e8fa83c82f73509d2d5c914ae3a83b7387ba2edb102bf2fa92f137b1
MISC metadata.xml 307 RMD160 c409719a8668e511d68d18b694941a938d6fcf60 SHA1 c547c9982ae42542ad182642ca3d5608f83e202a SHA256 0df423537a6bebf20bf0422e63cc497468f4926c27c0025c8703db116cdefb69
diff --git a/dev-util/oprofile/oprofile-0.9.6.ebuild b/dev-util/oprofile/oprofile-0.9.6.ebuild
index ed801df381e0..a77e01b3c9d9 100644
--- a/dev-util/oprofile/oprofile-0.9.6.ebuild
+++ b/dev-util/oprofile/oprofile-0.9.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.6 2010/07/18 18:46:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.6.ebuild,v 1.7 2011/05/22 16:41:59 mattst88 Exp $
EAPI=1
inherit linux-info
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/oprofile/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ppc ~ppc64 ~sparc x86"
IUSE=""
DEPEND=">=dev-libs/popt-1.7-r1