diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-05-27 23:01:31 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-05-27 23:01:31 +0000 |
commit | 691d0994c604512b4bf334e0c7c6ddd883a47eb6 (patch) | |
tree | 7ef16ff5b4a089304eff3636df940bda0d2986b7 /games-strategy/wargus | |
parent | The kdepim useflag needs kdepimlibs[semantic-desktop], otherwise build fails (diff) | |
download | gentoo-2-691d0994c604512b4bf334e0c7c6ddd883a47eb6.tar.gz gentoo-2-691d0994c604512b4bf334e0c7c6ddd883a47eb6.tar.bz2 gentoo-2-691d0994c604512b4bf334e0c7c6ddd883a47eb6.zip |
clean up SRC_URI (icon is included in tarball)
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy/wargus')
-rw-r--r-- | games-strategy/wargus/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/wargus/wargus-2.2.6.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-strategy/wargus/ChangeLog b/games-strategy/wargus/ChangeLog index 9d9d22f95b9d..1c8034c3f8d0 100644 --- a/games-strategy/wargus/ChangeLog +++ b/games-strategy/wargus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/wargus # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/ChangeLog,v 1.17 2012/05/27 22:18:19 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/ChangeLog,v 1.18 2012/05/27 23:01:31 hasufell Exp $ + + 27 May 2012; Julian Ospald <hasufell@gentoo.org> wargus-2.2.6.ebuild: + clean up SRC_URI (icon is included in tarball) 27 May 2012; Julian Ospald <hasufell@gentoo.org> wargus-2.2.6.ebuild: fix desktop file diff --git a/games-strategy/wargus/wargus-2.2.6.ebuild b/games-strategy/wargus/wargus-2.2.6.ebuild index c3887a2c2960..f35ee731d5dc 100644 --- a/games-strategy/wargus/wargus-2.2.6.ebuild +++ b/games-strategy/wargus/wargus-2.2.6.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/wargus-2.2.6.ebuild,v 1.2 2012/05/27 22:18:19 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wargus/wargus-2.2.6.ebuild,v 1.3 2012/05/27 23:01:31 hasufell Exp $ EAPI=2 inherit eutils cdrom cmake-utils gnome2-utils games DESCRIPTION="Warcraft II for the Stratagus game engine (Needs WC2 DOS CD)" HOMEPAGE="http://wargus.sourceforge.net/" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${PN}_${PV}.orig.tar.gz - mirror://gentoo/${PN}.png" +SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" |