diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 05:16:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 05:16:11 +0000 |
commit | 9f1ba840d7e68ff26d985a681b2d594ad1223e7c (patch) | |
tree | dc700dc9a74077d744d474ebece2a3c4322e12bf /games-roguelike | |
parent | fix sed DEPEND #44817 (diff) | |
download | historical-9f1ba840d7e68ff26d985a681b2d594ad1223e7c.tar.gz historical-9f1ba840d7e68ff26d985a681b2d594ad1223e7c.tar.bz2 historical-9f1ba840d7e68ff26d985a681b2d594ad1223e7c.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/moria/Manifest | 16 | ||||
-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 |
5 files changed, 13 insertions, 105 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/moria/Manifest b/games-roguelike/moria/Manifest index b9c7c955e7c8..29ad5ce20519 100644 --- a/games-roguelike/moria/Manifest +++ b/games-roguelike/moria/Manifest @@ -1,6 +1,16 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 6ff8e2721544d6290ad63feca8bfe6dd moria-5.5.2.ebuild 1883 MD5 b310d24d3aea248b6ae08c56e6eb99b4 ChangeLog 679 -MD5 341193d02d90ef8e7f1e6e26fdf2e1c5 moria-5.5.2.ebuild 1925 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 b39d7c4a2dd55ea387aad81b73b91d6d files/5.5.2-gentoo-paths.patch 2363 -MD5 7474a4c2af916defe5d530cd97b8cfce files/5.5.2-glibc.patch 9137 MD5 ce7e2d9e9dbd488130b49ae8fa9ab9b2 files/digest-moria-5.5.2 122 +MD5 7474a4c2af916defe5d530cd97b8cfce files/5.5.2-glibc.patch 9137 +MD5 b39d7c4a2dd55ea387aad81b73b91d6d files/5.5.2-gentoo-paths.patch 2363 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFBhHVbHTu7gpaalycRAuZIAKCS7D4828MGhVfTX0CPqAkUiVITSQCfZJv3 +Njy8nFe0HRADUuJZG7yXdMY= +=G3qv +-----END PGP SIGNATURE----- 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} -} |