From 0cf2f20608308acdf3cb922c3736446bbd8f3388 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:58:29 +0100 Subject: gentoo resync : 14.07.2018 --- games-action/moon-buggy/Manifest | 3 -- games-action/moon-buggy/metadata.xml | 8 ---- .../moon-buggy/moon-buggy-1.0.51-r1.ebuild | 45 ---------------------- 3 files changed, 56 deletions(-) delete mode 100644 games-action/moon-buggy/Manifest delete mode 100644 games-action/moon-buggy/metadata.xml delete mode 100644 games-action/moon-buggy/moon-buggy-1.0.51-r1.ebuild (limited to 'games-action/moon-buggy') diff --git a/games-action/moon-buggy/Manifest b/games-action/moon-buggy/Manifest deleted file mode 100644 index 782208303389..000000000000 --- a/games-action/moon-buggy/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST moon-buggy-1.0.51.tar.gz 263572 BLAKE2B d298b04116a5bc7735f672c067efa688dbea153dbc309a6e371b970b7a31648a337af872513bd94b5d01981fdf5595ca326cca11503d138cfcbe126f18ef55e9 SHA512 34da2ca8b79d4f95a762cb7142586d176fd1b58ea6f4375de424d73d6046c2dc3dbae30dddb3a78c8c2563fbfec01d9eaafe27b79cc78ffa22121ad5a2e9dc77 -EBUILD moon-buggy-1.0.51-r1.ebuild 965 BLAKE2B c7f56c648bbc3db1cdd85faf30542a6622a39c8109daf2e717784298095c885e1a40b0aefd04ff4419d4e828a88604a1dc609fdbe792c1b5692202ced6e4ef36 SHA512 780dcb8ccff5db72f544b883af9fc734379f0e33decc7fd2252099aaab534b3264e65fd354b795e57158105e6fa275d22f8d2f6043ecce796cfd9c403c957f9b -MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-action/moon-buggy/metadata.xml b/games-action/moon-buggy/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-action/moon-buggy/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - diff --git a/games-action/moon-buggy/moon-buggy-1.0.51-r1.ebuild b/games-action/moon-buggy/moon-buggy-1.0.51-r1.ebuild deleted file mode 100644 index 22373707aea9..000000000000 --- a/games-action/moon-buggy/moon-buggy-1.0.51-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools eutils user - -DESCRIPTION="A simple console game, where you drive a car across the moon's surface" -HOMEPAGE="http://www.seehuhn.de/comp/moon-buggy.html" -SRC_URI="http://www.seehuhn.de/data/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -RDEPEND="sys-libs/ncurses:0" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -pkg_setup(){ - enewgroup gamestat 36 -} - -src_prepare() { - default - sed -i \ - -e '/$(DESTDIR)$(bindir)\/moon-buggy -c/d' \ - Makefile.am || die - rm -f missing - eautoreconf -} - -src_configure() { - econf \ - --sharedstatedir="/var/games" \ - --with-curses-libs="$(pkg-config ncurses --libs)" -} - -src_install() { - default - touch "${D}/var/games/${PN}/mbscore" - fowners root:gamestat /usr/bin/${PN} /var/games/${PN} /var/games/${PN}/mbscore - fperms 2755 /usr/bin/${PN} - fperms 664 /var/games/${PN}/mbscore -} -- cgit v1.2.3