public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-core-libs/
@ 2013-12-12 23:20 Gilles Dartiguelongue
  0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-12 23:20 UTC (permalink / raw
  To: gentoo-commits

commit:     e3e0777d3c557b37a5cd57c565a37a94ac5cc3e3
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 22:56:40 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 23:20:46 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e3e0777d

gnome-base/gnome-core-libs: 3.8.0 → 3.10.0

---
 .../gnome-core-libs/gnome-core-libs-3.10.0.ebuild  | 55 ++++++++++++++++++++++
 gnome-base/gnome-core-libs/metadata.xml            |  5 ++
 2 files changed, 60 insertions(+)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.10.0.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.10.0.ebuild
new file mode 100644
index 0000000..2d4ce55
--- /dev/null
+++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.10.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
+HOMEPAGE="http://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="cups python"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# Note to developers:
+# This is a wrapper for the core libraries used by GNOME 3
+RDEPEND="
+	>=dev-libs/glib-2.38.0:2
+	>=x11-libs/gdk-pixbuf-2.30.0:2
+	>=x11-libs/pango-1.36.0
+	>=media-libs/clutter-1.16.0:1.0
+	>=x11-libs/gtk+-${PV}:3[cups?]
+	>=dev-libs/atk-2.10
+	>=x11-libs/libwnck-3.4.5:3
+	>=gnome-base/librsvg-2.39.0[gtk]
+	>=gnome-base/gnome-desktop-${PV}:3
+	>=gnome-base/libgnomekbd-3.6
+	>=x11-libs/startup-notification-0.12
+
+	>=gnome-base/gvfs-1.18.0
+	>=gnome-base/dconf-0.18.0
+
+	|| (
+		>=media-libs/gstreamer-0.10.36:0.10
+		>=media-libs/gstreamer-1.2.0:1.0 )
+	|| (
+		>=media-libs/gst-plugins-base-0.10.36:0.10
+		>=media-libs/gst-plugins-base-1.2.0:1.0 )
+	|| (
+		>=media-libs/gst-plugins-good-0.10.31:0.10
+		>=media-libs/gst-plugins-good-1.2.0:1.0 )
+
+	python? ( >=dev-python/pygobject-${PV}:3 )
+"
+DEPEND=""
+
+S="${WORKDIR}"
+
+# FIXME: Update with future upgrade guide
+#pkg_pretend() {
+#	elog "See http://www.gentoo.org/proj/en/desktop/gnome/howtos/gnome-3.6-upgrade.xml"
+#	elog "for the Gentoo GNOME 3.6 upgrade guide."
+#}

diff --git a/gnome-base/gnome-core-libs/metadata.xml b/gnome-base/gnome-core-libs/metadata.xml
new file mode 100644
index 0000000..da6fd63
--- /dev/null
+++ b/gnome-base/gnome-core-libs/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] 16+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-core-libs/
@ 2014-02-12 20:58 Gilles Dartiguelongue
  0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2014-02-12 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     d0b033b4c898691f1e38e1d1314ebf725aee4116
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 20:19:29 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 20:27:09 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d0b033b4

gnome-base/gnome-core-libs: moved to gentoo-x86

---
 .../gnome-core-libs/gnome-core-libs-3.10.0.ebuild  | 55 ----------------------
 1 file changed, 55 deletions(-)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.10.0.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.10.0.ebuild
