diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-20 01:14:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-20 01:14:52 +0000 |
commit | 74e07cdd0c6caf1c5668e04eb96367cf8241d668 (patch) | |
tree | 2cfebb6e9f4bd9c48be8209fb4b97cb19e471233 /games-action | |
parent | version bump (diff) | |
download | gentoo-2-74e07cdd0c6caf1c5668e04eb96367cf8241d668.tar.gz gentoo-2-74e07cdd0c6caf1c5668e04eb96367cf8241d668.tar.bz2 gentoo-2-74e07cdd0c6caf1c5668e04eb96367cf8241d668.zip |
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/openastromenace/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/openastromenace/openastromenace-1.3.0.ebuild | 76 | ||||
-rw-r--r-- | games-action/openastromenace/openastromenace-1.3.1.ebuild | 76 |
3 files changed, 5 insertions, 153 deletions
diff --git a/games-action/openastromenace/ChangeLog b/games-action/openastromenace/ChangeLog index c5823d1886d2..ecb1c621b997 100644 --- a/games-action/openastromenace/ChangeLog +++ b/games-action/openastromenace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/openastromenace # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/ChangeLog,v 1.14 2013/01/12 15:38:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/ChangeLog,v 1.15 2013/01/20 01:14:52 mr_bones_ Exp $ + + 20 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> + -openastromenace-1.3.0.ebuild, -openastromenace-1.3.1.ebuild: + old 12 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> files/openastromenace-1.2.0-cmake.patch, diff --git a/games-action/openastromenace/openastromenace-1.3.0.ebuild b/games-action/openastromenace/openastromenace-1.3.0.ebuild deleted file mode 100644 index d224f8730487..000000000000 --- a/games-action/openastromenace/openastromenace-1.3.0.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/openastromenace-1.3.0.ebuild,v 1.1 2012/11/07 16:37:12 mr_bones_ Exp $ - -EAPI=4 -inherit gnome2-utils cmake-utils eutils games - -DESCRIPTION="Modern 3D space shooter with spaceship upgrade possibilities" -HOMEPAGE="http://sourceforge.net/projects/openastromenace/" -SRC_URI="mirror://sourceforge/openastromenace/${PN}-src-${PV}.tar.bz2" - -LICENSE="GPL-3 UbuntuFontLicense-1.0 OFL-1.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/opengl - virtual/glu - media-libs/libsdl[joystick,video,X] - media-libs/openal - media-libs/freealut - media-libs/freetype:2 - media-libs/libogg - media-libs/libvorbis - x11-libs/libXinerama - virtual/jpeg" - -S=${WORKDIR}/AstroMenace - -src_prepare() { - # no messing with CXXFLAGS please. - sed -i -e '/ADD_DEFINITIONS.*O3/d' CMakeLists.txt || die -} - -src_configure() { - local mycmakeargs="-DDATADIR=${GAMES_DATADIR}/${PN}" - - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile - - "${CMAKE_BUILD_DIR}"/AstroMenace --pack \ - --rawdata="${S}"/RAW_VFS_DATA \ - --dir=$(dirname "${CMAKE_BUILD_DIR}") || die -} - -src_install() { - newgamesbin "${CMAKE_BUILD_DIR}"/AstroMenace "${PN}" - - insinto "${GAMES_DATADIR}/${PN}" - doins ../*.vfs - - newicon -s 128 astromenace_128.png ${PN}.png - newicon -s 64 astromenace_64.png ${PN}.png - - dodoc ChangeLog.txt ReadMe.txt - - make_desktop_entry "${PN}" OpenAstroMenace - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - games_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/games-action/openastromenace/openastromenace-1.3.1.ebuild b/games-action/openastromenace/openastromenace-1.3.1.ebuild deleted file mode 100644 index a8d72e1d18be..000000000000 --- a/games-action/openastromenace/openastromenace-1.3.1.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/openastromenace-1.3.1.ebuild,v 1.1 2013/01/03 21:04:56 mr_bones_ Exp $ - -EAPI=4 -inherit gnome2-utils cmake-utils eutils games - -DESCRIPTION="Modern 3D space shooter with spaceship upgrade possibilities" -HOMEPAGE="http://sourceforge.net/projects/openastromenace/" -SRC_URI="mirror://sourceforge/openastromenace/${PV}/astromenace-src-${PV}.tar.bz2" - -LICENSE="GPL-3 GPL-3+ CCPL-Attribution-ShareAlike-3.0 UbuntuFontLicense-1.0 OFL-1.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/opengl - virtual/glu - media-libs/libsdl[joystick,video,X] - media-libs/openal - media-libs/freealut - media-libs/freetype:2 - media-libs/libogg - media-libs/libvorbis - x11-libs/libXinerama" - -S=${WORKDIR}/AstroMenace - -src_prepare() { - # no messing with CXXFLAGS please. - sed -i -e '/ADD_DEFINITIONS.*O3/d' CMakeLists.txt || die - epatch "${FILESDIR}"/${P}-overflow.patch -} - -src_configure() { - local mycmakeargs="-DDATADIR=${GAMES_DATADIR}/${PN}" - - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile - - "${CMAKE_BUILD_DIR}"/AstroMenace --pack \ - --rawdata="${S}"/RAW_VFS_DATA \ - --dir=$(dirname "${CMAKE_BUILD_DIR}") || die -} - -src_install() { - newgamesbin "${CMAKE_BUILD_DIR}"/AstroMenace "${PN}" - - insinto "${GAMES_DATADIR}/${PN}" - doins ../*.vfs - - newicon -s 128 astromenace_128.png ${PN}.png - newicon -s 64 astromenace_64.png ${PN}.png - - dodoc ChangeLog.txt ReadMe.txt - - make_desktop_entry "${PN}" OpenAstroMenace - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - games_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |