summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Szymaniak <lazy_bum@o2.pl>2010-12-21 23:27:04 +0000
committerPiotr Szymaniak <lazy_bum@o2.pl>2010-12-21 23:27:04 +0000
commitbf7e4611e630d90b1da077edfa22648617e191d6 (patch)
tree4da4b1fd4b8e37afd25ff87479446b7d6248e91e /games-sports
parentmedia-gfx/tintii: New Ebuild for bug 349308. Thanks to Tommy and c1pher. (diff)
downloadsunrise-bf7e4611e630d90b1da077edfa22648617e191d6.tar.gz
sunrise-bf7e4611e630d90b1da077edfa22648617e191d6.tar.bz2
sunrise-bf7e4611e630d90b1da077edfa22648617e191d6.zip
games-sports/tuxfootball: Updated ebuild thanks to Hans Meier (bug #349241, bug #209032).
svn path=/sunrise/; revision=11634
Diffstat (limited to 'games-sports')
-rw-r--r--games-sports/tuxfootball/ChangeLog6
-rw-r--r--games-sports/tuxfootball/Manifest6
-rw-r--r--games-sports/tuxfootball/tuxfootball-0.3.0.ebuild (renamed from games-sports/tuxfootball/tuxfootball-0.1.1.ebuild)6
3 files changed, 12 insertions, 6 deletions
diff --git a/games-sports/tuxfootball/ChangeLog b/games-sports/tuxfootball/ChangeLog
index fea024fca..51dfd3497 100644
--- a/games-sports/tuxfootball/ChangeLog
+++ b/games-sports/tuxfootball/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for games-sports/tuxfootball
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 21 Dec 2010; Piotr Szymaniak <lazy_bum@o2.pl> -tuxfootball-0.1.1.ebuild,
+ +tuxfootball-0.3.0.ebuild:
+ Updated ebuild thanks to Hans Meier (bug #349241, bug #209032).
+
05 Feb 2008; Christoph Brill (egore) egore@gmx.de +metadata.xml,
+tuxfootball-0.1.1.ebuild:
New Ebuild for bug 209032
diff --git a/games-sports/tuxfootball/Manifest b/games-sports/tuxfootball/Manifest
index 0002ae226..2dba6c2ac 100644
--- a/games-sports/tuxfootball/Manifest
+++ b/games-sports/tuxfootball/Manifest
@@ -1,4 +1,4 @@
-DIST tuxfootball-0.1.1.tar.gz 7404089 RMD160 c22b4ffea6e6118db1529960f8097f193aadf3f5 SHA1 1debeb5e1e7893e582f73deff00c41f7e09f4217 SHA256 48c3dbe6c9a5597835796646736bb985bab6ed0d3715a2c37cfd34705ae99e11
-EBUILD tuxfootball-0.1.1.ebuild 623 RMD160 8083cb005e4d6266861c6870a820929d4e6cf795 SHA1 124b2172bea95c4b4a1c91dfa557ba6d4cc80875 SHA256 398643af49f8f92df47dd21fdf5688e4eb0624771d9680f30f7e8a608c9acee9
-MISC ChangeLog 250 RMD160 c028403a6b87ffc5693ddfc5fa87b59235d66438 SHA1 08344b4945d56f17003cc7ebca96d936138df411 SHA256 7f4ba35f76cb3791730a265e570a860331bd10a6ace245aba2ba1da73cd6b730
+DIST tuxfootball-0.3.0.tar.gz 9429562 RMD160 594c51f2b98ff65ea889919b4c1cfdbd84e360c2 SHA1 e2602da5c50516ec6ab211bd1a70e8045a997594 SHA256 8fb69d51b58ca6b27a6b1160a730683efe56dac01d98665896926d33ccfe7ea2
+EBUILD tuxfootball-0.3.0.ebuild 636 RMD160 b7f34481f6745f2a86ceb3f730587ff480809043 SHA1 e6b02e800d13178cb59a4f70d647c7003da6ee4b SHA256 75249ea8913617010c7270c35e6f9323b1bce6c0bc2fbe301fde108abf3b7af3
+MISC ChangeLog 421 RMD160 ebd3ca8069b4b2939814b68fe207b243e5dea11f SHA1 40cf88b0c807508a369b7d8bb5083f41d3b357dd SHA256 b664b2dcf9b0414435d83bad2ea0bfc2ab76920de1f99fd4d0d56250aee59481
MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/games-sports/tuxfootball/tuxfootball-0.1.1.ebuild b/games-sports/tuxfootball/tuxfootball-0.3.0.ebuild
index 9b0f064a2..839c3a031 100644
--- a/games-sports/tuxfootball/tuxfootball-0.1.1.ebuild
+++ b/games-sports/tuxfootball/tuxfootball-0.3.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~x86"
IUSE=""
RDEPEND="media-libs/sdl-mixer
@@ -22,7 +22,9 @@ DEPEND="dev-util/intltool
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README TODO
+ dodoc AUTHORS ChangeLog README || die "dodoc failed"
+
make_desktop_entry ${PN} Tuxfootball
+
prepgamesdirs
}