Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgnome-games-support/
Date: Sun, 15 Sep 2019 11:43:55
Message-Id: 1568547823.6d37cd6b4b314f1eb2886abcb5088113f23ba218.pacho@gentoo
1 commit: 6d37cd6b4b314f1eb2886abcb5088113f23ba218
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 11:35:27 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 11:43:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d37cd6b
7
8 dev-libs/libgnome-games-support: Bump to 1.4.4
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-libs/libgnome-games-support/Manifest | 1 +
14 .../libgnome-games-support-1.4.4.ebuild | 29 ++++++++++++++++++++++
15 2 files changed, 30 insertions(+)
16
17 diff --git a/dev-libs/libgnome-games-support/Manifest b/dev-libs/libgnome-games-support/Manifest
18 index 91a8d9e99db..bfff071ca8a 100644
19 --- a/dev-libs/libgnome-games-support/Manifest
20 +++ b/dev-libs/libgnome-games-support/Manifest
21 @@ -1 +1,2 @@
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.4.ebuild b/dev-libs/libgnome-games-support/libgnome-games-support-1.4.4.ebuild
26 new file mode 100644
27 index 00000000000..a11da8121a7
28 --- /dev/null
29 +++ b/dev-libs/libgnome-games-support/libgnome-games-support-1.4.4.ebuild
30 @@ -0,0 +1,29 @@
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 +}