diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-30 18:43:18 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-30 18:43:18 +0000 |
commit | 8e4d8524f06b8929d026c615808389eea6128c2f (patch) | |
tree | d59e9e14c38818373a476e5a9d6cef9a1016a9f2 /dev-util/sysprof/sysprof-1.0.12.ebuild | |
parent | Fix building with USE="png -zlib" wrt #381729 by Brennan Shacklett (diff) | |
download | historical-8e4d8524f06b8929d026c615808389eea6128c2f.tar.gz historical-8e4d8524f06b8929d026c615808389eea6128c2f.tar.bz2 historical-8e4d8524f06b8929d026c615808389eea6128c2f.zip |
Bump to 1.1.8 from the gnome overlay. Adding myself as co-maintainer (acked by leio). Update project homepage and SRC_URI. Notable changes: uses the perf counter interface introduced in kernel 2.6.31 instead of building its own kernel module; adds a command-line interface.
Package-Manager: portage-2.2.0_alpha72/cvs/Linux x86_64
Diffstat (limited to 'dev-util/sysprof/sysprof-1.0.12.ebuild')
-rw-r--r-- | dev-util/sysprof/sysprof-1.0.12.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/sysprof/sysprof-1.0.12.ebuild b/dev-util/sysprof/sysprof-1.0.12.ebuild index f15ec0218e07..7ebaa5e25623 100644 --- a/dev-util/sysprof/sysprof-1.0.12.ebuild +++ b/dev-util/sysprof/sysprof-1.0.12.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/sysprof/sysprof-1.0.12.ebuild,v 1.3 2011/03/27 13:09:22 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/sysprof/sysprof-1.0.12.ebuild,v 1.4 2011/10/30 18:43:18 tetromino Exp $ EAPI="1" 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" +HOMEPAGE="http://sysprof.com/" +SRC_URI="http://sysprof.com/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |