summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-12-26 03:25:32 +0000
committerMart Raudsepp <leio@gentoo.org>2008-12-26 03:25:32 +0000
commit3c9c546f4f8fa3552e02012ad6bff81cafc0485d (patch)
tree36f25d16dbc01ab177e771cd6370888eb6f0c3db /dev-util/sysprof
parentAdd missing runtime dependencies, reported by Jens Meissner (bug #251866) (diff)
downloadgentoo-2-3c9c546f4f8fa3552e02012ad6bff81cafc0485d.tar.gz
gentoo-2-3c9c546f4f8fa3552e02012ad6bff81cafc0485d.tar.bz2
gentoo-2-3c9c546f4f8fa3552e02012ad6bff81cafc0485d.zip
Remove old versions. They don't work with latest stable kernel anyway
(Portage version: 2.2_rc18/cvs/Linux 2.6.27-gentoo-r7 x86_64)
Diffstat (limited to 'dev-util/sysprof')
-rw-r--r--dev-util/sysprof/ChangeLog6
-rw-r--r--dev-util/sysprof/sysprof-1.0.10.ebuild43
-rw-r--r--dev-util/sysprof/sysprof-1.0.8.ebuild39
-rw-r--r--dev-util/sysprof/sysprof-1.0.9.ebuild41
4 files changed, 5 insertions, 124 deletions
diff --git a/dev-util/sysprof/ChangeLog b/dev-util/sysprof/ChangeLog
index b89f3fa12115..e2c5bd15782f 100644
--- a/dev-util/sysprof/ChangeLog
+++ b/dev-util/sysprof/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/sysprof
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/sysprof/ChangeLog,v 1.12 2008/12/10 23:52:19 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/sysprof/ChangeLog,v 1.13 2008/12/26 03:25:32 leio Exp $
+
+ 26 Dec 2008; Mart Raudsepp <leio@gentoo.org> -sysprof-1.0.8.ebuild,
+ -sysprof-1.0.9.ebuild, -sysprof-1.0.10.ebuild:
+ Remove old versions. They don't work with latest stable kernel anyway
*sysprof-1.0.12 (10 Dec 2008)
diff --git a/dev-util/sysprof/sysprof-1.0.10.ebuild b/dev-util/sysprof/sysprof-1.0.10.ebuild
deleted file mode 100644
index 6991af56f032..000000000000
--- a/dev-util/sysprof/sysprof-1.0.10.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/sysprof/sysprof-1.0.10.ebuild,v 1.1 2008/05/01 14:53:40 leio Exp $
-
-inherit eutils linux-mod
-
-DESCRIPTION="System-wide Linux Profiler"
-HOMEPAGE="http://www.daimi.au.dk/~sandmann/sysprof/"
-SRC_URI="http://www.daimi.au.dk/~sandmann/sysprof/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.6
- x11-libs/pango
- >=gnome-base/libglade-2"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9"
-
-pkg_setup() {
- MODULE_NAMES="sysprof-module(misc:${S}/module)"
- CONFIG_CHECK="PROFILING"
- PROFILING_ERROR="You need to enable Profiling support in your kernel. \
-For this you need to enable 'Profiling support' under 'Instrumentation Support'. \
-It is marked CONFIG_PROFILING in the config file"
- BUILD_TARGETS="all"
- linux-mod_pkg_setup
-}
-
-src_compile() {
- econf --disable-kernel-module || die
- emake || die
- linux-mod_src_compile
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
- linux-mod_src_install
- dodoc AUTHORS ChangeLog NEWS README TODO
- make_desktop_entry sysprof Sysprof sysprof-icon
-}
diff --git a/dev-util/sysprof/sysprof-1.0.8.ebuild b/dev-util/sysprof/sysprof-1.0.8.ebuild
deleted file mode 100644
index 0f406d0e05a4..000000000000
--- a/dev-util/sysprof/sysprof-1.0.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/sysprof/sysprof-1.0.8.ebuild,v 1.2 2008/02/29 18:00:10 carlo Exp $
-
-inherit eutils linux-mod
-
-DESCRIPTION="System-wide Linux Profiler"
-HOMEPAGE="http://www.daimi.au.dk/~sandmann/sysprof/"
-SRC_URI="http://www.daimi.au.dk/~sandmann/sysprof/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=x11-libs/gtk+-2.6
- x11-libs/pango
- >=gnome-base/libglade-2"
-
-pkg_setup() {
- MODULE_NAMES="sysprof-module(misc:${S}/module)"
- CONFIG_CHECK="PROFILING"
- PROFILING_ERROR="You need to enable Profiling support in your kernel."
- BUILD_TARGETS="all"
- linux-mod_pkg_setup
-}
-
-src_compile() {
- econf --disable-kernel-module || die
- emake || die
- linux-mod_src_compile
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
- linux-mod_src_install
- dodoc AUTHORS ChangeLog NEWS README TODO
- make_desktop_entry sysprof Sysprof sysprof-icon
-}
diff --git a/dev-util/sysprof/sysprof-1.0.9.ebuild b/dev-util/sysprof/sysprof-1.0.9.ebuild
deleted file mode 100644
index 397d50e16a29..000000000000
--- a/dev-util/sysprof/sysprof-1.0.9.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/sysprof/sysprof-1.0.9.ebuild,v 1.2 2008/02/29 18:00:10 carlo Exp $
-
-inherit eutils linux-mod
-
-DESCRIPTION="System-wide Linux Profiler"
-HOMEPAGE="http://www.daimi.au.dk/~sandmann/sysprof/"
-SRC_URI="http://www.daimi.au.dk/~sandmann/sysprof/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=x11-libs/gtk+-2.6
- x11-libs/pango
- >=gnome-base/libglade-2"
-
-pkg_setup() {
- MODULE_NAMES="sysprof-module(misc:${S}/module)"
- CONFIG_CHECK="PROFILING"
- PROFILING_ERROR="You need to enable Profiling support in your kernel. \
-For this you need to enable 'Profiling support' under 'Instrumentation Support'. \
-It is marked CONFIG_PROFILING in the config file"
- BUILD_TARGETS="all"
- linux-mod_pkg_setup
-}
-
-src_compile() {
- econf --disable-kernel-module || die
- emake || die
- linux-mod_src_compile
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
- linux-mod_src_install
- dodoc AUTHORS ChangeLog NEWS README TODO
- make_desktop_entry sysprof Sysprof sysprof-icon
-}