diff options
author | 2011-07-25 20:47:25 +0000 | |
---|---|---|
committer | 2011-07-25 20:47:25 +0000 | |
commit | f3b31a64de62c93356c959e72913fe8ab672e28c (patch) | |
tree | 969438c0515cb756781cae23de712870931e69c9 /games-util | |
parent | ppc/ppc64 stable wrt #375499 (diff) | |
download | gentoo-2-f3b31a64de62c93356c959e72913fe8ab672e28c.tar.gz gentoo-2-f3b31a64de62c93356c959e72913fe8ab672e28c.tar.bz2 gentoo-2-f3b31a64de62c93356c959e72913fe8ab672e28c.zip |
moved gziped patch to distfiles
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/gtkevemon/ChangeLog | 6 | ||||
-rw-r--r-- | games-util/gtkevemon/files/gtkevemon-1.8-learning.patch.gz | bin | 5879 -> 0 bytes | |||
-rw-r--r-- | games-util/gtkevemon/gtkevemon-1.8-r1.ebuild | 7 |
3 files changed, 9 insertions, 4 deletions
diff --git a/games-util/gtkevemon/ChangeLog b/games-util/gtkevemon/ChangeLog index 954eb9fd0c81..3bfe0a280a50 100644 --- a/games-util/gtkevemon/ChangeLog +++ b/games-util/gtkevemon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/gtkevemon # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/gtkevemon/ChangeLog,v 1.1 2011/07/21 15:03:58 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/gtkevemon/ChangeLog,v 1.2 2011/07/25 20:47:25 wired Exp $ + + 25 Jul 2011; Alex Alexander <wired@gentoo.org> gtkevemon-1.8-r1.ebuild, + -files/gtkevemon-1.8-learning.patch.gz: + moved gziped patch to distfiles *gtkevemon-9999 (21 Jul 2011) *gtkevemon-1.8-r1 (21 Jul 2011) diff --git a/games-util/gtkevemon/files/gtkevemon-1.8-learning.patch.gz b/games-util/gtkevemon/files/gtkevemon-1.8-learning.patch.gz Binary files differdeleted file mode 100644 index d0706bb7c0e0..000000000000 --- a/games-util/gtkevemon/files/gtkevemon-1.8-learning.patch.gz +++ /dev/null diff --git a/games-util/gtkevemon/gtkevemon-1.8-r1.ebuild b/games-util/gtkevemon/gtkevemon-1.8-r1.ebuild index 3774e0479362..8d0e319ec5fd 100644 --- a/games-util/gtkevemon/gtkevemon-1.8-r1.ebuild +++ b/games-util/gtkevemon/gtkevemon-1.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/gtkevemon/gtkevemon-1.8-r1.ebuild,v 1.1 2011/07/21 15:03:58 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/gtkevemon/gtkevemon-1.8-r1.ebuild,v 1.2 2011/07/25 20:47:25 wired Exp $ EAPI=4 @@ -14,7 +14,8 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else KEYWORDS="~amd64 ~x86" - SRC_URI="http://gtkevemon.battleclinic.com/releases/${P}-source.tar.gz" + SRC_URI="http://gtkevemon.battleclinic.com/releases/${P}-source.tar.gz + http://dev.gentoo.org/~wired/distfiles/${P}-learning.patch.gz" fi DESCRIPTION="A standalone skill monitoring application for EVE Online" @@ -38,7 +39,7 @@ src_prepare() { # upstream fix for new character portrait URL epatch "${FILESDIR}/${P}-portrait.patch" # upstream fix for remap calculation after learning skills removal - epatch "${FILESDIR}/${P}-learning.patch.gz" + epatch "${DISTDIR}/${P}-learning.patch.gz" } src_install() { |