summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2015-12-13 22:17:49 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2015-12-13 22:17:49 +0100
commita2e68f075a8a131c74f0c3b69e336bbcf363d459 (patch)
tree23681316e8b0f599d7351bb3865b9ab1a5cc01d4
parentgnome-extra/evolution-mapi: 3.16.3 → 3.18.2 (diff)
downloadgnome-a2e68f07.tar.gz
gnome-a2e68f07.tar.bz2
gnome-a2e68f07.zip
dev-libs/libgames-support: initial ebuild
-rw-r--r--dev-libs/libgames-support/Manifest11
-rw-r--r--dev-libs/libgames-support/libgames-support-0.2.ebuild27
-rw-r--r--dev-libs/libgames-support/metadata.xml5
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-libs/libgames-support/Manifest b/dev-libs/libgames-support/Manifest
new file mode 100644
index 00000000..d6810ecb
--- /dev/null
+++ b/dev-libs/libgames-support/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA512
+
+DIST libgames-support-0.2.tar.xz 263220 SHA256 2718860d6a5b9d2fab8616b6ef016d7c42e102e57b8e6ee79a7c08e6fa5df003 SHA512 f7c7bfc59212ef07a2e2c1dcb8ba1f6e1dab450302bd3d0bf662b18159d5b49adc9ee6d7cde1edf0c9b849472fac1c02fab1849f74efa61877dc557a119d7d66 WHIRLPOOL ab9ddba132508ff2fc9d690e24f8d827873ee9e34d473c426f6d20ec96c7ecb64539ab714ce7d3c7ea1c854269301bff0874fedafa49ac33250fb0bba9fab48f
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iEYEAREKAAYFAlZt4H4ACgkQ1fmVwcYIWAb9UACgsYwCTWr91YBWZlXnfrXPYMaw
+zV8AnRlvJCbhe0Cy0kqYJor/bD8Et57C
+=Vs8x
+-----END PGP SIGNATURE-----
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 00000000..88b359c5
--- /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 00000000..6e0e2ecb
--- /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>