summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2016-10-30 12:08:08 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2016-10-30 12:44:15 +0100
commit8270cbb3d1197b87aaa5b3ffc7e3b12e8088e0c6 (patch)
tree073763204057e02d19d2b5ed4183cc5bb609d45d
parentnet-misc/rygel: version bump 0.30.3 → 0.32.1 (diff)
downloadgentoo-8270cbb3d1197b87aaa5b3ffc7e3b12e8088e0c6.tar.gz
gentoo-8270cbb3d1197b87aaa5b3ffc7e3b12e8088e0c6.tar.bz2
gentoo-8270cbb3d1197b87aaa5b3ffc7e3b12e8088e0c6.zip
dev-libs/libgnome-games-support: upstream renamed package from libgames-support
Package does not collide with older instance so it will die in its time. Package-Manager: portage-2.3.2
-rw-r--r--dev-libs/libgnome-games-support/Manifest1
-rw-r--r--dev-libs/libgnome-games-support/libgnome-games-support-1.2.1.ebuild30
-rw-r--r--dev-libs/libgnome-games-support/metadata.xml8
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-libs/libgnome-games-support/Manifest b/dev-libs/libgnome-games-support/Manifest
new file mode 100644
index 000000000000..5f03393586e9
--- /dev/null
+++ b/dev-libs/libgnome-games-support/Manifest
@@ -0,0 +1 @@
+DIST libgnome-games-support-1.2.1.tar.xz 340664 SHA256 a626396c72603add6bae1ab0b5bee1d58657cc7e232b1fe6fda746b960715ee7 SHA512 ae73d4958cdee347627f328c39629d6d41c72c9d432e541b90025bb11a6a5214148bde62ad039a62d9db236c1bf3de7a699fffb2bcc9c0fcb668dedd931894d4 WHIRLPOOL 6f15198c4664d4f274442b70a8154869f33e772cf32b1bd169c196944250973af0b1084d15145666a18bfe3646a82bfe31c5bd55129e8ba49098364e9b428e36
diff --git a/dev-libs/libgnome-games-support/libgnome-games-support-1.2.1.ebuild b/dev-libs/libgnome-games-support/libgnome-games-support-1.2.1.ebuild
new file mode 100644
index 000000000000..fbca6795e706
--- /dev/null
+++ b/dev-libs/libgnome-games-support/libgnome-games-support-1.2.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="Library for code commong to Gnome games"
+HOMEPAGE="https://git.gnome.org/browse/libgames-support/"
+
+LICENSE="LGPL-3+"
+SLOT="1/2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/glib-2.40:2
+ dev-libs/libgee:0.8=
+ >=x11-libs/gtk+-3.19.2:3
+"
+DEPEND="${DEPEND}
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_configure() {
+ gnome2_src_configure \
+ VALAC=$(type -P true)
+}
diff --git a/dev-libs/libgnome-games-support/metadata.xml b/dev-libs/libgnome-games-support/metadata.xml
new file mode 100644
index 000000000000..39980802b1da
--- /dev/null
+++ b/dev-libs/libgnome-games-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>