diff options
-rw-r--r-- | dev-vcs/gitstats/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/gitstats/gitstats-100711.ebuild | 6 | ||||
-rw-r--r-- | dev-vcs/gitstats/gitstats-9999.ebuild | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/dev-vcs/gitstats/ChangeLog b/dev-vcs/gitstats/ChangeLog index 45b5414e9cb4..07da532cc2b8 100644 --- a/dev-vcs/gitstats/ChangeLog +++ b/dev-vcs/gitstats/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/gitstats # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitstats/ChangeLog,v 1.1 2010/07/11 15:37:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitstats/ChangeLog,v 1.2 2010/07/23 07:46:04 jlec Exp $ + + 23 Jul 2010; Justin Lecher <jlec@gentoo.org> gitstats-9999.ebuild, + gitstats-100711.ebuild: + Last fix for Parhon ABIS, 329485 *gitstats-100711 (11 Jul 2010) *gitstats-9999 (11 Jul 2010) diff --git a/dev-vcs/gitstats/gitstats-100711.ebuild b/dev-vcs/gitstats/gitstats-100711.ebuild index a777d3f4d0e3..9310a1a72ae2 100644 --- a/dev-vcs/gitstats/gitstats-100711.ebuild +++ b/dev-vcs/gitstats/gitstats-100711.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitstats/gitstats-100711.ebuild,v 1.1 2010/07/11 15:37:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitstats/gitstats-100711.ebuild,v 1.2 2010/07/23 07:46:04 jlec Exp $ EAPI="2" @@ -22,6 +22,10 @@ RDEPEND=" dev-vcs/git" DEPEND="" +pkg_setup() { + python_set_active_version 2 +} + src_prepare() { sed "s:basedir = os.path.dirname(os.path.abspath(__file__)):basedir = '/usr/share/gitstats':g" \ -i gitstats || die "failed to fix static files path" diff --git a/dev-vcs/gitstats/gitstats-9999.ebuild b/dev-vcs/gitstats/gitstats-9999.ebuild index af8e345f751e..41891307a9b5 100644 --- a/dev-vcs/gitstats/gitstats-9999.ebuild +++ b/dev-vcs/gitstats/gitstats-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitstats/gitstats-9999.ebuild,v 1.1 2010/07/11 15:37:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitstats/gitstats-9999.ebuild,v 1.2 2010/07/23 07:46:04 jlec Exp $ EAPI="2" @@ -23,6 +23,10 @@ RDEPEND=" dev-vcs/git" DEPEND="" +pkg_setup() { + python_set_active_version 2 +} + src_prepare() { sed "s:basedir = os.path.dirname(os.path.abspath(__file__)):basedir = '/usr/share/gitstats':g" \ -i gitstats || die "failed to fix static files path" |