diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-05-14 22:44:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-05-14 22:44:37 +0000 |
commit | fb714e5fd75f629678d78ebb0759a05a7567ef8c (patch) | |
tree | 3d50dd27295a051e4969baf2d969fa940daf0755 /games-sports/bygfoot | |
parent | force gcc-3.4 or better #133330 (diff) | |
download | gentoo-2-fb714e5fd75f629678d78ebb0759a05a7567ef8c.tar.gz gentoo-2-fb714e5fd75f629678d78ebb0759a05a7567ef8c.tar.bz2 gentoo-2-fb714e5fd75f629678d78ebb0759a05a7567ef8c.zip |
version bump
(Portage version: 2.1_rc1-r1)
Diffstat (limited to 'games-sports/bygfoot')
-rw-r--r-- | games-sports/bygfoot/ChangeLog | 8 | ||||
-rw-r--r-- | games-sports/bygfoot/bygfoot-1.9.6.ebuild | 41 | ||||
-rw-r--r-- | games-sports/bygfoot/files/digest-bygfoot-1.9.6 | 3 |
3 files changed, 51 insertions, 1 deletions
diff --git a/games-sports/bygfoot/ChangeLog b/games-sports/bygfoot/ChangeLog index fe69fada237c..9a4bbd912c1b 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.11 2006/04/27 20:06:39 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/ChangeLog,v 1.12 2006/05/14 22:44:37 mr_bones_ Exp $ + +*bygfoot-1.9.6 (14 May 2006) + + 14 May 2006; Michael Sterrett <mr_bones_@gentoo.org> + +bygfoot-1.9.6.ebuild: + version bump 27 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-bygfoot-1.8.2, files/digest-bygfoot-1.9.3, files/digest-bygfoot-1.9.4, Manifest: diff --git a/games-sports/bygfoot/bygfoot-1.9.6.ebuild b/games-sports/bygfoot/bygfoot-1.9.6.ebuild new file mode 100644 index 000000000000..aff164198e90 --- /dev/null +++ b/games-sports/bygfoot/bygfoot-1.9.6.ebuild @@ -0,0 +1,41 @@ +# 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-1.9.6.ebuild,v 1.1 2006/05/14 22:44:37 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 +} diff --git a/games-sports/bygfoot/files/digest-bygfoot-1.9.6 b/games-sports/bygfoot/files/digest-bygfoot-1.9.6 new file mode 100644 index 000000000000..bc24458bd3d5 --- /dev/null +++ b/games-sports/bygfoot/files/digest-bygfoot-1.9.6 @@ -0,0 +1,3 @@ +MD5 0b0b402427638f35f869a975498c6430 bygfoot-1.9.6.tar.bz2 1399802 +RMD160 3a52693a03b7af9e4338a2de556410f66b84f33d bygfoot-1.9.6.tar.bz2 1399802 +SHA256 a97b67aed20627131093c207c89d4f70980a9882124759f3074e11b98517f863 bygfoot-1.9.6.tar.bz2 1399802 |