commit:     a2e68f075a8a131c74f0c3b69e336bbcf363d459
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 21:17:49 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 21:17:49 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=a2e68f07

dev-libs/libgames-support: initial ebuild

 .../libgames-support/libgames-support-0.2.ebuild   | 27 ++++++++++++++++++++++
 dev-libs/libgames-support/metadata.xml             |  5 ++++
 2 files changed, 32 insertions(+)

diff --git a/dev-libs/libgames-support/libgames-support-0.2.ebuild 
b/dev-libs/libgames-support/libgames-support-0.2.ebuild
new file mode 100644
index 0000000..88b359c
--- /dev/null
+++ b/dev-libs/libgames-support/libgames-support-0.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+VALA_MIN_API_VERSION="0.24"
+
+inherit gnome.org vala
+
+DESCRIPTION="Library for code commong to Gnome games"
+HOMEPAGE="https://wiki.gnome.org/Apps/Games";
+
+LICENSE="LGPL-3+"
+SLOT="1.0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+       >=dev-libs/glib-2.40:2
+       >=x11-libs/gtk+-3.12:3
+       dev-libs/libgee:0.8
+"
+DEPEND="${DEPEND}
+       $(vala_depend)
+       >=dev-util/intltool-0.50.2
+       virtual/pkgconfig
+"

diff --git a/dev-libs/libgames-support/metadata.xml 
b/dev-libs/libgames-support/metadata.xml
new file mode 100644
index 0000000..6e0e2ec
--- /dev/null
+++ b/dev-libs/libgames-support/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <herd>gnome</herd>
+</pkgmetadata>

Reply via email to