diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-14 16:05:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-14 16:05:47 +0000 |
commit | 9bd3a34c83c3edc2764b9726ff12d690b2913cf3 (patch) | |
tree | 08b8d5e40cbdd64df11a0f01b3ced324037c87df /games-sports/bygfoot | |
parent | Re-add ~ia64 and x86 stable (diff) | |
download | gentoo-2-9bd3a34c83c3edc2764b9726ff12d690b2913cf3.tar.gz gentoo-2-9bd3a34c83c3edc2764b9726ff12d690b2913cf3.tar.bz2 gentoo-2-9bd3a34c83c3edc2764b9726ff12d690b2913cf3.zip |
old
(Portage version: 2.1.2.9)
Diffstat (limited to 'games-sports/bygfoot')
-rw-r--r-- | games-sports/bygfoot/bygfoot-2.0.1.ebuild | 60 | ||||
-rw-r--r-- | games-sports/bygfoot/files/digest-bygfoot-2.0.1 | 3 |
2 files changed, 0 insertions, 63 deletions
diff --git a/games-sports/bygfoot/bygfoot-2.0.1.ebuild b/games-sports/bygfoot/bygfoot-2.0.1.ebuild deleted file mode 100644 index b0b2571209f0..000000000000 --- a/games-sports/bygfoot/bygfoot-2.0.1.ebuild +++ /dev/null @@ -1,60 +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.0.1.ebuild,v 1.2 2007/01/12 01:19:43 nyhm 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 - virtual/libintl" -DEPEND="${RDEPEND} - dev-util/pkgconfig - sys-devel/gettext" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e '/PACKAGE_LOCALE_DIR/s:\$(prefix)/\$(DATADIRNAME):/usr/share:' \ - src/Makefile.in \ - || die "sed failed" -} - -src_compile() { - egamesconf \ - --disable-dependency-tracking \ - --disable-gstreamer \ - --with-localedir=/usr/share/locale \ - || 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 -} - -pkg_postinst() { - games_pkg_postinst - echo - elog "If you'd like to keep your settings and savegames from previous" - elog "1.9.x versions, you should rename the .bygfoot-1.9 directory" - elog "to .bygfoot in your home directory." - echo - elog "If you upgrade from 1.8.x, you should first delete the .bygfoot" - elog "directory in your home dir to keep things clean." - elog "Also note that savegames from 1.8.x are not compatible with" - elog "current versions of ${PN}" - echo -} diff --git a/games-sports/bygfoot/files/digest-bygfoot-2.0.1 b/games-sports/bygfoot/files/digest-bygfoot-2.0.1 deleted file mode 100644 index 8e58b17b3610..000000000000 --- a/games-sports/bygfoot/files/digest-bygfoot-2.0.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c303ef5aff2c9d3f4e9d11dae1da685c bygfoot-2.0.1.tar.bz2 1408439 -RMD160 488bf1f838199e80db1320b3d5be864363d32b50 bygfoot-2.0.1.tar.bz2 1408439 -SHA256 eaac4641fb72a4206d5ef69df33ccde13ae31a01b3a2ed8f57f5acbe2d8c12fb bygfoot-2.0.1.tar.bz2 1408439 |