Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/gtkboard/
Date: Tue, 02 Jun 2020 18:09:47
Message-Id: 1591121367.6ab035e5162d8b0216906c4cdfa5aa8abaa3375a.asturm@gentoo
1 commit: 6ab035e5162d8b0216906c4cdfa5aa8abaa3375a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 2 18:09:02 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 18:09:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab035e5
7
8 games-board/gtkboard: Drop 0.11_pre0-r1
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 games-board/gtkboard/gtkboard-0.11_pre0-r1.ebuild | 50 -----------------------
14 1 file changed, 50 deletions(-)
15
16 diff --git a/games-board/gtkboard/gtkboard-0.11_pre0-r1.ebuild b/games-board/gtkboard/gtkboard-0.11_pre0-r1.ebuild
17 deleted file mode 100644
18 index b7ae827bf8d..00000000000
19 --- a/games-board/gtkboard/gtkboard-0.11_pre0-r1.ebuild
20 +++ /dev/null
21 @@ -1,50 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -inherit eutils
27 -
28 -MY_P=${P/_}
29 -DESCRIPTION="Board games system"
30 -HOMEPAGE="http://gtkboard.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="gnome"
37 -
38 -RDEPEND="x11-libs/gtk+:2
39 - media-libs/libsdl:0[sound]
40 - media-libs/sdl-mixer[vorbis]
41 - gnome? ( gnome-base/libgnomeui )"
42 -DEPEND="${RDEPEND}
43 - virtual/pkgconfig"
44 -
45 -S=${WORKDIR}/${MY_P}
46 -
47 -PATCHES=(
48 - "${FILESDIR}"/${P}-gcc41.patch
49 - "${FILESDIR}"/${P}-gcc45.patch
50 -)
51 -
52 -src_prepare() {
53 - default
54 -
55 - sed -i -e "/^LIBS/s:@LIBS@:@LIBS@ -lgmodule-2.0 -lm:" \
56 - src/Makefile.in
57 -}
58 -
59 -src_configure() {
60 - econf \
61 - --enable-gtk2 \
62 - --enable-sdl \
63 - $(use_enable gnome)
64 -}
65 -
66 -src_install() {
67 - emake DESTDIR="${D}" install
68 - doicon pixmaps/${PN}.png
69 - make_desktop_entry ${PN} Gtkboard
70 - dodoc AUTHORS ChangeLog TODO doc/index.html
71 -}