diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-19 05:38:32 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-19 05:38:32 +0000 |
commit | a43e9ba8c68961b01c68f5a30d087f0b8ca72d8a (patch) | |
tree | bee0bd42b0a305d0b3da6a6ea8b98533d755e5e5 /games-sports/bygfoot | |
parent | Stable on ppc. (diff) | |
download | historical-a43e9ba8c68961b01c68f5a30d087f0b8ca72d8a.tar.gz historical-a43e9ba8c68961b01c68f5a30d087f0b8ca72d8a.tar.bz2 historical-a43e9ba8c68961b01c68f5a30d087f0b8ca72d8a.zip |
version bump
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-sports/bygfoot')
-rw-r--r-- | games-sports/bygfoot/ChangeLog | 8 | ||||
-rw-r--r-- | games-sports/bygfoot/Manifest | 4 | ||||
-rw-r--r-- | games-sports/bygfoot/bygfoot-1.8.2.ebuild | 33 | ||||
-rw-r--r-- | games-sports/bygfoot/files/digest-bygfoot-1.8.2 | 1 |
4 files changed, 44 insertions, 2 deletions
diff --git a/games-sports/bygfoot/ChangeLog b/games-sports/bygfoot/ChangeLog index 5616e6f13561..4f28c5d6a9c6 100644 --- a/games-sports/bygfoot/ChangeLog +++ b/games-sports/bygfoot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-sports/bygfoot # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/ChangeLog,v 1.4 2005/06/15 19:10:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/ChangeLog,v 1.5 2005/06/19 05:38:32 mr_bones_ Exp $ + +*bygfoot-1.8.2 (19 Jun 2005) + + 19 Jun 2005; Michael Sterrett <mr_bones_@gentoo.org> + +bygfoot-1.8.2.ebuild: + version bump 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> bygfoot-1.8.1.ebuild: Removed INSTALL file. diff --git a/games-sports/bygfoot/Manifest b/games-sports/bygfoot/Manifest index bd9816657e13..a06d724f0c97 100644 --- a/games-sports/bygfoot/Manifest +++ b/games-sports/bygfoot/Manifest @@ -1,4 +1,6 @@ MD5 c3622e6de5833f13b54c385d0eb6e58e bygfoot-1.8.1.ebuild 1074 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 2033d43aa7bb01261ec5442576e358fe ChangeLog 831 +MD5 e2490d57add6bcd851e871a9888ed139 bygfoot-1.8.2.ebuild 1046 +MD5 970565040c1b58eb3c4640d026a9a89a ChangeLog 958 +MD5 4dec3ea79f46ac6b28360da40f932d9a files/digest-bygfoot-1.8.2 66 MD5 f71ade099de0bbf385c53bfe555d3373 files/digest-bygfoot-1.8.1 66 diff --git a/games-sports/bygfoot/bygfoot-1.8.2.ebuild b/games-sports/bygfoot/bygfoot-1.8.2.ebuild new file mode 100644 index 000000000000..33ff9c3f398f --- /dev/null +++ b/games-sports/bygfoot/bygfoot-1.8.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/bygfoot-1.8.2.ebuild,v 1.1 2005/06/19 05:38:32 mr_bones_ Exp $ + +inherit eutils games + +DESCRIPTION="GTK+2 Soccer Management Game" +HOMEPAGE="http://bygfoot.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc ~x86" +IUSE="" + +# Other depends would be (and why not listed): +# * pkgconfig > 0.9.0 - Oldest ebuild is 0.12.0 +# * glib2, pango, atk - Depends from gtk+2 +# * freetype2 - Depends from pango +RDEPEND=">=x11-libs/gtk+-2.0" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + dogamesbin src/bygfoot \ + b-u/bygfoot-update-gui || die "Installation of bygfoot failed." + dodoc AUTHORS ChangeLog README TODO UPDATE + insinto "${GAMES_DATADIR}/${PN}" + doins -r support_files/ || die "Installation of game data failed." + newicon support_files/pixmaps/football.png ${PN}.png + make_desktop_entry ${PN} "Bygfoot" + prepgamesdirs +} diff --git a/games-sports/bygfoot/files/digest-bygfoot-1.8.2 b/games-sports/bygfoot/files/digest-bygfoot-1.8.2 new file mode 100644 index 000000000000..ba992628bf3b --- /dev/null +++ b/games-sports/bygfoot/files/digest-bygfoot-1.8.2 @@ -0,0 +1 @@ +MD5 41a7a9de302b83544672a996cd2991d5 bygfoot-1.8.2.tar.bz2 428845 |