diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-21 20:32:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-21 20:32:59 +0000 |
commit | a881569bf43699fee8558c7f778eb73303f1d31c (patch) | |
tree | a2154ce333c81d7e0bb0e70a8cd11a28d6aa6ed2 /games-sports/bygfoot | |
parent | mask dev-libs/commonc++ pending deletion, bug #115707 (diff) | |
download | historical-a881569bf43699fee8558c7f778eb73303f1d31c.tar.gz historical-a881569bf43699fee8558c7f778eb73303f1d31c.tar.bz2 historical-a881569bf43699fee8558c7f778eb73303f1d31c.zip |
old
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-sports/bygfoot')
-rw-r--r-- | games-sports/bygfoot/bygfoot-1.9.1.ebuild | 44 | ||||
-rw-r--r-- | games-sports/bygfoot/bygfoot-1.9.2.ebuild | 44 | ||||
-rw-r--r-- | games-sports/bygfoot/files/digest-bygfoot-1.9.1 | 1 | ||||
-rw-r--r-- | games-sports/bygfoot/files/digest-bygfoot-1.9.2 | 1 |
4 files changed, 0 insertions, 90 deletions
diff --git a/games-sports/bygfoot/bygfoot-1.9.1.ebuild b/games-sports/bygfoot/bygfoot-1.9.1.ebuild deleted file mode 100644 index fded3919cebd..000000000000 --- a/games-sports/bygfoot/bygfoot-1.9.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# 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.9.1.ebuild,v 1.1 2005/09/12 07:47:26 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" - #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/bygfoot_icon.png ${PN}.png - make_desktop_entry ${PN} "Bygfoot" - prepgamesdirs -} diff --git a/games-sports/bygfoot/bygfoot-1.9.2.ebuild b/games-sports/bygfoot/bygfoot-1.9.2.ebuild deleted file mode 100644 index 463667034073..000000000000 --- a/games-sports/bygfoot/bygfoot-1.9.2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# 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.9.2.ebuild,v 1.1 2005/10/16 23:24:23 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" - #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/bygfoot_icon.png ${PN}.png - make_desktop_entry ${PN} "Bygfoot" - prepgamesdirs -} diff --git a/games-sports/bygfoot/files/digest-bygfoot-1.9.1 b/games-sports/bygfoot/files/digest-bygfoot-1.9.1 deleted file mode 100644 index 73448969f02b..000000000000 --- a/games-sports/bygfoot/files/digest-bygfoot-1.9.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 37d49290747c87a57beb1eea56ebdf41 bygfoot-1.9.1.tar.bz2 496992 diff --git a/games-sports/bygfoot/files/digest-bygfoot-1.9.2 b/games-sports/bygfoot/files/digest-bygfoot-1.9.2 deleted file mode 100644 index 32d7c3816d3f..000000000000 --- a/games-sports/bygfoot/files/digest-bygfoot-1.9.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 8a0ec7a5ce5d895b867881e57067bba4 bygfoot-1.9.2.tar.bz2 571635 |