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/pioneers/
Date: Thu, 02 Jul 2020 00:03:36
Message-Id: 1593648189.d07e31c8b9c5abfab2f0cde063116b553e1859cd.asturm@gentoo
1 commit: d07e31c8b9c5abfab2f0cde063116b553e1859cd
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 00:02:54 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 00:03:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07e31c8
7
8 games-board/pioneers: Drop 15.3-r1
9
10 Closes: https://bugs.gentoo.org/728984
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 games-board/pioneers/Manifest | 1 -
15 games-board/pioneers/pioneers-15.3-r1.ebuild | 47 ----------------------------
16 2 files changed, 48 deletions(-)
17
18 diff --git a/games-board/pioneers/Manifest b/games-board/pioneers/Manifest
19 index 5f1e718393f..082da1f9eb6 100644
20 --- a/games-board/pioneers/Manifest
21 +++ b/games-board/pioneers/Manifest
22 @@ -1,2 +1 @@
23 -DIST pioneers-15.3.tar.gz 4154470 BLAKE2B 536b2100ac0dd75d8c118741bffdd433bebcbdef2df54a75a5e9004f5fb2f7859bc75c27935251fc94b3428e730a7be522b88a7ab13224cb545180eb84ad86f9 SHA512 57aa8bc48019c87a683a4728d28d56f6bd755a0566922dddb4de825904820d1204f893e73fd13465fcec63cecb4a5735a90338f6ff915b7f17113dc0f1e834c1
24 DIST pioneers-15.5.tar.gz 4975627 BLAKE2B 8cae5df3e122743819196f0442ba18cedcfd4fee51d9e76ef4137f120e3429456f58ca9d6e537b8e0206c937d882b4a22d76ae333a7d5d7dc69d65f7bbd94b18 SHA512 a3261197348d7e994da81ad4948755520bf29678614a9ea2b2cacc81622093c6460b0cee671a04c125684d88a9ee1deb9206ccb73ab1440be1a1505e24b2ed2a
25
26 diff --git a/games-board/pioneers/pioneers-15.3-r1.ebuild b/games-board/pioneers/pioneers-15.3-r1.ebuild
27 deleted file mode 100644
28 index da4fa55fbc9..00000000000
29 --- a/games-board/pioneers/pioneers-15.3-r1.ebuild
30 +++ /dev/null
31 @@ -1,47 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -inherit gnome2
37 -
38 -DESCRIPTION="A clone of the popular board game The Settlers of Catan"
39 -HOMEPAGE="http://pio.sourceforge.net/"
40 -SRC_URI="mirror://sourceforge/pio/${P}.tar.gz"
41 -
42 -LICENSE="GPL-2 CC-BY-SA-4.0"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE="dedicated help nls"
46 -
47 -# dev-util/gob only for autoreconf
48 -RDEPEND=">=dev-libs/glib-2.26:2
49 - !dedicated? (
50 - >=x11-libs/gtk+-3.4:3
51 - >=x11-libs/libnotify-0.7.4
52 - help? (
53 - app-text/rarian
54 - >=gnome-base/libgnome-2.10
55 - )
56 - )
57 - nls? ( virtual/libintl )"
58 -DEPEND="${RDEPEND}
59 - dev-util/gob:2
60 - virtual/pkgconfig
61 - nls? ( sys-devel/gettext )"
62 -
63 -src_prepare() {
64 - gnome2_src_prepare
65 -}
66 -
67 -src_configure() {
68 - gnome2_src_configure \
69 - $(use_enable nls) \
70 - $(use_enable help) \
71 - --includedir=/usr/include \
72 - $(use_with !dedicated gtk)
73 -}
74 -
75 -src_install() {
76 - DOCS='AUTHORS ChangeLog README TODO NEWS' \
77 - gnome2_src_install scrollkeeper_localstate_dir="${ED%/}"/var/lib/scrollkeeper/
78 -}