Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/gtkradiant/
Date: Wed, 02 Oct 2019 18:17:16
Message-Id: 1570039935.92269f99447e36273f35922667a22045e0d12c49.dilfridge@gentoo
1 commit: 92269f99447e36273f35922667a22045e0d12c49
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 2 18:10:44 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 2 18:12:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92269f99
7
8 dev-games/gtkradiant: Remove last-rited package
9
10 Closes: https://bugs.gentoo.org/181372
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-games/gtkradiant/Manifest | 1 -
14 .../gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild | 40 ----------------------
15 dev-games/gtkradiant/metadata.xml | 11 ------
16 3 files changed, 52 deletions(-)
17
18 diff --git a/dev-games/gtkradiant/Manifest b/dev-games/gtkradiant/Manifest
19 deleted file mode 100644
20 index d18f2007cbf..00000000000
21 --- a/dev-games/gtkradiant/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST gtkradiant-1.5.0-2006-03-02.i386.rpm 3130735 BLAKE2B ec104a4316d5a5a26e0ef8a094763bc736b75745d1ab5fb2bb252e457dcd4a6150b81dda69d1fb3770834c173a30ec7e1ac55cfb815057e6f9826685a2e0f836 SHA512 198c36d505dc68e5bbe550248eb57264527c3ce135d0f63513962fd10255aa6b7176b4262b6392361628098e09cf983991ebb4bc0bb75c54a996a0c8eda9dd2d
25
26 diff --git a/dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild b/dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild
27 deleted file mode 100644
28 index 7ac136d9547..00000000000
29 --- a/dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild
30 +++ /dev/null
31 @@ -1,40 +0,0 @@
32 -# Copyright 1999-2011 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -inherit eutils games rpm
37 -
38 -DS="${PV/*_pre}"
39 -DESCRIPTION="FPS level editor"
40 -HOMEPAGE="http://www.qeradiant.com/?data=editors/gtk"
41 -SRC_URI="http://zerowing.idsoftware.com/files/radiant/nightly/${PV:0:3}/gtkradiant-${PV/_pre*}-${DS:0:4}-${DS:4:2}-${DS:6:2}.i386.rpm"
42 -
43 -LICENSE="qeradiant"
44 -SLOT="0"
45 -KEYWORDS="-* x86"
46 -IUSE=""
47 -
48 -RDEPEND="=media-libs/libpng-1.2*
49 - sys-libs/zlib
50 - app-crypt/mhash
51 - =dev-libs/glib-2*
52 - x11-libs/gtk+:2
53 - dev-libs/atk
54 - x11-libs/pango
55 - x11-libs/gtkglext
56 - dev-libs/libxml2
57 - sys-libs/glibc
58 - virtual/opengl"
59 -
60 -S=${WORKDIR}/opt/${PN}
61 -
62 -src_install() {
63 - local dir="${GAMES_PREFIX_OPT}/${PN}"
64 - dodir "${dir}"
65 -
66 - cp -pPR * "${D}/${dir}/" || die
67 - games_make_wrapper q3map2 ./q3map2.x86 "${dir}"
68 - games_make_wrapper radiant ./radiant.x86 "${dir}"
69 -
70 - prepgamesdirs
71 -}
72
73 diff --git a/dev-games/gtkradiant/metadata.xml b/dev-games/gtkradiant/metadata.xml
74 deleted file mode 100644
75 index 7e463cc7009..00000000000
76 --- a/dev-games/gtkradiant/metadata.xml
77 +++ /dev/null
78 @@ -1,11 +0,0 @@
79 -<?xml version="1.0" encoding="UTF-8"?>
80 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
81 -<pkgmetadata>
82 -<maintainer type="project">
83 - <email>games@g.o</email>
84 - <name>Gentoo Games Project</name>
85 -</maintainer>
86 -<longdescription>
87 -GtkRadiant is a level editor supporting multiple games and mods: Quake III Arena, Quake III: Team Arena, Quake III Arena modifications, Return To Castle Wolfenstein, Jedi Knight II: Jedi Outcast, Soldier Of Fortune II, Star Trek Voyager: Elite Force.
88 -</longdescription>
89 -</pkgmetadata>