diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-07-18 16:05:40 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-07-18 16:05:40 +0000 |
commit | baf8327a8e83629914499f3d6aac3f39dc5af54a (patch) | |
tree | 2e09928df71b7e7a34b3cf53c160af8ba2908663 /dev-util/oprofile | |
parent | fix the autoconf version to be more up to date, thanks to: Jeff Spencer <j... (diff) | |
download | historical-baf8327a8e83629914499f3d6aac3f39dc5af54a.tar.gz historical-baf8327a8e83629914499f3d6aac3f39dc5af54a.tar.bz2 historical-baf8327a8e83629914499f3d6aac3f39dc5af54a.zip |
Marked ppc stable.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-util/oprofile')
-rw-r--r-- | dev-util/oprofile/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/oprofile/Manifest | 16 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-0.9.ebuild | 4 |
3 files changed, 14 insertions, 11 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog index 06fd92e08aa1..d40264a6b582 100644 --- a/dev-util/oprofile/ChangeLog +++ b/dev-util/oprofile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/oprofile # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.18 2005/07/07 18:34:29 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.19 2005/07/18 16:05:40 josejx Exp $ + + 18 Jul 2005; Joseph Jezak <josejx@gentoo.org> oprofile-0.9.ebuild: + Marked ppc stable. 07 Jul 2005; Michał Januszewski <spock@gentoo.org> oprofile-0.9.ebuild: Marked stable on x86. diff --git a/dev-util/oprofile/Manifest b/dev-util/oprofile/Manifest index 6aa25f373e8d..7ae63a0b769c 100644 --- a/dev-util/oprofile/Manifest +++ b/dev-util/oprofile/Manifest @@ -1,19 +1,19 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 +MD5 12821fe19071f93c22f92ccefa06a2a7 ChangeLog 2481 +MD5 3d4a085e59f4ef22017d52452649205b metadata.xml 310 MD5 5f4b4ce6df8b9ac9eac2c7eaed723dbd oprofile-0.8.2.ebuild 1965 -MD5 64991430b2c7c5e4ef710ba106b96493 oprofile-0.9.ebuild 1963 -MD5 e7c7c8a59839e6ee4a79e222693b18cd ChangeLog 2389 MD5 0740dd6f2af79164df7499027b89593d oprofile-0.8.1.ebuild 1861 -MD5 3d4a085e59f4ef22017d52452649205b metadata.xml 310 -MD5 26253b92a26a505d340c30e8bd9be1d3 files/digest-oprofile-0.8.1 66 -MD5 c2c6ccfba6b301b507f80d5b1d595cf9 files/digest-oprofile-0.8.2 66 +MD5 0d4513b971a1db8c197a9fa337019bc9 oprofile-0.9.ebuild 1963 MD5 3f9580dac61b935958e6f8671c7d6ce0 files/digest-oprofile-0.9 64 MD5 37dee2be2710a99023888aa0be7f00cd files/oprofile-0.8.2.patch 669 +MD5 c2c6ccfba6b301b507f80d5b1d595cf9 files/digest-oprofile-0.8.2 66 +MD5 26253b92a26a505d340c30e8bd9be1d3 files/digest-oprofile-0.8.1 66 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCzXXLchej4aZK9/cRAtpVAJ4yEpeBuf7h9Pe3ZKJDJ59DnxuUUQCeLPDb -Opl+k8FLzi9IJfBjmxIWtmE= -=jeA7 +iD8DBQFC29NJcsIHjyDViGQRAiMuAKCbqRplqrPcGCZd2XPJkHZZ/5mkzgCg2yPK +IVr56Y687KaZmW2n9bD3oF8= +=Tc88 -----END PGP SIGNATURE----- diff --git a/dev-util/oprofile/oprofile-0.9.ebuild b/dev-util/oprofile/oprofile-0.9.ebuild index 3492795c013b..d0853adcd597 100644 --- a/dev-util/oprofile/oprofile-0.9.ebuild +++ b/dev-util/oprofile/oprofile-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.ebuild,v 1.2 2005/07/07 18:34:29 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.ebuild,v 1.3 2005/07/18 16:05:40 josejx Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/oprofile/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" +KEYWORDS="~amd64 ppc x86" # IUSE: it also needs kernel sources but all gentoo users have them IUSE="qt" DEPEND=">=dev-libs/popt-1.7-r1 |