summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-01-28 17:44:27 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-01-28 17:44:27 +0000
commita0f1f67fa032aae5863e2369d02ff42223f72430 (patch)
tree9e5d1cd076d72b377e41f696c3b8bb23ac98dae0 /games-strategy
parentDrop old USE description (diff)
downloadgentoo-2-a0f1f67fa032aae5863e2369d02ff42223f72430.tar.gz
gentoo-2-a0f1f67fa032aae5863e2369d02ff42223f72430.tar.bz2
gentoo-2-a0f1f67fa032aae5863e2369d02ff42223f72430.zip
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/dunelegacy/ChangeLog8
-rw-r--r--games-strategy/dunelegacy/dunelegacy-0.96.2.ebuild52
-rw-r--r--games-strategy/dunelegacy/files/dunelegacy-0.96.2-build.patch57
3 files changed, 6 insertions, 111 deletions
diff --git a/games-strategy/dunelegacy/ChangeLog b/games-strategy/dunelegacy/ChangeLog
index e9c55361ec83..26e24f1ef7a9 100644
--- a/games-strategy/dunelegacy/ChangeLog
+++ b/games-strategy/dunelegacy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/dunelegacy
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v 1.14 2014/11/25 23:20:54 hasufell Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v 1.15 2015/01/28 17:44:27 mr_bones_ Exp $
+
+ 28 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org>
+ -dunelegacy-0.96.2.ebuild, -files/dunelegacy-0.96.2-build.patch:
+ old
25 Nov 2014; Julian Ospald <hasufell@gentoo.org> metadata.xml:
drop maintainership
diff --git a/games-strategy/dunelegacy/dunelegacy-0.96.2.ebuild b/games-strategy/dunelegacy/dunelegacy-0.96.2.ebuild
deleted file mode 100644
index 44189006da63..000000000000
--- a/games-strategy/dunelegacy/dunelegacy-0.96.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.2.ebuild,v 1.6 2014/05/15 17:02:46 ulm Exp $
-
-EAPI=4
-inherit autotools eutils gnome2-utils games
-
-DESCRIPTION="Updated clone of Westood Studios' Dune2"
-HOMEPAGE="http://dunelegacy.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="+alsa pulseaudio"
-
-RDEPEND="media-libs/libsdl[X,alsa?,sound,pulseaudio?,video]
- media-libs/sdl-mixer[midi,mp3,vorbis]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-# exits on start without libsdl[alsa] or libsdl[pulseaudio]
-REQUIRED_USE="|| ( alsa pulseaudio )"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-build.patch
- eautoreconf
-}
-
-src_install() {
- default
-
- doicon -s scalable ${PN}.svg
- doicon -s 48 ${PN}.png
- make_desktop_entry ${PN} "Dune Legacy"
-
- 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/dunelegacy/files/dunelegacy-0.96.2-build.patch b/games-strategy/dunelegacy/files/dunelegacy-0.96.2-build.patch
deleted file mode 100644
index 0574cc29c0d9..000000000000
--- a/games-strategy/dunelegacy/files/dunelegacy-0.96.2-build.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-Author: hasufell <hasufell@gentoo.org>
-Date: Thu Aug 9 18:57:40 2012 +0200
-
- respect flags
- use pkg-config
- use LDADD instead of LDFLAGS for libs
-
---- configure.ac
-+++ configure.ac
-@@ -16,38 +16,13 @@
-
- AC_SUBST(dunelegacydatadir)
-
--dnl Some flags for gcc
--CXXFLAGS="-O3 -mno-fused-madd -pipe -pedantic -Wall -Wextra -Wno-unused-parameter"
--dnl Additional flags: -Wconversion -Wno-sign-conversion
--
--case "$target_cpu" in
--i*86) CXXFLAGS="$CXXFLAGS -mfpmath=sse -msse";;
--esac
--
--AC_ARG_ENABLE([debug],
-- [AS_HELP_STRING([--enable-debug],
-- [compile with debug information @<:@default=disabled@:>@])],
-- [],
-- [])
--
--if test "$enable_debug" = "yes" ; then
-- CXXFLAGS="$CXXFLAGS -g"
--fi
--
- dnl Check for SDL library
- SDL_VERSION=1.2.0
--AM_PATH_SDL($SDL_VERSION, : , AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!]))
-+PKG_CHECK_MODULES([SDL], [sdl >= 1.2.0 SDL_mixer])
- CFLAGS="$CFLAGS $SDL_CFLAGS"
- CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
- LIBS="$LIBS $SDL_LIBS"
-
--dnl Check for SDL_mixer library.
--AC_CHECK_LIB(SDL_mixer,
-- Mix_OpenAudio,
-- LIBS="$LIBS -lSDL_mixer",
-- AC_MSG_ERROR([*** SDL_mixer library not found!])
--)
--
- dnl enet defines
- AC_CHECK_FUNC(gethostbyaddr_r, [AC_DEFINE(HAS_GETHOSTBYADDR_R)])
- AC_CHECK_FUNC(gethostbyname_r, [AC_DEFINE(HAS_GETHOSTBYNAME_R)])
---- tests/Makefile.am
-+++ tests/Makefile.am
-@@ -55,4 +55,4 @@
-
-
- runtests_CXXFLAGS = $(CPPUNIT_CFLAGS) -DTESTSRC=\"$(srcdir)\" -I$(top_srcdir)/include
--runtests_LDFLAGS = $(CPPUNIT_LIBS) -lcppunit
-+runtests_LDADD = $(CPPUNIT_LIBS) -lcppunit