diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-23 09:28:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-23 09:28:49 +0000 |
commit | 7ae2a1a5630d16a82954e6224027f7b02245934c (patch) | |
tree | 51d47e4bd3eefce96343c83b0a3c09524406a919 /games-roguelike/angband | |
parent | games_pkg_postinst (Manifest recommit) (diff) | |
download | gentoo-2-7ae2a1a5630d16a82954e6224027f7b02245934c.tar.gz gentoo-2-7ae2a1a5630d16a82954e6224027f7b02245934c.tar.bz2 gentoo-2-7ae2a1a5630d16a82954e6224027f7b02245934c.zip |
clean older ebuild
Diffstat (limited to 'games-roguelike/angband')
-rw-r--r-- | games-roguelike/angband/angband-3.0.4.ebuild | 60 | ||||
-rw-r--r-- | games-roguelike/angband/files/digest-angband-3.0.4 | 1 |
2 files changed, 0 insertions, 61 deletions
diff --git a/games-roguelike/angband/angband-3.0.4.ebuild b/games-roguelike/angband/angband-3.0.4.ebuild deleted file mode 100644 index b447977c29e4..000000000000 --- a/games-roguelike/angband/angband-3.0.4.ebuild +++ /dev/null @@ -1,60 +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.4.ebuild,v 1.5 2004/07/01 05:21:55 mr_bones_ 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="x86 ppc" -IUSE="X gtk" - -RDEPEND="virtual/libc - >=sys-libs/ncurses-5 - gtk? ( - =x11-libs/gtk+-1.2* - dev-libs/glib - virtual/x11 - ) - X? ( virtual/x11 )" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - cd ${S} - sed -i \ - -e "s:/games/:/:" configure \ - || die "sed configure failed" - # Bah. silly POSIX (bug #44294) - sed -i \ - -e '/chown/ s/root\./root:/' \ - lib/{apex,bone,data,save}/Makefile.in \ - || die "chown sed 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() { - chmod -R g+w "${ROOT}"/usr/share/games/angband/lib/{apex,save,user} -} diff --git a/games-roguelike/angband/files/digest-angband-3.0.4 b/games-roguelike/angband/files/digest-angband-3.0.4 deleted file mode 100644 index 43ee08d60817..000000000000 --- a/games-roguelike/angband/files/digest-angband-3.0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 e487da1c54dcbdcc96e0abd8c6d03906 angband-3.0.4.tar.gz 1551485 |