Portage is a package management system used by Gentoo Linux
# ChangeLog for games-puzzle/drod-bin
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/drod-bin/ChangeLog,v 1.11 2008/03/07 18:29:15 wolf31o2 Exp $
07 Mar 2008; Chris Gianelloni
QA cleanup: Shorten DESCRIPTION.
07 Mar 2007; Chris Gianelloni
Change all instances of [ to [[.
06 Jan 2007; Michael Cummings
drod-bin-1.6.6.ebuild:
Bug 160207, keywording ~amd64
27 Apr 2006; Marien Zwart
files/digest-drod-bin-1.6.6, Manifest:
Fixing SHA256 digest, pass four
31 Mar 2006; Chris Gianelloni
Changed nostrip to strip.
*drod-bin-1.6.6 (16 Apr 2005)
16 Apr 2005; Michael Sterrett
-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)
26 Feb 2004; Mike Frysinger
Backup saved games when updating/re-emerging #42836.
18 Jan 2004; Michael Sterrett
version bump (bug 38516)
19 Nov 2003; Michael Sterrett
Depend on >=media-libs/sdl-ttf-2.0.6
*drod-bin-1.6.3 (19 Nov 2003)
19 Nov 2003; Michael Sterrett
files/install.patch:
initial commit; ebuild supplied by James Gibson via bug 33207 (modified)
AUX install.patch 695 RMD160 35bbdf39b9413489c650fa14b0d50f3a2a515e2f SHA1 87cffe9cf67f8157732dc6173f41cdacbab0c2a3 SHA256 2657ad3698c8fbab3dd65a46761db5eb6c14f83ee3cf88231cc23a37a3c1798f
DIST CDROD-1.6.6-setup.sh.bin 13584809 RMD160 ea896528bff47c73cfdd3ba108733e702bc65e42 SHA1 a54793e7df4ffafc204d7f0f08579b1d08fcf22b SHA256 a2f819c4390ad85d3650a97729e014b2246979022dbf1691edad126fedfe33bb
EBUILD drod-bin-1.6.6.ebuild 1236 RMD160 ce9ccf893e87263cd890671d1d60c072c5808564 SHA1 ee07e36dcd5662c3efa780b14a49d5b5f3584a81 SHA256 9bbdde121f7352da83216b3c75483d29bf834202965e5ed7aa71ae2867422afb
MISC ChangeLog 1569 RMD160 9e53727a842a1035bb16a96653754c830344ce59 SHA1 d5529f95308595bd38351158e31c06705f881a09 SHA256 824555488e810ffea6d8c1571a946af61c22d32cd375394aeb5be61e3faaac20
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# Copyright 1999-2008 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.6 2008/03/07 18:29:15 wolf31o2 Exp $
inherit eutils games
DESCRIPTION="Deadly Rooms Of Death: face room upon room of deadly things, armed with only a 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="-* ~amd64 x86"
IUSE=""
RESTRICT="strip"
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() {
games_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
}