diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-03 20:57:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-03 20:57:37 +0000 |
commit | 5c8ca7b20aeeb19ed393ec9358807b33ea500264 (patch) | |
tree | aaedd506bfe911af3fb785e979d6d1682082365f /games-roguelike | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-5c8ca7b20aeeb19ed393ec9358807b33ea500264.tar.gz gentoo-2-5c8ca7b20aeeb19ed393ec9358807b33ea500264.tar.bz2 gentoo-2-5c8ca7b20aeeb19ed393ec9358807b33ea500264.zip |
clean older ebuilds
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/tome/ChangeLog | 6 | ||||
-rw-r--r-- | games-roguelike/tome/files/digest-tome-2.2.3 | 1 | ||||
-rw-r--r-- | games-roguelike/tome/files/digest-tome-2.2.5 | 1 | ||||
-rw-r--r-- | games-roguelike/tome/tome-2.2.3.ebuild | 57 | ||||
-rw-r--r-- | games-roguelike/tome/tome-2.2.5.ebuild | 61 |
5 files changed, 5 insertions, 121 deletions
diff --git a/games-roguelike/tome/ChangeLog b/games-roguelike/tome/ChangeLog index bb8d0565344d..3e3cedc0daae 100644 --- a/games-roguelike/tome/ChangeLog +++ b/games-roguelike/tome/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-roguelike/tome # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/ChangeLog,v 1.9 2004/06/03 10:38:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/ChangeLog,v 1.10 2004/06/03 20:57:37 mr_bones_ Exp $ + + 03 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> tome-2.2.3.ebuild, + tome-2.2.5.ebuild: + clean older ebuilds *tome-2.2.7 (03 Jun 2004) diff --git a/games-roguelike/tome/files/digest-tome-2.2.3 b/games-roguelike/tome/files/digest-tome-2.2.3 deleted file mode 100644 index dff83c95dcea..000000000000 --- a/games-roguelike/tome/files/digest-tome-2.2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 1cd41062c169846f7b19bbccc5069066 tome-223-src.tgz 3188970 diff --git a/games-roguelike/tome/files/digest-tome-2.2.5 b/games-roguelike/tome/files/digest-tome-2.2.5 deleted file mode 100644 index 72f8f65cfb47..000000000000 --- a/games-roguelike/tome/files/digest-tome-2.2.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 b1a340a6092fd53b07be9d107b16e16b tome-225-src.tgz 3179754 diff --git a/games-roguelike/tome/tome-2.2.3.ebuild b/games-roguelike/tome/tome-2.2.3.ebuild deleted file mode 100644 index 725a5d2a8f18..000000000000 --- a/games-roguelike/tome/tome-2.2.3.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/tome-2.2.3.ebuild,v 1.4 2004/02/20 06:55:42 mr_bones_ Exp $ - -inherit games - -MY_PV=${PV//./} -DESCRIPTION="save the world from Morgoth and battle evil (or become evil ;])" -HOMEPAGE="http://t-o-m-e.net/" -SRC_URI="http://t-o-m-e.net/dl/src/tome-${MY_PV}-src.tgz" - -LICENSE="Moria" -SLOT="0" -KEYWORDS="x86 ppc" - -RDEPEND="virtual/glibc - >=sys-libs/ncurses-5 - virtual/x11" - -S=${WORKDIR}/tome-${MY_PV}-src - -src_compile() { - cd src - emake \ - -f makefile.std \ - COPTS="${CFLAGS}" \ - BINDIR=${GAMES_BINDIR} \ - LIBDIR=${GAMES_DATADIR}/${PN} \ - || die "emake failed" -} - -src_install() { - cd ${S}/src - emake \ - -f makefile.std \ - OWNER=${GAMES_USER} \ - BINDIR=${D}/${GAMES_BINDIR} \ - LIBDIR=${D}/${GAMES_DATADIR}/${PN} install \ - || die "make install failed" - cd ${S} - dodoc *.txt - - prepgamesdirs - touch ${D}/${GAMES_DATADIR}/${PN}/apex/scores.raw - fperms g+w ${GAMES_DATADIR}/${PN}/apex/scores.raw - fperms g+w ${GAMES_DATADIR}/${PN}/data -} - -pkg_postinst() { - games_pkg_postinst - echo - ewarn "ToME ${PV} is not save-game compatible with previous versions." - echo - einfo "If you have older save files and you wish to continue those games," - einfo "you'll need to remerge the version of ToME with which you started" - einfo "those save-games." -} diff --git a/games-roguelike/tome/tome-2.2.5.ebuild b/games-roguelike/tome/tome-2.2.5.ebuild deleted file mode 100644 index c2c4236f6477..000000000000 --- a/games-roguelike/tome/tome-2.2.5.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/tome-2.2.5.ebuild,v 1.4 2004/02/20 06:55:42 mr_bones_ Exp $ - -inherit games - -MY_PV=${PV//./} -DESCRIPTION="save the world from Morgoth and battle evil (or become evil ;])" -HOMEPAGE="http://t-o-m-e.net/" -SRC_URI="http://t-o-m-e.net/dl/src/tome-${MY_PV}-src.tgz" - -LICENSE="Moria" -SLOT="0" -KEYWORDS="x86 ppc" - -RDEPEND="virtual/glibc - >=sys-libs/ncurses-5 - virtual/x11" - -S=${WORKDIR}/tome-${MY_PV}-src - -src_unpack() { - unpack ${A} - cd ${S}/src - mv makefile.std makefile -} - -src_compile() { - cd src - emake -j1 \ - COPTS="${CFLAGS}" \ - BINDIR=${GAMES_BINDIR} \ - LIBDIR=${GAMES_DATADIR}/${PN} \ - || die "emake failed" -} - -src_install() { - cd src - emake -j1 \ - OWNER=${GAMES_USER} \ - BINDIR=${D}/${GAMES_BINDIR} \ - LIBDIR=${D}/${GAMES_DATADIR}/${PN} install \ - || die "make install failed" - cd ${S} - dodoc *.txt - - prepgamesdirs - touch ${D}/${GAMES_DATADIR}/${PN}/apex/scores.raw - fperms g+w ${GAMES_DATADIR}/${PN}/apex/scores.raw - fperms g+w ${GAMES_DATADIR}/${PN}/data -} - -pkg_postinst() { - games_pkg_postinst - echo - ewarn "ToME ${PV} is not save-game compatible with previous versions." - echo - einfo "If you have older save files and you wish to continue those games," - einfo "you'll need to remerge the version of ToME with which you started" - einfo "those save-games." -} |