summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-04-27 07:52:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-04-27 07:52:18 +0000
commitf062806b5f810750aaba808ad456d14a3e0edf99 (patch)
tree4bf9587f96f693d5c4a5622057f5ecddb4a2f099 /dev-games/gtkradiant
parentold (diff)
downloadgentoo-2-f062806b5f810750aaba808ad456d14a3e0edf99.tar.gz
gentoo-2-f062806b5f810750aaba808ad456d14a3e0edf99.tar.bz2
gentoo-2-f062806b5f810750aaba808ad456d14a3e0edf99.zip
version bump
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-games/gtkradiant')
-rw-r--r--dev-games/gtkradiant/ChangeLog10
-rw-r--r--dev-games/gtkradiant/files/digest-gtkradiant-1.5.0_pre200603023
-rw-r--r--dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild40
3 files changed, 51 insertions, 2 deletions
diff --git a/dev-games/gtkradiant/ChangeLog b/dev-games/gtkradiant/ChangeLog
index df54926f10e1..95c0b20f3f60 100644
--- a/dev-games/gtkradiant/ChangeLog
+++ b/dev-games/gtkradiant/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-games/gtkradiant
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/gtkradiant/ChangeLog,v 1.14 2006/03/15 22:38:47 wolf31o2 Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/gtkradiant/ChangeLog,v 1.15 2007/04/27 07:52:18 mr_bones_ Exp $
+
+*gtkradiant-1.5.0_pre20060302 (27 Apr 2007)
+
+ 27 Apr 2007; Michael Sterrett <mr_bones_@gentoo.org>
+ +gtkradiant-1.5.0_pre20060302.ebuild:
+ version bump
15 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> metadata.xml,
gtkradiant-1.3.12.ebuild, gtkradiant-1.4.0.ebuild:
diff --git a/dev-games/gtkradiant/files/digest-gtkradiant-1.5.0_pre20060302 b/dev-games/gtkradiant/files/digest-gtkradiant-1.5.0_pre20060302
new file mode 100644
index 000000000000..0f74ed7d99b5
--- /dev/null
+++ b/dev-games/gtkradiant/files/digest-gtkradiant-1.5.0_pre20060302
@@ -0,0 +1,3 @@
+MD5 ac292d1d9489aa0de8d53c2b47f08304 gtkradiant-1.5.0-2006-03-02.i386.rpm 3130735
+RMD160 15a1044d4a1a5672b810cf55e106c979c4af7b5e gtkradiant-1.5.0-2006-03-02.i386.rpm 3130735
+SHA256 339c9c1f86f0b3a033b6c41426c2b893f42d87f192291107e4939750c8bc0069 gtkradiant-1.5.0-2006-03-02.i386.rpm 3130735
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..ceb6aed23a2a
--- /dev/null
+++ b/dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/gtkradiant/gtkradiant-1.5.0_pre20060302.ebuild,v 1.1 2007/04/27 07:52:18 mr_bones_ Exp $
+
+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
+ 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}/"
+ games_make_wrapper q3map2 ./q3map2.x86 "${dir}"
+ games_make_wrapper radiant ./radiant.x86 "${dir}"
+
+ prepgamesdirs
+}