summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-06-27 01:33:16 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-06-27 01:33:16 +0000
commite4f78087260a4f314fcd45d37d2da21da82364ed (patch)
tree879c32a46baddb13088c46f0a7529bd1acd1c783 /games-sports
parenttrivial version bump, bug #221133. Added libnl dep (diff)
downloadhistorical-e4f78087260a4f314fcd45d37d2da21da82364ed.tar.gz
historical-e4f78087260a4f314fcd45d37d2da21da82364ed.tar.bz2
historical-e4f78087260a4f314fcd45d37d2da21da82364ed.zip
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-sports')
-rw-r--r--games-sports/bygfoot/Manifest2
-rw-r--r--games-sports/bygfoot/bygfoot-2.2.0.ebuild49
2 files changed, 0 insertions, 51 deletions
diff --git a/games-sports/bygfoot/Manifest b/games-sports/bygfoot/Manifest
index 35565ba3b5ea..862289733247 100644
--- a/games-sports/bygfoot/Manifest
+++ b/games-sports/bygfoot/Manifest
@@ -1,8 +1,6 @@
DIST bygfoot-1.8.2.tar.bz2 428845 RMD160 a6435246d612a86c497f536b94aedd8df7608ace SHA1 8d0e4e9f16b9fdc04041070a66bed0bd2448cc58 SHA256 32fdefacbf9c4d0a158907538315f8311560f043b21cb8731ad9f96337eb6f43
-DIST bygfoot-2.2.0-source.tar.bz2 1597876 RMD160 0c249100a7fb239c495e5cf539d7add6d507b9c5 SHA1 4ed7aad57c5f675b3cb72c42b329178536201d8b SHA256 07397dc3cdbb61344fa1a10989b273fdcfc14308150e9f70c04b2e7946654dce
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.0.ebuild 1176 RMD160 f66e67ad0b8732fc70a0d20a77b9632095fe5d89 SHA1 944ccd1ee3f051984206853ef283059666ffca89 SHA256 aa76fd5c65d0ae1989f994708f98839864ae0640e8745b2600813fb62a819034
EBUILD bygfoot-2.2.1.ebuild 1181 RMD160 b64fc043ecea6fd17ec32010711c0c8854354c5f SHA1 3eba3660af5617d9e4165dc1f90d5418c4891517 SHA256 3076afe04dea87866044f63f904f767bb508594030d57799859a58485e0df934
MISC ChangeLog 2704 RMD160 0da44abd161401173b953f13479c88ba499fbb5a SHA1 5cb5f8b0c114e0a66a12d26664ed06aff3f88071 SHA256 94b0bc746ecd1da2673903acc58db1bd2f6706cae1d2d665caedc1c339d8ae4c
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-sports/bygfoot/bygfoot-2.2.0.ebuild b/games-sports/bygfoot/bygfoot-2.2.0.ebuild
deleted file mode 100644
index 686fa63e0bdd..000000000000
--- a/games-sports/bygfoot/bygfoot-2.2.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/bygfoot-2.2.0.ebuild,v 1.1 2007/06/29 03:00:12 nyhm 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
-}