summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-01-09 00:30:03 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-01-09 00:30:03 +0000
commitff390b1a0cc2438dc63b422893ac2629ed72756b (patch)
treeb915d6bc07cb2118625b2e9e85ed2afa20a9c7d1
parentFixed LDPATH for bug #110561. (diff)
downloadgentoo-2-ff390b1a0cc2438dc63b422893ac2629ed72756b.tar.gz
gentoo-2-ff390b1a0cc2438dc63b422893ac2629ed72756b.tar.bz2
gentoo-2-ff390b1a0cc2438dc63b422893ac2629ed72756b.zip
version bump
(Portage version: 2.0.53)
-rw-r--r--games-emulation/xe/ChangeLog10
-rw-r--r--games-emulation/xe/Manifest6
-rw-r--r--games-emulation/xe/files/digest-xe-200601011
-rw-r--r--games-emulation/xe/files/xe-2006010110
-rw-r--r--games-emulation/xe/xe-20050801.ebuild4
-rw-r--r--games-emulation/xe/xe-20060101.ebuild47
-rw-r--r--games-mud/tintin/ChangeLog10
-rw-r--r--games-mud/tintin/Manifest6
-rw-r--r--games-mud/tintin/files/digest-tintin-1.95.71
-rw-r--r--games-mud/tintin/tintin-1.95.7.ebuild43
10 files changed, 128 insertions, 10 deletions
diff --git a/games-emulation/xe/ChangeLog b/games-emulation/xe/ChangeLog
index 4ab209e1693f..dd67546de443 100644
--- a/games-emulation/xe/ChangeLog
+++ b/games-emulation/xe/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-emulation/xe
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/ChangeLog,v 1.1 2005/08/04 21:33:06 mr_bones_ Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/ChangeLog,v 1.2 2006/01/09 00:30:03 mr_bones_ Exp $
+
+*xe-20060101 (09 Jan 2006)
+
+ 09 Jan 2006; Michael Sterrett <mr_bones_@gentoo.org> +files/xe-20060101,
+ +xe-20060101.ebuild:
+ version bump
*xe-20050801 (04 Aug 2005)
diff --git a/games-emulation/xe/Manifest b/games-emulation/xe/Manifest
index 5d4a6d7effa9..59f78711efbf 100644
--- a/games-emulation/xe/Manifest
+++ b/games-emulation/xe/Manifest
@@ -1,5 +1,7 @@
-MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 4d72fc4c382ce3949cfc19a1ca2742a4 xe-20050801.ebuild 1127
MD5 b0311e7bfc15e96083871b9447173b69 ChangeLog 384
MD5 855659c7db791671c56e8f65f9d1552e files/digest-xe-20050801 65
+MD5 cfa50d3e80c8ac5faaa044f164c55b8b files/digest-xe-20060101 69
MD5 e5292c320ff85433cd88bb97fc19e3f6 files/xe-20050801 171
+MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
+MD5 4d72fc4c382ce3949cfc19a1ca2742a4 xe-20050801.ebuild 1127
+MD5 9fcfcd35d945c693d3831409ad6bd631 xe-20060101.ebuild 1182
diff --git a/games-emulation/xe/files/digest-xe-20060101 b/games-emulation/xe/files/digest-xe-20060101
new file mode 100644
index 000000000000..d248adcf30a0
--- /dev/null
+++ b/games-emulation/xe/files/digest-xe-20060101
@@ -0,0 +1 @@
+MD5 a78acf24524d6a5f25dd28f965e1a8af xe-bin-06.01.01.tar.bz2 1124450
diff --git a/games-emulation/xe/files/xe-20060101 b/games-emulation/xe/files/xe-20060101
new file mode 100644
index 000000000000..16a8f8e16251
--- /dev/null
+++ b/games-emulation/xe/files/xe-20060101
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+if [ ! -d ~/.xe/modules ] ; then
+ mkdir -p ~/.xe/modules
+fi
+for f in GENTOODIR/modules/*
+do
+ ln -s $f ~/.xe/modules/ 2> /dev/null
+done
+exec xe.bin "${@}"
diff --git a/games-emulation/xe/xe-20050801.ebuild b/games-emulation/xe/xe-20050801.ebuild
index 01e83aee8e6b..b465bcb83c26 100644
--- a/games-emulation/xe/xe-20050801.ebuild
+++ b/games-emulation/xe/xe-20050801.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/xe-20050801.ebuild,v 1.1 2005/08/04 21:33:06 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/xe-20050801.ebuild,v 1.2 2006/01/09 00:30:03 mr_bones_ Exp $
inherit games
diff --git a/games-emulation/xe/xe-20060101.ebuild b/games-emulation/xe/xe-20060101.ebuild
new file mode 100644
index 000000000000..cf05fab2c24a
--- /dev/null
+++ b/games-emulation/xe/xe-20060101.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/xe/xe-20060101.ebuild,v 1.1 2006/01/09 00:30:03 mr_bones_ Exp $
+
+inherit games
+
+MY_PV="${PV:2:2}.${PV:4:2}.${PV:6:2}"
+DESCRIPTION="a multi system emulator for many console and handheld video game systems"
+HOMEPAGE="http://www.xe-emulator.com/"
+SRC_URI="http://www.xe-emulator.com/files/${PN}-bin-${MY_PV}.tar.bz2"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="-* ~x86"
+IUSE=""
+RESTRICT="nostrip"
+
+RDEPEND="virtual/x11
+ sys-libs/zlib
+ =x11-libs/gtk+-2*"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+S=${WORKDIR}/${PN}-bin
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i \
+ -e '/strip/d' \
+ -e '/^CC/d' \
+ Makefile \
+ || die "sed failed"
+}
+
+src_install() {
+ newgamesbin xe xe.bin || die "newgamesbin failed"
+ newgamesbin "${FILESDIR}/xe-${PV}" xe || die "newgamesbin failed"
+ sed -i \
+ -e "s:GENTOODIR:${GAMES_LIBDIR}/${PN}:" "${D}/${GAMES_BINDIR}/xe" \
+ || die "sed failed"
+ insinto "${GAMES_LIBDIR}/${PN}"
+ doins -r modules/ rc/ manual/ || die "doins failed"
+ keepdir "${GAMES_LIBDIR}/${PN}/bios"
+ dodoc README.txt
+ prepgamesdirs
+}
diff --git a/games-mud/tintin/ChangeLog b/games-mud/tintin/ChangeLog
index f4c09f796a7d..4a724ebae4d8 100644
--- a/games-mud/tintin/ChangeLog
+++ b/games-mud/tintin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-mud/tintin
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.31 2005/11/01 04:44:35 mr_bones_ Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/ChangeLog,v 1.32 2006/01/09 00:25:23 mr_bones_ Exp $
+
+*tintin-1.95.7 (09 Jan 2006)
+
+ 09 Jan 2006; Michael Sterrett <mr_bones_@gentoo.org>
+ +tintin-1.95.7.ebuild:
+ version bump
01 Nov 2005; Michael Sterrett <mr_bones_@gentoo.org>
-tintin-1.93.7.ebuild, -tintin-1.94.9.ebuild, -tintin-1.95.2.ebuild,
diff --git a/games-mud/tintin/Manifest b/games-mud/tintin/Manifest
index 2d07c35d61b6..ba2f0e11758f 100644
--- a/games-mud/tintin/Manifest
+++ b/games-mud/tintin/Manifest
@@ -1,4 +1,6 @@
-MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 8727ca096f890cc52ceabaae7765ab7e tintin-1.95.6.ebuild 981
MD5 d71c10ee90ba135ce796deb112f38951 ChangeLog 4212
MD5 e9572ddc573e8a17eaac8a19138024b5 files/digest-tintin-1.95.6 65
+MD5 2d1707e9b91172d3c11e822c25658f16 files/digest-tintin-1.95.7 65
+MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
+MD5 8727ca096f890cc52ceabaae7765ab7e tintin-1.95.6.ebuild 981
+MD5 8727ca096f890cc52ceabaae7765ab7e tintin-1.95.7.ebuild 981
diff --git a/games-mud/tintin/files/digest-tintin-1.95.7 b/games-mud/tintin/files/digest-tintin-1.95.7
new file mode 100644
index 000000000000..e0e8e77ea757
--- /dev/null
+++ b/games-mud/tintin/files/digest-tintin-1.95.7
@@ -0,0 +1 @@
+MD5 6ec283b5513905f3a670b0915b622f3c tintin-1.95.7.tar.gz 181507
diff --git a/games-mud/tintin/tintin-1.95.7.ebuild b/games-mud/tintin/tintin-1.95.7.ebuild
new file mode 100644
index 000000000000..fcbec5e02b3d
--- /dev/null
+++ b/games-mud/tintin/tintin-1.95.7.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-1.95.7.ebuild,v 1.1 2006/01/09 00:25:23 mr_bones_ Exp $
+
+inherit games
+
+DESCRIPTION="(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t"
+HOMEPAGE="http://www.scandum.com/tintin/"
+SRC_URI="mirror://sourceforge/tintin/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~ppc sparc x86"
+IUSE=""
+
+DEPEND="sys-libs/zlib
+ sys-libs/readline
+ sys-libs/ncurses"
+
+S=${WORKDIR}/tt/src
+
+src_unpack() {
+ unpack ${A}
+ sed -i \
+ -e '/^CC/d' \
+ -e '/^MAKE/d' \
+ -e '/^CFLAGS/s/=/+=/' "${S}/Makefile.in" \
+ || die "sed failed"
+}
+
+src_install () {
+ dogamesbin tt++ || die "dogamesbin failed"
+ dodoc ../{BUGS,CREDITS,FAQ,README,TODO,docs/*}
+ prepgamesdirs
+}
+
+pkg_postinst() {
+ games_pkg_postinst
+ echo
+ einfo "**** OLD TINTIN SCRIPTS ARE NOT 100% COMPATIBLE WITH THIS VERSION ****"
+ einfo "read the README for more details."
+ echo
+}