* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgames-support/
@ 2015-12-13 21:19 Gilles Dartiguelongue
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2015-12-13 21:19 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgames-support/
@ 2016-03-28 21:20 Ole Reifschneider
0 siblings, 0 replies; 4+ messages in thread
From: Ole Reifschneider @ 2016-03-28 21:20 UTC (permalink / raw
To: gentoo-commits
commit: a3a1fc79ed1cfaa7c88de66b1c0bbda386bbc17f
Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 20:31:40 2016 +0000
Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 20:31:40 2016 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=a3a1fc79
dev-libs/libgames-support: Bump version to 1.0
Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42
.../{libgames-support-0.2.ebuild => libgames-support-1.0.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libgames-support/libgames-support-0.2.ebuild b/dev-libs/libgames-support/libgames-support-1.0.ebuild
similarity index 86%
rename from dev-libs/libgames-support/libgames-support-0.2.ebuild
rename to dev-libs/libgames-support/libgames-support-1.0.ebuild
index 88b359c..d201d7a 100644
--- a/dev-libs/libgames-support/libgames-support-0.2.ebuild
+++ b/dev-libs/libgames-support/libgames-support-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -17,7 +17,7 @@ IUSE=""
RDEPEND="
>=dev-libs/glib-2.40:2
- >=x11-libs/gtk+-3.12:3
+ >=x11-libs/gtk+-3.19.2:3
dev-libs/libgee:0.8
"
DEPEND="${DEPEND}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgames-support/
@ 2016-09-05 22:05 Gilles Dartiguelongue
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2016-09-05 22:05 UTC (permalink / raw
To: gentoo-commits
commit: 953db14debaa9457127831b2d7e81320f8fbd6a9
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 5 21:33:47 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Sep 5 21:55:18 2016 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=953db14d
dev-libs/libgames-support: moved to gentoo
.../libgames-support/libgames-support-1.0.ebuild | 27 ----------------------
1 file changed, 27 deletions(-)
diff --git a/dev-libs/libgames-support/libgames-support-1.0.ebuild b/dev-libs/libgames-support/libgames-support-1.0.ebuild
deleted file mode 100644
index d201d7a..0000000
--- a/dev-libs/libgames-support/libgames-support-1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 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.19.2:3
- dev-libs/libgee:0.8
-"
-DEPEND="${DEPEND}
- $(vala_depend)
- >=dev-util/intltool-0.50.2
- virtual/pkgconfig
-"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: dev-libs/libgames-support/
@ 2018-01-12 11:12 Dennis Lamm
0 siblings, 0 replies; 4+ messages in thread
From: Dennis Lamm @ 2018-01-12 11:12 UTC (permalink / raw
To: gentoo-commits
commit: 75a2ee1e61a326e5ac90d80e923dba37d5a2bb56
Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 11:11:59 2018 +0000
Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 11:11:59 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=75a2ee1e
dev-libs/libgames-support: removed
Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --force
dev-libs/libgames-support/metadata.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/dev-libs/libgames-support/metadata.xml b/dev-libs/libgames-support/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/dev-libs/libgames-support/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-01-12 11:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-12 11:12 [gentoo-commits] proj/gnome:master commit in: dev-libs/libgames-support/ Dennis Lamm
-- strict thread matches above, loose matches on Subject: below --
2016-09-05 22:05 Gilles Dartiguelongue
2016-03-28 21:20 Ole Reifschneider
2015-12-13 21:19 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox