diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:30 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:53:30 +0100 |
commit | 8fc00d8cd9a05d9cbc13f78e08a2fdd85cba7f23 (patch) | |
tree | 8a24e6f4e5de8ea9573a9dd8db9192229cd81420 /games-sports/bygfoot | |
parent | games-sports/billardgl: Remove old (diff) | |
download | gentoo-8fc00d8cd9a05d9cbc13f78e08a2fdd85cba7f23.tar.gz gentoo-8fc00d8cd9a05d9cbc13f78e08a2fdd85cba7f23.tar.bz2 gentoo-8fc00d8cd9a05d9cbc13f78e08a2fdd85cba7f23.zip |
games-sports/bygfoot: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-sports/bygfoot')
-rw-r--r-- | games-sports/bygfoot/bygfoot-2.3.2.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/games-sports/bygfoot/bygfoot-2.3.2.ebuild b/games-sports/bygfoot/bygfoot-2.3.2.ebuild deleted file mode 100644 index 22516f584250..000000000000 --- a/games-sports/bygfoot/bygfoot-2.3.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -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 ~x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2 - media-libs/freetype:2 - app-arch/zip - virtual/libintl" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext" - -src_prepare() { - sed -i \ - -e 's:$(gnulocaledir):/usr/share/locale:' \ - -e '/PACKAGE_LOCALE_DIR/s:\$(prefix)/\$(DATADIRNAME):/usr/share:' \ - -e '/bygfoot_LDADD/s/$/ -lm/' \ - po/Makefile.in.in src/Makefile.in || die -} - -src_configure() { - egamesconf --disable-gstreamer -} - -src_install() { - emake DESTDIR="${D}" install - esvn_clean "${D}" - dodoc AUTHORS ChangeLog README TODO UPDATE - newicon support_files/pixmaps/bygfoot_icon.png ${PN}.png - make_desktop_entry ${PN} Bygfoot - prepgamesdirs -} |