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: Sun, 13 Dec 2015 21:19:43
Message-Id: 1450041469.a2e68f075a8a131c74f0c3b69e336bbcf363d459.eva@gentoo
1 commit: a2e68f075a8a131c74f0c3b69e336bbcf363d459
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 13 21:17:49 2015 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 13 21:17:49 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=a2e68f07
7
8 dev-libs/libgames-support: initial ebuild
9
10 .../libgames-support/libgames-support-0.2.ebuild | 27 ++++++++++++++++++++++
11 dev-libs/libgames-support/metadata.xml | 5 ++++
12 2 files changed, 32 insertions(+)
13
14 diff --git a/dev-libs/libgames-support/libgames-support-0.2.ebuild b/dev-libs/libgames-support/libgames-support-0.2.ebuild
15 new file mode 100644
16 index 0000000..88b359c
17 --- /dev/null
18 +++ b/dev-libs/libgames-support/libgames-support-0.2.ebuild
19 @@ -0,0 +1,27 @@
20 +# Copyright 1999-2015 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Id$
23 +
24 +EAPI="5"
25 +VALA_MIN_API_VERSION="0.24"
26 +
27 +inherit gnome.org vala
28 +
29 +DESCRIPTION="Library for code commong to Gnome games"
30 +HOMEPAGE="https://wiki.gnome.org/Apps/Games"
31 +
32 +LICENSE="LGPL-3+"
33 +SLOT="1.0"
34 +KEYWORDS="~amd64"
35 +IUSE=""
36 +
37 +RDEPEND="
38 + >=dev-libs/glib-2.40:2
39 + >=x11-libs/gtk+-3.12:3
40 + dev-libs/libgee:0.8
41 +"
42 +DEPEND="${DEPEND}
43 + $(vala_depend)
44 + >=dev-util/intltool-0.50.2
45 + virtual/pkgconfig
46 +"
47
48 diff --git a/dev-libs/libgames-support/metadata.xml b/dev-libs/libgames-support/metadata.xml
49 new file mode 100644
50 index 0000000..6e0e2ec
51 --- /dev/null
52 +++ b/dev-libs/libgames-support/metadata.xml
53 @@ -0,0 +1,5 @@
54 +<?xml version="1.0" encoding="UTF-8"?>
55 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
56 +<pkgmetadata>
57 + <herd>gnome</herd>
58 +</pkgmetadata>