summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-01-30 20:05:13 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-01-30 20:05:13 +0000
commit30ff51cd226818077806f70ffa4ccad181484825 (patch)
treea332ee1a135c58dbc7e74b6b2274f7d204296daf /games-board/biloba
parentMarked ~hppa (bug #454638). (diff)
downloadgentoo-2-30ff51cd226818077806f70ffa4ccad181484825.tar.gz
gentoo-2-30ff51cd226818077806f70ffa4ccad181484825.tar.bz2
gentoo-2-30ff51cd226818077806f70ffa4ccad181484825.zip
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board/biloba')
-rw-r--r--games-board/biloba/ChangeLog8
-rw-r--r--games-board/biloba/biloba-0.6.ebuild38
-rw-r--r--games-board/biloba/files/biloba-0.6-no-X11-dep.patch17
-rw-r--r--games-board/biloba/files/biloba-0.6-not-windows.patch15
4 files changed, 6 insertions, 72 deletions
diff --git a/games-board/biloba/ChangeLog b/games-board/biloba/ChangeLog
index 0be46ba2596e..72733d442c55 100644
--- a/games-board/biloba/ChangeLog
+++ b/games-board/biloba/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-board/biloba
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/biloba/ChangeLog,v 1.8 2012/11/17 20:31:52 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/biloba/ChangeLog,v 1.9 2013/01/30 20:05:12 mr_bones_ Exp $
+
+ 30 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -biloba-0.6.ebuild,
+ -files/biloba-0.6-no-X11-dep.patch, -files/biloba-0.6-not-windows.patch:
+ old
17 Nov 2012; Agostino Sarubbo <ago@gentoo.org> biloba-0.9.3.ebuild:
Add ~amd64, wrt bug #442736
diff --git a/games-board/biloba/biloba-0.6.ebuild b/games-board/biloba/biloba-0.6.ebuild
deleted file mode 100644
index e006aae4509e..000000000000
--- a/games-board/biloba/biloba-0.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/biloba/biloba-0.6.ebuild,v 1.3 2009/11/21 19:21:46 maekke Exp $
-
-EAPI=2
-inherit autotools eutils games
-
-DESCRIPTION="a board game, up to 4 players, with AI and network."
-HOMEPAGE="http://biloba.sourceforge.net/"
-SRC_URI="mirror://sourceforge/biloba/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl[X,video,audio]
- media-libs/sdl-image[png]
- media-libs/sdl-mixer"
-
-src_prepare() {
- # X11 headers are checked but not used, everything is done through SDL
- epatch \
- "${FILESDIR}"/${P}-not-windows.patch \
- "${FILESDIR}"/${P}-no-X11-dep.patch
-
- # "missing" file is old, and warns about --run not being supported
- rm -f missing
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README
- newicon biloba_icon.png ${PN}.png
- make_desktop_entry biloba Biloba
- prepgamesdirs
-}
diff --git a/games-board/biloba/files/biloba-0.6-no-X11-dep.patch b/games-board/biloba/files/biloba-0.6-no-X11-dep.patch
deleted file mode 100644
index 2ad21e1e4f8c..000000000000
--- a/games-board/biloba/files/biloba-0.6-no-X11-dep.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- configure.in.orig 2006-07-29 11:38:43.000000000 +0200
-+++ configure.in 2006-07-29 11:40:52.000000000 +0200
-@@ -40,14 +40,6 @@
- ;;
- *)
- MATHLIB="-lm"
-- AC_PATH_X
-- AC_PATH_XTRA
-- if test x$have_x = xyes; then
-- CFLAGS="$CFLAGS $X_CFLAGS"
-- SYS_GL_LIBS="$X_LIBS -lGL"
-- else
-- SYS_GL_LIBS="-lGL"
-- fi
- ;;
- esac
- AC_SUBST(MATHLIB)
diff --git a/games-board/biloba/files/biloba-0.6-not-windows.patch b/games-board/biloba/files/biloba-0.6-not-windows.patch
deleted file mode 100644
index e5611e7b7636..000000000000
--- a/games-board/biloba/files/biloba-0.6-not-windows.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- configure.in.old 2008-01-14 14:51:11.000000000 +0100
-+++ configure.in 2008-12-28 12:57:13.000000000 +0100
-@@ -73,12 +65,6 @@
- AC_MSG_ERROR([*** SDL-Mixer not found!]))
- AC_CHECK_HEADER(SDL/SDL_mixer.h, , AC_MSG_ERROR([*** SDL-mixer devel files not found!]))
-
--AC_ARG_VAR(WINDRES, [Windows Resource compiler tool path])
--AC_PATH_TOOL(WINDRES,windres,
-- [AC_MSG_WARN(Could not find a windres tool in your PATH.)]
--)
--AC_SUBST(WINDRES)
--
- AC_ARG_ENABLE(maemo,
- [ --enable-maemo build for the Maemo platform [default=no]],
- [ac_cv_enable_maemo=$enableval], [ac_cv_enable_maemo=no])