diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-20 05:50:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-20 05:50:50 +0000 |
commit | 5631f174e6c7965a18d5811fa587b284f58d0eef (patch) | |
tree | c9ac72fde3cafda2a934af0c3e362f3fa377a1de /games-simulation/simutrans | |
parent | clean old versions (Manifest recommit) (diff) | |
download | gentoo-2-5631f174e6c7965a18d5811fa587b284f58d0eef.tar.gz gentoo-2-5631f174e6c7965a18d5811fa587b284f58d0eef.tar.bz2 gentoo-2-5631f174e6c7965a18d5811fa587b284f58d0eef.zip |
clean older versions
Diffstat (limited to 'games-simulation/simutrans')
5 files changed, 5 insertions, 75 deletions
diff --git a/games-simulation/simutrans/ChangeLog b/games-simulation/simutrans/ChangeLog index 8741c3c3fb29..8bcf70b1f314 100644 --- a/games-simulation/simutrans/ChangeLog +++ b/games-simulation/simutrans/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/simutrans # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/simutrans/ChangeLog,v 1.9 2004/10/06 09:05:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/simutrans/ChangeLog,v 1.10 2004/10/20 05:50:50 mr_bones_ Exp $ + + 19 Oct 2004; Michael Sterrett <mr_bones_@gentoo.org> + -simutrans-0.82.10.ebuild, -simutrans-0.82.15.7.ebuild: + clean older versions *simutrans-0.84.16.2 (06 Oct 2004) diff --git a/games-simulation/simutrans/files/digest-simutrans-0.82.10 b/games-simulation/simutrans/files/digest-simutrans-0.82.10 deleted file mode 100644 index 3ebca5314b36..000000000000 --- a/games-simulation/simutrans/files/digest-simutrans-0.82.10 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 fbd871ab47f4750e46c30ea2b2523324 simubase-0_82_9exp.zip 1156759 -MD5 c8b62a71ec65e8b107c4b410c50d309b simulinux-0_82_10exp.tar.gz 412065 diff --git a/games-simulation/simutrans/files/digest-simutrans-0.82.15.7 b/games-simulation/simutrans/files/digest-simutrans-0.82.15.7 deleted file mode 100644 index 0a31e5bbe8e8..000000000000 --- a/games-simulation/simutrans/files/digest-simutrans-0.82.15.7 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 4f830ad55b66c01ad7d4c67548c80bc9 simubase-0_82_15_7exp.zip 1282093 -MD5 26615fb95d9f824fd973d9e5723b0b58 simulinux-0_82_15_7exp.tar.gz 422109 diff --git a/games-simulation/simutrans/simutrans-0.82.10.ebuild b/games-simulation/simutrans/simutrans-0.82.10.ebuild deleted file mode 100644 index 4be12a94c0b9..000000000000 --- a/games-simulation/simutrans/simutrans-0.82.10.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/simutrans/simutrans-0.82.10.ebuild,v 1.6 2004/07/14 14:59:12 agriffis Exp $ - -inherit games - -MY_PV=${PV//./_} -DESCRIPTION="A free Transport Tycoon clone" -HOMEPAGE="http://www.simutrans.de/" -# 0_82_10 was a bugfix release and it uses the 0_82_9 base file. -SRC_URI="http://www.simugraph.com/simutrans/data/simubase-0_82_9exp.zip - http://www.simugraph.com/simutrans/data/simulinux-${MY_PV}exp.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="-* x86" -IUSE="" - -DEPEND="app-arch/unzip - >=sys-apps/sed-4" -RDEPEND="media-libs/libsdl" - -S=${WORKDIR}/${PN} - -src_install() { - local dir="${GAMES_PREFIX_OPT}/${PN}" - - dogamesbin "${FILESDIR}/simutrans" || die "dogamesbin failed" - dodir "${dir}" || die "dodir failed" - cp -R * "${D}/${dir}/" || die "cp failed" - sed -i \ - -e "s:GENTOO_DIR:${dir}:" "${D}${GAMES_BINDIR}/simutrans" || \ - die "sed simutrans failed" - - prepgamesdirs - keepdir "${GAMES_PREFIX_OPT}/${PN}/save" - fperms 2775 "${GAMES_PREFIX_OPT}/${PN}/save" -} diff --git a/games-simulation/simutrans/simutrans-0.82.15.7.ebuild b/games-simulation/simutrans/simutrans-0.82.15.7.ebuild deleted file mode 100644 index 841fe3d5bb23..000000000000 --- a/games-simulation/simutrans/simutrans-0.82.15.7.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/simutrans/simutrans-0.82.15.7.ebuild,v 1.3 2004/06/24 23:23:35 agriffis Exp $ - -inherit games - -MY_PV=${PV//./_} -S="${WORKDIR}/${PN}" -DESCRIPTION="A free Transport Tycoon clone" -HOMEPAGE="http://www.simutrans.de/" -SRC_URI="http://www.s-line.de/homepages/simutrans/data/simubase-${MY_PV}exp.zip - http://www.s-line.de/homepages/simutrans/data/simulinux-${MY_PV}exp.tar.gz" - -KEYWORDS="-* x86" -LICENSE="as-is" -SLOT="0" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND="media-libs/libsdl" - -src_install() { - local dir="${GAMES_PREFIX_OPT}/${PN}" - - games_make_wrapper simutrans ./simutrans "${dir}" - dodir "${dir}" || die "dodir failed" - cp -R * "${D}/${dir}/" || die "cp failed" - find "${D}/${dir}/text" -type f | xargs chmod a-x - prepgamesdirs - keepdir "${GAMES_PREFIX_OPT}/${PN}/save" - fperms 2775 "${GAMES_PREFIX_OPT}/${PN}/save" -} |