ChangeLog

# ChangeLog for games-fps/transfusion-bin
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/transfusion-bin/ChangeLog,v 1.12 2008/02/29 19:24:24 carlo Exp $

29 Feb 2008; Carsten Lohrke
transfusion-bin-1.01.ebuild:
Remove icon extension from desktop entry to match Icon Theme Specification.

22 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

31 Mar 2006; Chris Gianelloni
transfusion-bin-1.01.ebuild:
Changed nostrip to strip.

21 Oct 2005; Chris Gianelloni
transfusion-bin-1.01.ebuild:
Added addition dir variable to games_make_wrapper for bug #109793.

15 May 2005; Michael Sterrett
transfusion-bin-1.01.ebuild:
fix typo on wrapper creation (bug #92736); tidy

15 Mar 2005; Chris Gianelloni
transfusion-bin-1.01.ebuild:
Updated ebuild to use icon file and closing bug #85276.

25 Feb 2005; Michael Sterrett
transfusion-bin-1.01.ebuild:
fix HOMEPAGE (bug #83222)

01 Jul 2004; Jeremy Huddleston
transfusion-bin-1.01.ebuild:
virtual/glibc -> virtual/libc

23 Mar 2004; Michael Sterrett
transfusion-bin-1.01.ebuild:
don't rdepend on sed

*transfusion-bin-1.01 (13 Aug 2003)

13 Aug 2003; Michael Sterrett
transfusion-bin-1.01.ebuild, files/transfusion:
initial commit. (bug 26228)

Manifest

AUX transfusion 65 RMD160 67ad9e48746e58c92406f4cfd556c6c5f65efab4 SHA1 d65234cf5e89a50a0184e9c7c8d637ae3610b888 SHA256 9c1d118cd93e8e085b8cce7bbacd2c11a396abc4112cbf18f9a11fa1ee2ce6f4
DIST transfusion-1.0-linux.i386.zip 40532193 RMD160 cbbb826b518843a2d3be6286c8d488254a35b1e5 SHA1 37ffc42170960dadf89f178ee493d60763b90271 SHA256 fda279d7bcf6531cbbabcc94177a8b0db96b465579acdc8f0412cac8a088987b
DIST transfusion-patch-1.01-linux.i386.zip 8790776 RMD160 acef68e8f6a06ff8caa12cf03940aad5b512356d SHA1 05dab0fbea6be121be0735f61d59fdcebe95beb6 SHA256 929a74df264d199ce9b17458b7c741be2c98388581202661cee25893f4b4a1fb
DIST transfusion.png 2102 RMD160 90813876e093898915e538292794f756c10580be SHA1 d9e4704739884cb967e1bffcbd439f0716a950a8 SHA256 7fbc033eb4dd16fd7886bc817450ebe57b27a6ef9587f41b12b8df89c18bd7f5
EBUILD transfusion-bin-1.01.ebuild 1288 RMD160 27a2d930282b603706dc86e6cfdde34938a01446 SHA1 e5462dffda041bbe441ee9b04800d0e76e78ac8b SHA256 b4173df837542ba9ba8e0850d6cd7db086fcd2c4caf68367e13ba9c5fe4b1615
MISC ChangeLog 1542 RMD160 4277bfacf416a73856c74fc233e3495f75afea8c SHA1 9cbecbf7ba3d023775fdd05df2449ecb97297175 SHA256 5bfb01bdf90f3bc4b29cd949ac05b4968530d38816eafb8868d15af17ff70c95
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3

files

metadata.xml




games

transfusion-bin-1.01.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild,v 1.16 2008/02/29 19:24:24 carlo Exp $

inherit eutils games

MY_PN=${PN/-bin/}
DESCRIPTION="Blood remake"
HOMEPAGE="http://www.transfusion-game.com/"
SRC_URI="mirror://sourceforge/blood/${MY_PN}-1.0-linux.i386.zip
mirror://sourceforge/blood/${MY_PN}-patch-${PV}-linux.i386.zip
mirror://gentoo/${MY_PN}.png"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* x86"
IUSE=""
RESTRICT="strip"

RDEPEND="sys-libs/glibc"
DEPEND="${RDEPEND}
app-arch/unzip"

S=${WORKDIR}/${MY_PN}

dir=${GAMES_PREFIX_OPT}/${MY_PN}
Ddir=${D}/${dir}

src_install() {
# install everything that looks anything like docs...
dodoc ${MY_PN}/doc/*.txt ${MY_PN}/*txt qw/*txt
dohtml ${MY_PN}/doc/*.html

#...then mass copy everything to the install dir...
dodir "${dir}"
cp -R * "${Ddir}" || die "cp failed"

# ...and remove the docs since we don't need them installed twice.
rm -rf \
"${Ddir}"/${MY_PN}/doc \
"${Ddir}"/qw/*txt \
"${Ddir}"/${MY_PN}/*txt

doicon "${DISTDIR}"/${MY_PN}.png
games_make_wrapper ${MY_PN} ./${MY_PN}-glx "${dir}" "${dir}"
make_desktop_entry ${MY_PN} "Transfusion" ${MY_PN}

prepgamesdirs
}