diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-17 06:02:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-17 06:02:33 +0000 |
commit | 5c297e3b47ac1af099ce033736310fe90645f24a (patch) | |
tree | 19da8d054be095de9d41d18cf4c9394d573c844f /games-sports/bygfoot | |
parent | old (diff) | |
download | historical-5c297e3b47ac1af099ce033736310fe90645f24a.tar.gz historical-5c297e3b47ac1af099ce033736310fe90645f24a.tar.bz2 historical-5c297e3b47ac1af099ce033736310fe90645f24a.zip |
touchups and amd64 love
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-sports/bygfoot')
-rw-r--r-- | games-sports/bygfoot/Manifest | 14 | ||||
-rw-r--r-- | games-sports/bygfoot/bygfoot-1.8.2.ebuild | 13 |
2 files changed, 15 insertions, 12 deletions
diff --git a/games-sports/bygfoot/Manifest b/games-sports/bygfoot/Manifest index a06d724f0c97..afda6ffa36ed 100644 --- a/games-sports/bygfoot/Manifest +++ b/games-sports/bygfoot/Manifest @@ -1,6 +1,14 @@ -MD5 c3622e6de5833f13b54c385d0eb6e58e bygfoot-1.8.1.ebuild 1074 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 32c070dcf0fdda5ac767f6ac1ec03d32 bygfoot-1.8.2.ebuild 835 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -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 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC2fTfgIKl8Uu19MoRApQmAJ9qtc03kF1vNuPxm2+8c0jSFUk4FgCfWn0u +1Rbt9Jt3gtGAtaQmz0XVgqs= +=0yN/ +-----END PGP SIGNATURE----- diff --git a/games-sports/bygfoot/bygfoot-1.8.2.ebuild b/games-sports/bygfoot/bygfoot-1.8.2.ebuild index 33ff9c3f398f..7ae6f655bfff 100644 --- a/games-sports/bygfoot/bygfoot-1.8.2.ebuild +++ b/games-sports/bygfoot/bygfoot-1.8.2.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $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 @@ -10,23 +10,18 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="amd64 ~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." + 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 "Installation of game data failed." + doins -r support_files/ || die "game data failed" newicon support_files/pixmaps/football.png ${PN}.png make_desktop_entry ${PN} "Bygfoot" prepgamesdirs |