Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgnome-games-support/
Date: Mon, 23 Dec 2019 21:26:59
Message-Id: 1577136343.3fd1d27707e2e274f915915052199a7c4a4ee498.leio@gentoo
1 commit: 3fd1d27707e2e274f915915052199a7c4a4ee498
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 21:08:51 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 21:25:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd1d277
7
8 dev-libs/libgnome-games-support: remove old
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 dev-libs/libgnome-games-support/Manifest | 1 -
14 .../libgnome-games-support-1.4.3.ebuild | 29 ----------------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/dev-libs/libgnome-games-support/Manifest b/dev-libs/libgnome-games-support/Manifest
18 index bfff071ca8a..fbb9df05f60 100644
19 --- a/dev-libs/libgnome-games-support/Manifest
20 +++ b/dev-libs/libgnome-games-support/Manifest
21 @@ -1,2 +1 @@
22 -DIST libgnome-games-support-1.4.3.tar.xz 345824 BLAKE2B 7969d4470b5c7ba266e3d77071ff7b8b02a1bf407ec74bb0ad1cbe81af7e30e54d3af507f206b07ee1352be4e180dfd62ca6411f07bdbffeb5b18e2f921c7666 SHA512 01a2594d9f95987c99db92c8cc8c212b149619618d15f4128df7eb24d68b64e01f2e77c79b7b07cf81581493ae84215a5d4019ae67585188c04d90827381fc33
23 DIST libgnome-games-support-1.4.4.tar.xz 336708 BLAKE2B ecd21376ce8d83a0a8c0f65992ba4d39d54b3b97d90df8adab0d5c5714d0c9841711a21dc611c94a8141313ff991c3a8787f7e27492c149a7f76e25d8a2fa8d6 SHA512 2b2c77210103610cb91554f870d634bc8d06f0886eef5166bf9909c1975a87d960005640d48e3e917f74c7553e3ae07d473ba06c6c5d6582313c50a390ec6168
24
25 diff --git a/dev-libs/libgnome-games-support/libgnome-games-support-1.4.3.ebuild b/dev-libs/libgnome-games-support/libgnome-games-support-1.4.3.ebuild
26 deleted file mode 100644
27 index 0402b206bee..00000000000
28 --- a/dev-libs/libgnome-games-support/libgnome-games-support-1.4.3.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit gnome2
37 -
38 -DESCRIPTION="Library for code common to Gnome games"
39 -HOMEPAGE="https://git.gnome.org/browse/libgnome-games-support/"
40 -
41 -LICENSE="LGPL-3+"
42 -SLOT="1/3"
43 -KEYWORDS="amd64 ~arm64 x86"
44 -IUSE=""
45 -
46 -RDEPEND="
47 - dev-libs/libgee:0.8=
48 - >=dev-libs/glib-2.40:2
49 - >=x11-libs/gtk+-3.19.2:3
50 -"
51 -DEPEND="${DEPEND}
52 - >=sys-devel/gettext-0.19.8
53 - virtual/pkgconfig
54 -"
55 -
56 -src_configure() {
57 - gnome2_src_configure \
58 - VALAC=$(type -P true)
59 -}