diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-07-27 22:33:32 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-27 22:33:32 -0400 |
commit | f63396228c129fdbac0b2b6bf90ca0dbe64bfb08 (patch) | |
tree | 7f870e5b96903f3fd9ebe72e4da5188f7092f94d /games-engines | |
parent | app-misc/OpenRGB-0.3-r1: Revbump, add udev USE flag to install udev rules (diff) | |
download | gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.tar.gz gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.tar.bz2 gentoo-f63396228c129fdbac0b2b6bf90ca0dbe64bfb08.zip |
*/*: Drop last-rited Py2 only pkgs
Bug: https://bugs.gentoo.org/616064
Closes: https://bugs.gentoo.org/721904
Closes: https://bugs.gentoo.org/609686
Closes: https://bugs.gentoo.org/695016
Closes: https://bugs.gentoo.org/722616
Closes: https://bugs.gentoo.org/684098
Closes: https://bugs.gentoo.org/672164
Closes: https://bugs.gentoo.org/699136
Closes: https://bugs.gentoo.org/690776
Closes: https://bugs.gentoo.org/695912
Closes: https://bugs.gentoo.org/697004
Closes: https://bugs.gentoo.org/711026
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/gemrb/Manifest | 1 | ||||
-rw-r--r-- | games-engines/gemrb/gemrb-0.8.3-r1.ebuild | 72 | ||||
-rw-r--r-- | games-engines/gemrb/metadata.xml | 11 |
3 files changed, 0 insertions, 84 deletions
diff --git a/games-engines/gemrb/Manifest b/games-engines/gemrb/Manifest deleted file mode 100644 index fec38df11f5c..000000000000 --- a/games-engines/gemrb/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gemrb-0.8.3.tar.gz 12370971 BLAKE2B ccb35d96bec5805df4086789eb43d52cd496be1aeb8fe5ee3ce7c096843075551f8b6bf37dc217b39e487ec33eeef3e1b10bd3e20814974bf5abc61ce017908c SHA512 6f091ba54d129c47b6ad7c3b1da898c7ef79b80629b373527963a0b35096ccbf91650087c4884081d306da4be7b4cfa1dc2f6d931d7140d7eccb380d9806db1c diff --git a/games-engines/gemrb/gemrb-0.8.3-r1.ebuild b/games-engines/gemrb/gemrb-0.8.3-r1.ebuild deleted file mode 100644 index 6ec09ffb5278..000000000000 --- a/games-engines/gemrb/gemrb-0.8.3-r1.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit eutils gnome2-utils python-single-r1 cmake-utils - -DESCRIPTION="Reimplementation of the Infinity engine" -HOMEPAGE="http://gemrb.sourceforge.net/" -SRC_URI="mirror://sourceforge/gemrb/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - media-libs/freetype - media-libs/libpng:0= - >=media-libs/libsdl-1.2[video] - media-libs/libvorbis - media-libs/openal - media-libs/sdl-mixer - sys-libs/zlib - ${PYTHON_DEPS}" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - cmake-utils_src_prepare - - sed -i \ - -e '/COPYING/d' \ - CMakeLists.txt || die -} - -src_configure() { - local mycmakeargs=( - -DBIN_DIR=bin - -DDATA_DIR=share/gemrb - -DDOC_DIR=share/doc/${PF} - -DICON_DIR=share/pixmaps - -DLIB_DIR=$(get_libdir) - -DMAN_DIR=share/man/man6 - -DMENU_DIR=share/applications - -DSVG_DIR=share/icons/hicolor/scalable/apps - -DSYSCONF_DIR=/etc/${PN} - # needed, causes massive QA warnings otherwise - -DCMAKE_SKIP_RPATH=ON - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - python_fix_shebang "${ED%/}"/usr/bin/extend2da.py -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/games-engines/gemrb/metadata.xml b/games-engines/gemrb/metadata.xml deleted file mode 100644 index 48acc454984a..000000000000 --- a/games-engines/gemrb/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">gemrb</remote-id> - </upstream> -</pkgmetadata> |