Portage is a package management system used by Gentoo Linux
# ChangeLog for games-sports/bygfoot
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/ChangeLog,v 1.20 2008/07/24 18:23:38 armin76 Exp $
24 Jul 2008; Raúl Porcel
x86 stable wrt #232770
24 Jul 2008; Santiago M. Mola
amd64 stable wrt bug #232770
*bygfoot-2.2.1 (29 May 2008)
29 May 2008; Michael Sterrett
+bygfoot-2.2.1.ebuild:
version bump
*bygfoot-2.2.0 (29 Jun 2007)
29 Jun 2007; Tristan Heaven
Version bump
22 Feb 2007; Michael Sterrett
-bygfoot-1.9.3.ebuild, -bygfoot-1.9.4.ebuild, -bygfoot-1.9.5.ebuild,
-bygfoot-1.9.6.ebuild, -bygfoot-2.0.0.ebuild:
clean out old ebuilds
12 Jan 2007; Tristan Heaven
Fix locale install directory, bug #159645
*bygfoot-2.0.1 (12 Oct 2006)
12 Oct 2006; Michael Sterrett
+bygfoot-2.0.1.ebuild:
version bump
*bygfoot-2.0.0 (06 Jun 2006)
06 Jun 2006; Michael Sterrett
+bygfoot-2.0.0.ebuild:
version bump
*bygfoot-1.9.6 (14 May 2006)
14 May 2006; Michael Sterrett
+bygfoot-1.9.6.ebuild:
version bump
27 Apr 2006; Marien Zwart
files/digest-bygfoot-1.9.3, files/digest-bygfoot-1.9.4, Manifest:
Fixing SHA256 digest, pass four
*bygfoot-1.9.5 (25 Mar 2006)
25 Mar 2006; Michael Sterrett
+bygfoot-1.9.5.ebuild:
version bump
*bygfoot-1.9.4 (22 Dec 2005)
22 Dec 2005; Michael Sterrett
+bygfoot-1.9.4.ebuild:
version bump
*bygfoot-1.9.3 (15 Dec 2005)
15 Dec 2005; Michael Sterrett
+bygfoot-1.9.3.ebuild:
version bump
*bygfoot-1.9.2 (16 Oct 2005)
16 Oct 2005; Michael Sterrett
+bygfoot-1.9.2.ebuild:
version bump
*bygfoot-1.9.1 (12 Sep 2005)
12 Sep 2005; Michael Sterrett
+bygfoot-1.9.1.ebuild:
version bump
*bygfoot-1.8.2 (19 Jun 2005)
19 Jun 2005; Michael Sterrett
+bygfoot-1.8.2.ebuild:
version bump
15 Jun 2005; Chris Gianelloni
Removed INSTALL file.
09 Jun 2005; David Holm
Added to ~ppc.
08 Jun 2005; Chris Gianelloni
Removed trailing whitespace.
*bygfoot-1.8.1 (08 Jun 2005)
08 Jun 2005; Chris Gianelloni
+bygfoot-1.8.1.ebuild:
Initial import. Original ebuild by Duarte Loreto
and edited by Laurent Duperval
DIST bygfoot-1.8.2.tar.bz2 428845 RMD160 a6435246d612a86c497f536b94aedd8df7608ace SHA1 8d0e4e9f16b9fdc04041070a66bed0bd2448cc58 SHA256 32fdefacbf9c4d0a158907538315f8311560f043b21cb8731ad9f96337eb6f43
DIST bygfoot-2.2.1-source.tar.bz2 1126336 RMD160 b169256dc1b36d7fe9654f6126c711d76f11e6b2 SHA1 a125ed203de0d8c89a9c16cb796c56b0df6209c5 SHA256 7b9a4fadb66c75d1f2190a860475a4c7ce66d6b27b1991a96becf1f806b62feb
EBUILD bygfoot-1.8.2.ebuild 835 RMD160 56d0a51523d9cfee09142a63cee32213c1e234fb SHA1 2a5655396b6eb52c70ed27460ee9ad377bb0880c SHA256 a1fc17d44e9ca2032d7757946eab136f53a47efc5726ee6627c9d33d24da214c
EBUILD bygfoot-2.2.1.ebuild 1177 RMD160 e27186a90bec5df7d9bd08def5572f2c802615bc SHA1 1cd847aa7c6ce058ffafd3672754b7cfb2544d98 SHA256 0e79bbeb2e5f9e09c6e2f8552fea25ba7317477bb11412526004936c3db5aae0
MISC ChangeLog 2907 RMD160 5e2abe57857748a3ab546ec2ea37c10b14b9708d SHA1 b2a01402486768240a0cc465b514db0394b4e618 SHA256 ca22f964fa494667fe9858095adac310f50596a8fc2ed2b4832bcb8d8faf9e97
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# 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.2 2005/07/17 06:02:33 vapier 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_install() {
dogamesbin src/bygfoot b-u/bygfoot-update-gui || die "dobin failed"
dodoc AUTHORS ChangeLog README TODO UPDATE
insinto "${GAMES_DATADIR}/${PN}"
doins -r support_files/ || die "game data failed"
newicon support_files/pixmaps/football.png ${PN}.png
make_desktop_entry ${PN} "Bygfoot"
prepgamesdirs
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/bygfoot-2.2.1.ebuild,v 1.3 2008/07/24 18:23:38 armin76 Exp $
inherit eutils games
MY_P=${P}-source
DESCRIPTION="GTK+2 Soccer Management Game"
HOMEPAGE="http://bygfoot.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND=">=x11-libs/gtk+-2
virtual/libintl"
DEPEND="${RDEPEND}
dev-util/pkgconfig
sys-devel/gettext"
S=${WORKDIR}/${MY_P}
src_unpack() {
unpack ${A}
cd "${S}"
sed -i \
-e 's:$(gnulocaledir):/usr/share/locale:' \
-e '/PACKAGE_LOCALE_DIR/s:\$(prefix)/\$(DATADIRNAME):/usr/share:' \
po/Makefile.in.in src/Makefile.in \
|| die "sed failed"
}
src_compile() {
egamesconf \
--disable-dependency-tracking \
--disable-gstreamer \
|| die
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog README TODO UPDATE
newicon support_files/pixmaps/bygfoot_icon.png ${PN}.png
make_desktop_entry ${PN} Bygfoot
prepgamesdirs
}