diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-10-26 08:37:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-26 08:39:06 +0100 |
commit | 422481c3f9f7032de176f3bc8a0b6175f7bed238 (patch) | |
tree | 192114131784a29a0ccbd549e209f1f682825830 /games-arcade | |
parent | games-board/gnome-hearts: Remove last-rited pkg (diff) | |
download | gentoo-422481c3f9f7032de176f3bc8a0b6175f7bed238.tar.gz gentoo-422481c3f9f7032de176f3bc8a0b6175f7bed238.tar.bz2 gentoo-422481c3f9f7032de176f3bc8a0b6175f7bed238.zip |
games-arcade/diameter: Remove last-rited pkg
Closes: https://bugs.gentoo.org/743508
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/diameter/Manifest | 1 | ||||
-rw-r--r-- | games-arcade/diameter/diameter-0.4.0.3-r2.ebuild | 60 | ||||
-rw-r--r-- | games-arcade/diameter/metadata.xml | 17 |
3 files changed, 0 insertions, 78 deletions
diff --git a/games-arcade/diameter/Manifest b/games-arcade/diameter/Manifest deleted file mode 100644 index dca6d5a32390..000000000000 --- a/games-arcade/diameter/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST diameter-0.4.0.3.tar.bz2 4729201 BLAKE2B e96989e0213bbea1c0e7c8d5bea155c2a561741c367220f5d0fb7a4630c076932a4393ad577573195e96945fc812e9a1fb6026089d601d96a22be5004c77877e SHA512 74491d49b233f16b44e4ea7c477fe5c6d71bc88c34b815f7992ea881558e2b4de98b10c5041cff6d0a6098dc4f440291825fb1746ff0282e3f538fac4ee4975d diff --git a/games-arcade/diameter/diameter-0.4.0.3-r2.ebuild b/games-arcade/diameter/diameter-0.4.0.3-r2.ebuild deleted file mode 100644 index a7f2160770db..000000000000 --- a/games-arcade/diameter/diameter-0.4.0.3-r2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit autotools eutils python-single-r1 - -DESCRIPTION="Arcade game with elements of economy and adventure" -HOMEPAGE="https://sourceforge.net/projects/gamediameter/" -SRC_URI="mirror://sourceforge/gamediameter/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - >=dev-games/guichan-0.8[opengl,sdl] - media-libs/libpng:0= - media-libs/libsdl[video] - media-libs/sdl-image[gif,jpeg,png] - media-libs/sdl-mixer[mod] - virtual/opengl - virtual/glu - ${PYTHON_DEPS}" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/gamediameter - -src_prepare() { - default - - sed -i \ - -e "s:gamediameter:diameter:" \ - configure.in || die - mv configure.in configure.ac || die - sed -i \ - -e '/for i in .*\/lib/s:".*:/usr/lib/ ; do:' \ - -e "/AC_SUBST.*LDFLAGS/s/\".*\"/\$PYTHON_LIBS/" \ - acinclude.m4 || die - # bug #336812 - sed -i \ - -e '/gui nebular3.gif/s/gui//' \ - data/texture/Makefile.am || die - eautoreconf - - # needed, otherwise -lpython2.7 will not be found - python_export PYTHON PYTHON_LIBS -} - -src_install() { - default - - newicon data/texture/gui/eng/main/logo.png ${PN}.png - make_desktop_entry ${PN} ${PN^} -} diff --git a/games-arcade/diameter/metadata.xml b/games-arcade/diameter/metadata.xml deleted file mode 100644 index ec2759fffab8..000000000000 --- a/games-arcade/diameter/metadata.xml +++ /dev/null @@ -1,17 +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"> -"Diameter" - is an arcade-style game with elements of economy and adventure. -Project's main objective is to make a distinctive game with a storm gameplay and -simultaneously alluring with its world. Plus, the main mood will be funny, but -thus be serious. -</longdescription> - <upstream> - <remote-id type="sourceforge">gamediameter</remote-id> - </upstream> -</pkgmetadata> |