summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-04-16 05:19:40 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-04-16 05:19:40 +0000
commita62af16c49ea6165fa11bfaec0787cb334d6fd63 (patch)
tree944d17fb05035a570cc89e712cdd89267c51c67e /games-strategy/naev
parentVersion bump. (diff)
downloadgentoo-2-a62af16c49ea6165fa11bfaec0787cb334d6fd63.tar.gz
gentoo-2-a62af16c49ea6165fa11bfaec0787cb334d6fd63.tar.bz2
gentoo-2-a62af16c49ea6165fa11bfaec0787cb334d6fd63.zip
old
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy/naev')
-rw-r--r--games-strategy/naev/ChangeLog6
-rw-r--r--games-strategy/naev/naev-0.5.1.ebuild78
-rw-r--r--games-strategy/naev/naev-0.5.2.ebuild78
3 files changed, 5 insertions, 157 deletions
diff --git a/games-strategy/naev/ChangeLog b/games-strategy/naev/ChangeLog
index c49b539ea4a9..572176e17da2 100644
--- a/games-strategy/naev/ChangeLog
+++ b/games-strategy/naev/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/naev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.11 2012/04/16 05:18:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.12 2012/04/16 05:19:40 ssuominen Exp $
+
+ 16 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> -naev-0.5.1.ebuild,
+ -naev-0.5.2.ebuild:
+ old
*naev-0.5.3 (16 Apr 2012)
diff --git a/games-strategy/naev/naev-0.5.1.ebuild b/games-strategy/naev/naev-0.5.1.ebuild
deleted file mode 100644
index 232062142aa5..000000000000
--- a/games-strategy/naev/naev-0.5.1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.1.ebuild,v 1.1 2012/03/02 02:12:46 ssuominen Exp $
-
-EAPI=2
-inherit gnome2-utils games
-
-DESCRIPTION="A 2D space trading and combat game, in a similar vein to Escape Velocity"
-HOMEPAGE="http://code.google.com/p/naev/"
-SRC_URI="mirror://sourceforge/naev/${P}.tar.bz2
- mirror://sourceforge/naev/ndata-${PV}"
-
-LICENSE="GPL-2 GPL-3 public-domain CCPL-Attribution-3.0 CCPL-Attribution-ShareAlike-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +mixer +openal"
-
-RDEPEND="media-libs/libsdl[X,audio,video]
- dev-libs/libxml2
- >=media-libs/freetype-2
- >=media-libs/libvorbis-1.2.1
- >=media-libs/libpng-1.2:0
- media-libs/sdl-image[png]
- virtual/glu
- virtual/opengl
- mixer? ( media-libs/sdl-mixer )
- openal? ( media-libs/openal )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${P}.tar.bz2
-}
-
-src_configure() {
- egamesconf \
- --docdir=/usr/share/doc/${PF} \
- --disable-dependency-tracking \
- $(use_enable debug) \
- $(use_with openal) \
- $(use_with mixer sdlmixer)
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- appicondir=/usr/share/pixmaps \
- Graphicsdir=/usr/share/applications \
- install || die
-
- insinto "${GAMES_DATADIR}"/${PN}
- newins "${DISTDIR}"/ndata-${PV} ndata || die
-
- local res
- for res in 16 32 64 128; do
- insinto /usr/share/icons/hicolor/${res}x${res}/apps
- newins extras/logos/logo${res}.png naev.png || die
- done
-
- rm -f "${D}"/usr/share/doc/${PF}/LICENSE
- prepalldocs
-
- 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-strategy/naev/naev-0.5.2.ebuild b/games-strategy/naev/naev-0.5.2.ebuild
deleted file mode 100644
index 67505fa40657..000000000000
--- a/games-strategy/naev/naev-0.5.2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.2.ebuild,v 1.1 2012/04/03 10:55:01 ssuominen Exp $
-
-EAPI=2
-inherit gnome2-utils games
-
-DESCRIPTION="A 2D space trading and combat game, in a similar vein to Escape Velocity"
-HOMEPAGE="http://code.google.com/p/naev/"
-SRC_URI="mirror://sourceforge/naev/${P}.tar.bz2
- mirror://sourceforge/naev/ndata-${PV}"
-
-LICENSE="GPL-2 GPL-3 public-domain CCPL-Attribution-3.0 CCPL-Attribution-ShareAlike-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +mixer +openal"
-
-RDEPEND="media-libs/libsdl[X,audio,video]
- dev-libs/libxml2
- >=media-libs/freetype-2
- >=media-libs/libvorbis-1.2.1
- >=media-libs/libpng-1.2:0
- media-libs/sdl-image[png]
- virtual/glu
- virtual/opengl
- mixer? ( media-libs/sdl-mixer )
- openal? ( media-libs/openal )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${P}.tar.bz2
-}
-
-src_configure() {
- egamesconf \
- --docdir=/usr/share/doc/${PF} \
- --disable-dependency-tracking \
- $(use_enable debug) \
- $(use_with openal) \
- $(use_with mixer sdlmixer)
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- appicondir=/usr/share/pixmaps \
- Graphicsdir=/usr/share/applications \
- install || die
-
- insinto "${GAMES_DATADIR}"/${PN}
- newins "${DISTDIR}"/ndata-${PV} ndata || die
-
- local res
- for res in 16 32 64 128; do
- insinto /usr/share/icons/hicolor/${res}x${res}/apps
- newins extras/logos/logo${res}.png naev.png || die
- done
-
- rm -f "${D}"/usr/share/doc/${PF}/LICENSE
- prepalldocs
-
- prepgamesdirs
-}
-
-pkg_preinst() {
- games_pkg_preinst
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- games_pkg_postinst
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}