diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 17:34:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 17:34:21 +0000 |
commit | 7c9eb60d55c70f8155034b7a25c6b71305f771d6 (patch) | |
tree | a159efe3e7b81fcf050bbeeabfb090008e408bd5 /games-engines/xzip | |
parent | few cleanups, + forced -j1 during make (diff) | |
download | historical-7c9eb60d55c70f8155034b7a25c6b71305f771d6.tar.gz historical-7c9eb60d55c70f8155034b7a25c6b71305f771d6.tar.bz2 historical-7c9eb60d55c70f8155034b7a25c6b71305f771d6.zip |
welcome to games-engines
Diffstat (limited to 'games-engines/xzip')
-rw-r--r-- | games-engines/xzip/ChangeLog | 21 | ||||
-rw-r--r-- | games-engines/xzip/Manifest | 4 | ||||
-rw-r--r-- | games-engines/xzip/files/digest-xzip-1.8.2-r2 | 1 | ||||
-rw-r--r-- | games-engines/xzip/files/xzip-182-makefile.diff | 30 | ||||
-rw-r--r-- | games-engines/xzip/xzip-1.8.2-r2.ebuild | 34 |
5 files changed, 90 insertions, 0 deletions
diff --git a/games-engines/xzip/ChangeLog b/games-engines/xzip/ChangeLog new file mode 100644 index 000000000000..d09b265e7d7d --- /dev/null +++ b/games-engines/xzip/ChangeLog @@ -0,0 +1,21 @@ +# ChangeLog for app-games/xzip +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/xzip/ChangeLog,v 1.1 2003/09/09 17:34:21 vapier Exp $ + +*xzip-1.8.2-r2 (02 Sep 2003) + + 02 Sep 2003; Michael Sterrett <msterret@gentoo.org> xzip-1.8.2-r2.ebuild: + use games eclass; sed >=4; use CFLAGS in Makefile + +*xzip-1.8.2-r1 (1 Feb 2002) + + 17 jul 2002; Jose Alberto Suárez López <bass@gentoo.org> xzip-1.8.2-r1.ebuild : + Added LICENSE, KEYWORDS. + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/games-engines/xzip/Manifest b/games-engines/xzip/Manifest new file mode 100644 index 000000000000..71a52adeab55 --- /dev/null +++ b/games-engines/xzip/Manifest @@ -0,0 +1,4 @@ +MD5 255b1080fbe5786a3beaa690f5f77e67 ChangeLog 942 +MD5 7987a036821146e0efe90969252eeb04 xzip-1.8.2-r2.ebuild 777 +MD5 a10d0477fa1b6c764f14caaf7644037f files/xzip-182-makefile.diff 924 +MD5 091eb8c11c7363e9b1bfdebd1f9dfb3a files/digest-xzip-1.8.2-r2 58 diff --git a/games-engines/xzip/files/digest-xzip-1.8.2-r2 b/games-engines/xzip/files/digest-xzip-1.8.2-r2 new file mode 100644 index 000000000000..05fe9ca01db4 --- /dev/null +++ b/games-engines/xzip/files/digest-xzip-1.8.2-r2 @@ -0,0 +1 @@ +MD5 68e13d7904104c703f9fea531b307494 xzip182.tar.Z 136032 diff --git a/games-engines/xzip/files/xzip-182-makefile.diff b/games-engines/xzip/files/xzip-182-makefile.diff new file mode 100644 index 000000000000..3112b3ece030 --- /dev/null +++ b/games-engines/xzip/files/xzip-182-makefile.diff @@ -0,0 +1,30 @@ +--- Makefile.orig Tue Jul 24 08:21:17 2001 ++++ Makefile Tue Jul 24 12:06:32 2001 +@@ -51,7 +51,7 @@ + # BYTE_ORDER definitions installed. If AUTO_END_MODE doesn't + # work, use LITTLE_END_MODE on an x86, BIG_END_MODE on a + # 680x0 or PPC machine. +-#SYSTEMFLAGS = -DAUTO_END_MODE ++SYSTEMFLAGS = -DAUTO_END_MODE + + # definitions for BSDI 4 + #SYSTEMFLAGS = -DAUTO_END_MODE +@@ -67,8 +67,8 @@ + # definitions for where the X lib and include directories are. + # The following are defaults that might work. + +-XINCLUDE = /usr/include/X11 +-XLIB = /usr/lib/X11 ++XINCLUDE = /usr/X11R6/include ++XLIB = /usr/X11R6/lib + + # If your compiler can't find these things, try commenting out the + # above, and uncommenting various versions below. Also look around +@@ -97,7 +97,7 @@ + # -------------------- + + # definition for where to install xzip executable and man page +-DESTDIR = /usr/local ++DESTDIR = /usr/X11R6 + + # -------------------- diff --git a/games-engines/xzip/xzip-1.8.2-r2.ebuild b/games-engines/xzip/xzip-1.8.2-r2.ebuild new file mode 100644 index 000000000000..5afb51992582 --- /dev/null +++ b/games-engines/xzip/xzip-1.8.2-r2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/xzip/xzip-1.8.2-r2.ebuild,v 1.1 2003/09/09 17:34:21 vapier Exp $ + +inherit games + +S=${WORKDIR}/xzip +DESCRIPTION="X interface to Z-code based text games" +SRC_URI="http://www.eblong.com/zarf/ftp/xzip182.tar.Z" +HOMEPAGE="http://www.eblong.com/zarf/xzip.html" + +KEYWORDS="x86 ppc" +LICENSE="GPL-2" +SLOT="0" + +RDEPEND="virtual/x11" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" + +src_unpack() { + unpack xzip182.tar.Z + cd ${S} + patch -p0 < ${FILESDIR}/xzip-182-makefile.diff + sed -i \ + -e "s/-O/${CFLAGS}/" Makefile || \ + die "sed Makefile failed" +} + +src_install () { + doman xzip.1 + dogamesbin xzip + dodoc README + prepgamesdirs +} |