diff options
author | Michael Januszewski <spock@gentoo.org> | 2004-02-01 19:57:28 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2004-02-01 19:57:28 +0000 |
commit | b75f6142bf897fdc082fb17e7af9e3ef031372f6 (patch) | |
tree | bf0b6e58899e6125106315bbfb70d8ca2b1b3955 /dev-util/oprofile | |
parent | Mark stable, bug #32535 (diff) | |
download | historical-b75f6142bf897fdc082fb17e7af9e3ef031372f6.tar.gz historical-b75f6142bf897fdc082fb17e7af9e3ef031372f6.tar.bz2 historical-b75f6142bf897fdc082fb17e7af9e3ef031372f6.zip |
Version bump.
Diffstat (limited to 'dev-util/oprofile')
-rw-r--r-- | dev-util/oprofile/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/oprofile/Manifest | 7 | ||||
-rw-r--r-- | dev-util/oprofile/files/digest-oprofile-0.7.1 | 1 | ||||
-rw-r--r-- | dev-util/oprofile/metadata.xml | 10 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-0.7.1.ebuild | 60 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-0.7.ebuild | 4 |
6 files changed, 86 insertions, 6 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog index ed0f3d8dcc64..82bb0680ef59 100644 --- a/dev-util/oprofile/ChangeLog +++ b/dev-util/oprofile/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/oprofile -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.1 2003/10/23 22:48:16 cretin Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.2 2004/02/01 19:57:28 spock Exp $ + +*oprofile-0.7.1 (01 Feb 2004) + + 01 Feb 2004; Michal Januszewski <spock@gentoo.org> metadata.xml, + oprofile-0.7.1.ebuild, oprofile-0.7.ebuild: + Version bump, closes #39715. *oprofile-0.7 (23 Oct 2003) diff --git a/dev-util/oprofile/Manifest b/dev-util/oprofile/Manifest index 4f424b05823d..e3eb81acd7d6 100644 --- a/dev-util/oprofile/Manifest +++ b/dev-util/oprofile/Manifest @@ -1,3 +1,6 @@ -MD5 b29026b16af26da6d993b64b0ec648dc oprofile-0.7.ebuild 1656 -MD5 a513bd34276fa8264699aba3e0c0dc98 ChangeLog 385 +MD5 93016ca17474020cc5255823c6869e06 oprofile-0.7.ebuild 1655 +MD5 758a403003afaa6fa35dfd2ec9400c94 oprofile-0.7.1.ebuild 1655 +MD5 2c379d71bf7fab63affd2f69edd2fc22 ChangeLog 560 +MD5 3d4a085e59f4ef22017d52452649205b metadata.xml 310 +MD5 8fb81a645cd9dcca67423b0e42d7255c files/digest-oprofile-0.7.1 66 MD5 06028442781220898a045871c9db7de6 files/digest-oprofile-0.7 64 diff --git a/dev-util/oprofile/files/digest-oprofile-0.7.1 b/dev-util/oprofile/files/digest-oprofile-0.7.1 new file mode 100644 index 000000000000..af516ed4a094 --- /dev/null +++ b/dev-util/oprofile/files/digest-oprofile-0.7.1 @@ -0,0 +1 @@ +MD5 de7c5fd12b339e5c6eecb714ea823977 oprofile-0.7.1.tar.gz 557727 diff --git a/dev-util/oprofile/metadata.xml b/dev-util/oprofile/metadata.xml new file mode 100644 index 000000000000..cbcd6f56e91e --- /dev/null +++ b/dev-util/oprofile/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>spock@gentoo.org</email> + <name>Michal Januszewski</name> + <description>Temporary maintainership.</description> +</maintainer> +</pkgmetadata> diff --git a/dev-util/oprofile/oprofile-0.7.1.ebuild b/dev-util/oprofile/oprofile-0.7.1.ebuild new file mode 100644 index 000000000000..ba517399671b --- /dev/null +++ b/dev-util/oprofile/oprofile-0.7.1.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.7.1.ebuild,v 1.1 2004/02/01 19:57:28 spock Exp $ + +DESCRIPTION="A transparent low-overhead system-wide profiler" +HOMEPAGE="http://oprofile.sourceforge.net" +SRC_URI="mirror://sourceforge/oprofile/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86" +# IUSE: it also needs kernel sources but all gentoo users have them +IUSE="qt" +DEPEND=">=dev-libs/popt-1.7-r1 + >=sys-devel/binutils-2.14.90.0.6-r3 + >=sys-libs/glibc-2.3.2-r1 + qt? ( >=x11-libs/qt-3.2.1-r2 )" + +src_compile() { + check_KV + + local myconf="" + + use qt || myconf="${myconf} --with-qt-dir=/void" + + myconf="${myconf} --with-x" + # note: compilation has only been tested with a 2.4 kernel + case $KV in + 2.2.*|2.4.*) myconf="${myconf} --with-linux=/usr/src/linux";; + 2.5.*|2.6.*) myconf="${myconf} --with-kernel-support";; + *) die "Kernel version '$KV' not supported";; + esac + econf ${myconf} || die "econf failed" + + local mymake="" + + sed -i -e "s,depmod -a,:,g" Makefile + emake ${mymake} || die "emake failed" +} + +src_install() { + local myinst="" + + myinst="${myinst} MODINSTALLDIR=${D}/lib/modules/${KV}" + make DESTDIR=${D} ${myinst} install || die "make install failed" + + dodoc ChangeLog* README TODO +} + +pkg_postinst() { + # media-video/nvidia-kernel does the following: + [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules + + echo + einfo "Now load the oprofile module by running:" + einfo " # opcontrol --init" + einfo "Then read manpages and this html doc:" + einfo " /usr/share/doc/oprofile/oprofile.html" + echo +} diff --git a/dev-util/oprofile/oprofile-0.7.ebuild b/dev-util/oprofile/oprofile-0.7.ebuild index 305db73164ce..543567ba899e 100644 --- a/dev-util/oprofile/oprofile-0.7.ebuild +++ b/dev-util/oprofile/oprofile-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.7.ebuild,v 1.3 2003/11/12 19:32:08 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.7.ebuild,v 1.4 2004/02/01 19:57:28 spock Exp $ DESCRIPTION="A transparent low-overhead system-wide profiler" HOMEPAGE="http://oprofile.sourceforge.net" |