summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-06-25 13:07:17 +0200
committerPacho Ramos <pacho@gentoo.org>2016-06-25 14:20:37 +0200
commit6314ffc192f9a7b3954d34b8009c82a5cdd8a378 (patch)
treeb4f9c35e074278ffd7ca20863bf84d16c0f3e145 /dev-libs/libgames-support
parentdev-vcs/gitg: Version bump (diff)
downloadgentoo-6314ffc192f9a7b3954d34b8009c82a5cdd8a378.tar.gz
gentoo-6314ffc192f9a7b3954d34b8009c82a5cdd8a378.tar.bz2
gentoo-6314ffc192f9a7b3954d34b8009c82a5cdd8a378.zip
dev-libs/libgames-support: New package needed by gnome games
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-libs/libgames-support')
-rw-r--r--dev-libs/libgames-support/Manifest1
-rw-r--r--dev-libs/libgames-support/libgames-support-1.0.2.ebuild32
-rw-r--r--dev-libs/libgames-support/metadata.xml8
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-libs/libgames-support/Manifest b/dev-libs/libgames-support/Manifest
new file mode 100644
index 000000000000..7036b074c238
--- /dev/null
+++ b/dev-libs/libgames-support/Manifest
@@ -0,0 +1 @@
+DIST libgames-support-1.0.2.tar.xz 302064 SHA256 b096e8d8ddc57ff247edc5eae842d405402b043e289f3a0949499e1df514ba66 SHA512 b96329be3a5fe9ef5a0e9fc0a5089028347591988b8eb16fb0bac1633d4f94b2e95c0b4e7a06b4b066d6c88a77b9510980ca38852c1b8d1076367b29b0bab0dd WHIRLPOOL 0c169147a9d3900e29ed5151b06d403f31b8e26c7959107ac27fe0bcd67c67c75be17f7c5876868c2bf7af3ff5ab7294258181effb415caf247a4e0d46a9c615
diff --git a/dev-libs/libgames-support/libgames-support-1.0.2.ebuild b/dev-libs/libgames-support/libgames-support-1.0.2.ebuild
new file mode 100644
index 000000000000..171355f95872
--- /dev/null
+++ b/dev-libs/libgames-support/libgames-support-1.0.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_MIN_API_VERSION="0.24"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library for code commong to Gnome games"
+HOMEPAGE="https://git.gnome.org/browse/libgames-support/"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/glib-2.40:2
+ >=x11-libs/gtk+-3.19.2:3
+ dev-libs/libgee:0.8=
+"
+DEPEND="${DEPEND}
+ $(vala_depend)
+ >=dev-util/intltool-0.50.2
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ gnome2_src_prepare
+ vala_src_prepare
+}
diff --git a/dev-libs/libgames-support/metadata.xml b/dev-libs/libgames-support/metadata.xml
new file mode 100644
index 000000000000..39980802b1da
--- /dev/null
+++ b/dev-libs/libgames-support/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>gnome@gentoo.org</email>
+ <name>Gentoo GNOME Desktop</name>
+</maintainer>
+</pkgmetadata>