summaryrefslogtreecommitdiff
path: root/games-sports/bygfoot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-21 20:47:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-21 20:47:17 +0000
commit4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 (patch)
treef7640b8b96a04499f1ce44a2cad122d45a8373bd /games-sports/bygfoot
parent48bdeb0db9c7ffed22c6eb859ee40b55ba598b86 (diff)
gentoo resync : 21.12.2017
Diffstat (limited to 'games-sports/bygfoot')
-rw-r--r--games-sports/bygfoot/Manifest1
-rw-r--r--games-sports/bygfoot/bygfoot-2.3.2.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/games-sports/bygfoot/Manifest b/games-sports/bygfoot/Manifest
index cea4d32da537..5022abcf7918 100644
--- a/games-sports/bygfoot/Manifest
+++ b/games-sports/bygfoot/Manifest
@@ -1,4 +1,3 @@
DIST bygfoot-2.3.2.tar.bz2 1585550 BLAKE2B c0c874209c4e7d5a291380857bf020542a427ffbac8bdcbda23dd1c33e3087a40aecdb210c96b630ddfbb388c650d6eb939ed83c6d0141b64c68c01f6916553e SHA512 ce93333f50de6696538a494794d469d6768b93332f8cca1c96725259d23a78f64b94fcfff1e6227ddce52e75ae2d1e55ed78f2e94603bf1c06c6fc808f0b9626
EBUILD bygfoot-2.3.2-r1.ebuild 949 BLAKE2B 001c34c03fb5c895da233c6c1a47ad2c1b7372d9446c7bf861aa857d4d930b0b0fcf87996d6c6fb17b3f77d7de83185fb2623916eb3783c72b96271465451616 SHA512 a3a8ec2b6fc61b9e67bbd3a395bcfb18664d9f40c2ac9c9d311312b66ca72ff176b77f4cba4518c2eb95032478e8fe4dfe88cabc28806325f815243a863fe215
-EBUILD bygfoot-2.3.2.ebuild 963 BLAKE2B 15186e8aa93f2d6be188b2d98db3acfbcff3af41d10628b84356b575e29c2f7e0d6a2cad001540a64a4545afb9d10fae8b61390a965ab7eb5772ab27f6a168ee SHA512 0cd96c666e3c0935a6b3d60dc92c1bce59488e96af7dda414ba45cc3e276b45b7a9fc60d5e7967801f6a459349647901b1d368f7a75aab413e94a7b89230cc05
MISC metadata.xml 330 BLAKE2B a5f84d7f11f3c81bd543e66046fd4fbb6efa723f094ec15747fab5d0430b4b16397a5fac9e9e73f72abfcd718494a5516e27ac1d69d4ea53b4e5074bcc0c4578 SHA512 ab2de414d15e699ff5c054e0684847b55bc8a30915652b69b02a7b38f2da2cc960b5b92ca8da199a2fdb3187e5d47d0472be5c85012bf76925b79bc01e20575d
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
-}