version bump (bug #73849)
authorMichael Sterrett <mr_bones_@gentoo.org>
Sat, 11 Dec 2004 05:40:32 +0000 (05:40 +0000)
committerMichael Sterrett <mr_bones_@gentoo.org>
Sat, 11 Dec 2004 05:40:32 +0000 (05:40 +0000)
games-roguelike/tome/ChangeLog
games-roguelike/tome/Manifest
games-roguelike/tome/files/2.3.0-gentoo-paths.patch [new file with mode: 0644]
games-roguelike/tome/files/digest-tome-2.3.0 [new file with mode: 0644]
games-roguelike/tome/tome-2.3.0.ebuild [new file with mode: 0644]

index 8a31967d2ad8695f2d81ec2db9588d95930900c6..527465455fe353cae421b0db9263e7063f40c3c9 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for games-roguelike/tome
 # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/ChangeLog,v 1.14 2004/09/25 13:04:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/ChangeLog,v 1.15 2004/12/11 05:40:32 mr_bones_ Exp $
+
+*tome-2.3.0 (10 Dec 2004)
+
+  10 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org>
+  +files/2.3.0-gentoo-paths.patch, +tome-2.3.0.ebuild:
+  version bump (bug #73849)
 
   25 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> tome-2.2.7-r1.ebuild:
   Enable text mode again - #bug #53640
index 3e59918a7420d9da501d99bf16db6564668d44aa..2c957cb12428ae1678977ce08ae7748a5470c952 100644 (file)
@@ -1,9 +1,10 @@
-MD5 77cf72cb889aa9ebc8ec0f37e564c26c ChangeLog 3101
+MD5 8b1ca5edcfed8d7cabbb717f16cde1c7 ChangeLog 3267
 MD5 a5903ae133b03b143b6318246bf951f7 tome-2.2.6.ebuild 1715
 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
 MD5 f40e2854fa9a50eaa79c132f3be6e1e7 tome-2.2.7-r1.ebuild 1920
 MD5 9cdf3ba666d2e7f552a71d67dc4ce5eb tome-2.2.5-r1.ebuild 1578
 MD5 0495de3106ee540fd528b145da4d5259 tome-2.2.7.ebuild 1783
+MD5 a65f7f33cc35af7d4f7b3584470403b5 tome-2.3.0.ebuild 2057
 MD5 23dd9f8f71868b8ab82d8bbbc79ad740 files/2.2.6-gentoo-paths.patch 1172
 MD5 23dd9f8f71868b8ab82d8bbbc79ad740 files/2.2.7-gentoo-paths.patch 1172
 MD5 a23d89bdd5d10666dd7030963ba64983 files/digest-tome-2.2.7-r1 66
@@ -11,3 +12,5 @@ MD5 23dd9f8f71868b8ab82d8bbbc79ad740 files/2.2.5-gentoo-paths.patch 1172
 MD5 44a615ff66d86ba4e6b431a73ed386bc files/digest-tome-2.2.5-r1 62
 MD5 5a001b935d01d828ea36c4f5b1c75419 files/digest-tome-2.2.6 65
 MD5 a23d89bdd5d10666dd7030963ba64983 files/digest-tome-2.2.7 66
+MD5 23dd9f8f71868b8ab82d8bbbc79ad740 files/2.3.0-gentoo-paths.patch 1172
+MD5 bc7421839b9c27fba54b183115f428f9 files/digest-tome-2.3.0 66
diff --git a/games-roguelike/tome/files/2.3.0-gentoo-paths.patch b/games-roguelike/tome/files/2.3.0-gentoo-paths.patch
new file mode 100644 (file)
index 0000000..d171a1c
--- /dev/null
@@ -0,0 +1,31 @@
+diff -rU 1 tome-225-src.orig/src/files.c tome-225-src/src/files.c
+--- tome-225-src.orig/src/files.c      2004-01-14 11:17:02.423263360 -0500
++++ tome-225-src/src/files.c   2004-01-14 11:17:50.074019344 -0500
+@@ -5670,3 +5670,3 @@
+       /* Build the filename */
+-      path_build(buf, 1024, ANGBAND_DIR_APEX, "scores.raw");
++      sprintf(buf, "GENTOO_DIR/tome-scores.raw");
+@@ -5748,3 +5748,3 @@
+       /* Build the filename */
+-      path_build(buf, 1024, ANGBAND_DIR_APEX, "scores.raw");
++      sprintf(buf, "GENTOO_DIR/tome-scores.raw");
+@@ -5846,3 +5846,3 @@
+       /* Build the filename */
+-      path_build(buf, 1024, ANGBAND_DIR_APEX, "scores.raw");
++      sprintf(buf, "GENTOO_DIR/tome-scores.raw");
+@@ -6296,3 +6296,3 @@
+       /* Build the filename */
+-      path_build(buf, 1024, ANGBAND_DIR_APEX, "scores.raw");
++      sprintf(buf, "GENTOO_DIR/tome-scores.raw");
+diff -rU 1 tome-225-src.orig/src/init2.c tome-225-src/src/init2.c
+--- tome-225-src.orig/src/init2.c      2004-01-14 11:17:02.473255760 -0500
++++ tome-225-src/src/init2.c   2004-01-14 11:17:58.286770816 -0500
+@@ -6686,3 +6686,3 @@
+       /* Build the filename */
+-      path_build(buf, 1024, ANGBAND_DIR_APEX, "scores.raw");
++      sprintf(buf, "GENTOO_DIR/tome-scores.raw");
diff --git a/games-roguelike/tome/files/digest-tome-2.3.0 b/games-roguelike/tome/files/digest-tome-2.3.0
new file mode 100644 (file)
index 0000000..347738f
--- /dev/null
@@ -0,0 +1 @@
+MD5 5f2e0d76893c856d77f34f0533cd90a8 tome-230-src.tar.bz2 2815096
diff --git a/games-roguelike/tome/tome-2.3.0.ebuild b/games-roguelike/tome/tome-2.3.0.ebuild
new file mode 100644 (file)
index 0000000..4946b76
--- /dev/null
@@ -0,0 +1,82 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/tome-2.3.0.ebuild,v 1.1 2004/12/11 05:40:32 mr_bones_ Exp $
+
+inherit eutils games
+
+MY_PV=${PV//./}
+DESCRIPTION="save the world from Morgoth and battle evil (or become evil ;])"
+HOMEPAGE="http://t-o-m-e.net/"
+SRC_URI="http://t-o-m-e.net/dl/src/tome-${MY_PV}-src.tar.bz2"
+
+LICENSE="Moria"
+SLOT="0"
+KEYWORDS="x86 ~ppc ~amd64"
+IUSE=""
+
+RDEPEND="virtual/libc
+       dev-lang/lua
+       >=sys-libs/ncurses-5
+       virtual/x11"
+DEPEND="${RDEPEND}
+       >=sys-apps/sed-4"
+
+S="${WORKDIR}/tome-${MY_PV}-src"
+
+src_unpack() {
+       unpack ${A}
+       cd "${S}/src"
+       mv makefile.std makefile
+       epatch "${FILESDIR}/${PV}-gentoo-paths.patch"
+       sed -i \
+               -e "s:GENTOO_DIR:${GAMES_STATEDIR}:" files.c init2.c \
+               || die "sed failed"
+       #bug #53640
+       sed -i \
+               -e "s:-DUSE_X11:-DUSE_GCU -DUSE_X11:" \
+               -e "s:-lX11:-lncurses -lX11:" \
+               makefile \
+               || die "sed failed"
+       find "${S}" -name .cvsignore -exec rm -f \{\} \;
+       find "${S}/lib/edit" -type f -exec chmod a-x \{\} \;
+}
+
+src_compile() {
+       cd src
+       make depend || die "make depend failed"
+       emake ./tolua || die "emake ./tolua failed"
+       emake \
+               COPTS="${CFLAGS}" \
+               BINDIR="${GAMES_BINDIR}" \
+               LIBDIR="${GAMES_DATADIR}/${PN}" \
+               || die "emake failed"
+}
+
+src_install() {
+       cd src
+       make \
+               DESTDIR="${D}" \
+               OWNER="${GAMES_USER}" \
+               BINDIR="${GAMES_BINDIR}" \
+               LIBDIR="${GAMES_DATADIR}/${PN}" install \
+               || die "make install failed"
+       cd "${S}"
+       dodoc *.txt
+
+       dodir "${GAMES_STATEDIR}"
+       touch "${D}/${GAMES_STATEDIR}/${PN}-scores.raw"
+       prepgamesdirs
+       fperms g+w "${GAMES_STATEDIR}/${PN}-scores.raw"
+       #FIXME: something has to be done about this.
+       fperms g+w "${GAMES_DATADIR}/${PN}/data"
+}
+
+pkg_postinst() {
+       games_pkg_postinst
+       echo
+       ewarn "ToME ${PV} is not save-game compatible with previous versions."
+       echo
+       einfo "If you have older save files and you wish to continue those games,"
+       einfo "you'll need to remerge the version of ToME with which you started"
+       einfo "those save-games."
+}