diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-08 03:14:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-08 03:14:41 +0000 |
commit | f5ed3813f517b85e55b871929199e1d8fd04d21c (patch) | |
tree | 818f4dfafb12e777388e44624d4ee76c77f0afe6 /dev-util/sysprof | |
parent | Version bump #128815 by José Romildo Malaquias. (diff) | |
download | gentoo-2-f5ed3813f517b85e55b871929199e1d8fd04d21c.tar.gz gentoo-2-f5ed3813f517b85e55b871929199e1d8fd04d21c.tar.bz2 gentoo-2-f5ed3813f517b85e55b871929199e1d8fd04d21c.zip |
old
Diffstat (limited to 'dev-util/sysprof')
-rw-r--r-- | dev-util/sysprof/files/digest-sysprof-1.0 | 1 | ||||
-rw-r--r-- | dev-util/sysprof/sysprof-1.0.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/dev-util/sysprof/files/digest-sysprof-1.0 b/dev-util/sysprof/files/digest-sysprof-1.0 deleted file mode 100644 index 8c8e4775a32f..000000000000 --- a/dev-util/sysprof/files/digest-sysprof-1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 ce48eeeaa3a863767b71ecfb20392d57 sysprof-1.0.tar.gz 138464 diff --git a/dev-util/sysprof/sysprof-1.0.ebuild b/dev-util/sysprof/sysprof-1.0.ebuild deleted file mode 100644 index ebc8d70e4086..000000000000 --- a/dev-util/sysprof/sysprof-1.0.ebuild +++ /dev/null @@ -1,44 +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/sysprof/sysprof-1.0.ebuild,v 1.2 2005/10/28 00:07:54 vapier Exp $ - -inherit 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" - -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_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e '/^SUBDIRS/s:module::' \ - Makefile.in || die -} - -src_compile() { - econf || die - emake || die - linux-mod_src_compile -} - -src_install() { - make install DESTDIR="${D}" || die - linux-mod_src_install - dodoc AUTHORS ChangeLog NEWS README TODO -} |