diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-16 10:13:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-16 10:13:56 +0000 |
commit | 0fca61797c5f7d202064297b4c4b6fb3eedebc28 (patch) | |
tree | 68a39c29aa628e4759786cf100efa2e897ebb127 /games-puzzle/drod-bin | |
parent | removed 3dnowex useflag (diff) | |
download | gentoo-2-0fca61797c5f7d202064297b4c4b6fb3eedebc28.tar.gz gentoo-2-0fca61797c5f7d202064297b4c4b6fb3eedebc28.tar.bz2 gentoo-2-0fca61797c5f7d202064297b4c4b6fb3eedebc28.zip |
version bump (bug #59920); clean older ebuilds
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-puzzle/drod-bin')
-rw-r--r-- | games-puzzle/drod-bin/ChangeLog | 10 | ||||
-rw-r--r-- | games-puzzle/drod-bin/Manifest | 4 | ||||
-rw-r--r-- | games-puzzle/drod-bin/drod-bin-1.6.3.ebuild | 36 | ||||
-rw-r--r-- | games-puzzle/drod-bin/drod-bin-1.6.5.ebuild | 50 | ||||
-rw-r--r-- | games-puzzle/drod-bin/drod-bin-1.6.6.ebuild | 45 | ||||
-rw-r--r-- | games-puzzle/drod-bin/files/digest-drod-bin-1.6.3 | 1 | ||||
-rw-r--r-- | games-puzzle/drod-bin/files/digest-drod-bin-1.6.5 | 1 | ||||
-rw-r--r-- | games-puzzle/drod-bin/files/digest-drod-bin-1.6.6 | 1 |
8 files changed, 57 insertions, 91 deletions
diff --git a/games-puzzle/drod-bin/ChangeLog b/games-puzzle/drod-bin/ChangeLog index 56ad2aaafff9..f3bac696439e 100644 --- a/games-puzzle/drod-bin/ChangeLog +++ b/games-puzzle/drod-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-puzzle/drod-bin -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/drod-bin/ChangeLog,v 1.5 2004/06/24 23:03:29 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/drod-bin/ChangeLog,v 1.6 2005/04/16 10:13:56 mr_bones_ Exp $ + +*drod-bin-1.6.6 (16 Apr 2005) + + 16 Apr 2005; Michael Sterrett <mr_bones_@gentoo.org> + -drod-bin-1.6.3.ebuild, -drod-bin-1.6.5.ebuild, +drod-bin-1.6.6.ebuild: + version bump (bug #59920); clean older ebuilds *drod-bin-1.6.5 (18 Jan 2004) diff --git a/games-puzzle/drod-bin/Manifest b/games-puzzle/drod-bin/Manifest index 36ff6eac6f1b..992320624e42 100644 --- a/games-puzzle/drod-bin/Manifest +++ b/games-puzzle/drod-bin/Manifest @@ -1,7 +1,9 @@ MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 d5f38c7f7a985bc78f85f44ca8c7b954 ChangeLog 788 MD5 35563c9ef364dd0037bd40483d78636f drod-bin-1.6.3.ebuild 1037 MD5 fdceebb6567ae485ca9dae5b5a3a39a5 drod-bin-1.6.5.ebuild 1244 +MD5 4d6af5fdd20a8eb8fc24a0d554141841 drod-bin-1.6.6.ebuild 1022 +MD5 d5f38c7f7a985bc78f85f44ca8c7b954 ChangeLog 788 MD5 1d60558af7a36a55cb912df26fd8f3c4 files/digest-drod-bin-1.6.3 71 MD5 da1e0cc0f61832593d45d38a7c04e852 files/install.patch 695 MD5 2e4c7a4449b6f2e69b6ed3930ece8878 files/digest-drod-bin-1.6.5 71 +MD5 5bfa51217227edb74913f0b982483915 files/digest-drod-bin-1.6.6 71 diff --git a/games-puzzle/drod-bin/drod-bin-1.6.3.ebuild b/games-puzzle/drod-bin/drod-bin-1.6.3.ebuild deleted file mode 100644 index a095f60d36e7..000000000000 --- a/games-puzzle/drod-bin/drod-bin-1.6.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/drod-bin/drod-bin-1.6.3.ebuild,v 1.6 2004/06/24 23:03:29 agriffis Exp $ - -inherit games eutils - -DESCRIPTION="Deadly Rooms Of Death: face room upon room of deadly things, armed with only your sword and your wits" -HOMEPAGE="http://www.drod.net/" -SRC_URI="mirror://sourceforge/drod/CDROD-${PV}-setup.sh.bin" - -LICENSE="MPL-1.1" -SLOT="0" -KEYWORDS="-* x86" -IUSE="" - -RDEPEND="virtual/x11 - dev-libs/expat - media-libs/fmod - media-libs/libsdl - >=media-libs/sdl-ttf-2.0.6" - -S=${WORKDIR} - -src_unpack() { - unpack_makeself ${A} - cd ${S} - epatch ${FILESDIR}/install.patch -} - -src_install() { - ./install.sh -R ${D} -g -rl -pg -I || die "install.sh failed" - dodir "${GAMES_BINDIR}" || die "dodir failed" - dosym /opt/drod/bin/drod "${GAMES_BINDIR}/drod" || die "dosym failed" - prepgamesdirs - fperms 775 /opt/drod/bin/Data/ || die "fperms failed" -} diff --git a/games-puzzle/drod-bin/drod-bin-1.6.5.ebuild b/games-puzzle/drod-bin/drod-bin-1.6.5.ebuild deleted file mode 100644 index ab1b3c6482db..000000000000 --- a/games-puzzle/drod-bin/drod-bin-1.6.5.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/drod-bin/drod-bin-1.6.5.ebuild,v 1.6 2004/09/23 09:54:51 mr_bones_ Exp $ - -inherit games eutils - -DESCRIPTION="Deadly Rooms Of Death: face room upon room of deadly things, armed with only your sword and your wits" -HOMEPAGE="http://www.drod.net/" -SRC_URI="mirror://sourceforge/drod/CDROD-${PV}-setup.sh.bin" - -LICENSE="MPL-1.1" -SLOT="0" -KEYWORDS="-* x86" -IUSE="" - -RDEPEND="virtual/x11 - dev-libs/expat - media-libs/fmod - media-libs/libsdl - >=media-libs/sdl-ttf-2.0.6" - -S="${WORKDIR}" - -src_unpack() { - unpack_makeself ${A} - cd "${S}" - epatch "${FILESDIR}/install.patch" -} - -src_install() { - ./install.sh -R "${D}" -g -rl -pg -I || die "install.sh failed" - dodir "${GAMES_BINDIR}" - dosym /opt/drod/bin/drod "${GAMES_BINDIR}/drod" - prepgamesdirs - fperms 770 /opt/drod/bin/Data -} - -pkg_preinst() { - if [ -d ${ROOT}/opt/drod/bin/Data ] ; then - mv ${ROOT}/opt/drod/bin/Data{,.backup} || die "failed to backup data" - fi -} - -pkg_postinst() { - games_pkg_postinst - if [ -d ${ROOT}/opt/drod/bin/Data.backup ] ; then - ewarn "Your saved games have been backed up to" - ewarn "/opt/drod/bin/Data.backup" - fi -} diff --git a/games-puzzle/drod-bin/drod-bin-1.6.6.ebuild b/games-puzzle/drod-bin/drod-bin-1.6.6.ebuild new file mode 100644 index 000000000000..05f2ad30b38f --- /dev/null +++ b/games-puzzle/drod-bin/drod-bin-1.6.6.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/drod-bin/drod-bin-1.6.6.ebuild,v 1.1 2005/04/16 10:13:56 mr_bones_ Exp $ + +inherit eutils games + +DESCRIPTION="Deadly Rooms Of Death: face room upon room of deadly things, armed with only your sword and your wits" +HOMEPAGE="http://www.drod.net/" +SRC_URI="mirror://sourceforge/drod/CDROD-${PV}-setup.sh.bin" + +LICENSE="MPL-1.1" +SLOT="0" +KEYWORDS="-* x86" +IUSE="" +RESTRICT="nostrip" + +RDEPEND="" + +S=${WORKDIR} + +src_unpack() { + unpack_makeself + GDIR=${GAMES_PREFIX_OPT}/drod +} + +src_install() { + ./install.sh -R "${D}" -s "${GDIR}" -al -pn -o -I \ + || die "install.sh failed" + dodir "${GAMES_BINDIR}" + dosym "${GDIR}/drod" "${GAMES_BINDIR}/drod" + prepgamesdirs +} + +pkg_preinst() { + if [ -d "${ROOT}${GDIR}/bin/Data" ] ; then + mv "${ROOT}${GDIR}"/{bin/Data,Data.backup} + echo + ewarn "Your saved games have been backed up to ${GDIR}/Data.backup." + ewarn "You can restore your game by copying the files to" + ewarn "~/.caravel/drod-1_6/ like this:" + ewarn " mkdir -p ~/.caravel/drod-1_6/" + ewarn " cp ${GDIR}/Data.backup/* ~/.caravel/drod-1_6/" + echo + fi +} diff --git a/games-puzzle/drod-bin/files/digest-drod-bin-1.6.3 b/games-puzzle/drod-bin/files/digest-drod-bin-1.6.3 deleted file mode 100644 index 3ee99b96c9cb..000000000000 --- a/games-puzzle/drod-bin/files/digest-drod-bin-1.6.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 55e9f532c32a63f270bf83a3de403539 CDROD-1.6.3-setup.sh.bin 13617144 diff --git a/games-puzzle/drod-bin/files/digest-drod-bin-1.6.5 b/games-puzzle/drod-bin/files/digest-drod-bin-1.6.5 deleted file mode 100644 index 79f4426010c6..000000000000 --- a/games-puzzle/drod-bin/files/digest-drod-bin-1.6.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 4673b0464d3752d201022ccb0b80ae57 CDROD-1.6.5-setup.sh.bin 13617069 diff --git a/games-puzzle/drod-bin/files/digest-drod-bin-1.6.6 b/games-puzzle/drod-bin/files/digest-drod-bin-1.6.6 new file mode 100644 index 000000000000..c2c9b0449e08 --- /dev/null +++ b/games-puzzle/drod-bin/files/digest-drod-bin-1.6.6 @@ -0,0 +1 @@ +MD5 98bf1f9ad3c1001407ca6c289883c024 CDROD-1.6.6-setup.sh.bin 13584809 |