Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/libgames-support/
Date: Mon, 05 Sep 2016 22:06:00
Message-Id: 1473112518.953db14debaa9457127831b2d7e81320f8fbd6a9.eva@gentoo
1 commit: 953db14debaa9457127831b2d7e81320f8fbd6a9
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 21:33:47 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 21:55:18 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=953db14d
7
8 dev-libs/libgames-support: moved to gentoo
9
10 .../libgames-support/libgames-support-1.0.ebuild | 27 ----------------------
11 1 file changed, 27 deletions(-)
12
13 diff --git a/dev-libs/libgames-support/libgames-support-1.0.ebuild b/dev-libs/libgames-support/libgames-support-1.0.ebuild
14 deleted file mode 100644
15 index d201d7a..0000000
16 --- a/dev-libs/libgames-support/libgames-support-1.0.ebuild
17 +++ /dev/null
18 @@ -1,27 +0,0 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22 -
23 -EAPI="5"
24 -VALA_MIN_API_VERSION="0.24"
25 -
26 -inherit gnome.org vala
27 -
28 -DESCRIPTION="Library for code commong to Gnome games"
29 -HOMEPAGE="https://wiki.gnome.org/Apps/Games"
30 -
31 -LICENSE="LGPL-3+"
32 -SLOT="1.0"
33 -KEYWORDS="~amd64"
34 -IUSE=""
35 -
36 -RDEPEND="
37 - >=dev-libs/glib-2.40:2
38 - >=x11-libs/gtk+-3.19.2:3
39 - dev-libs/libgee:0.8
40 -"
41 -DEPEND="${DEPEND}
42 - $(vala_depend)
43 - >=dev-util/intltool-0.50.2
44 - virtual/pkgconfig
45 -"