summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2005-03-25 17:20:17 +0000
committerMichael Januszewski <spock@gentoo.org>2005-03-25 17:20:17 +0000
commit7da165ec704aa3471b3aaad42aae623d9b266207 (patch)
tree0fe1284511ca470ae2871407c38623ec0d8bd1dc /dev-util/oprofile
parent~amd64 (diff)
downloadgentoo-2-7da165ec704aa3471b3aaad42aae623d9b266207.tar.gz
gentoo-2-7da165ec704aa3471b3aaad42aae623d9b266207.tar.bz2
gentoo-2-7da165ec704aa3471b3aaad42aae623d9b266207.zip
Version bump. Removed old ebuilds.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-util/oprofile')
-rw-r--r--dev-util/oprofile/ChangeLog8
-rw-r--r--dev-util/oprofile/files/digest-oprofile-0.71
-rw-r--r--dev-util/oprofile/files/digest-oprofile-0.7.11
-rw-r--r--dev-util/oprofile/files/digest-oprofile-0.8.21
-rw-r--r--dev-util/oprofile/oprofile-0.7.ebuild61
-rw-r--r--dev-util/oprofile/oprofile-0.8.2.ebuild (renamed from dev-util/oprofile/oprofile-0.7.1.ebuild)6
6 files changed, 11 insertions, 67 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog
index 37f914329598..22b1386b4f28 100644
--- a/dev-util/oprofile/ChangeLog
+++ b/dev-util/oprofile/ChangeLog
@@ -1,6 +1,12 @@
# 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.10 2005/01/12 00:08:59 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.11 2005/03/25 17:20:17 spock Exp $
+
+*oprofile-0.8.2 (25 Mar 2005)
+
+ 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.
12 Jan 2005; Michal Januszewski <spock@gentoo.org> oprofile-0.8.1.ebuild:
Stable on x86.
diff --git a/dev-util/oprofile/files/digest-oprofile-0.7 b/dev-util/oprofile/files/digest-oprofile-0.7
deleted file mode 100644
index a42a017bb86a..000000000000
--- a/dev-util/oprofile/files/digest-oprofile-0.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7ea8ee0c2efd2edf4294ff8316f2cb66 oprofile-0.7.tar.gz 533420
diff --git a/dev-util/oprofile/files/digest-oprofile-0.7.1 b/dev-util/oprofile/files/digest-oprofile-0.7.1
deleted file mode 100644
index af516ed4a094..000000000000
--- a/dev-util/oprofile/files/digest-oprofile-0.7.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 de7c5fd12b339e5c6eecb714ea823977 oprofile-0.7.1.tar.gz 557727
diff --git a/dev-util/oprofile/files/digest-oprofile-0.8.2 b/dev-util/oprofile/files/digest-oprofile-0.8.2
new file mode 100644
index 000000000000..c8e9e9cc1096
--- /dev/null
+++ b/dev-util/oprofile/files/digest-oprofile-0.8.2
@@ -0,0 +1 @@
+MD5 a08c696910911d1f14585456829590f2 oprofile-0.8.2.tar.gz 643683
diff --git a/dev-util/oprofile/oprofile-0.7.ebuild b/dev-util/oprofile/oprofile-0.7.ebuild
deleted file mode 100644
index c1e01bab90a2..000000000000
--- a/dev-util/oprofile/oprofile-0.7.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# 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.7.ebuild,v 1.7 2005/01/12 00:08:59 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.1.ebuild b/dev-util/oprofile/oprofile-0.8.2.ebuild
index 0f74297fd420..8ca2f5d54055 100644
--- a/dev-util/oprofile/oprofile-0.7.1.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.7.1.ebuild,v 1.6 2005/01/12 00:08:59 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.8.2.ebuild,v 1.1 2005/03/25 17:20:17 spock 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"
+KEYWORDS="~x86 ~ppc"
# IUSE: it also needs kernel sources but all gentoo users have them
IUSE="qt"
DEPEND=">=dev-libs/popt-1.7-r1
@@ -36,7 +36,7 @@ src_compile() {
fi
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";;