summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-03-02 02:00:40 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-03-02 02:00:40 +0000
commita3817a78c973a964c36f344123b64010b07671f3 (patch)
tree475c8332a32fdf886728c7f6719e8c3d4545e6cc /games-strategy/naev
parentVersion bump. Sync with the live ebuild. (diff)
downloadgentoo-2-a3817a78c973a964c36f344123b64010b07671f3.tar.gz
gentoo-2-a3817a78c973a964c36f344123b64010b07671f3.tar.bz2
gentoo-2-a3817a78c973a964c36f344123b64010b07671f3.zip
old
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy/naev')
-rw-r--r--games-strategy/naev/ChangeLog7
-rw-r--r--games-strategy/naev/naev-0.4.2.ebuild56
2 files changed, 5 insertions, 58 deletions
diff --git a/games-strategy/naev/ChangeLog b/games-strategy/naev/ChangeLog
index 09e5e7843309..e6adfa5a0aa5 100644
--- a/games-strategy/naev/ChangeLog
+++ b/games-strategy/naev/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/naev
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.7 2011/07/29 19:42:07 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.8 2012/03/02 02:00:40 ssuominen Exp $
+
+ 02 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> -naev-0.4.2.ebuild:
+ old
29 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> naev-0.5.0.ebuild,
+files/naev-0.5.0-libpng15.patch:
diff --git a/games-strategy/naev/naev-0.4.2.ebuild b/games-strategy/naev/naev-0.4.2.ebuild
deleted file mode 100644
index a8c15b589290..000000000000
--- a/games-strategy/naev/naev-0.4.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.4.2.ebuild,v 1.3 2010/04/27 15:30:36 ssuominen Exp $
-
-EAPI=2
-inherit eutils 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="http://naev.googlecode.com/files/${P}.tar.bz2
- http://naev.googlecode.com/files/ndata-${PV}"
-# http://naev.googlecode.com/svn/trunk/site/${PN}-logo-small.png"
-
-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.40
- 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}" install || die
- dodoc AUTHORS conf.example README TODO
-
- insinto "${GAMES_DATADIR}"/${PN}
- newins "${DISTDIR}"/ndata-${PV} ndata || die
-
-# newicon "${DISTDIR}"/${PN}-logo-small.png ${PN}.png
- make_desktop_entry ${PN} "NAEV - Sea of Darkness"
-
- prepgamesdirs
-}