diff options
-rw-r--r-- | dev-util/sysprof/Manifest | 2 | ||||
-rw-r--r-- | dev-util/sysprof/sysprof-9999.ebuild | 11 |
2 files changed, 4 insertions, 9 deletions
diff --git a/dev-util/sysprof/Manifest b/dev-util/sysprof/Manifest index dbdfbff..557ae5c 100644 --- a/dev-util/sysprof/Manifest +++ b/dev-util/sysprof/Manifest @@ -1 +1 @@ -EBUILD sysprof-9999.ebuild 1311 RMD160 30f69eec339ba02b28ee3421cd39be3453b48aaa SHA1 2f616e3c2359595fbd11f74ea0e90ae41a40be40 SHA256 ea90f3322d1c8846e971c6c53d9b7a911d04349ad164ebde9edbe12409f23ee1 +EBUILD sysprof-9999.ebuild 1223 RMD160 fa036563233c17d4fac3501821f3b4957306c3b3 SHA1 ce72a263bdda43cd291a709b8bc1b04de29d9012 SHA256 de4f965a2b33450342473e0348766927c33120b04dcc069bf595dd531f19acae diff --git a/dev-util/sysprof/sysprof-9999.ebuild b/dev-util/sysprof/sysprof-9999.ebuild index 77b0042..7df784c 100644 --- a/dev-util/sysprof/sysprof-9999.ebuild +++ b/dev-util/sysprof/sysprof-9999.ebuild @@ -2,12 +2,12 @@ # 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 autotools subversion +inherit eutils linux-mod autotools git 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" -ESVN_REPO_URI="http://svn.gnome.org/svn/sysprof/trunk" +EGIT_REPO_URI="git://people.freedesktop.org/~sandmann/sysprof" +EGIT_BOOTSTRAP="eautoreconf" LICENSE="GPL-2" SLOT="0" @@ -30,11 +30,6 @@ It is marked CONFIG_PROFILING in the config file" linux-mod_pkg_setup } -src_unpack() { - subversion_src_unpack - eautoreconf -} - src_compile() { econf --disable-kernel-module || die emake || die |