summaryrefslogtreecommitdiff
path: root/dev-games/gtkradiant
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-games/gtkradiant
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-games/gtkradiant')
-rw-r--r--dev-games/gtkradiant/Manifest3
-rw-r--r--dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild40
-rw-r--r--dev-games/gtkradiant/metadata.xml11
3 files changed, 54 insertions, 0 deletions
diff --git a/dev-games/gtkradiant/Manifest b/dev-games/gtkradiant/Manifest
new file mode 100644
index 000000000000..d429f071cb03
--- /dev/null
+++ b/dev-games/gtkradiant/Manifest
@@ -0,0 +1,3 @@
+DIST gtkradiant-1.5.0-2006-03-02.i386.rpm 3130735 BLAKE2B ec104a4316d5a5a26e0ef8a094763bc736b75745d1ab5fb2bb252e457dcd4a6150b81dda69d1fb3770834c173a30ec7e1ac55cfb815057e6f9826685a2e0f836 SHA512 198c36d505dc68e5bbe550248eb57264527c3ce135d0f63513962fd10255aa6b7176b4262b6392361628098e09cf983991ebb4bc0bb75c54a996a0c8eda9dd2d
+EBUILD gtkradiant-1.5.0_pre20060302.ebuild 884 BLAKE2B 3b0efe610c76f14b583d916e03b30f2de596b5d53c4718a53613bc54d0f2ef0b60c40b4e51a5cad371b4c7cf30a88f5688bd0f8c897c3051b71d9c7b40c91f60 SHA512 c378d7da74a9d20d3c8fcda4d2074250df18cb92b445022c01c407e17f2b129e647b619617cc935c32e5403ff38c2ec672cf84c868c4f78e43253592576a1804
+MISC metadata.xml 537 BLAKE2B b6f656860ab1911d55ba9fd5280c11e8b03c77010c8a0e62aea75be50c9d938c9fb58221b6db66b6f3a08d6855ab5a8af3449ee89ca0a5487002be351c1e6622 SHA512 2deacb6b6cf45f2bf2acbdc564a14a0e36e79bcdec05ce8e0dc8d0cf1d9245b31470839086b9e5eb563f97895d2d01de304d2b3507202d4587d21bedf57a2266
diff --git a/dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild b/dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild
new file mode 100644
index 000000000000..7ac136d9547f
--- /dev/null
+++ b/dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit eutils games rpm
+
+DS="${PV/*_pre}"
+DESCRIPTION="FPS level editor"
+HOMEPAGE="http://www.qeradiant.com/?data=editors/gtk"
+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"
+
+LICENSE="qeradiant"
+SLOT="0"
+KEYWORDS="-* x86"
+IUSE=""
+
+RDEPEND="=media-libs/libpng-1.2*
+ sys-libs/zlib
+ app-crypt/mhash
+ =dev-libs/glib-2*
+ x11-libs/gtk+:2
+ dev-libs/atk
+ x11-libs/pango
+ x11-libs/gtkglext
+ dev-libs/libxml2
+ sys-libs/glibc
+ virtual/opengl"
+
+S=${WORKDIR}/opt/${PN}
+
+src_install() {
+ local dir="${GAMES_PREFIX_OPT}/${PN}"
+ dodir "${dir}"
+
+ cp -pPR * "${D}/${dir}/" || die
+ games_make_wrapper q3map2 ./q3map2.x86 "${dir}"
+ games_make_wrapper radiant ./radiant.x86 "${dir}"
+
+ prepgamesdirs
+}
diff --git a/dev-games/gtkradiant/metadata.xml b/dev-games/gtkradiant/metadata.xml
new file mode 100644
index 000000000000..7e463cc7009f
--- /dev/null
+++ b/dev-games/gtkradiant/metadata.xml
@@ -0,0 +1,11 @@
+<?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>
+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.
+</longdescription>
+</pkgmetadata>