diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-04-21 13:57:02 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-04-21 13:57:02 +0000 |
commit | 70dac41ca474e4c01bdbb6ca37a3d6dc63b46630 (patch) | |
tree | 48396949dee2cf57ddb3a93b4e4ff5e43dedc514 /dev-util | |
parent | revision bump to fix compilation issue and some ebuild clean-up for bug 2772... (diff) | |
download | gentoo-2-70dac41ca474e4c01bdbb6ca37a3d6dc63b46630.tar.gz gentoo-2-70dac41ca474e4c01bdbb6ca37a3d6dc63b46630.tar.bz2 gentoo-2-70dac41ca474e4c01bdbb6ca37a3d6dc63b46630.zip |
Version bump, thanks to Enrico as usual. Prevents a possible symlink attack.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gource/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/gource/gource-0.26b.ebuild (renamed from dev-util/gource/gource-0.26.ebuild) | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-util/gource/ChangeLog b/dev-util/gource/ChangeLog index 00a3794cbe05..b27dad6e486d 100644 --- a/dev-util/gource/ChangeLog +++ b/dev-util/gource/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-util/gource # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/ChangeLog,v 1.6 2010/03/17 12:34:49 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/ChangeLog,v 1.7 2010/04/21 13:57:02 flameeyes Exp $ + +*gource-0.26b (21 Apr 2010) + + 21 Apr 2010; Diego E. Pettenò <flameeyes@gentoo.org> -gource-0.26.ebuild, + +gource-0.26b.ebuild: + Version bump, thanks to Enrico as usual. Prevents a possible symlink + attack. *gource-0.26 (17 Mar 2010) diff --git a/dev-util/gource/gource-0.26.ebuild b/dev-util/gource/gource-0.26b.ebuild index da5ceddfcf9e..8182c64c0690 100644 --- a/dev-util/gource/gource-0.26.ebuild +++ b/dev-util/gource/gource-0.26b.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/gource-0.26.ebuild,v 1.1 2010/03/17 12:34:49 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/gource-0.26b.ebuild,v 1.1 2010/04/21 13:57:02 flameeyes Exp $ EAPI=2 -inherit versionator - MY_P=${P/_/-} DESCRIPTION="A software version control visualization tool" @@ -32,7 +30,7 @@ DEPEND=" dev-util/pkgconfig media-libs/freetype:2 " -S="${WORKDIR}/${PN}-$(get_version_component_range 1-2)" +S="${WORKDIR}/${PN}-${PV%_*}" src_configure() { econf --enable-ttf-font-dir=/usr/share/fonts/freefont-ttf/ |