dev-libs/libgames-support: New package needed by gnome games
authorPacho Ramos <pacho@gentoo.org>
Sat, 25 Jun 2016 11:07:17 +0000 (13:07 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 25 Jun 2016 12:20:37 +0000 (14:20 +0200)
Package-Manager: portage-2.3.0_rc1

dev-libs/libgames-support/Manifest [new file with mode: 0644]
dev-libs/libgames-support/libgames-support-1.0.2.ebuild [new file with mode: 0644]
dev-libs/libgames-support/metadata.xml [new file with mode: 0644]

diff --git a/dev-libs/libgames-support/Manifest b/dev-libs/libgames-support/Manifest
new file mode 100644 (file)
index 0000000..7036b07
--- /dev/null
@@ -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 (file)
index 0000000..171355f
--- /dev/null
@@ -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 (file)
index 0000000..3998080
--- /dev/null
@@ -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>