deleted file mode 100644
index 2d4ce55..0000000
--- a/gnome-base/gnome-core-libs/gnome-core-libs-3.10.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
-HOMEPAGE="http://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="cups python"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-# Note to developers:
-# This is a wrapper for the core libraries used by GNOME 3
-RDEPEND="
-	>=dev-libs/glib-2.38.0:2
-	>=x11-libs/gdk-pixbuf-2.30.0:2
-	>=x11-libs/pango-1.36.0
-	>=media-libs/clutter-1.16.0:1.0
-	>=x11-libs/gtk+-${PV}:3[cups?]
-	>=dev-libs/atk-2.10
-	>=x11-libs/libwnck-3.4.5:3
-	>=gnome-base/librsvg-2.39.0[gtk]
-	>=gnome-base/gnome-desktop-${PV}:3
-	>=gnome-base/libgnomekbd-3.6
-	>=x11-libs/startup-notification-0.12
-
-	>=gnome-base/gvfs-1.18.0
-	>=gnome-base/dconf-0.18.0
-
-	|| (
-		>=media-libs/gstreamer-0.10.36:0.10
-		>=media-libs/gstreamer-1.2.0:1.0 )
-	|| (
-		>=media-libs/gst-plugins-base-0.10.36:0.10
-		>=media-libs/gst-plugins-base-1.2.0:1.0 )
-	|| (
-		>=media-libs/gst-plugins-good-0.10.31:0.10
-		>=media-libs/gst-plugins-good-1.2.0:1.0 )
-
-	python? ( >=dev-python/pygobject-${PV}:3 )
-"
-DEPEND=""
-
-S="${WORKDIR}"
-
-# FIXME: Update with future upgrade guide
-#pkg_pretend() {
-#	elog "See http://www.gentoo.org/proj/en/desktop/gnome/howtos/gnome-3.6-upgrade.xml"
-#	elog "for the Gentoo GNOME 3.6 upgrade guide."
-#}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-core-libs/
@ 2014-04-21 14:40 Gilles Dartiguelongue
  0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-21 14:40 UTC (permalink / raw
  To: gentoo-commits

commit:     0033e6848caf3cf9a973a3a7537c9bd2ea869f06
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 21 13:04:35 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Apr 21 13:34:41 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0033e684

gnome-base/gnome-core-libs: 3.10.0 → 3.12.0

---
 .../gnome-core-libs/gnome-core-libs-3.12.0.ebuild  | 49 ++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.12.0.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.12.0.ebuild
new file mode 100644
index 0000000..9dc7159
--- /dev/null
+++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.12.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
+HOMEPAGE="http://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="cups python"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# Note to developers:
+# This is a wrapper for the core libraries used by GNOME 3
+RDEPEND="
+	>=dev-libs/glib-2.40.0:2
+	>=x11-libs/gdk-pixbuf-2.30.7:2
+	>=x11-libs/pango-1.36.3
+	>=media-libs/clutter-1.18.0:1.0
+	>=x11-libs/gtk+-${PV}:3[cups?]
+	>=dev-libs/atk-2.12
+	>=x11-libs/libwnck-3.4.7:3
+	>=gnome-base/librsvg-2.40.2
+	>=gnome-base/gnome-desktop-${PV}:3
+	>=gnome-base/libgnomekbd-3.6
+	>=x11-libs/startup-notification-0.12
+
+	>=gnome-base/gvfs-1.20.0
+	>=gnome-base/dconf-0.20.0
+
+	|| (
+		>=media-libs/gstreamer-0.10.36:0.10
+		>=media-libs/gstreamer-1.2.3:1.0 )
+	|| (
+		>=media-libs/gst-plugins-base-0.10.36:0.10
+		>=media-libs/gst-plugins-base-1.2.3:1.0 )
+	|| (
+		>=media-libs/gst-plugins-good-0.10.31:0.10
+		>=media-libs/gst-plugins-good-1.2.3:1.0 )
+
+	python? ( >=dev-python/pygobject-${PV}:3 )
+"
+DEPEND=""
+
+S="${WORKDIR}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-core-libs/
@ 2014-10-12 23:19 Gilles Dartiguelongue
  0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-12 23:19 UTC (permalink / raw
  To: gentoo-commits

commit:     3a7b71802f42e5e1a5f77b75b9d0b68997b04186
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 17:12:45 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 23:01:30 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3a7b7180

gnome-base/gnome-core-libs: 3.12.0 → 3.14.0

---
 ...-libs-3.12.0.ebuild => gnome-core-libs-3.14.0.ebuild} | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.12.0.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.14.0.ebuild
similarity index 82%
rename from gnome-base/gnome-core-libs/gnome-core-libs-3.12.0.ebuild
rename to gnome-base/gnome-core-libs/gnome-core-libs-3.14.0.ebuild
index 9dc7159..55961db 100644
--- a/gnome-base/gnome-core-libs/gnome-core-libs-3.12.0.ebuild
+++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.14.0.ebuild
@@ -17,20 +17,20 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 # Note to developers:
 # This is a wrapper for the core libraries used by GNOME 3
 RDEPEND="
-	>=dev-libs/glib-2.40.0:2
-	>=x11-libs/gdk-pixbuf-2.30.7:2
-	>=x11-libs/pango-1.36.3
-	>=media-libs/clutter-1.18.0:1.0
+	>=dev-libs/glib-2.42.0:2
+	>=x11-libs/gdk-pixbuf-2.30.8:2
+	>=x11-libs/pango-1.36.8
+	>=media-libs/clutter-1.20.0:1.0
 	>=x11-libs/gtk+-${PV}:3[cups?]
-	>=dev-libs/atk-2.12
-	>=x11-libs/libwnck-3.4.7:3
+	>=dev-libs/atk-2.14
+	>=x11-libs/libwnck-3.4.9:3
 	>=gnome-base/librsvg-2.40.2
 	>=gnome-base/gnome-desktop-${PV}:3
 	>=gnome-base/libgnomekbd-3.6
 	>=x11-libs/startup-notification-0.12
 
-	>=gnome-base/gvfs-1.20.0
-	>=gnome-base/dconf-0.20.0
+	>=gnome-base/gvfs-1.22.0
+	>=gnome-base/dconf-0.22.0
 
 	|| (
 		>=media-libs/gstreamer-0.10.36:0.10


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-core-libs/
@ 2014-10-19 21:48 Gilles Dartiguelongue
  0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-19 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     812fe7ecfb0375450cf442eb9a60d1652517e135
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 19 21:42:30 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 19 21:43:17 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=812fe7ec

gnome-base/gnome-core-libs: adjust for 3.14.1

---
 gnome-base/gnome-core-libs/gnome-core-libs-3.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.14.0.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.14.0.ebuild
index 55961db..738208e 100644
--- a/gnome-base/gnome-core-libs/gnome-core-libs-3.14.0.ebuild
+++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.14.0.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
 	>=gnome-base/libgnomekbd-3.6
 	>=x11-libs/startup-notification-0.12
 
-	>=gnome-base/gvfs-1.22.0
+	>=gnome-base/gvfs-1.22.1
 	>=gnome-base/dconf-0.22.0
 
 	|| (


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-core-libs/
@ 2014-12-26 21:53 Gilles Dartiguelongue
  0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-26 21:53 UTC (permalink / raw
  To: gentoo-commits

commit:     2cfee4600b27d6128c196f2a6217920429c9163a
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 21:53:14 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 21:53:14 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2cfee460

gnome-base/gnome-core-libs: moved to gentoo-x86

---
 .../gnome-core-libs/gnome-core-libs-3.14.0.ebuild  | 49 ----------------------
 1 file changed, 49 deletions(-)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.14.0.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.14.0.ebuild
deleted file mode 100644
index 738208e..0000000
--- a/gnome-base/gnome-core-libs/gnome-core-libs-3.14.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
-HOMEPAGE="http://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="cups python"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-# Note to developers:
-# This is a wrapper for the core libraries used by GNOME 3
-RDEPEND="
-	>=dev-libs/glib-2.42.0:2
-	>=x11-libs/gdk-pixbuf-2.30.8:2
-	>=x11-libs/pango-1.36.8
-	>=media-libs/clutter-1.20.0:1.0
-	>=x11-libs/gtk+-${PV}:3[cups?]
-	>=dev-libs/atk-2.14
-	>=x11-libs/libwnck-3.4.9:3
-	>=gnome-base/librsvg-2.40.2
-	>=gnome-base/gnome-desktop-${PV}:3
-	>=gnome-base/libgnomekbd-3.6
-	>=x11-libs/startup-notification-0.12
-
-	>=gnome-base/gvfs-1.22.1
-	>=gnome-base/dconf-0.22.0
-
-	|| (
-		>=media-libs/gstreamer-0.10.36:0.10
-		>=media-libs/gstreamer-1.2.3:1.0 )
-	|| (
-		>=media-libs/gst-plugins-base-0.10.36:0.10
-		>=media-libs/gst-plugins-base-1.2.3:1.0 )
-	|| (
-		>=media-libs/gst-plugins-good-0.10.31:0.10
-		>=media-libs/gst-plugins-good-1.2.3:1.0 )
-
-	python? ( >=dev-python/pygobject-${PV}:3 )
-"
-DEPEND=""
-
-S="${WORKDIR}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-core-libs/
@ 2015-05-10 17:20 Gilles Dartiguelongue
  0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-10 17:20 UTC (permalink / raw
  To: gentoo-commits

commit:     c8d9a370dc94672eddfd7772278ad2277c970df7
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 17:01:21 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 10 17:19:49 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=c8d9a370

gnome-base/gnome-core-libs: 3.14.0 → 3.16.0

 .../gnome-core-libs/gnome-core-libs-3.16.0.ebuild  | 48 ++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.16.0.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.16.0.ebuild
new file mode 100644
index 0000000..c5afc3d
--- /dev/null
+++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.16.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
+HOMEPAGE="http://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="cups python"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+
+# Note to developers:
+# This is a wrapper for the core libraries used by GNOME 3
+RDEPEND="
+	>=dev-libs/glib-2.44:2
+	>=x11-libs/gdk-pixbuf-2.30.8:2
+	>=x11-libs/pango-1.36.8
+	>=media-libs/clutter-1.22:1.0
+	>=x11-libs/gtk+-${PV}:3[cups?]
+	>=dev-libs/atk-2.16
+	>=x11-libs/libwnck-3.14:3
+	>=gnome-base/librsvg-2.40.2
+	>=gnome-base/gnome-desktop-${PV}:3
+	>=x11-libs/startup-notification-0.12
+
+	>=gnome-base/gvfs-1.24
+	>=gnome-base/dconf-0.24
+
+	|| (
+		>=media-libs/gstreamer-0.10.36:0.10
+		>=media-libs/gstreamer-1.4.5:1.0 )
+	|| (
+		>=media-libs/gst-plugins-base-0.10.36:0.10
+		>=media-libs/gst-plugins-base-1.4.5:1.0 )
+	|| (
+		>=media-libs/gst-plugins-good-0.10.31:0.10
+		>=media-libs/gst-plugins-good-1.4.5:1.0 )
+
+	python? ( >=dev-python/pygobject-${PV}:3 )
+"
+DEPEND=""
+
+S="${WORKDIR}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-core-libs/
@ 2015-05-13  7:24 Gilles Dartiguelongue
  0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-13  7:24 UTC (permalink / raw
  To: gentoo-commits

commit:     bbc104a7822689a9168746027682e37376cc6c3e
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 07:12:27 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed May 13 07:12:27 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=bbc104a7

gnome-base/gnome-core-libs: fix keywords

 gnome-base/gnome-core-libs/gnome-core-libs-3.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.16.0.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.16.0.ebuild
index c5afc3d..edf01bb 100644
--- a/gnome-base/gnome-core-libs/gnome-core-libs-3.16.0.ebuild
+++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.16.0.ebuild
@@ -12,7 +12,7 @@ IUSE="cups python"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 # Note to developers:
 # This is a wrapper for the core libraries used by GNOME 3


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-core-libs/
@ 2015-06-10 10:37 Gilles Dartiguelongue
  0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2015-06-10 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     0470d7a5ce9c387b1fca8ab78f6445ec09dd3398
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  9 23:11:37 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Jun  9 23:11:37 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0470d7a5

gnome-base/gnome-core-libs: moved to gentoo-x86

 .../gnome-core-libs/gnome-core-libs-3.16.0.ebuild  | 48 ----------------------
 1 file changed, 48 deletions(-)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.16.0.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.16.0.ebuild
deleted file mode 100644
index edf01bb..0000000
--- a/gnome-base/gnome-core-libs/gnome-core-libs-3.16.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
-HOMEPAGE="http://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="cups python"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-# Note to developers:
-# This is a wrapper for the core libraries used by GNOME 3
-RDEPEND="
-	>=dev-libs/glib-2.44:2
-	>=x11-libs/gdk-pixbuf-2.30.8:2
-	>=x11-libs/pango-1.36.8
-	>=media-libs/clutter-1.22:1.0
-	>=x11-libs/gtk+-${PV}:3[cups?]
-	>=dev-libs/atk-2.16
-	>=x11-libs/libwnck-3.14:3
-	>=gnome-base/librsvg-2.40.2
-	>=gnome-base/gnome-desktop-${PV}:3
-	>=x11-libs/startup-notification-0.12
-
-	>=gnome-base/gvfs-1.24
-	>=gnome-base/dconf-0.24
-
-	|| (
-		>=media-libs/gstreamer-0.10.36:0.10
-		>=media-libs/gstreamer-1.4.5:1.0 )
-	|| (
-		>=media-libs/gst-plugins-base-0.10.36:0.10
-		>=media-libs/gst-plugins-base-1.4.5:1.0 )
-	|| (
-		>=media-libs/gst-plugins-good-0.10.31:0.10
-		>=media-libs/gst-plugins-good-1.4.5:1.0 )
-
-	python? ( >=dev-python/pygobject-${PV}:3 )
-"
-DEPEND=""
-
-S="${WORKDIR}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-core-libs/
@ 2015-10-12 20:34 Ole Reifschneider
  0 siblings, 0 replies; 16+ messages in thread
From: Ole Reifschneider @ 2015-10-12 20:34 UTC (permalink / raw
  To: gentoo-commits

commit:     74d8601a5f719038e91ff6f9276c86a08370308f
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 18:41:46 2015 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 18:41:46 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=74d8601a

gnome-base/gnome-core-libs: Bump version to 3.18.0

Package-Manager: portage-2.2.20.1
Manifest-Sign-Key: 7E8B4D42

 .../gnome-core-libs/gnome-core-libs-3.18.0.ebuild  | 48 ++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.18.0.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.18.0.ebuild
new file mode 100644
index 0000000..522b811
--- /dev/null
+++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.18.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="cups python"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# Note to developers:
+# This is a wrapper for the core libraries used by GNOME 3
+RDEPEND="
+	>=dev-libs/glib-2.45.8:2
+	>=x11-libs/gdk-pixbuf-2.30.8:2
+	>=x11-libs/pango-1.36.8
+	>=media-libs/clutter-1.23.4:1.0
+	>=x11-libs/gtk+-${PV}:3[cups?]
+	>=dev-libs/atk-2.16
+	>=x11-libs/libwnck-3.14:3
+	>=gnome-base/librsvg-2.40.2
+	>=gnome-base/gnome-desktop-${PV}:3
+	>=x11-libs/startup-notification-0.12
+
+	>=gnome-base/gvfs-1.24
+	>=gnome-base/dconf-0.24
+
+	|| (
+		>=media-libs/gstreamer-0.10.36:0.10
+		>=media-libs/gstreamer-1.4.5:1.0 )
+	|| (
+		>=media-libs/gst-plugins-base-0.10.36:0.10
+		>=media-libs/gst-plugins-base-1.4.5:1.0 )
+	|| (
+		>=media-libs/gst-plugins-good-0.10.31:0.10
+		>=media-libs/gst-plugins-good-1.4.5:1.0 )
+
+	python? ( >=dev-python/pygobject-${PV}:3 )
+"
+DEPEND=""
+
+S="${WORKDIR}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-core-libs/
@ 2015-10-13 20:03 Ole Reifschneider
  0 siblings, 0 replies; 16+ messages in thread
From: Ole Reifschneider @ 2015-10-13 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     b46d70092180535930d9d6b7f28667fc3a45028f
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 20:03:23 2015 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 20:03:37 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b46d7009

gnome-base/gnome-core-libs: Update gvfs dependency

Package-Manager: portage-2.2.23
Manifest-Sign-Key: 0xE9E568677E8B4D42

 gnome-base/gnome-core-libs/gnome-core-libs-3.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.18.0.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.18.0.ebuild
index 522b811..e263ba8 100644
--- a/gnome-base/gnome-core-libs/gnome-core-libs-3.18.0.ebuild
+++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.18.0.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
 	>=gnome-base/gnome-desktop-${PV}:3
 	>=x11-libs/startup-notification-0.12
 
-	>=gnome-base/gvfs-1.24
+	>=gnome-base/gvfs-1.26
 	>=gnome-base/dconf-0.24
 
 	|| (


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-core-libs/
@ 2016-03-25  0:56 Ole Reifschneider
  0 siblings, 0 replies; 16+ messages in thread
From: Ole Reifschneider @ 2016-03-25  0:56 UTC (permalink / raw
  To: gentoo-commits

commit:     c20209702d641057257d6d87f310aec243894da9
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 00:09:39 2016 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 00:55:46 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=c2020970

gnome-base/gnome-core-libs: Bump version to 3.20.0

Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42

 ...s-3.18.0.ebuild => gnome-core-libs-3.20.0.ebuild} | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.18.0.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.20.0.ebuild
similarity index 72%
rename from gnome-base/gnome-core-libs/gnome-core-libs-3.18.0.ebuild
rename to gnome-base/gnome-core-libs/gnome-core-libs-3.20.0.ebuild
index e263ba8..ec8f825 100644
--- a/gnome-base/gnome-core-libs/gnome-core-libs-3.18.0.ebuild
+++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.20.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,14 +17,14 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 # Note to developers:
 # This is a wrapper for the core libraries used by GNOME 3
 RDEPEND="
-	>=dev-libs/glib-2.45.8:2
-	>=x11-libs/gdk-pixbuf-2.30.8:2
-	>=x11-libs/pango-1.36.8
-	>=media-libs/clutter-1.23.4:1.0
+	>=dev-libs/glib-2.46:2
+	>=x11-libs/gdk-pixbuf-2.34:2
+	>=x11-libs/pango-1.38
+	>=media-libs/clutter-1.26:1.0
 	>=x11-libs/gtk+-${PV}:3[cups?]
-	>=dev-libs/atk-2.16
+	>=dev-libs/atk-2.18
 	>=x11-libs/libwnck-3.14:3
-	>=gnome-base/librsvg-2.40.2
+	>=gnome-base/librsvg-2.40.10
 	>=gnome-base/gnome-desktop-${PV}:3
 	>=x11-libs/startup-notification-0.12
 
@@ -33,13 +33,13 @@ RDEPEND="
 
 	|| (
 		>=media-libs/gstreamer-0.10.36:0.10
-		>=media-libs/gstreamer-1.4.5:1.0 )
+		>=media-libs/gstreamer-1.6.1:1.0 )
 	|| (
 		>=media-libs/gst-plugins-base-0.10.36:0.10
-		>=media-libs/gst-plugins-base-1.4.5:1.0 )
+		>=media-libs/gst-plugins-base-1.6.1:1.0 )
 	|| (
 		>=media-libs/gst-plugins-good-0.10.31:0.10
-		>=media-libs/gst-plugins-good-1.4.5:1.0 )
+		>=media-libs/gst-plugins-good-1.6.1:1.0 )
 
 	python? ( >=dev-python/pygobject-${PV}:3 )
 "


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-core-libs/
@ 2018-01-12 12:16 Dennis Lamm
  0 siblings, 0 replies; 16+ messages in thread
From: Dennis Lamm @ 2018-01-12 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     97fc961c65ec5fd7ee955f85ce8a60d15653ddca
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 12:15:58 2018 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 12:15:58 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=97fc961c

gnome-base/gnome-core-libs: removed

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --force

 .../gnome-core-libs/gnome-core-libs-3.20.0.ebuild  | 48 ----------------------
 gnome-base/gnome-core-libs/metadata.xml            |  8 ----
 2 files changed, 56 deletions(-)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.20.0.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.20.0.ebuild
deleted file mode 100644
index ec8f8251..00000000
--- a/gnome-base/gnome-core-libs/gnome-core-libs-3.20.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
-HOMEPAGE="https://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="cups python"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-# Note to developers:
-# This is a wrapper for the core libraries used by GNOME 3
-RDEPEND="
-	>=dev-libs/glib-2.46:2
-	>=x11-libs/gdk-pixbuf-2.34:2
-	>=x11-libs/pango-1.38
-	>=media-libs/clutter-1.26:1.0
-	>=x11-libs/gtk+-${PV}:3[cups?]
-	>=dev-libs/atk-2.18
-	>=x11-libs/libwnck-3.14:3
-	>=gnome-base/librsvg-2.40.10
-	>=gnome-base/gnome-desktop-${PV}:3
-	>=x11-libs/startup-notification-0.12
-
-	>=gnome-base/gvfs-1.26
-	>=gnome-base/dconf-0.24
-
-	|| (
-		>=media-libs/gstreamer-0.10.36:0.10
-		>=media-libs/gstreamer-1.6.1:1.0 )
-	|| (
-		>=media-libs/gst-plugins-base-0.10.36:0.10
-		>=media-libs/gst-plugins-base-1.6.1:1.0 )
-	|| (
-		>=media-libs/gst-plugins-good-0.10.31:0.10
-		>=media-libs/gst-plugins-good-1.6.1:1.0 )
-
-	python? ( >=dev-python/pygobject-${PV}:3 )
-"
-DEPEND=""
-
-S="${WORKDIR}"

diff --git a/gnome-base/gnome-core-libs/metadata.xml b/gnome-base/gnome-core-libs/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/gnome-base/gnome-core-libs/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] 16+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-core-libs/
@ 2018-04-15 19:00 Ole Reifschneider
  0 siblings, 0 replies; 16+ messages in thread
From: Ole Reifschneider @ 2018-04-15 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     9791ae4c50e3d1f511656981cfcc507c9260b744
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 18:53:51 2018 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 18:53:51 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9791ae4c

gnome-base/gnome-core-libs: Bump version to 3.26.2

Package-Manager: Portage-2.3.28, Repoman-2.3.9
Manifest-Sign-Key: 0xE9E568677E8B4D42

 .../gnome-core-libs/gnome-core-libs-3.26.2.ebuild  | 41 ++++++++++++++++++++++
 gnome-base/gnome-core-libs/metadata.xml            |  8 +++++
 2 files changed, 49 insertions(+)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild
new file mode 100644
index 00000000..3fe6f7cf
--- /dev/null
+++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="cups python"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# Note to developers:
+# This is a wrapper for the core libraries used by GNOME 3
+RDEPEND="
+	>=dev-libs/glib-2.54.2:2
+	>=x11-libs/gdk-pixbuf-2.36.6:2
+	>=x11-libs/pango-1.40.9
+	>=x11-libs/gtk+-3.22.16:3[cups?]
+	>=dev-libs/atk-2.24
+	>=gnome-base/librsvg-2.40.18
+	>=gnome-base/gnome-desktop-${PV}:3
+	>=x11-libs/startup-notification-0.12
+
+	>=gnome-base/gvfs-1.32.1
+	>=gnome-base/dconf-0.26
+
+	>=media-libs/gstreamer-1.12.3:1.0
+	>=media-libs/gst-plugins-base-1.12.3:1.0
+	>=media-libs/gst-plugins-good-1.12.3:1.0
+
+	python? ( >=dev-python/pygobject-3.24.1:3 )
+"
+DEPEND=""
+
+# >=x11-libs/libwnck-3.20.1:3 - not used by core packages anymore
+
+S="${WORKDIR}"

diff --git a/gnome-base/gnome-core-libs/metadata.xml b/gnome-base/gnome-core-libs/metadata.xml
new file mode 100644
index 00000000..39980802
--- /dev/null
+++ b/gnome-base/gnome-core-libs/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>


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-core-libs/
@ 2018-09-10 21:33 Gilles Dartiguelongue
  0 siblings, 0 replies; 16+ messages in thread
From: Gilles Dartiguelongue @ 2018-09-10 21:33 UTC (permalink / raw
  To: gentoo-commits

commit:     eca9b6c9371d065f7fa749d041b358d559063e08
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 10 14:41:50 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 14:53:50 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=eca9b6c9

gnome-base/gnome-core-libs: update dependency for 3.26.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 .../gnome-core-libs/gnome-core-libs-3.26.2.ebuild    | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild
index 3fe6f7cf..16670863 100644
--- a/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild
+++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild
@@ -17,25 +17,23 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 # This is a wrapper for the core libraries used by GNOME 3
 RDEPEND="
 	>=dev-libs/glib-2.54.2:2
-	>=x11-libs/gdk-pixbuf-2.36.6:2
-	>=x11-libs/pango-1.40.9
-	>=x11-libs/gtk+-3.22.16:3[cups?]
-	>=dev-libs/atk-2.24
+	>=x11-libs/gdk-pixbuf-2.36.12:2
+	>=x11-libs/pango-1.40.14
+	>=x11-libs/gtk+-3.22.30:3[cups?]
+	>=dev-libs/atk-2.26
 	>=gnome-base/librsvg-2.40.18
 	>=gnome-base/gnome-desktop-${PV}:3
 	>=x11-libs/startup-notification-0.12
 
-	>=gnome-base/gvfs-1.32.1
+	>=gnome-base/gvfs-1.34.1
 	>=gnome-base/dconf-0.26
 
-	>=media-libs/gstreamer-1.12.3:1.0
-	>=media-libs/gst-plugins-base-1.12.3:1.0
-	>=media-libs/gst-plugins-good-1.12.3:1.0
+	>=media-libs/gstreamer-1.14.1:1.0
+	>=media-libs/gst-plugins-base-1.14.1:1.0
+	>=media-libs/gst-plugins-good-1.14.1:1.0
 
-	python? ( >=dev-python/pygobject-3.24.1:3 )
+	python? ( >=dev-python/pygobject-3.26.1:3 )
 "
 DEPEND=""
 
-# >=x11-libs/libwnck-3.20.1:3 - not used by core packages anymore
-
 S="${WORKDIR}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-core-libs/
@ 2019-02-23 20:37 Mart Raudsepp
  0 siblings, 0 replies; 16+ messages in thread
From: Mart Raudsepp @ 2019-02-23 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     ba12cfb9e54bdd891f768c97e91e55a9c922b234
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 23 20:04:03 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Feb 23 20:04:03 2019 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ba12cfb9

gnome-base/gnome-core-libs: remove, available in ::gentoo

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 .../gnome-core-libs/gnome-core-libs-3.26.2.ebuild  | 39 ----------------------
 gnome-base/gnome-core-libs/metadata.xml            |  8 -----
 2 files changed, 47 deletions(-)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild
deleted file mode 100644
index 16670863..00000000
--- a/gnome-base/gnome-core-libs/gnome-core-libs-3.26.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
-HOMEPAGE="https://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="cups python"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-# Note to developers:
-# This is a wrapper for the core libraries used by GNOME 3
-RDEPEND="
-	>=dev-libs/glib-2.54.2:2
-	>=x11-libs/gdk-pixbuf-2.36.12:2
-	>=x11-libs/pango-1.40.14
-	>=x11-libs/gtk+-3.22.30:3[cups?]
-	>=dev-libs/atk-2.26
-	>=gnome-base/librsvg-2.40.18
-	>=gnome-base/gnome-desktop-${PV}:3
-	>=x11-libs/startup-notification-0.12
-
-	>=gnome-base/gvfs-1.34.1
-	>=gnome-base/dconf-0.26
-
-	>=media-libs/gstreamer-1.14.1:1.0
-	>=media-libs/gst-plugins-base-1.14.1:1.0
-	>=media-libs/gst-plugins-good-1.14.1:1.0
-
-	python? ( >=dev-python/pygobject-3.26.1:3 )
-"
-DEPEND=""
-
-S="${WORKDIR}"

diff --git a/gnome-base/gnome-core-libs/metadata.xml b/gnome-base/gnome-core-libs/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/gnome-base/gnome-core-libs/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] 16+ messages in thread

end of thread, other threads:[~2019-02-23 20:37 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-15 19:00 [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-core-libs/ Ole Reifschneider
  -- strict thread matches above, loose matches on Subject: below --
2019-02-23 20:37 Mart Raudsepp
2018-09-10 21:33 Gilles Dartiguelongue
2018-01-12 12:16 Dennis Lamm
2016-03-25  0:56 Ole Reifschneider
2015-10-13 20:03 Ole Reifschneider
2015-10-12 20:34 Ole Reifschneider
2015-06-10 10:37 Gilles Dartiguelongue
2015-05-13  7:24 Gilles Dartiguelongue
2015-05-10 17:20 Gilles Dartiguelongue
2014-12-26 21:53 Gilles Dartiguelongue
2014-10-19 21:48 Gilles Dartiguelongue
2014-10-12 23:19 Gilles Dartiguelongue
2014-04-21 14:40 Gilles Dartiguelongue
2014-02-12 20:58 Gilles Dartiguelongue
2013-12-12 23:20 Gilles Dartiguelongue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox