diff options
Diffstat (limited to 'games-arcade')
27 files changed, 34 insertions, 479 deletions
diff --git a/games-arcade/Manifest.gz b/games-arcade/Manifest.gz Binary files differindex b16dc51467f4..5ab5373edecb 100644 --- a/games-arcade/Manifest.gz +++ b/games-arcade/Manifest.gz diff --git a/games-arcade/bub-n-bros/Manifest b/games-arcade/bub-n-bros/Manifest deleted file mode 100644 index 602e675895f6..000000000000 --- a/games-arcade/bub-n-bros/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX bub-n-bros-1.6.2-home.patch 2035 BLAKE2B c88722cd81e358658c751efc05953db01c68f59868181f1f4984a496e93da5f54b963b5edfdd3adb509764ed54315797e881164355cf4c69beaf13b7759913e4 SHA512 77362d4b1daa02f59daa34bc31f6a68506a14eaa4633d04ee3f21f9c8244089e35568bff001a997659de07a4640af84d2ed14807242561e876634d7192f8ab34 -DIST bubbros-1.6.2.tar.gz 11568771 BLAKE2B f1add409c510b0f57817080e4e5bd0beec6c619c849e885c3a203be237f36cf00f34aa2d009d4be183e9d6d25c7fed18565178c9685a2c11fc0880eb242b6c85 SHA512 a05fca8e31655e4bade60cd085f29796d789b349f005c715bf0e37e51f0bacb9d8b9650f3b10470917ee25421d32443e01132816a2f508e359302aa2c6d18ddb -EBUILD bub-n-bros-1.6.2.ebuild 1442 BLAKE2B 722b5c2038fe8a0635caa93e92a30e0b09b754535d8e3d6ce9038a42210229575116648cc331265878d5d431ddbe8a9892f6782798cc9304e3094d173d2334a2 SHA512 6339d89be1a4b5b62555eb33089f12a46f71fb92ddfdb1a44b6b09e68eb4a140b3b5c9514fbfb3d200173d217647ac86d1bda3ceea569545f6d002de675b424c -MISC metadata.xml 333 BLAKE2B 094c2346ec43b216c3d2a0ece7ee9a90b81a747f8265b725859dece1bace34c245b9685b696c41447b3e9d1a7377fc0c8391ee3108b6c58d194dadd1086030b3 SHA512 ff711e95f012d2e24741f74d91bcce9871303186b15daae6e254be786329b53d1b6acf3c4c403b85a1d83f22423f95b404cb20725042425d309d1fe06fd04edb diff --git a/games-arcade/bub-n-bros/bub-n-bros-1.6.2.ebuild b/games-arcade/bub-n-bros/bub-n-bros-1.6.2.ebuild deleted file mode 100644 index 7252c5349661..000000000000 --- a/games-arcade/bub-n-bros/bub-n-bros-1.6.2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit eutils python-single-r1 games - -MY_P=${P/-n-} -DESCRIPTION="A multiplayer clone of the famous Bubble Bobble game" -HOMEPAGE="http://bub-n-bros.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="MIT Artistic-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/pygame[${PYTHON_USEDEP}] - ${PYTHON_DEPS}" -RDEPEND=${DEPEND} - -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -S=${WORKDIR}/${MY_P} - -pkg_setup() { - python-single-r1_pkg_setup - games_pkg_setup -} - -src_prepare() { - ecvs_clean - epatch "${FILESDIR}"/${P}-home.patch - python_fix_shebang . -} - -src_compile() { - # Compile the "statesaver" extension module to enable the Clock bonus - cd "${S}"/bubbob - ${EPYTHON} setup.py build_ext -i || die - - # Compile the extension module required for the X Window client - cd "${S}"/display - ${EPYTHON} setup.py build_ext -i || die - - # Build images - cd "${S}"/bubbob/images - ${EPYTHON} buildcolors.py || die -} - -src_install() { - local dir=$(games_get_libdir)/${PN} - - exeinto "${dir}" - doexe *.py - - insinto "${dir}" - doins -r bubbob common display java http2 metaserver - - dodir "${GAMES_BINDIR}" - dosym "${dir}"/BubBob.py "${GAMES_BINDIR}"/bubnbros - - python_optimize "${D}${dir}" - - newicon http2/data/bob.png ${PN}.png - make_desktop_entry bubnbros Bub-n-Bros - - prepgamesdirs -} diff --git a/games-arcade/bub-n-bros/files/bub-n-bros-1.6.2-home.patch b/games-arcade/bub-n-bros/files/bub-n-bros-1.6.2-home.patch deleted file mode 100644 index 4d2cc317aba3..000000000000 --- a/games-arcade/bub-n-bros/files/bub-n-bros-1.6.2-home.patch +++ /dev/null @@ -1,51 +0,0 @@ ---- bubbob/images.py 2007-09-08 17:03:41.000000000 +0200 -+++ bubbob/images.py 2007-09-08 17:57:45.000000000 +0200 -@@ -454,7 +454,6 @@ - # check and maybe regenerate the colored image files - file = os.path.join('images', 'buildcolors.py') - g = {'__name__': '__auto__', '__file__': file} -- execfile(file, g) - # replace the entries 'filename_%d.ppm' by a family of entries, - # one for each color - sprmap = {} ---- display/pclient.py 2007-09-08 17:03:41.000000000 +0200 -+++ display/pclient.py 2007-09-08 17:57:45.000000000 +0200 -@@ -162,8 +162,8 @@ - if mode[-1].has_key('cfgfile'): - self.trackcfgfile = mode[-1]['cfgfile'] - else: -- self.trackcfgfile = os.path.join(DataChunk.SOURCEDIR, -- 'http2', 'config.txt') -+ self.trackcfgfile = os.path.join(os.environ.get('HOME'), -+ '.bubnbros') - self.udpsock = None - self.udpsock_low = None - self.udpsock2 = None ---- http2/httppages.py 2007-09-08 17:03:41.000000000 +0200 -+++ http2/httppages.py 2007-09-08 17:57:45.000000000 +0200 -@@ -38,7 +38,7 @@ - - - class PageServer: -- CONFIGFILE = 'config.txt' -+ CONFIGFILE = '.bubnbros' - localservers = None - - def __init__(self, Game): -@@ -46,7 +46,7 @@ - self.seed = hex(random.randrange(0x1000, 0x10000)) - #self.unique_actions = {} - self.localhost = gamesrv.HOSTNAME -- self.filename = os.path.join(LOCALDIR, self.CONFIGFILE) -+ self.filename = os.path.join(os.environ.get('HOME'), self.CONFIGFILE) - data = self.loadoptionfile() - self.globaloptions = Options(data.get('*', {})) - self.localoptions = Options(data.get(self.localhost, {})) -@@ -333,7 +333,6 @@ - 'buildcolors.py') - if os.path.exists(file): - g = {'__name__': '__auto__', '__file__': file} -- execfile(file, g) - - if port: - address = '%s:%s' % (host, port) diff --git a/games-arcade/bub-n-bros/metadata.xml b/games-arcade/bub-n-bros/metadata.xml deleted file mode 100644 index 349a63e580ba..000000000000 --- a/games-arcade/bub-n-bros/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">bub-n-bros</remote-id> - </upstream> -</pkgmetadata> diff --git a/games-arcade/nibbles/Manifest b/games-arcade/nibbles/Manifest index 9875d8c8af88..f485322a040d 100644 --- a/games-arcade/nibbles/Manifest +++ b/games-arcade/nibbles/Manifest @@ -1,4 +1,5 @@ AUX nibbles-0.0.4-as-needed.patch 458 BLAKE2B 665d1d6ec0bf57b10c23d7e4a027aac113cebd3ef72fc4b976f1d15250556335f9ab4796e7dc5b639eea85e93f0e61eee1ba185fe40c45de7d18535331716c8d SHA512 9b875d674a9ae6c7fb7d1f8fe99b243d34ed3ad096cbf2ffdef8522512cee4dd3915c138941d8d898b319759cd5a62086b9984ba32230bee7b6b3c9d32d0dae4 +AUX nibbles-0.0.4-gcc-10.patch 427 BLAKE2B d46de5095f4ceaa1369547549feee7a90ea2ce52de520a163bd901c25977b0f98e6722eb76bedb3523e6b108a89e1d9c51270b9bed5c55d6273877ac17525764 SHA512 be3774e8ce0315755e909bfad03be269120ade027993d02779c2d74318c939fc9dd3862b9fcd8c31b005492e36bb0d5edfb9a43a4647c1266a94ebb1162259b6 DIST nibbles-v0.0.4.tar.gz 18610 BLAKE2B 264331c2ef612d1421c370df601da3d8bd5b04c34f7a41e8a8b78480a308d9e8b24177db3666785603efefabd873af04b24bf31d1b320e3fac7698b1b98e2ee0 SHA512 a10af4f20af371c2a8ab4cf69c4a73120670815467177d3bc2a05aa198e9edf80cc1d47edf40d06059baf6e51cf7018ed4830a3a5bda6a35868548403f5f414b -EBUILD nibbles-0.0.4-r1.ebuild 1170 BLAKE2B be81ab79c2a1f211c71702136920e5e8ab60c53a4630d10aa87b7ad30b05040368bd25733344002485df7df7ac538d495762b78857c35ab38181466aee0df1f3 SHA512 5069d08497131cb866e1660f142bc423312bec7f1bad35491b85a5837334aea006956bd32b47352a85198bfb99599822260c20b96cd4f9d59fe3397bdf62afaa +EBUILD nibbles-0.0.4-r1.ebuild 1203 BLAKE2B 6e7ab44d69590871fe64ce25f75f87a1c141196df3fb74d5af48c0ec97444ec762e1543143508246c0e39fb9ebe50bd4cf48486d99c6e3cf9e44014efdfcf0da SHA512 ff63f5f9a1bb6c32d5258e915e020394e80cfeed8605d66cdf646c19f85e50ea505e4c3cf437b726d3b3ef9c17630d20a434fb419c6416b244c7d9b4dc8a1979 MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-arcade/nibbles/files/nibbles-0.0.4-gcc-10.patch b/games-arcade/nibbles/files/nibbles-0.0.4-gcc-10.patch new file mode 100644 index 000000000000..e70203f73c7e --- /dev/null +++ b/games-arcade/nibbles/files/nibbles-0.0.4-gcc-10.patch @@ -0,0 +1,22 @@ +--- a/scoring.c ++++ b/scoring.c +@@ -12,6 +12,8 @@ + #include <time.h> + #include "scoring.h" + ++char highscoref[255]; ++ + int get_high_scores(struct highscoreent *highscores[], int *numscores) + { + FILE *scorefile; +--- a/scoring.h ++++ b/scoring.h +@@ -11,7 +11,7 @@ + /* Max number of high scores we store */ + #define MAXHIGHSCORES 20 + +-char highscoref[255]; ++extern char highscoref[255]; + + struct highscoreent { + char name[16]; diff --git a/games-arcade/nibbles/nibbles-0.0.4-r1.ebuild b/games-arcade/nibbles/nibbles-0.0.4-r1.ebuild index fb8b32293972..f0e888118245 100644 --- a/games-arcade/nibbles/nibbles-0.0.4-r1.ebuild +++ b/games-arcade/nibbles/nibbles-0.0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,6 +24,7 @@ GAMES_STATEDIR="/var/games/${PN}" PATCHES=( "${FILESDIR}"/${P}-as-needed.patch + "${FILESDIR}"/${P}-gcc-10.patch ) S="${WORKDIR}/${MY_P}" diff --git a/games-arcade/orthorobot/Manifest b/games-arcade/orthorobot/Manifest index 86b6d75077d7..1da1c708846f 100644 --- a/games-arcade/orthorobot/Manifest +++ b/games-arcade/orthorobot/Manifest @@ -1,4 +1,4 @@ DIST orthorobot-0.zip 3429026 BLAKE2B d21023045cce73142f03179719591f4f0e58a3a968a1094da07611ec77cac37bcf822ddd3748699c21718e27534ee2e993a1f4cab038dd745fc94337f277a374 SHA512 cf73bfd7d136c0d408dcee80db1193c4ae1d418128b8879a67c5fbfc013ce33ffab4255c0ea2e7d2a70f22301192fb77bd5b3105d69ff511d2d5a5b99fbd0cf0 -EBUILD orthorobot-0-r1.ebuild 977 BLAKE2B fefeb5915d4acd6e51d9d7fa9724e5dc0db41eddb1f42666016cead27b93b6e3e5b1576578ccc250945495f0960b10dc656495bcb6af8cb9511378bb7e96014c SHA512 12cea3e84b373df31b1664d379492515283409aa4ad7288001be45991f155d3a8f8f07e0ec4d5182551b279f06316dc81a974ae6ffd2b8d11ee8abec54350d98 -EBUILD orthorobot-0-r2.ebuild 1000 BLAKE2B 09b3a72d00ac093fe011219cba81c744cb7bc1904e281db8fdaf483569ca8f2517d07807af4780ce887357bd3c9e2ea3df4e051afa957e2c68f7e4eda67224f2 SHA512 12b7e256b7b2f2940bd0dccf067317775abb684c2c074cde85296cb1697f62d132f2c5bed7fe9db2c869c6e7ed8ab1a3a0c31773a864129976351d25768197d1 +EBUILD orthorobot-0-r1.ebuild 976 BLAKE2B 547c1be51e984ed58010fc6f7213c4b39a2a60d144cda8a16d24acb7143e933b804d212b7bc93853fc0a39c8d9f5c9fcdf794f3b62cebe973499a0180961aa29 SHA512 cf6f0cce78d66fd092dd6822f68dc989287c4994b52d2c151aad321b37ad26de682b3b742928ca3ef6c97c8c90f81b87978e5694abea5c72cc70c7d0db78bc65 +EBUILD orthorobot-0-r2.ebuild 999 BLAKE2B 92ade38750278972569870539b4c1247ef9ba70f291453a56f7ac85ab73bf4d8d6a9282e37149b54058fb3182d9b5374bbbaf83b31f3dedfb07a58b48e81953e SHA512 819b9f0a752934d2ab56a02772f0cca807f8354edf3c9f2dcc142109ab9a1ffde07b45285ba8f80a7c31fb4733f830482c4e10d666c068620ba0cadb557df0bd MISC metadata.xml 247 BLAKE2B 61049845c1ffb66aea9959f984983735ad8d7d9d37aab6da3a19951bbf8d67af657cacde1701da8a3dd93b0704c10430d511bea11d56bf98702950f0707436ec SHA512 96c55c2979dd6a4c4761fce9b5a0be387b11fcf197ef903d8680ae82f01a2caea93b1238bed1ac96d3eb250744e2149a507e0424ac017b4324f0806a54e72c4a diff --git a/games-arcade/orthorobot/orthorobot-0-r1.ebuild b/games-arcade/orthorobot/orthorobot-0-r1.ebuild index 69e0533a32ca..7d3771a8a4cf 100644 --- a/games-arcade/orthorobot/orthorobot-0-r1.ebuild +++ b/games-arcade/orthorobot/orthorobot-0-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils DESCRIPTION="Perspective based puzzle game, where you flatten the view to move across gaps" -HOMEPAGE="http://stabyourself.net/orthorobot/" -SRC_URI="http://stabyourself.net/dl.php?file=${PN}/${PN}-source.zip -> ${P}.zip" +HOMEPAGE="https://stabyourself.net/orthorobot/" +SRC_URI="https://stabyourself.net/dl.php?file=${PN}/${PN}-source.zip -> ${P}.zip" LICENSE="CC-BY-NC-ND-3.0" SLOT="0" diff --git a/games-arcade/orthorobot/orthorobot-0-r2.ebuild b/games-arcade/orthorobot/orthorobot-0-r2.ebuild index d8730666312f..305cf7ee67ed 100644 --- a/games-arcade/orthorobot/orthorobot-0-r2.ebuild +++ b/games-arcade/orthorobot/orthorobot-0-r2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils DESCRIPTION="Perspective based puzzle game, where you flatten the view to move across gaps" -HOMEPAGE="http://stabyourself.net/orthorobot/" -SRC_URI="http://stabyourself.net/dl.php?file=${PN}/${PN}-source.zip -> ${P}.zip" +HOMEPAGE="https://stabyourself.net/orthorobot/" +SRC_URI="https://stabyourself.net/dl.php?file=${PN}/${PN}-source.zip -> ${P}.zip" LICENSE="CC-BY-NC-ND-3.0" SLOT="0" diff --git a/games-arcade/pycadia/Manifest b/games-arcade/pycadia/Manifest deleted file mode 100644 index a4a5e8627fee..000000000000 --- a/games-arcade/pycadia/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pycadia-0.5.1.tar.gz 2768619 BLAKE2B 688fe8e148078e990ded8870569cf844fc9817e07c5136dc0b8960d2c39a72ca66443feee08c907104bf150c3475fcc0e626833252ce6f5c12b332f483d41079 SHA512 bfe7369263f21d672800eeaf567d7dcb5027b24d2f0d0534d68ad28ae71c916eca2ebf4b2f888645c8bfce12a2ba4bf23dacf673e32a7ba76d564006bdc3e0d2 -EBUILD pycadia-0.5.1-r1.ebuild 921 BLAKE2B 6fe6d2f176b4759b559ae62327a78819984a8172f44c49a6ecb28a0d1c9d3429b3ddac80b14e4b41cadfb2f1220e85d002c8ef8815498ea7ffe060a68eb3a310 SHA512 ae6cdf2d210812c14b4e983c2f1f018b43fed247bd649a1715a353ca770248a0f7a6ee8d7e661eae929d1a8d49b83bf7e1b8087467d5de60de320f695821fa21 -MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-arcade/pycadia/metadata.xml b/games-arcade/pycadia/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-arcade/pycadia/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> diff --git a/games-arcade/pycadia/pycadia-0.5.1-r1.ebuild b/games-arcade/pycadia/pycadia-0.5.1-r1.ebuild deleted file mode 100644 index a090b4f0e83d..000000000000 --- a/games-arcade/pycadia/pycadia-0.5.1-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit desktop - -DESCRIPTION="Pycadia. Home to vector gaming, python style" -HOMEPAGE="http://www.anti-particle.com/pycadia.shtml" -SRC_URI="http://www.anti-particle.com/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=dev-python/pygame-1.5.5 - dev-python/pygtk:2 -" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}" - -src_unpack() { - unpack ${A} - { - echo "#!/bin/sh" - echo "cd /usr/share/${PN}" - echo "exec python2 ./pycadia.py \"\${@}\"" - } > "${T}/pycadia" -} - -src_install() { - dobin "${T}/pycadia" - - insinto "/usr/share/${PN}" - doins -r {glade,pixmaps,sounds} *.py pycadia.conf - - exeinto "/usr/share/${PN}" - doexe pycadia.py spacewarpy.py vektoroids.py - - newicon pixmaps/pysteroids.png ${PN}.png - make_desktop_entry ${PN} Pycadia - - dodoc doc/{TODO,CHANGELOG,README} -} diff --git a/games-arcade/pydance-songs/Manifest b/games-arcade/pydance-songs/Manifest deleted file mode 100644 index 58a03426011a..000000000000 --- a/games-arcade/pydance-songs/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pydance-songs-20040410.tar.bz2 3780065 BLAKE2B 23cd831fd0c2259a1e72c6e21d068edab0f203dddb550eaf62edb0d2f7120650cc3a8303d88260fb279030614896485484c77b7273de5ba352377504e1bfe85c SHA512 09d68efba0a21e65a0c2bfc8d66eef3ffbe186506a1c9041560b7295ea1ea386c236f2bd6fcb343001e1c0f3a8a520a4b1b2deaaf1c40afd30b7180ac91b8f5b -EBUILD pydance-songs-20040410-r1.ebuild 366 BLAKE2B 0dcc23a97f10c0334d2b3a8b3f315a83713eca199ba3e2b47ec95fa8ba9c3e43d22ee2ee1150c9fad455c37c059f80b9de858409e8ac78dd5c1557e0943ff411 SHA512 6c9184d856a37449e84bf091e2b49f3c1f4622e3acd42d389fffc589c5a8da8a89beb322a999518b9879b7578862fd0f8c73b0405097b3c19c6571bd22f99b80 -MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-arcade/pydance-songs/metadata.xml b/games-arcade/pydance-songs/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-arcade/pydance-songs/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> diff --git a/games-arcade/pydance-songs/pydance-songs-20040410-r1.ebuild b/games-arcade/pydance-songs/pydance-songs-20040410-r1.ebuild deleted file mode 100644 index 4d7dacb4abd7..000000000000 --- a/games-arcade/pydance-songs/pydance-songs-20040410-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Music for the pyDDR game" -HOMEPAGE="http://icculus.org/pyddr/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S="${WORKDIR}" - -src_install() { - insinto "/usr/share/pydance/songs" - doins * -} diff --git a/games-arcade/pydance/Manifest b/games-arcade/pydance/Manifest deleted file mode 100644 index bbc200f97d16..000000000000 --- a/games-arcade/pydance/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pydance-1.1.0.tar.gz 8957236 BLAKE2B 57ab896b95a8f653a075e6c7453e8e2adfc8c18e8271fc502667d7643736bfe3a8d62c3ebfbe8e84713ed235bbadff60080fd578f478c61741df881694e1c7d4 SHA512 738787626d83adc635e7e4644f159e3ce793da7b38cf094ffd73cabb088d3414a1aa9deda423784174b2c0381e50dd0d74bbcfb9d939044e85c35866b3818c7d -EBUILD pydance-1.1.0-r1.ebuild 1036 BLAKE2B e2d52e63f679bd9abc2528a128fbae325555b9380c106ea15b3aaa797ce3f66390019c090e59b42ed7d9a889e52add0299497da66f48f50505ac40ec27370525 SHA512 1d0bc2088d06e3ef0669a2376d3876d8bf7ee03ae9f52ad4c7c3064015a0c0b15769bee0023f378e6c7f67ad279eda9b3c01cfc7c6b2fb0cffb53c680f7822f4 -MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-arcade/pydance/metadata.xml b/games-arcade/pydance/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-arcade/pydance/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> diff --git a/games-arcade/pydance/pydance-1.1.0-r1.ebuild b/games-arcade/pydance/pydance-1.1.0-r1.ebuild deleted file mode 100644 index f3d5b1901227..000000000000 --- a/games-arcade/pydance/pydance-1.1.0-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit eutils - -DESCRIPTION="A DDR clone for linux written in Python" -HOMEPAGE="http://www.icculus.org/pyddr/" -SRC_URI="http://www.icculus.org/pyddr/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/pygame - media-libs/libvorbis - media-libs/sdl-mixer" -RDEPEND="${DEPEND}" -PDEPEND="games-arcade/pydance-songs" - -src_prepare() { - default - sed -i -e "s:1\.0\.1:1.0.2:" \ - pydance.py constants.py docs/man/pydance.6 || die - sed -i -e 's:/usr/share/games/pydance/:/usr/share/pydance/:g' pydance.posix.cfg || die -} - -src_install() { - local dir=/usr/share/${PN} - - insinto "${dir}" - doins *.py - cp -R CREDITS {sound,images,utils,themes} "${D}${dir}/" || die - - insinto /etc/ - newins pydance.posix.cfg pydance.cfg - - make_wrapper pydance "python2 ./pydance.py" "${dir}" - - dodoc BUGS CREDITS ChangeLog HACKING README TODO - HTML_DOCS="docs/manual.html docs/images" einstalldocs - doman docs/man/* -} diff --git a/games-arcade/triplexinvaders/Manifest b/games-arcade/triplexinvaders/Manifest deleted file mode 100644 index da3e634f340c..000000000000 --- a/games-arcade/triplexinvaders/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX triplexinvaders-1.08-gentoo.patch 2313 BLAKE2B 0e5880be3bf8e1bbb79d5fade576cffe7a6a3137eb92e67888883d93446d305750baa9eb33f626f535de4f86ebc2f2040b2c26a0662e320f5b54480f04a7746d SHA512 912c1879cc2fe177decbe166c616c231c5496f240ecb4492a34952931f45ec549de700ed836aeb56c9b871074eac5adfd48a92d1ca21f07c4037b2ac2dceb429 -DIST triplexinvaders-1.08.zip 354188 BLAKE2B 5bce384ab55edd1dc0e3ed385002447c6cc81da95091b38e654fcb28c4df8f3c39907dfb23afadceaacd51491c53d4a8c937e09079905df2dd63ebe10a403164 SHA512 c763cf650046612152c9305a2067f52feedfeac5f16dd292031a184563f40efc9d95553bc01d59c5c6382394fd2a2d3fe971471cf775fe64c3b1f3c4842a0780 -EBUILD triplexinvaders-1.08-r1.ebuild 1031 BLAKE2B 75aaad421bc9beb7737d0c0858c4e724a06d1d7a9208fe018d4d9feb07662c5c571236592c9fb00c71d5d6394294985fc65bf9fe83cb66ac0d2318eab4508d59 SHA512 6f0e1e2bbe23b13f23aa9c0ae82bdf2f94f84187785b4c5e182d9bece0558bf58918dda57b930b1077b7c503ffac37c72fa0cba6d9cc23cbd9ee0607472c861e -MISC metadata.xml 454 BLAKE2B 677d6dbcf7b8dbe4126aadce45c160731d1e159c53ecc0f0159c2f4e709603b23d8cce9b658d15f11778cc8d6ccf0725b8470118f2940eb0251ea43eee00f22f SHA512 bfd1ac0a3820beb15f021ab53527d316be512ed123f8eb7253c03efe82a569298b3474c7618e999cb134ea90aebb9d508909e5e938657e751fd9ac18552e6276 diff --git a/games-arcade/triplexinvaders/files/triplexinvaders-1.08-gentoo.patch b/games-arcade/triplexinvaders/files/triplexinvaders-1.08-gentoo.patch deleted file mode 100644 index 85c88afcfe8a..000000000000 --- a/games-arcade/triplexinvaders/files/triplexinvaders-1.08-gentoo.patch +++ /dev/null @@ -1,62 +0,0 @@ ---- a/sound.py.old 2007-04-14 21:52:02.000000000 +0200 -+++ b/sound.py 2007-04-14 21:52:27.000000000 +0200 -@@ -16,7 +16,7 @@ - - - def reloadMusic(): -- pygame.mixer.music.load(os.path.join('sound', choice(music))) -+ pygame.mixer.music.load(os.path.join('@GENTOO_DATADIR@/sound', choice(music))) - pygame.mixer.music.set_endevent(ENDMUSIC) - pygame.mixer.music.play() - -@@ -24,7 +24,7 @@ - - def getSound(name, volume=0.4): - if name not in LoadedSounds: -- sound = pygame.mixer.Sound(os.path.join('sound', '%s.ogg' % name)) -+ sound = pygame.mixer.Sound(os.path.join('@GENTOO_DATADIR@/sound', '%s.ogg' % name)) - sound.set_volume(volume) - LoadedSounds[name] = sound - return LoadedSounds[name] ---- a/util.py.old 2007-04-14 21:56:30.000000000 +0200 -+++ b/util.py 2007-04-14 21:56:48.000000000 +0200 -@@ -30,7 +30,7 @@ - LoadedTextures = weakref.WeakValueDictionary() - - def loadTexture(name): -- filename = os.path.join('textures', '%s.png' % name) -+ filename = os.path.join('@GENTOO_DATADIR@/textures', '%s.png' % name) - textureSurface = pygame.image.load(filename) - textureData = pygame.image.tostring(textureSurface, "RGBA", True) - texid = glGenTextures(1) -@@ -47,7 +47,7 @@ - - def getModel(name): - if name not in LoadedModels: -- model = wavefront.load(os.path.join('models', '%s.obj' % name), name) -+ model = wavefront.load(os.path.join('@GENTOO_DATADIR@/models', '%s.obj' % name), name) - LoadedModels[name] = model - return LoadedModels[name] - ---- a/hiscore.py.old 2007-04-14 22:04:04.000000000 +0200 -+++ b/hiscore.py 2007-04-14 22:04:25.000000000 +0200 -@@ -5,7 +5,7 @@ - # copy the highscores to the user's homedir - highscorefile = os.path.join(configdir, 'hiscores') - if not os.path.exists(highscorefile): -- oldpath = 'hiscores' -+ oldpath = '@GENTOO_DATADIR@/hiscores' - shutil.copy(oldpath, highscorefile) - - def write(score, name): ---- a/options.py.old 2007-04-14 22:05:23.000000000 +0200 -+++ b/options.py 2007-04-14 22:05:42.000000000 +0200 -@@ -5,7 +5,7 @@ - # copy the options to the user's homedir - optionfile = os.path.join(configdir, 'options.conf') - if not os.path.exists(optionfile): -- oldpath = 'options.conf' -+ oldpath = '@GENTOO_DATADIR@/options.conf' - shutil.copy(oldpath, optionfile) - - execfile(optionfile) diff --git a/games-arcade/triplexinvaders/metadata.xml b/games-arcade/triplexinvaders/metadata.xml deleted file mode 100644 index 6ae220aaf948..000000000000 --- a/games-arcade/triplexinvaders/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> - </maintainer> - <longdescription lang="en"> -In Triplex Invaders, the player pilots a spaceship against a never ending horde -of enemy ships. It has psychedelic 3d graphics (but 2d gameplay). -</longdescription> -</pkgmetadata> diff --git a/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild b/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild deleted file mode 100644 index 7b95c1773d95..000000000000 --- a/games-arcade/triplexinvaders/triplexinvaders-1.08-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit desktop eutils python-single-r1 - -DESCRIPTION="An Alien Invaders style game with 3d graphics" -HOMEPAGE="http://triplexinvaders.infogami.com" -SRC_URI="http://acm.jhu.edu/~arthur/invaders/${P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - dev-python/pygame[${PYTHON_USEDEP}] - dev-python/pyopengl[${PYTHON_USEDEP}] -" -DEPEND="app-arch/unzip" - -src_prepare() { - default - eapply "${FILESDIR}/${P}"-gentoo.patch - sed -i -e "s:@GENTOO_DATADIR@:/usr/share/${PN}:" \ - sound.py \ - util.py \ - hiscore.py \ - options.py || die "sed failed" -} - -src_install() { - local libdir=/usr/$(get_libdir) - - insinto "${libdir}/${PN}" - doins -r *.py - insinto "/usr/share/${PN}" - doins -r models sound options.conf hiscores - make_wrapper ${PN} "python2 ./invaders.py" "${libdir}/${PN}" - einstalldocs - make_desktop_entry ${PN} -} diff --git a/games-arcade/watermelons/Manifest b/games-arcade/watermelons/Manifest deleted file mode 100644 index c36be05c6540..000000000000 --- a/games-arcade/watermelons/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST melons-1.1.1.tgz 318692 BLAKE2B b950e58062f85632cf87a205ede2437ddb9ac573574cb7cd5e73eabd3cbd7af8e2ee9a2dc06a31cb2f322198fb0bcb97b0c292a886711bf4fb868b4f90738a1c SHA512 50bb66de9806fb1bbe946ad5063e68d3327d6184b3e95230573f71053426ed877fc9762ef2b44e6964c9d7b8dc5081e9c3015885800dd6644a1dd88c9c5dc357 -EBUILD watermelons-1.1.1-r1.ebuild 1331 BLAKE2B 03942a7118a68e7dfca4b7168874966e98cac36a72bda8da6e2f3c44314e20e2d5374a50bdb6e7bdf5204bf5121c9595fcb5dbe205f735a4ad6261004012d14d SHA512 aed997ef703146c782ec522de13729c8007d1e17a6746a1d3fac933062e90d61655e0b1d1843866e2a9020a9b68f6ab4388bef3cad7cf17583b704c3fd899476 -MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-arcade/watermelons/metadata.xml b/games-arcade/watermelons/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-arcade/watermelons/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> -</maintainer> -</pkgmetadata> diff --git a/games-arcade/watermelons/watermelons-1.1.1-r1.ebuild b/games-arcade/watermelons/watermelons-1.1.1-r1.ebuild deleted file mode 100644 index a5c441f8b428..000000000000 --- a/games-arcade/watermelons/watermelons-1.1.1-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit eutils python-single-r1 games - -MY_PN="melons" -DESCRIPTION="A thrilling watermelon bouncing game" -HOMEPAGE="http://www.imitationpickles.org/melons/index.html" -SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tgz" -# No version upstream -#SRC_URI="http://www.imitationpickles.org/${MY_PN}/${MY_PN}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/pygame[${PYTHON_USEDEP}] - ${PYTHON_DEPS}" -RDEPEND=${DEPEND} -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -S=${WORKDIR}/${MY_PN} - -pkg_setup() { - python-single-r1_pkg_setup - games_pkg_setup -} - -src_prepare() { - sed -i \ - -e "s:melons.hs:${GAMES_STATEDIR}/${PN}/&:" \ - main.py || die - - cat <<-EOF > "${PN}" || die - #!/bin/bash - cd "${GAMES_DATADIR}/${PN}" - exec ${EPYTHON} main.py -EOF -} - -src_install() { - dogamesbin ${PN} - insinto "${GAMES_DATADIR}/${PN}" - doins -r data pgu const.py game.py main.py melon.py melons.py menu.py trampoline.py - python_optimize "${D}${GAMES_DATADIR}/${PN}" - dodoc *.txt - dodir "${GAMES_STATEDIR}/${PN}" - touch "${D}${GAMES_STATEDIR}"/${PN}/melons.hs - fperms 664 "${GAMES_STATEDIR}"/${PN}/melons.hs - newicon data/mellon0013.png "${PN}.png" - make_desktop_entry ${PN} Watermelons - prepgamesdirs -} |