diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-10-12 20:32:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-10-12 20:32:51 +0000 |
commit | a69863a823f74d1b38f3762f838a263291aa5b9b (patch) | |
tree | f41bf7de68a34405771f2bd62360e872964467e0 /games-sports | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-a69863a823f74d1b38f3762f838a263291aa5b9b.tar.gz gentoo-2-a69863a823f74d1b38f3762f838a263291aa5b9b.tar.bz2 gentoo-2-a69863a823f74d1b38f3762f838a263291aa5b9b.zip |
version bump
(Portage version: 2.1.2_pre2-r3)
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/bygfoot/ChangeLog | 8 | ||||
-rw-r--r-- | games-sports/bygfoot/bygfoot-2.0.1.ebuild | 54 | ||||
-rw-r--r-- | games-sports/bygfoot/files/digest-bygfoot-2.0.1 | 3 |
3 files changed, 64 insertions, 1 deletions
diff --git a/games-sports/bygfoot/ChangeLog b/games-sports/bygfoot/ChangeLog index f9cd91965576..9e92a8026478 100644 --- a/games-sports/bygfoot/ChangeLog +++ b/games-sports/bygfoot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-sports/bygfoot # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/ChangeLog,v 1.13 2006/06/06 04:17:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/ChangeLog,v 1.14 2006/10/12 20:32:51 mr_bones_ Exp $ + +*bygfoot-2.0.1 (12 Oct 2006) + + 12 Oct 2006; Michael Sterrett <mr_bones_@gentoo.org> + +bygfoot-2.0.1.ebuild: + version bump *bygfoot-2.0.0 (06 Jun 2006) diff --git a/games-sports/bygfoot/bygfoot-2.0.1.ebuild b/games-sports/bygfoot/bygfoot-2.0.1.ebuild new file mode 100644 index 000000000000..4ed209de055d --- /dev/null +++ b/games-sports/bygfoot/bygfoot-2.0.1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/bygfoot-2.0.1.ebuild,v 1.1 2006/10/12 20:32:51 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="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.0" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_unpack() { + unpack ${A} + + sed -i \ + -e '/PACKAGE_LOCALE_DIR/s:\$(prefix)/\$(DATADIRNAME):/usr/share:' \ + "${S}"/src/Makefile.in \ + || die "sed failed" + sed -i \ + -e '/localedir/s:\$(libdir):/usr/share:' \ + -e '/gnulocaledir/s:\$(datadir):/usr/share:' \ + "${S}"/po/Makefile.in.in \ + || die "sed failed" +} + +src_install() { + localedir=/usr/share/locale \ + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog README TODO UPDATE + newicon support_files/pixmaps/bygfoot_icon.png ${PN}.png + make_desktop_entry ${PN} "Bygfoot" + prepgamesdirs +} + +pkg_postinst() { + games_pkg_postinst + echo + einfo "If you'd like to keep your settings and savegames from previous" + einfo "1.9.x versions, you should rename the .bygfoot-1.9 directory" + einfo "to .bygfoot in your home directory." + echo + einfo "If you upgrade from 1.8.x, you should first delete the .bygfoot" + einfo "directory in your home dir to keep things clean." + einfo "Also note that savegames from 1.8.x are not compatible with" + einfo "current versions of ${PN}" +} diff --git a/games-sports/bygfoot/files/digest-bygfoot-2.0.1 b/games-sports/bygfoot/files/digest-bygfoot-2.0.1 new file mode 100644 index 000000000000..8e58b17b3610 --- /dev/null +++ b/games-sports/bygfoot/files/digest-bygfoot-2.0.1 @@ -0,0 +1,3 @@ +MD5 c303ef5aff2c9d3f4e9d11dae1da685c bygfoot-2.0.1.tar.bz2 1408439 +RMD160 488bf1f838199e80db1320b3d5be864363d32b50 bygfoot-2.0.1.tar.bz2 1408439 +SHA256 eaac4641fb72a4206d5ef69df33ccde13ae31a01b3a2ed8f57f5acbe2d8c12fb bygfoot-2.0.1.tar.bz2 1408439 |