diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-07-23 07:46:04 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-07-23 07:46:04 +0000 |
commit | 14ef765fee4c6ce33ea21ab0960370b47694dce2 (patch) | |
tree | 02e3f105e4b54b400683b633b190f76cae1486b7 /dev-vcs | |
parent | arm stable, bug #323729 (diff) | |
download | gentoo-2-14ef765fee4c6ce33ea21ab0960370b47694dce2.tar.gz gentoo-2-14ef765fee4c6ce33ea21ab0960370b47694dce2.tar.bz2 gentoo-2-14ef765fee4c6ce33ea21ab0960370b47694dce2.zip |
Last fix for Parhon ABIS, 329485
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-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" |