summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-02 20:09:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-02 20:09:27 +0200
commit6ab035e5162d8b0216906c4cdfa5aa8abaa3375a (patch)
tree20eebf4f589ffdc1322ece99cf6b2c83f907550e /games-board/gtkboard
parentgames-board/gtkboard: EAPI-7 bump, drop IUSE=gnome, libgnomeui-- (diff)
downloadgentoo-6ab035e5162d8b0216906c4cdfa5aa8abaa3375a.tar.gz
gentoo-6ab035e5162d8b0216906c4cdfa5aa8abaa3375a.tar.bz2
gentoo-6ab035e5162d8b0216906c4cdfa5aa8abaa3375a.zip
games-board/gtkboard: Drop 0.11_pre0-r1
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-board/gtkboard')
-rw-r--r--games-board/gtkboard/gtkboard-0.11_pre0-r1.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/games-board/gtkboard/gtkboard-0.11_pre0-r1.ebuild b/games-board/gtkboard/gtkboard-0.11_pre0-r1.ebuild
deleted file mode 100644
index b7ae827bf8d1..000000000000
--- a/games-board/gtkboard/gtkboard-0.11_pre0-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils
-
-MY_P=${P/_}
-DESCRIPTION="Board games system"
-HOMEPAGE="http://gtkboard.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome"
-
-RDEPEND="x11-libs/gtk+:2
- media-libs/libsdl:0[sound]
- media-libs/sdl-mixer[vorbis]
- gnome? ( gnome-base/libgnomeui )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=(
- "${FILESDIR}"/${P}-gcc41.patch
- "${FILESDIR}"/${P}-gcc45.patch
-)
-
-src_prepare() {
- default
-
- sed -i -e "/^LIBS/s:@LIBS@:@LIBS@ -lgmodule-2.0 -lm:" \
- src/Makefile.in
-}
-
-src_configure() {
- econf \
- --enable-gtk2 \
- --enable-sdl \
- $(use_enable gnome)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- doicon pixmaps/${PN}.png
- make_desktop_entry ${PN} Gtkboard
- dodoc AUTHORS ChangeLog TODO doc/index.html
-}