diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-04 03:22:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-04 03:22:55 +0000 |
commit | e66a51da95b728b6217caad24b189e47ae263fe7 (patch) | |
tree | 525f5608694ce8407b9f3c20c47b27425c8460d4 /games-arcade/blobwars | |
parent | Stable on sparc. (diff) | |
download | historical-e66a51da95b728b6217caad24b189e47ae263fe7.tar.gz historical-e66a51da95b728b6217caad24b189e47ae263fe7.tar.bz2 historical-e66a51da95b728b6217caad24b189e47ae263fe7.zip |
version bump
Diffstat (limited to 'games-arcade/blobwars')
-rw-r--r-- | games-arcade/blobwars/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/blobwars/Manifest | 4 | ||||
-rw-r--r-- | games-arcade/blobwars/blobwars-0.94.ebuild | 61 | ||||
-rw-r--r-- | games-arcade/blobwars/files/digest-blobwars-0.94 | 1 |
4 files changed, 71 insertions, 2 deletions
diff --git a/games-arcade/blobwars/ChangeLog b/games-arcade/blobwars/ChangeLog index f8077b991d27..054d658e1398 100644 --- a/games-arcade/blobwars/ChangeLog +++ b/games-arcade/blobwars/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-arcade/blobwars # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/blobwars/ChangeLog,v 1.10 2004/09/12 09:40:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/blobwars/ChangeLog,v 1.11 2004/10/04 03:22:54 mr_bones_ Exp $ + +*blobwars-0.94 (03 Oct 2004) + + 03 Oct 2004; Michael Sterrett <mr_bones_@gentoo.org> +blobwars-0.94.ebuild: + version bump *blobwars-0.91-r2 (12 Sep 2004) diff --git a/games-arcade/blobwars/Manifest b/games-arcade/blobwars/Manifest index 2d20f347f8f3..4e2fda2cfab0 100644 --- a/games-arcade/blobwars/Manifest +++ b/games-arcade/blobwars/Manifest @@ -1,12 +1,14 @@ -MD5 73bd8ba574386fcdb82d82f2eb0242d3 ChangeLog 1350 +MD5 6c713d7714cb661cea03ad0e7d6ccbe0 ChangeLog 1474 MD5 3d3f9ec5182e3b6fa9445620d23118ab blobwars-0.4.ebuild 1506 MD5 9719205b4acd30ebf16791c06955c586 blobwars-0.5.ebuild 1513 MD5 0ffd27e0a2871f531d04afe38f595709 blobwars-0.52.ebuild 1522 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 db003e97cc46bf9a977251d964e8dacc blobwars-0.91-r1.ebuild 1902 MD5 cede98c0ecd59e7c95c3b2d98d7f09c6 blobwars-0.91-r2.ebuild 1902 +MD5 ac5f0c030e0e0265b5590d37102d12ca blobwars-0.94.ebuild 1899 MD5 c0f84e4ce336c17b77cbfb437bd31cc7 files/digest-blobwars-0.4 67 MD5 b2de9e6c549296c08ffe1b2754603332 files/digest-blobwars-0.5 67 MD5 9b0abb219c4a92174d807e60e71e6709 files/digest-blobwars-0.52 68 MD5 d9e5d0568d812c756f674b403b488b05 files/digest-blobwars-0.91-r1 68 MD5 328f0d516a6dcc65ab97b8159a53546d files/digest-blobwars-0.91-r2 68 +MD5 73a48e04ee75a52632b1e400a2dc0add files/digest-blobwars-0.94 68 diff --git a/games-arcade/blobwars/blobwars-0.94.ebuild b/games-arcade/blobwars/blobwars-0.94.ebuild new file mode 100644 index 000000000000..956d4a1a547c --- /dev/null +++ b/games-arcade/blobwars/blobwars-0.94.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/blobwars/blobwars-0.94.ebuild,v 1.1 2004/10/04 03:22:54 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="Platform game about a blob and his quest to rescue MIAs from an alien invader" +HOMEPAGE="http://www.parallelrealities.co.uk/blobWars.php" +# download page has a lame PHP thing. +SRC_URI="mirror://gentoo/${P}-1.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~alpha ~ppc" +IUSE="" + +DEPEND=">=media-libs/libsdl-1.2.5 + media-libs/sdl-mixer + media-libs/sdl-ttf + media-libs/sdl-image" + +src_compile() { + emake \ + BINDIR="${GAMES_BINDIR}/" \ + DATADIR="${GAMES_DATADIR}/parallelrealities/" \ + DOCDIR="/usr/share/doc/${PF}/" \ + ICONDIR="/usr/share/icons/" \ + KDE="/usr/share/applnk/Games/Arcade/" \ + GNOME="/usr/share/gnome/apps/Games/" \ + || die "emake failed" +} + +src_install() { + make \ + BINDIR="${D}/${GAMES_BINDIR}/" \ + DATADIR="${D}/${GAMES_DATADIR}/parallelrealities/" \ + DOCDIR="${D}/usr/share/doc/${PF}/" \ + ICONDIR="${D}/usr/share/icons/" \ + KDE="${D}/usr/share/applnk/Games/Arcade/" \ + GNOME="${D}/usr/share/gnome/apps/Games/" \ + install || die "make install failed" + # now make the docs Gentoo friendly. + dohtml "${D}/usr/share/doc/${PF}/"* + dodoc "${D}/usr/share/doc/${PF}/"{CHANGES,PORTING,README} + rm -f "${D}/usr/share/doc/${PF}/"*.{png,gif,html} \ + "${D}/usr/share/doc/${PF}/"{CHANGES,LICENSE,PORTING,README} + prepgamesdirs +} + +pkg_postinst() { + games_pkg_postinst + + echo + ewarn "${PN} ${PV} is not save-game compatible with previous versions." + einfo "Please remove the directory ~/.parallelrealities/blobwars before playing if it exists." + echo + einfo "If you have older save files and you wish to continue those games," + einfo "you'll need to remerge the version with which you started" + einfo "those save-games." + echo +} diff --git a/games-arcade/blobwars/files/digest-blobwars-0.94 b/games-arcade/blobwars/files/digest-blobwars-0.94 new file mode 100644 index 000000000000..2795cf83199c --- /dev/null +++ b/games-arcade/blobwars/files/digest-blobwars-0.94 @@ -0,0 +1 @@ +MD5 26b1a7667e1e2633e84516dbacf2ccf3 blobwars-0.94-1.tar.gz 7044236 |