diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-20 04:17:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-20 04:17:50 +0000 |
commit | 6d5177bd113e2a12f41fe49a3ecc42b056388017 (patch) | |
tree | b328b314d6d745d570d0d8ae6a092a59bc91d4b6 /games-roguelike | |
parent | Disable CFLAG hardcodes in package. (diff) | |
download | gentoo-2-6d5177bd113e2a12f41fe49a3ecc42b056388017.tar.gz gentoo-2-6d5177bd113e2a12f41fe49a3ecc42b056388017.tar.bz2 gentoo-2-6d5177bd113e2a12f41fe49a3ecc42b056388017.zip |
old
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/angband/angband-3.0.5.ebuild | 49 | ||||
-rw-r--r-- | games-roguelike/angband/files/digest-angband-3.0.5 | 3 |
2 files changed, 0 insertions, 52 deletions
diff --git a/games-roguelike/angband/angband-3.0.5.ebuild b/games-roguelike/angband/angband-3.0.5.ebuild deleted file mode 100644 index c34b402857a4..000000000000 --- a/games-roguelike/angband/angband-3.0.5.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.0.5.ebuild,v 1.11 2006/12/06 17:25:28 wolf31o2 Exp $ - -inherit games - -DESCRIPTION="A roguelike dungeon exploration game based on the books of J.R.R.Tolkien" -HOMEPAGE="http://thangorodrim.net/" -SRC_URI="ftp://clockwork.dementia.org/${PN}/Source/${P}.tar.gz" - -LICENSE="Moria" -SLOT="0" -KEYWORDS="amd64 ppc ~ppc-macos sparc x86" -IUSE="X gtk" - -DEPEND=">=sys-libs/ncurses-5 - gtk? ( =x11-libs/gtk+-1.2* ) - X? ( x11-libs/libXaw )" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e "s:/games/:/:" configure \ - || die "sed configure failed" -} - -src_compile() { - egamesconf \ - --disable-dependency-tracking \ - --bindir="${GAMES_BINDIR}" \ - --with-setgid="${GAMES_GROUP}" \ - $(use_enable gtk) \ - $(use_with X x) \ - || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS THANKS TODO changes.txt compile.txt readme.txt - find "${D}${GAMES_DATADIR}" -type f -exec chmod a-x \{\} \; - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - chmod -R g+w "${ROOT}${GAMES_DATADIR}"/angband/lib/{apex,save,user} -} diff --git a/games-roguelike/angband/files/digest-angband-3.0.5 b/games-roguelike/angband/files/digest-angband-3.0.5 deleted file mode 100644 index 5a786aa1a4a9..000000000000 --- a/games-roguelike/angband/files/digest-angband-3.0.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 cc61e55baf4ffdcf9bfc6caa14935ec0 angband-3.0.5.tar.gz 1496319 -RMD160 f22ac3b1e1b109be803c2712f8ba23b605b97eca angband-3.0.5.tar.gz 1496319 -SHA256 274224bc94444ad2de1bb57e648109dd14f009a47c2de552953d9d8139362c73 angband-3.0.5.tar.gz 1496319 |