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 | 2578410655a9b4bcb0f90fc7bf494dc597fac9fd (patch) | |
tree | b3c9ae3c641332daaf1f145467571cf689b159e7 /games-roguelike/angband | |
parent | games_pkg_postinst (diff) | |
download | historical-2578410655a9b4bcb0f90fc7bf494dc597fac9fd.tar.gz historical-2578410655a9b4bcb0f90fc7bf494dc597fac9fd.tar.bz2 historical-2578410655a9b4bcb0f90fc7bf494dc597fac9fd.zip |
clean older ebuild
Diffstat (limited to 'games-roguelike/angband')
-rw-r--r-- | games-roguelike/angband/Manifest | 2 | ||||
-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 |
3 files changed, 0 insertions, 63 deletions
diff --git a/games-roguelike/angband/Manifest b/games-roguelike/angband/Manifest index f657a9b2e15a..9d521b6d4ecd 100644 --- a/games-roguelike/angband/Manifest +++ b/games-roguelike/angband/Manifest @@ -1,8 +1,6 @@ MD5 4d1c7d968eefc885b294c2830d3642d1 ChangeLog 1499 -MD5 05de94b94c6fb6994022fcee99890159 angband-3.0.4.ebuild 1438 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 4a1e967bfd6a8bd5c945ecb8f5fde698 angband-3.0.3.ebuild 1153 MD5 06c7d2c05d4cdc3523d8a31f3875cc3e angband-3.0.5.ebuild 1288 MD5 166bf6a071476d096a14cc12f5c634f9 files/digest-angband-3.0.3 66 -MD5 ae920fa25b66efac2f0afe50fc92f2fb files/digest-angband-3.0.4 66 MD5 664ca676ca11ddb5e8c75f01ed3d89cf files/digest-angband-3.0.5 66 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 |