diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 05:17:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 05:17:44 +0000 |
commit | 65fdbd790fac1a57c277763da0e6228ffa236810 (patch) | |
tree | b9169c0f49bab67e4a656f4ab6ef6b4d34059c10 /games-roguelike | |
parent | touchup (Manifest recommit) (diff) | |
download | gentoo-2-65fdbd790fac1a57c277763da0e6228ffa236810.tar.gz gentoo-2-65fdbd790fac1a57c277763da0e6228ffa236810.tar.bz2 gentoo-2-65fdbd790fac1a57c277763da0e6228ffa236810.zip |
old
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/angband/angband-3.0.3.ebuild | 46 | ||||
-rw-r--r-- | games-roguelike/angband/files/digest-angband-3.0.3 | 1 | ||||
-rw-r--r-- | games-roguelike/zangband/files/digest-zangband-2.7.4 | 1 | ||||
-rw-r--r-- | games-roguelike/zangband/zangband-2.7.4.ebuild | 54 |
4 files changed, 0 insertions, 102 deletions
diff --git a/games-roguelike/angband/angband-3.0.3.ebuild b/games-roguelike/angband/angband-3.0.3.ebuild deleted file mode 100644 index ae39a3d00166..000000000000 --- a/games-roguelike/angband/angband-3.0.3.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.0.3.ebuild,v 1.8 2004/09/23 09:32:47 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="A Roguelike adventure game" -HOMEPAGE="http://thangorodrim.net/" -SRC_URI="ftp://clockwork.dementia.org/${PN}/Source/${P}.tar.gz" - -LICENSE="Moria" -SLOT="0" -KEYWORDS="x86 ppc ~amd64" -IUSE="X" - -RDEPEND="virtual/libc - >=sys-libs/ncurses-5 - X? ( virtual/x11 )" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -src_compile() { - local myconf="--bindir=/usr/games/bin --with-setgid=games" - myconf="${myconf} `use_with X x`" - sed -i \ - -e "s:/games/:/:" configure \ - || die "sed configure failed" - chmod +x configure - egamesconf ${myconf} || die "configure failed" - emake || die "make failed" -} - -pkg_preinst() { - rm "${D}/usr/share/games/angband/lib/apex/scores.raw" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS THANKS TODO changes.txt compile.txt readme.txt - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - chmod -R g+w "${ROOT}"/usr/share/games/angband/lib/{apex,save,user} -} diff --git a/games-roguelike/angband/files/digest-angband-3.0.3 b/games-roguelike/angband/files/digest-angband-3.0.3 deleted file mode 100644 index 3d34906aca29..000000000000 --- a/games-roguelike/angband/files/digest-angband-3.0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 5a2796eca8faffe25a519770e7029388 angband-3.0.3.tar.gz 1374750 diff --git a/games-roguelike/zangband/files/digest-zangband-2.7.4 b/games-roguelike/zangband/files/digest-zangband-2.7.4 deleted file mode 100644 index 338fdd3a8b0a..000000000000 --- a/games-roguelike/zangband/files/digest-zangband-2.7.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 91200ee029d3b3405c5a193d19224411 zangband-2.7.4.tar.gz 2787994 diff --git a/games-roguelike/zangband/zangband-2.7.4.ebuild b/games-roguelike/zangband/zangband-2.7.4.ebuild deleted file mode 100644 index ac67b6ea90f3..000000000000 --- a/games-roguelike/zangband/zangband-2.7.4.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/zangband/zangband-2.7.4.ebuild,v 1.5 2004/07/14 14:57:58 agriffis Exp $ - -inherit games - -DESCRIPTION="An enhanced version of the Roguelike game Angband" -HOMEPAGE="http://www.zangband.org/" -SRC_URI="ftp://clockwork.dementia.org/angband/Variant/ZAngband/${P}.tar.gz" - -LICENSE="Moria" -SLOT="0" -KEYWORDS="x86 ppc" -IUSE="X gtk tcltk" - -DEPEND=">=sys-libs/ncurses-5 - sys-libs/zlib - >=sys-apps/sed-4 - tcltk? ( dev-lang/tcl dev-lang/tk ) - gtk? ( =x11-libs/gtk+-1* ) - X? ( virtual/x11 )" - -S=${WORKDIR}/${PN} - -src_compile() { - egamesconf \ - --datadir="${GAMES_DATADIR_BASE}" \ - "--with-setgid=${GAMES_GROUP}" \ - `use_with gtk` \ - `use_with tcltk` \ - `use_with X x` || die - emake || die "emake failed" -} - -src_install() { - # Keep some important dirs we want to chmod later - keepdir ${GAMES_DATADIR}/zangband/lib/apex - keepdir ${GAMES_DATADIR}/zangband/lib/user - keepdir ${GAMES_DATADIR}/zangband/lib/save - - # Install the basic files but remove unneeded crap - make DESTDIR=${D}/${GAMES_DATADIR}/zangband/ installbase || \ - die "make installbase failed" - rm ${D}${GAMES_DATADIR}/zangband/{angdos.cfg,readme,z_faq.txt,z_update.txt} - - # Install everything else and fix the permissions - dogamesbin zangband || die "dogamesbin failed" - dodoc readme z_faq.txt z_update.txt || die "dodoc failed" - find "${D}${GAMES_DATADIR}/zangband/lib" -type f -exec chmod a-x \{\} \; - - prepgamesdirs - # All users in the games group need write permissions to some important dirs - chmod -R g+w ${D}/${GAMES_DATADIR}/zangband/lib/{apex,save,user} -} |