From be9758230a627a852adc10519a2f2fd180e138f2 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 21 Oct 2010 00:45:46 +0000 Subject: dev-util/gprof2dot: Migrate from mercurial checkout to snapshot tarball (bug #337088) (Portage version: 2.2_rc92_p2/cvs/Linux i686) --- dev-util/gprof2dot/ChangeLog | 6 +++++- dev-util/gprof2dot/gprof2dot-0_p20100216.ebuild | 14 +++----------- 2 files changed, 8 insertions(+), 12 deletions(-) (limited to 'dev-util') diff --git a/dev-util/gprof2dot/ChangeLog b/dev-util/gprof2dot/ChangeLog index 665ce1d39214..4e8580132600 100644 --- a/dev-util/gprof2dot/ChangeLog +++ b/dev-util/gprof2dot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/gprof2dot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.2 2010/10/10 18:27:23 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.3 2010/10/21 00:45:46 sping Exp $ + + 21 Oct 2010; Sebastian Pipping + gprof2dot-0_p20100216.ebuild: + Migrate from mercurial checkout to snapshot tarball (bug #337088) 10 Oct 2010; Arfrever Frehtes Taifersar Arahesis gprof2dot-0_p20100216.ebuild: diff --git a/dev-util/gprof2dot/gprof2dot-0_p20100216.ebuild b/dev-util/gprof2dot/gprof2dot-0_p20100216.ebuild index c70da75ce727..91d5a9d40ca2 100644 --- a/dev-util/gprof2dot/gprof2dot-0_p20100216.ebuild +++ b/dev-util/gprof2dot/gprof2dot-0_p20100216.ebuild @@ -1,23 +1,17 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20100216.ebuild,v 1.2 2010/10/10 18:27:23 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20100216.ebuild,v 1.3 2010/10/21 00:45:46 sping Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" PYTHON_DEPEND="*" PYTHON_USE_WITH="xml" -inherit mercurial python +inherit python DESCRIPTION="Converts profiling output to dot graphs" HOMEPAGE="http://code.google.com/p/jrfonseca/wiki/Gprof2Dot" -SRC_URI="" -EHG_REPO_URI="https://gprof2dot.jrfonseca.googlecode.com/hg/" -EHG_REVISION="9c41dcfc9906" - -if [[ ${PV} != 0_p20100216 ]]; then - die 'Broken bump detected: same \${EHG_REVISION} again' -fi +SRC_URI="http://www.hartwork.org/public/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" @@ -27,8 +21,6 @@ IUSE="" DEPEND="" RDEPEND="" -S="${WORKDIR}/hg" - src_install() { abi_specific_install() { local code_dir="$(python_get_sitedir)"/${PN} -- cgit v1.2.3-65-gdbad