summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-08-25 20:46:39 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-08-25 20:46:39 +0000
commitfe4a01646c7fb2b2ec6fdebe8a8d742a3f2a9212 (patch)
treecf59ecafff1755cec870ef0f74cbfaebf2367970 /games-arcade
parentold (diff)
downloadgentoo-2-fe4a01646c7fb2b2ec6fdebe8a8d742a3f2a9212.tar.gz
gentoo-2-fe4a01646c7fb2b2ec6fdebe8a8d742a3f2a9212.tar.bz2
gentoo-2-fe4a01646c7fb2b2ec6fdebe8a8d742a3f2a9212.zip
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/aquaria/ChangeLog5
-rw-r--r--games-arcade/aquaria/aquaria-1.1.3.ebuild51
2 files changed, 4 insertions, 52 deletions
diff --git a/games-arcade/aquaria/ChangeLog b/games-arcade/aquaria/ChangeLog
index 002861cbd8e6..5348a32befc7 100644
--- a/games-arcade/aquaria/ChangeLog
+++ b/games-arcade/aquaria/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/aquaria
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/aquaria/ChangeLog,v 1.7 2014/06/26 18:51:54 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/aquaria/ChangeLog,v 1.8 2014/08/25 20:46:39 mr_bones_ Exp $
+
+ 25 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> -aquaria-1.1.3.ebuild:
+ old
*aquaria-1.1.3-r1 (26 Jun 2014)
diff --git a/games-arcade/aquaria/aquaria-1.1.3.ebuild b/games-arcade/aquaria/aquaria-1.1.3.ebuild
deleted file mode 100644
index fd2e36e526bc..000000000000
--- a/games-arcade/aquaria/aquaria-1.1.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/aquaria/aquaria-1.1.3.ebuild,v 1.6 2014/04/15 11:50:54 ulm Exp $
-
-inherit unpacker eutils games
-
-DESCRIPTION="A 2D scroller set in a massive ocean world"
-HOMEPAGE="http://www.bit-blot.com/aquaria/"
-SRC_URI="aquaria-lnx-humble-bundle.mojo.run"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-RESTRICT="strip fetch bindist"
-
-DEPEND="app-arch/unzip"
-RDEPEND="x86? ( media-libs/libsdl >=media-libs/openal-1.5 )
- amd64? ( app-emulation/emul-linux-x86-sdl )"
-
-S=${WORKDIR}/data
-
-pkg_nofetch() {
- echo
- elog "Download ${SRC_URI} from ${HOMEPAGE} and place it in ${DISTDIR}"
- echo
-}
-
-src_unpack() {
- unpack_zip ${A}
-}
-
-src_install() {
- local dir="${GAMES_PREFIX_OPT}/${PN}"
-
- insinto "${dir}"
- exeinto "${dir}"
-
- doins -r *.xml */ || die
- doexe "${PN}" || die
- doicon "${PN}.png" || die
-
- dodoc README-linux.txt || die
- mv "${D}/${dir}"/docs "${D}/usr/share/doc/${PF}/html" || die
- dosym /usr/share/doc/${PF}/html "${dir}"/docs || die
-
- games_make_wrapper "${PN}" "./${PN}" "${dir}" || die
- make_desktop_entry "${PN}" "Aquaria" || die
-
- prepgamesdirs
-}