diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-03-25 21:29:35 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-03-25 21:29:35 +0000 |
commit | 59209a067c757b5c02055e51b34184abccc4a72a (patch) | |
tree | 60730e49a339a754702959b42af97ce3e1336721 /dev-util/oprofile | |
parent | Added ppc stable keywords. (diff) | |
download | historical-59209a067c757b5c02055e51b34184abccc4a72a.tar.gz historical-59209a067c757b5c02055e51b34184abccc4a72a.tar.bz2 historical-59209a067c757b5c02055e51b34184abccc4a72a.zip |
~amd64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-util/oprofile')
-rw-r--r-- | dev-util/oprofile/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/oprofile/Manifest | 18 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-0.8.2.ebuild | 4 |
3 files changed, 11 insertions, 18 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog index 22b1386b4f28..07a7926ea9c6 100644 --- a/dev-util/oprofile/ChangeLog +++ b/dev-util/oprofile/ChangeLog @@ -1,10 +1,13 @@ # 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.11 2005/03/25 17:20:17 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.12 2005/03/25 21:29:35 blubb Exp $ + + 25 Mar 2005; <blubb@gentoo.org> oprofile-0.8.2.ebuild: + added ~amd64 *oprofile-0.8.2 (25 Mar 2005) - 25 Mar 2005; Michał Januszewski <spock@gentoo.org> -oprofile-0.7.ebuild, + 25 Mar 2005; MichaÅ Januszewski <spock@gentoo.org> -oprofile-0.7.ebuild, -oprofile-0.7.1.ebuild, +oprofile-0.8.2.ebuild: Version bump. Removed old ebuilds. diff --git a/dev-util/oprofile/Manifest b/dev-util/oprofile/Manifest index 89d2a00df57c..404af563baf6 100644 --- a/dev-util/oprofile/Manifest +++ b/dev-util/oprofile/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 cffc86abccc151bbb7a7bd2f9cfb208d oprofile-0.8.2.ebuild 1862 -MD5 394fa84aa74c6b417d4047c319eb66e4 ChangeLog 1564 +MD5 f906d1cf50b1e761204d26c168a696cf ChangeLog 1639 +MD5 3d4a085e59f4ef22017d52452649205b metadata.xml 310 MD5 ad36cd7d43f84bfaacb260ef16fa4546 oprofile-0.8.1.ebuild 1861 MD5 0fc56ce4adc0619ba4ad4fc88c969e55 oprofile-0.8.ebuild 1859 -MD5 3d4a085e59f4ef22017d52452649205b metadata.xml 310 -MD5 26253b92a26a505d340c30e8bd9be1d3 files/digest-oprofile-0.8.1 66 +MD5 a0d951f9e535e67f0b8cc76e790e4555 oprofile-0.8.2.ebuild 1869 MD5 c2c6ccfba6b301b507f80d5b1d595cf9 files/digest-oprofile-0.8.2 66 MD5 c90612912e77016c9aa69bb752907940 files/digest-oprofile-0.8 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCRElFchej4aZK9/cRAo4EAJ9D0jivKHfJhyVJ4+E3S6sNLAn83QCcDUE7 -52ix/xN3QkFvaoCt7Sq9oTE= -=OMFc ------END PGP SIGNATURE----- +MD5 26253b92a26a505d340c30e8bd9be1d3 files/digest-oprofile-0.8.1 66 diff --git a/dev-util/oprofile/oprofile-0.8.2.ebuild b/dev-util/oprofile/oprofile-0.8.2.ebuild index 8ca2f5d54055..4f86792f9eb1 100644 --- a/dev-util/oprofile/oprofile-0.8.2.ebuild +++ b/dev-util/oprofile/oprofile-0.8.2.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.8.2.ebuild,v 1.1 2005/03/25 17:20:17 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.8.2.ebuild,v 1.2 2005/03/25 21:29:35 blubb Exp $ DESCRIPTION="A transparent low-overhead system-wide profiler" HOMEPAGE="http://oprofile.sourceforge.net" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/oprofile/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" # IUSE: it also needs kernel sources but all gentoo users have them IUSE="qt" DEPEND=">=dev-libs/popt-1.7-r1 |