public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2015-09-07 19:58 Mikle Kolyada
  0 siblings, 0 replies; 51+ messages in thread
From: Mikle Kolyada @ 2015-09-07 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     a5f499a4191bca6f5f510b613de31797cad1c26e
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  7 19:04:59 2015 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Sep  7 19:54:56 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f499a4

gnome-base/gnome-core-apps: amd64 stable wrt bug #551826

Package-Manager: portage-2.2.20.1

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.16.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.16.0.ebuild
index 1843269..d0d0d97 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.16.0.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.16.0.ebuild
@@ -12,7 +12,7 @@ IUSE="+bluetooth +cdr cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 
 # Note to developers:
 # This is a wrapper for the core apps tightly integrated with GNOME 3


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2015-12-06 23:41 Gilles Dartiguelongue
  0 siblings, 0 replies; 51+ messages in thread
From: Gilles Dartiguelongue @ 2015-12-06 23:41 UTC (permalink / raw
  To: gentoo-commits

commit:     031d982dc3e3b9dff82b67a736a5b57ed2917f4d
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  6 23:33:00 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec  6 23:40:56 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031d982d

gnome-base/gnome-core-apps: version bump to 3.18.0

Package-Manager: portage-2.2.26

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.18.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.18.0.ebuild
new file mode 100644
index 0000000..795f5cf
--- /dev/null
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.18.0.ebuild
@@ -0,0 +1,55 @@
+# 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 applications integrated with GNOME 3"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+bluetooth +cdr cups"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+
+# Note to developers:
+# This is a wrapper for the core apps tightly integrated with GNOME 3
+# gtk-engines:2 is still around because it's needed for gtk2 apps
+RDEPEND="
+	>=gnome-base/gnome-core-libs-${PV}[cups?]
+
+	>=gnome-base/gnome-session-${PV}
+	>=gnome-base/gnome-menus-3.10.1:3
+	>=gnome-base/gnome-settings-daemon-${PV}[cups?]
+	>=gnome-base/gnome-control-center-${PV}[cups?]
+
+	>=app-crypt/gcr-${PV}
+	>=gnome-base/nautilus-${PV}
+	>=gnome-base/gnome-keyring-${PV}
+	>=gnome-extra/evolution-data-server-3.18
+
+	>=app-crypt/seahorse-${PV}
+	>=app-editors/gedit-${PV}
+	>=app-text/evince-${PV}
+	>=gnome-extra/gnome-contacts-${PV}
+	>=media-gfx/eog-${PV}
+	>=media-video/totem-${PV}
+	>=net-im/empathy-3.12.11
+	>=x11-terms/gnome-terminal-${PV}
+
+	>=gnome-extra/gnome-user-docs-${PV}
+	>=gnome-extra/yelp-${PV}
+
+	>=x11-themes/adwaita-icon-theme-${PV}
+	>=x11-themes/gnome-themes-standard-${PV}
+
+	bluetooth? ( >=net-wireless/gnome-bluetooth-${PV} )
+	cdr? ( >=app-cdr/brasero-3.12.1 )
+
+	!gnome-base/gnome-applets
+"
+DEPEND=""
+
+S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2016-03-06 17:23 Mikle Kolyada
  0 siblings, 0 replies; 51+ messages in thread
From: Mikle Kolyada @ 2016-03-06 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     18b54f06ddf2bdb643ed7d644605e8d4fd9a55b6
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 17:18:41 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 17:20:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18b54f06

gnome-base/gnome-core-apps: x86 stable wrt bug #427546

Package-Manager: portage-2.2.26

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.18.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.18.0.ebuild
index ef4c505..73b8730 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.18.0.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.18.0.ebuild
@@ -12,7 +12,7 @@ IUSE="+bluetooth +cdr cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
 
 # Note to developers:
 # This is a wrapper for the core apps tightly integrated with GNOME 3


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2016-09-05  7:18 Gilles Dartiguelongue
  0 siblings, 0 replies; 51+ messages in thread
From: Gilles Dartiguelongue @ 2016-09-05  7:18 UTC (permalink / raw
  To: gentoo-commits

commit:     7e3a9bd4ef27b10ebb876f36ca9ab2ad52ab9e9f
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 07:16:00 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 07:18:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3a9bd4

gnome-base/gnome-core-apps: version bump to 3.20

Package-Manager: portage-2.3.0

 .../gnome-core-apps/gnome-core-apps-3.20.0.ebuild  | 55 ++++++++++++++++++++++
 1 file changed, 55 insertions(+)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.20.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.20.0.ebuild
new file mode 100644
index 00000000..11a000b
--- /dev/null
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.20.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+bluetooth +cdr cups"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+
+# Note to developers:
+# This is a wrapper for the core apps tightly integrated with GNOME 3
+# gtk-engines:2 is still around because it's needed for gtk2 apps
+RDEPEND="
+	>=gnome-base/gnome-core-libs-${PV}[cups?]
+
+	>=gnome-base/gnome-session-${PV}
+	>=gnome-base/gnome-menus-3.10.1:3
+	>=gnome-base/gnome-settings-daemon-${PV}[cups?]
+	>=gnome-base/gnome-control-center-${PV}[cups?]
+
+	>=app-crypt/gcr-${PV}
+	>=gnome-base/nautilus-${PV}
+	>=gnome-base/gnome-keyring-${PV}
+	>=gnome-extra/evolution-data-server-${PV}
+
+	>=app-crypt/seahorse-${PV}
+	>=app-editors/gedit-${PV}
+	>=app-text/evince-${PV}
+	>=gnome-extra/gnome-contacts-${PV}
+	>=media-gfx/eog-${PV}
+	>=media-video/totem-3.18
+	>=net-im/empathy-3.12.12
+	>=x11-terms/gnome-terminal-${PV}
+
+	>=gnome-extra/gnome-user-docs-${PV}
+	>=gnome-extra/yelp-${PV}
+
+	>=x11-themes/adwaita-icon-theme-${PV%??}
+	>=x11-themes/gnome-themes-standard-${PV}
+
+	bluetooth? ( >=net-wireless/gnome-bluetooth-${PV} )
+	cdr? ( >=app-cdr/brasero-3.12.1 )
+
+	!gnome-base/gnome-applets
+"
+DEPEND=""
+
+S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2016-11-12  0:37 Gilles Dartiguelongue
  0 siblings, 0 replies; 51+ messages in thread
From: Gilles Dartiguelongue @ 2016-11-12  0:37 UTC (permalink / raw
  To: gentoo-commits

commit:     7f7b4c49a3b427cd72e62fa559256f08ed859f3f
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 00:26:50 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 00:34:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7b4c49

gnome-base/gnome-core-apps: version bump 3.20.0 → 3.22.0

Package-Manager: portage-2.3.2

 .../gnome-core-apps/gnome-core-apps-3.22.0.ebuild  | 55 ++++++++++++++++++++++
 1 file changed, 55 insertions(+)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.22.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.22.0.ebuild
new file mode 100644
index 00000000..568aaa0
--- /dev/null
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.22.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+bluetooth +cdr cups"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+
+# Note to developers:
+# This is a wrapper for the core apps tightly integrated with GNOME 3
+# gtk-engines:2 is still around because it's needed for gtk2 apps
+RDEPEND="
+	>=gnome-base/gnome-core-libs-${PV}[cups?]
+
+	>=gnome-base/gnome-session-${PV}
+	>=gnome-base/gnome-menus-3.10.1:3
+	>=gnome-base/gnome-settings-daemon-${PV}[cups?]
+	>=gnome-base/gnome-control-center-${PV}[cups?]
+
+	>=app-crypt/gcr-3.20.0
+	>=gnome-base/nautilus-${PV}
+	>=gnome-base/gnome-keyring-3.20.0
+	>=gnome-extra/evolution-data-server-${PV}
+
+	>=app-crypt/seahorse-3.20.0
+	>=app-editors/gedit-${PV}
+	>=app-text/evince-${PV}
+	>=gnome-extra/gnome-contacts-${PV}
+	>=media-gfx/eog-3.20.5
+	>=media-video/totem-${PV}
+	>=net-im/empathy-3.12.12
+	>=x11-terms/gnome-terminal-${PV}
+
+	>=gnome-extra/gnome-user-docs-${PV}
+	>=gnome-extra/yelp-${PV}
+
+	>=x11-themes/adwaita-icon-theme-${PV}
+	>=x11-themes/gnome-themes-standard-${PV}
+
+	bluetooth? ( >=net-wireless/gnome-bluetooth-3.20.0 )
+	cdr? ( >=app-cdr/brasero-3.12.1 )
+
+	!gnome-base/gnome-applets
+"
+DEPEND=""
+
+S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2016-11-12  0:37 Gilles Dartiguelongue
  0 siblings, 0 replies; 51+ messages in thread
From: Gilles Dartiguelongue @ 2016-11-12  0:37 UTC (permalink / raw
  To: gentoo-commits

commit:     2c2f91ac28c0cc86186fb55ee7fe223553904143
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 00:27:31 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 00:34:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2f91ac

gnome-base/gnome-core-apps: cleanup old revisions

Package-Manager: portage-2.3.2

 .../gnome-core-apps/gnome-core-apps-3.14.0.ebuild  | 55 ----------------------
 .../gnome-core-apps/gnome-core-apps-3.16.0.ebuild  | 55 ----------------------
 .../gnome-core-apps/gnome-core-apps-3.18.0.ebuild  | 55 ----------------------
 3 files changed, 165 deletions(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.14.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.14.0.ebuild
deleted file mode 100644
index fc3894f..00000000
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.14.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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 applications integrated with GNOME 3"
-HOMEPAGE="https://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+bluetooth +cdr cups"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
-
-# Note to developers:
-# This is a wrapper for the core apps tightly integrated with GNOME 3
-# gtk-engines:2 is still around because it's needed for gtk2 apps
-RDEPEND="
-	>=gnome-base/gnome-core-libs-${PV}[cups?]
-
-	>=gnome-base/gnome-session-${PV}
-	>=gnome-base/gnome-menus-3.10.1:3
-	>=gnome-base/gnome-settings-daemon-${PV}[cups?]
-	>=gnome-base/gnome-control-center-${PV}[cups?]
-
-	>=app-crypt/gcr-${PV}
-	>=gnome-base/nautilus-${PV}
-	>=gnome-base/gnome-keyring-${PV}
-	>=gnome-extra/evolution-data-server-3.12.9
-
-	>=app-crypt/seahorse-${PV}
-	>=app-editors/gedit-${PV}
-	>=app-text/evince-${PV}
-	>=gnome-extra/gnome-contacts-${PV}
-	>=media-gfx/eog-${PV}
-	>=media-video/totem-${PV}
-	>=net-im/empathy-3.12.7
-	>=x11-terms/gnome-terminal-${PV}
-
-	>=gnome-extra/gnome-user-docs-${PV}
-	>=gnome-extra/yelp-${PV}
-
-	>=x11-themes/adwaita-icon-theme-${PV}
-	>=x11-themes/gnome-themes-standard-${PV}
-
-	bluetooth? ( >=net-wireless/gnome-bluetooth-${PV} )
-	cdr? ( >=app-cdr/brasero-3.12.0 )
-
-	!gnome-base/gnome-applets
-"
-DEPEND=""
-
-S="${WORKDIR}"

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.16.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.16.0.ebuild
deleted file mode 100644
index 8e777e0..00000000
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.16.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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 applications integrated with GNOME 3"
-HOMEPAGE="https://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+bluetooth +cdr cups"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
-
-# Note to developers:
-# This is a wrapper for the core apps tightly integrated with GNOME 3
-# gtk-engines:2 is still around because it's needed for gtk2 apps
-RDEPEND="
-	>=gnome-base/gnome-core-libs-${PV}[cups?]
-
-	>=gnome-base/gnome-session-${PV}
-	>=gnome-base/gnome-menus-3.10.1:3
-	>=gnome-base/gnome-settings-daemon-${PV}[cups?]
-	>=gnome-base/gnome-control-center-${PV}[cups?]
-
-	>=app-crypt/gcr-${PV}
-	>=gnome-base/nautilus-${PV}
-	>=gnome-base/gnome-keyring-${PV}
-	>=gnome-extra/evolution-data-server-3.16
-
-	>=app-crypt/seahorse-${PV}
-	>=app-editors/gedit-${PV}
-	>=app-text/evince-${PV}
-	>=gnome-extra/gnome-contacts-${PV}
-	>=media-gfx/eog-${PV}
-	>=media-video/totem-${PV}
-	>=net-im/empathy-3.12.10
-	>=x11-terms/gnome-terminal-${PV}
-
-	>=gnome-extra/gnome-user-docs-${PV}
-	>=gnome-extra/yelp-${PV}
-
-	>=x11-themes/adwaita-icon-theme-${PV}
-	>=x11-themes/gnome-themes-standard-${PV}
-
-	bluetooth? ( >=net-wireless/gnome-bluetooth-${PV} )
-	cdr? ( >=app-cdr/brasero-3.12.1 )
-
-	!gnome-base/gnome-applets
-"
-DEPEND=""
-
-S="${WORKDIR}"

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.18.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.18.0.ebuild
deleted file mode 100644
index 73b8730..00000000
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.18.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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 applications integrated with GNOME 3"
-HOMEPAGE="https://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+bluetooth +cdr cups"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
-
-# Note to developers:
-# This is a wrapper for the core apps tightly integrated with GNOME 3
-# gtk-engines:2 is still around because it's needed for gtk2 apps
-RDEPEND="
-	>=gnome-base/gnome-core-libs-${PV}[cups?]
-
-	>=gnome-base/gnome-session-${PV}
-	>=gnome-base/gnome-menus-3.10.1:3
-	>=gnome-base/gnome-settings-daemon-${PV}[cups?]
-	>=gnome-base/gnome-control-center-${PV}[cups?]
-
-	>=app-crypt/gcr-${PV}
-	>=gnome-base/nautilus-${PV}
-	>=gnome-base/gnome-keyring-${PV}
-	>=gnome-extra/evolution-data-server-3.18
-
-	>=app-crypt/seahorse-${PV}
-	>=app-editors/gedit-${PV}
-	>=app-text/evince-${PV}
-	>=gnome-extra/gnome-contacts-${PV}
-	>=media-gfx/eog-${PV}
-	>=media-video/totem-${PV}
-	>=net-im/empathy-3.12.11
-	>=x11-terms/gnome-terminal-${PV}
-
-	>=gnome-extra/gnome-user-docs-${PV}
-	>=gnome-extra/yelp-${PV}
-
-	>=x11-themes/adwaita-icon-theme-${PV}
-	>=x11-themes/gnome-themes-standard-${PV}
-
-	bluetooth? ( >=net-wireless/gnome-bluetooth-${PV} )
-	cdr? ( >=app-cdr/brasero-3.12.1 )
-
-	!gnome-base/gnome-applets
-"
-DEPEND=""
-
-S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2016-11-12 10:30 Gilles Dartiguelongue
  0 siblings, 0 replies; 51+ messages in thread
From: Gilles Dartiguelongue @ 2016-11-12 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     336cb634a608416ba04a648b24d4ff4719086737
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 10:16:51 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 10:30:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336cb634

gnome-base/gnome-core-apps: lower requirement on nautilus due to gnome-autoar

Drop keyword for arm and ia64

Gentoo-Bug: 521972
Gentoo-Bug: 599574

Package-Manager: portage-2.3.2

 gnome-base/gnome-core-apps/gnome-core-apps-3.22.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.22.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.22.0.ebuild
index 568aaa0..54c7c19 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.22.0.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.22.0.ebuild
@@ -12,7 +12,7 @@ IUSE="+bluetooth +cdr cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 
 # Note to developers:
 # This is a wrapper for the core apps tightly integrated with GNOME 3
@@ -26,7 +26,7 @@ RDEPEND="
 	>=gnome-base/gnome-control-center-${PV}[cups?]
 
 	>=app-crypt/gcr-3.20.0
-	>=gnome-base/nautilus-${PV}
+	>=gnome-base/nautilus-3.20.0
 	>=gnome-base/gnome-keyring-3.20.0
 	>=gnome-extra/evolution-data-server-${PV}
 


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2017-02-20 20:05 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2017-02-20 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     3b526d450fbf4bd84f0672d8ee8a3999a351d9c7
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 18:17:50 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 19:58:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b526d45

gnome-base/gnome-core-apps: add 3.22.2 with updated min deps, remove empathy/gnome-menus deps

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../gnome-core-apps/gnome-core-apps-3.22.2.ebuild  | 56 ++++++++++++++++++++++
 1 file changed, 56 insertions(+)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild
new file mode 100644
index 0000000000..338e8f1c15
--- /dev/null
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+bluetooth +cdr cups"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~x86"
+
+# Note to developers:
+# This is a wrapper for the core apps tightly integrated with GNOME 3
+# gtk-engines:2 is still around because it's needed for gtk2 apps
+RDEPEND="
+	>=gnome-base/gnome-core-libs-${PV}[cups?]
+
+	>=gnome-base/gnome-session-${PV}
+	>=gnome-base/gnome-settings-daemon-3.22.1[cups?]
+	>=gnome-base/gnome-control-center-3.22.1[cups?]
+
+	>=app-crypt/gcr-3.20.0
+	>=gnome-base/nautilus-3.22.1
+	>=gnome-base/gnome-keyring-3.20.0
+	>=gnome-extra/evolution-data-server-${PV}
+
+	>=app-crypt/seahorse-3.20.0
+	>=app-editors/gedit-3.22.0
+	>=app-text/evince-3.22.1
+	>=gnome-extra/gnome-contacts-3.22.1
+	>=media-gfx/eog-3.20.5
+	>=media-video/totem-3.22.0
+	>=x11-terms/gnome-terminal-3.22.1
+
+	>=gnome-extra/gnome-user-docs-3.22.0
+	>=gnome-extra/yelp-3.22.0
+
+	>=x11-themes/adwaita-icon-theme-3.22.0
+	>=x11-themes/gnome-themes-standard-${PV}
+
+	bluetooth? ( >=net-wireless/gnome-bluetooth-3.20.0 )
+	cdr? ( >=app-cdr/brasero-3.12.1 )
+
+	!gnome-base/gnome-applets
+"
+DEPEND=""
+
+# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
+# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
+
+S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2017-06-17  8:39 Sergei Trofimovich
  0 siblings, 0 replies; 51+ messages in thread
From: Sergei Trofimovich @ 2017-06-17  8:39 UTC (permalink / raw
  To: gentoo-commits

commit:     669bed18e1ca716786d27832398aeb11566bdde4
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 08:38:48 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 08:38:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669bed18

gnome-base/gnome-core-apps: ia64 keyworded, bug #613786

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild
index 595e466e914..905435a6207 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth +cdr cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ia64 x86"
 
 # Note to developers:
 # This is a wrapper for the core apps tightly integrated with GNOME 3


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2017-08-15 22:44 Gilles Dartiguelongue
  0 siblings, 0 replies; 51+ messages in thread
From: Gilles Dartiguelongue @ 2017-08-15 22:44 UTC (permalink / raw
  To: gentoo-commits

commit:     ebff5a09b15c8c250d0a6b525ce4b8f0e49134fe
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 22:13:22 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 22:43:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebff5a09

gnome-base/gnome-core-apps: version bump 3.22.2 → 3.24.0

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

 .../gnome-core-apps/gnome-core-apps-3.24.0.ebuild  | 55 ++++++++++++++++++++++
 1 file changed, 55 insertions(+)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.0.ebuild
new file mode 100644
index 00000000000..e51c2332b1c
--- /dev/null
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+bluetooth +cdr cups"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~ia64 ~x86"
+
+# Note to developers:
+# This is a wrapper for the core apps tightly integrated with GNOME 3
+# gtk-engines:2 is still around because it's needed for gtk2 apps
+RDEPEND="
+	>=gnome-base/gnome-core-libs-${PV}[cups?]
+
+	>=gnome-base/gnome-session-${PV}
+	>=gnome-base/gnome-settings-daemon-${PV}[cups?]
+	>=gnome-base/gnome-control-center-${PV}[cups?]
+
+	>=app-crypt/gcr-3.20.0
+	>=gnome-base/nautilus-${PV}
+	>=gnome-base/gnome-keyring-3.20.0
+	>=gnome-extra/evolution-data-server-${PV}
+
+	>=app-crypt/seahorse-3.20.0
+	>=app-editors/gedit-3.22.1
+	>=app-text/evince-${PV}
+	>=gnome-extra/gnome-contacts-3.22.1
+	>=media-gfx/eog-${PV}
+	>=media-video/totem-${PV}
+	>=x11-terms/gnome-terminal-${PV}
+
+	>=gnome-extra/gnome-user-docs-${PV}
+	>=gnome-extra/yelp-3.22.0
+
+	>=x11-themes/adwaita-icon-theme-${PV}
+	>=x11-themes/gnome-themes-standard-3.22.3
+
+	bluetooth? ( >=net-wireless/gnome-bluetooth-3.20.0 )
+	cdr? ( >=app-cdr/brasero-3.12.1 )
+
+	!gnome-base/gnome-applets
+"
+DEPEND=""
+
+# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
+# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
+
+S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2017-09-23 20:35 Sergei Trofimovich
  0 siblings, 0 replies; 51+ messages in thread
From: Sergei Trofimovich @ 2017-09-23 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     9fb92f95ef30e121e397ffb012f9181a647567f8
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 20:32:23 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 20:32:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb92f95

gnome-base/gnome-core-apps: keyworded 3.22.2 for ppc64, bug #599574

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild
index 905435a6207..17aa63ed079 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth +cdr cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="amd64 ~ia64 x86"
+KEYWORDS="amd64 ~ia64 ~ppc64 x86"
 
 # Note to developers:
 # This is a wrapper for the core apps tightly integrated with GNOME 3


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2017-09-23 20:35 Sergei Trofimovich
  0 siblings, 0 replies; 51+ messages in thread
From: Sergei Trofimovich @ 2017-09-23 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     1f6b179b9ce6b67b02623b5d55534d956db91968
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 20:35:02 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 20:35:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6b179b

gnome-base/gnome-core-apps: keyworded 3.22.2 for ppc64, bug #599574

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.0.ebuild
index e51c2332b1c..bd061e7712a 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.0.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.0.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth +cdr cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~ia64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86"
 
 # Note to developers:
 # This is a wrapper for the core apps tightly integrated with GNOME 3


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2017-09-30  6:31 Sergei Trofimovich
  0 siblings, 0 replies; 51+ messages in thread
From: Sergei Trofimovich @ 2017-09-30  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     debf15e3be83f35292353594e65f2beb2451b6f9
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 06:01:57 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 06:30:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=debf15e3

gnome-base/gnome-core-apps: keyworded 3.22.2 for ppc, bug #599574

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild
index 17aa63ed079..e286334dd13 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth +cdr cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="amd64 ~ia64 ~ppc64 x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86"
 
 # Note to developers:
 # This is a wrapper for the core apps tightly integrated with GNOME 3


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2017-09-30  6:31 Sergei Trofimovich
  0 siblings, 0 replies; 51+ messages in thread
From: Sergei Trofimovich @ 2017-09-30  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     57d8463941027d9532617b01fd3bb8bb4bc3b4d8
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 06:10:24 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 06:30:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d84639

gnome-base/gnome-core-apps: keyworded 3.22.2 for ppc, bug #599574

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.0.ebuild
index bd061e7712a..cbe71dc7421 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.0.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.0.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth +cdr cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
 
 # Note to developers:
 # This is a wrapper for the core apps tightly integrated with GNOME 3


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2017-11-01 20:46 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2017-11-01 20:46 UTC (permalink / raw
  To: gentoo-commits

commit:     fd3244f76e6623c915105241cfb88d2c4d128296
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  1 20:41:35 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 20:46:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd3244f7

gnome-base/gnome-core-apps: remove old

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 .../gnome-core-apps/gnome-core-apps-3.22.0.ebuild  | 54 ----------------------
 1 file changed, 54 deletions(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.22.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.22.0.ebuild
deleted file mode 100644
index 53f2309d14c..00000000000
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.22.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
-HOMEPAGE="https://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+bluetooth +cdr cups"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-# Note to developers:
-# This is a wrapper for the core apps tightly integrated with GNOME 3
-# gtk-engines:2 is still around because it's needed for gtk2 apps
-RDEPEND="
-	>=gnome-base/gnome-core-libs-${PV}[cups?]
-
-	>=gnome-base/gnome-session-${PV}
-	>=gnome-base/gnome-menus-3.10.1:3
-	>=gnome-base/gnome-settings-daemon-${PV}[cups?]
-	>=gnome-base/gnome-control-center-${PV}[cups?]
-
-	>=app-crypt/gcr-3.20.0
-	>=gnome-base/nautilus-3.20.0
-	>=gnome-base/gnome-keyring-3.20.0
-	>=gnome-extra/evolution-data-server-${PV}
-
-	>=app-crypt/seahorse-3.20.0
-	>=app-editors/gedit-${PV}
-	>=app-text/evince-${PV}
-	>=gnome-extra/gnome-contacts-${PV}
-	>=media-gfx/eog-3.20.5
-	>=media-video/totem-${PV}
-	>=net-im/empathy-3.12.12
-	>=x11-terms/gnome-terminal-${PV}
-
-	>=gnome-extra/gnome-user-docs-${PV}
-	>=gnome-extra/yelp-${PV}
-
-	>=x11-themes/adwaita-icon-theme-${PV}
-	>=x11-themes/gnome-themes-standard-${PV}
-
-	bluetooth? ( >=net-wireless/gnome-bluetooth-3.20.0 )
-	cdr? ( >=app-cdr/brasero-3.12.1 )
-
-	!gnome-base/gnome-applets
-"
-DEPEND=""
-
-S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2018-01-10  6:12 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2018-01-10  6:12 UTC (permalink / raw
  To: gentoo-commits

commit:     88de94b9088698549f7123c80e89e9bb050d39f2
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 05:45:03 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 06:10:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88de94b9

gnome-base/gnome-core-apps: bump to 3.24.2

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../gnome-core-apps/gnome-core-apps-3.24.2.ebuild  | 54 ++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild
new file mode 100644
index 00000000000..a19e84032e5
--- /dev/null
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild
@@ -0,0 +1,54 @@
+# 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 applications integrated with GNOME 3"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+bluetooth +cdr cups"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+
+# Note to developers:
+# This is a wrapper for the core apps tightly integrated with GNOME 3
+RDEPEND="
+	>=gnome-base/gnome-core-libs-${PV}[cups?]
+
+	>=gnome-base/gnome-session-${PV}
+	>=gnome-base/gnome-settings-daemon-${PV}[cups?]
+	>=gnome-base/gnome-control-center-${PV}[cups?]
+
+	>=app-crypt/gcr-3.20.0
+	>=gnome-base/nautilus-${PV}
+	>=gnome-base/gnome-keyring-3.20.0
+	>=gnome-extra/evolution-data-server-${PV}
+
+	>=app-crypt/seahorse-3.20.0
+	>=app-editors/gedit-3.22.1
+	>=app-text/evince-${PV}
+	>=gnome-extra/gnome-contacts-3.22.1
+	>=media-gfx/eog-3.24.1
+	>=media-video/totem-3.24.0
+	>=x11-terms/gnome-terminal-${PV}
+
+	>=gnome-extra/gnome-user-docs-${PV}
+	>=gnome-extra/yelp-3.22.0
+
+	>=x11-themes/adwaita-icon-theme-3.24.0
+	>=x11-themes/gnome-themes-standard-3.22.3
+
+	bluetooth? ( >=net-wireless/gnome-bluetooth-3.20.1 )
+	cdr? ( >=app-cdr/brasero-3.12.2 )
+
+	!gnome-base/gnome-applets
+"
+DEPEND=""
+
+# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
+# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
+
+S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2018-01-18  3:15 Mikle Kolyada
  0 siblings, 0 replies; 51+ messages in thread
From: Mikle Kolyada @ 2018-01-18  3:15 UTC (permalink / raw
  To: gentoo-commits

commit:     15ad3fa492863104c62651e5f6b635097f5c7e7a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 03:14:29 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 03:14:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ad3fa4

gnome-base/gnome-core-apps: amd64 stable wrt bug #631656

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild
index a19e84032e5..c0b29a721c4 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth +cdr cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~x86"
 
 # Note to developers:
 # This is a wrapper for the core apps tightly integrated with GNOME 3


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2018-01-27  0:41 Thomas Deutschmann
  0 siblings, 0 replies; 51+ messages in thread
From: Thomas Deutschmann @ 2018-01-27  0:41 UTC (permalink / raw
  To: gentoo-commits

commit:     8c9881c92e9e6c7339c84ba81f102d6d73da739c
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 27 00:28:19 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 00:39:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9881c9

gnome-base/gnome-core-apps: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild
index c0b29a721c4..3822a36e609 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth +cdr cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86"
 
 # Note to developers:
 # This is a wrapper for the core apps tightly integrated with GNOME 3


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2018-02-03 20:56 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2018-02-03 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     909b80f68b2561632e761e2d96df7e06a4aa6ec8
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 19:55:49 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 20:54:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909b80f6

gnome-base/gnome-core-apps: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../gnome-core-apps/gnome-core-apps-3.22.2.ebuild  | 55 ----------------------
 .../gnome-core-apps/gnome-core-apps-3.24.0.ebuild  | 55 ----------------------
 2 files changed, 110 deletions(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild
deleted file mode 100644
index e286334dd13..00000000000
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.22.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
-HOMEPAGE="https://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+bluetooth +cdr cups"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86"
-
-# Note to developers:
-# This is a wrapper for the core apps tightly integrated with GNOME 3
-# gtk-engines:2 is still around because it's needed for gtk2 apps
-RDEPEND="
-	>=gnome-base/gnome-core-libs-${PV}[cups?]
-
-	>=gnome-base/gnome-session-${PV}
-	>=gnome-base/gnome-settings-daemon-3.22.1[cups?]
-	>=gnome-base/gnome-control-center-3.22.1[cups?]
-
-	>=app-crypt/gcr-3.20.0
-	>=gnome-base/nautilus-3.22.1
-	>=gnome-base/gnome-keyring-3.20.0
-	>=gnome-extra/evolution-data-server-${PV}
-
-	>=app-crypt/seahorse-3.20.0
-	>=app-editors/gedit-3.22.0
-	>=app-text/evince-3.22.1
-	>=gnome-extra/gnome-contacts-3.22.1
-	>=media-gfx/eog-3.20.5
-	>=media-video/totem-3.22.0
-	>=x11-terms/gnome-terminal-3.22.1
-
-	>=gnome-extra/gnome-user-docs-3.22.0
-	>=gnome-extra/yelp-3.22.0
-
-	>=x11-themes/adwaita-icon-theme-3.22.0
-	>=x11-themes/gnome-themes-standard-${PV}
-
-	bluetooth? ( >=net-wireless/gnome-bluetooth-3.20.0 )
-	cdr? ( >=app-cdr/brasero-3.12.1 )
-
-	!gnome-base/gnome-applets
-"
-DEPEND=""
-
-# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
-# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
-
-S="${WORKDIR}"

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.0.ebuild
deleted file mode 100644
index cbe71dc7421..00000000000
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
-HOMEPAGE="https://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+bluetooth +cdr cups"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
-
-# Note to developers:
-# This is a wrapper for the core apps tightly integrated with GNOME 3
-# gtk-engines:2 is still around because it's needed for gtk2 apps
-RDEPEND="
-	>=gnome-base/gnome-core-libs-${PV}[cups?]
-
-	>=gnome-base/gnome-session-${PV}
-	>=gnome-base/gnome-settings-daemon-${PV}[cups?]
-	>=gnome-base/gnome-control-center-${PV}[cups?]
-
-	>=app-crypt/gcr-3.20.0
-	>=gnome-base/nautilus-${PV}
-	>=gnome-base/gnome-keyring-3.20.0
-	>=gnome-extra/evolution-data-server-${PV}
-
-	>=app-crypt/seahorse-3.20.0
-	>=app-editors/gedit-3.22.1
-	>=app-text/evince-${PV}
-	>=gnome-extra/gnome-contacts-3.22.1
-	>=media-gfx/eog-${PV}
-	>=media-video/totem-${PV}
-	>=x11-terms/gnome-terminal-${PV}
-
-	>=gnome-extra/gnome-user-docs-${PV}
-	>=gnome-extra/yelp-3.22.0
-
-	>=x11-themes/adwaita-icon-theme-${PV}
-	>=x11-themes/gnome-themes-standard-3.22.3
-
-	bluetooth? ( >=net-wireless/gnome-bluetooth-3.20.0 )
-	cdr? ( >=app-cdr/brasero-3.12.1 )
-
-	!gnome-base/gnome-applets
-"
-DEPEND=""
-
-# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
-# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
-
-S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2018-11-18  9:55 Mikle Kolyada
  0 siblings, 0 replies; 51+ messages in thread
From: Mikle Kolyada @ 2018-11-18  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     804af47b51e44bf979b3a92c078ac405f38c048d
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 18 09:54:25 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Nov 18 09:54:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804af47b

gnome-base/gnome-core-apps: Add ~arm keyword wrt bug #613786

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild
index 3822a36e609..27e4af5e410 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ IUSE="+bluetooth +cdr cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
 
 # Note to developers:
 # This is a wrapper for the core apps tightly integrated with GNOME 3


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2018-11-24 13:46 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2018-11-24 13:46 UTC (permalink / raw
  To: gentoo-commits

commit:     a073a75ebc45bba8a78462c1a4d68c45877d46d9
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 24 13:43:19 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Nov 24 13:46:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a073a75e

gnome-base/gnome-core-apps: remove old

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 .../gnome-core-apps/gnome-core-apps-3.20.0.ebuild  | 54 ----------------------
 1 file changed, 54 deletions(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.20.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.20.0.ebuild
deleted file mode 100644
index d7f6d2f5522..00000000000
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.20.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
-HOMEPAGE="https://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+bluetooth +cdr cups"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
-
-# Note to developers:
-# This is a wrapper for the core apps tightly integrated with GNOME 3
-# gtk-engines:2 is still around because it's needed for gtk2 apps
-RDEPEND="
-	>=gnome-base/gnome-core-libs-${PV}[cups?]
-
-	>=gnome-base/gnome-session-${PV}
-	>=gnome-base/gnome-menus-3.10.1:3
-	>=gnome-base/gnome-settings-daemon-${PV}[cups?]
-	>=gnome-base/gnome-control-center-${PV}[cups?]
-
-	>=app-crypt/gcr-${PV}
-	>=gnome-base/nautilus-${PV}
-	>=gnome-base/gnome-keyring-${PV}
-	>=gnome-extra/evolution-data-server-${PV}
-
-	>=app-crypt/seahorse-${PV}
-	>=app-editors/gedit-${PV}
-	>=app-text/evince-${PV}
-	>=gnome-extra/gnome-contacts-${PV}
-	>=media-gfx/eog-${PV}
-	>=media-video/totem-3.18
-	>=net-im/empathy-3.12.12
-	>=x11-terms/gnome-terminal-${PV}
-
-	>=gnome-extra/gnome-user-docs-${PV}
-	>=gnome-extra/yelp-${PV}
-
-	>=x11-themes/adwaita-icon-theme-${PV%??}
-	>=x11-themes/gnome-themes-standard-${PV}
-
-	bluetooth? ( >=net-wireless/gnome-bluetooth-${PV} )
-	cdr? ( >=app-cdr/brasero-3.12.1 )
-
-	!gnome-base/gnome-applets
-"
-DEPEND=""
-
-S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2019-01-15 14:46 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2019-01-15 14:46 UTC (permalink / raw
  To: gentoo-commits

commit:     33e17cd7242c3fe5e4ba33fd20f7a13027e83d75
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 15 14:43:36 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Jan 15 14:46:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e17cd7

gnome-base/gnome-core-apps: bump to 3.26.2

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 .../gnome-core-apps/gnome-core-apps-3.26.2.ebuild  | 52 ++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.26.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.26.2.ebuild
new file mode 100644
index 00000000000..f963ab41aba
--- /dev/null
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.26.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+bluetooth cups"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+
+# Note to developers:
+# This is a wrapper for the core apps tightly integrated with GNOME 3
+RDEPEND="
+	>=gnome-base/gnome-core-libs-${PV}[cups?]
+
+	>=gnome-base/gnome-session-3.26.1
+	>=gnome-base/gnome-settings-daemon-${PV}[cups?]
+	>=gnome-base/gnome-control-center-${PV}[cups?]
+
+	>=app-crypt/gcr-3.20.0
+	>=gnome-base/nautilus-${PV}
+	>=gnome-base/gnome-keyring-3.20.1
+	>=gnome-extra/evolution-data-server-3.26.2.1
+
+	>=app-crypt/seahorse-3.20.0
+	>=app-editors/gedit-3.22.1
+	>=app-text/evince-3.26.0
+	>=gnome-extra/gnome-contacts-3.26.0
+	>=media-gfx/eog-3.26.1
+	>=media-video/totem-3.26.0
+	>=x11-terms/gnome-terminal-${PV}
+
+	>=gnome-extra/gnome-user-docs-${PV}
+	>=gnome-extra/yelp-3.26.0
+
+	>=x11-themes/adwaita-icon-theme-3.26.0
+	>=x11-themes/gnome-themes-standard-3.22.3
+
+	bluetooth? ( >=net-wireless/gnome-bluetooth-3.26.1 )
+"
+DEPEND=""
+
+# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
+# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
+# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
+
+S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2019-02-17 15:56 Mikle Kolyada
  0 siblings, 0 replies; 51+ messages in thread
From: Mikle Kolyada @ 2019-02-17 15:56 UTC (permalink / raw
  To: gentoo-commits

commit:     b09499b4a0d454c27c7d8367cfbc54da7a12c34b
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 17 15:55:55 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Feb 17 15:56:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b09499b4

gnome-base/gnome-core-apps: Add ~arm keyword wrt bug #673156

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="~arm"

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.26.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.26.2.ebuild
index f963ab41aba..da6601239d3 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.26.2.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.26.2.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 
 # Note to developers:
 # This is a wrapper for the core apps tightly integrated with GNOME 3


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2019-03-05 18:43 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2019-03-05 18:43 UTC (permalink / raw
  To: gentoo-commits

commit:     bd90fe1c7c53e6a18ad156483c238e0f7e007b04
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  5 18:42:36 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Mar  5 18:43:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd90fe1c

gnome-base/gnome-core-apps: bump to 3.28.2

Dropped gnome-themes-standard from the dep list, as it contains
deprecated and gtk2 themes and core apps are gtk3..
It may still remain in a higher level meta for now, TBD.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 .../gnome-core-apps/gnome-core-apps-3.28.2.ebuild  | 51 ++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.28.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.28.2.ebuild
new file mode 100644
index 00000000000..c3b449e0e29
--- /dev/null
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.28.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+bluetooth cups"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+
+# gnome-color-manager min version enforced here due to control-center pulling it in
+RDEPEND="
+	>=gnome-base/gnome-core-libs-${PV}[cups?]
+
+	>=gnome-base/gnome-session-3.28.1
+	>=gnome-base/gnome-settings-daemon-3.28.1[cups?]
+	>=gnome-base/gnome-control-center-${PV}[cups?]
+	>=gnome-extra/gnome-color-manager-3.28.0
+
+	>=app-crypt/gcr-3.28.0
+	>=gnome-base/nautilus-3.28.1
+	>=gnome-base/gnome-keyring-3.28.2
+	>=gnome-extra/evolution-data-server-3.28.2
+
+	>=app-crypt/seahorse-3.20.0
+	>=app-editors/gedit-3.28.1
+	>=app-text/evince-3.28.2
+	>=gnome-extra/gnome-contacts-3.28.2
+	>=media-gfx/eog-3.28.2
+	>=media-video/totem-3.26.2
+	>=x11-terms/gnome-terminal-${PV}
+
+	>=gnome-extra/gnome-user-docs-${PV}
+	>=gnome-extra/yelp-3.28.1
+
+	>=x11-themes/adwaita-icon-theme-3.28.0
+
+	bluetooth? ( >=net-wireless/gnome-bluetooth-3.28.0 )
+"
+DEPEND=""
+
+# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
+# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
+# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
+
+S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2019-03-14  9:35 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2019-03-14  9:35 UTC (permalink / raw
  To: gentoo-commits

commit:     9d569afecb7aa8e458f5c61bbd4ba390bf5fdfc9
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 09:34:22 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 09:34:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d569afe

gnome-base/gnome-core-apps: bump to 3.30.2

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 .../gnome-core-apps/gnome-core-apps-3.30.2.ebuild  | 51 ++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.30.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.30.2.ebuild
new file mode 100644
index 00000000000..16753a07ba3
--- /dev/null
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.30.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+bluetooth cups"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+
+# gnome-color-manager min version enforced here due to control-center pulling it in
+RDEPEND="
+	>=gnome-base/gnome-core-libs-${PV}[cups?]
+
+	>=gnome-base/gnome-session-3.30.1
+	>=gnome-base/gnome-settings-daemon-3.30.1.2[cups?]
+	>=gnome-base/gnome-control-center-3.30.1[cups?]
+	>=gnome-extra/gnome-color-manager-3.30.0
+
+	>=app-crypt/gcr-3.28.0
+	>=gnome-base/nautilus-${PV}
+	>=gnome-base/gnome-keyring-3.28.2
+	>=gnome-extra/evolution-data-server-${PV}
+
+	>=app-crypt/seahorse-3.30.1.1
+	>=app-editors/gedit-${PV}
+	>=app-text/evince-${PV}
+	>=gnome-extra/gnome-contacts-3.30.1
+	>=media-gfx/eog-3.28.4
+	>=media-video/totem-3.30.0
+	>=x11-terms/gnome-terminal-${PV}
+
+	>=gnome-extra/gnome-user-docs-${PV}
+	>=gnome-extra/yelp-3.30.0
+
+	>=x11-themes/adwaita-icon-theme-3.30.0
+
+	bluetooth? ( >=net-wireless/gnome-bluetooth-3.28.2 )
+"
+DEPEND=""
+
+# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
+# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
+# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
+
+S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2019-03-30 21:56 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2019-03-30 21:56 UTC (permalink / raw
  To: gentoo-commits

commit:     9625937f646e6c177b0570ef45aa01fe72f76eb2
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 21:53:06 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Mar 30 21:56:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9625937f

gnome-base/gnome-core-apps: remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 .../gnome-core-apps/gnome-core-apps-3.26.2.ebuild  | 52 ----------------------
 .../gnome-core-apps/gnome-core-apps-3.28.2.ebuild  | 51 ---------------------
 2 files changed, 103 deletions(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.26.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.26.2.ebuild
deleted file mode 100644
index da6601239d3..00000000000
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.26.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
-HOMEPAGE="https://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+bluetooth cups"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
-
-# Note to developers:
-# This is a wrapper for the core apps tightly integrated with GNOME 3
-RDEPEND="
-	>=gnome-base/gnome-core-libs-${PV}[cups?]
-
-	>=gnome-base/gnome-session-3.26.1
-	>=gnome-base/gnome-settings-daemon-${PV}[cups?]
-	>=gnome-base/gnome-control-center-${PV}[cups?]
-
-	>=app-crypt/gcr-3.20.0
-	>=gnome-base/nautilus-${PV}
-	>=gnome-base/gnome-keyring-3.20.1
-	>=gnome-extra/evolution-data-server-3.26.2.1
-
-	>=app-crypt/seahorse-3.20.0
-	>=app-editors/gedit-3.22.1
-	>=app-text/evince-3.26.0
-	>=gnome-extra/gnome-contacts-3.26.0
-	>=media-gfx/eog-3.26.1
-	>=media-video/totem-3.26.0
-	>=x11-terms/gnome-terminal-${PV}
-
-	>=gnome-extra/gnome-user-docs-${PV}
-	>=gnome-extra/yelp-3.26.0
-
-	>=x11-themes/adwaita-icon-theme-3.26.0
-	>=x11-themes/gnome-themes-standard-3.22.3
-
-	bluetooth? ( >=net-wireless/gnome-bluetooth-3.26.1 )
-"
-DEPEND=""
-
-# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
-# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
-# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
-
-S="${WORKDIR}"

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.28.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.28.2.ebuild
deleted file mode 100644
index c3b449e0e29..00000000000
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.28.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
-HOMEPAGE="https://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+bluetooth cups"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
-
-# gnome-color-manager min version enforced here due to control-center pulling it in
-RDEPEND="
-	>=gnome-base/gnome-core-libs-${PV}[cups?]
-
-	>=gnome-base/gnome-session-3.28.1
-	>=gnome-base/gnome-settings-daemon-3.28.1[cups?]
-	>=gnome-base/gnome-control-center-${PV}[cups?]
-	>=gnome-extra/gnome-color-manager-3.28.0
-
-	>=app-crypt/gcr-3.28.0
-	>=gnome-base/nautilus-3.28.1
-	>=gnome-base/gnome-keyring-3.28.2
-	>=gnome-extra/evolution-data-server-3.28.2
-
-	>=app-crypt/seahorse-3.20.0
-	>=app-editors/gedit-3.28.1
-	>=app-text/evince-3.28.2
-	>=gnome-extra/gnome-contacts-3.28.2
-	>=media-gfx/eog-3.28.2
-	>=media-video/totem-3.26.2
-	>=x11-terms/gnome-terminal-${PV}
-
-	>=gnome-extra/gnome-user-docs-${PV}
-	>=gnome-extra/yelp-3.28.1
-
-	>=x11-themes/adwaita-icon-theme-3.28.0
-
-	bluetooth? ( >=net-wireless/gnome-bluetooth-3.28.0 )
-"
-DEPEND=""
-
-# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
-# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
-# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
-
-S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2019-05-18 20:46 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2019-05-18 20:46 UTC (permalink / raw
  To: gentoo-commits

commit:     85e53da0506ec0dce3fbc4bd989a9840007f4471
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 20:17:49 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat May 18 20:44:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e53da0

gnome-base/gnome-core-apps: remove old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 .../gnome-core-apps/gnome-core-apps-3.24.2.ebuild  | 54 ----------------------
 1 file changed, 54 deletions(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild
deleted file mode 100644
index 27e4af5e410..00000000000
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.24.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
-HOMEPAGE="https://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+bluetooth +cdr cups"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
-
-# Note to developers:
-# This is a wrapper for the core apps tightly integrated with GNOME 3
-RDEPEND="
-	>=gnome-base/gnome-core-libs-${PV}[cups?]
-
-	>=gnome-base/gnome-session-${PV}
-	>=gnome-base/gnome-settings-daemon-${PV}[cups?]
-	>=gnome-base/gnome-control-center-${PV}[cups?]
-
-	>=app-crypt/gcr-3.20.0
-	>=gnome-base/nautilus-${PV}
-	>=gnome-base/gnome-keyring-3.20.0
-	>=gnome-extra/evolution-data-server-${PV}
-
-	>=app-crypt/seahorse-3.20.0
-	>=app-editors/gedit-3.22.1
-	>=app-text/evince-${PV}
-	>=gnome-extra/gnome-contacts-3.22.1
-	>=media-gfx/eog-3.24.1
-	>=media-video/totem-3.24.0
-	>=x11-terms/gnome-terminal-${PV}
-
-	>=gnome-extra/gnome-user-docs-${PV}
-	>=gnome-extra/yelp-3.22.0
-
-	>=x11-themes/adwaita-icon-theme-3.24.0
-	>=x11-themes/gnome-themes-standard-3.22.3
-
-	bluetooth? ( >=net-wireless/gnome-bluetooth-3.20.1 )
-	cdr? ( >=app-cdr/brasero-3.12.2 )
-
-	!gnome-base/gnome-applets
-"
-DEPEND=""
-
-# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
-# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
-
-S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2019-08-04 15:05 Aaron Bauman
  0 siblings, 0 replies; 51+ messages in thread
From: Aaron Bauman @ 2019-08-04 15:05 UTC (permalink / raw
  To: gentoo-commits

commit:     5c9ef15f7b6e54f5ffc3bcfd95027f8d862afcf7
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 15:02:31 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 15:02:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9ef15f

gnome-base/gnome-core-apps: arm64 keyworded

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.70, Repoman-2.3.16

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.30.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.30.2.ebuild
index f4ac5d88d57..ad81d22bd8a 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.30.2.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.30.2.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
 
 # gnome-color-manager min version enforced here due to control-center pulling it in
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2019-09-28  9:51 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2019-09-28  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     117c041c9732d1e09d99909404af7f3dc4ecaffb
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 09:49:40 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 09:49:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117c041c

gnome-base/gnome-core-apps: bump to 3.32.2

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 .../gnome-core-apps/gnome-core-apps-3.32.2.ebuild  | 52 ++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.32.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.32.2.ebuild
new file mode 100644
index 00000000000..6b6dc0458da
--- /dev/null
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.32.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+bluetooth cups"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64"
+
+# gnome-color-manager min version enforced here due to control-center pulling it in
+RDEPEND="
+	>=gnome-base/gnome-core-libs-${PV}[cups?]
+
+	>=gnome-base/gnome-session-3.32.0
+	>=gnome-base/gnome-settings-daemon-3.32.0[cups?]
+	>=gnome-base/gnome-control-center-3.32.1[cups?]
+	>=gnome-extra/gnome-color-manager-3.32.0
+
+	>=app-crypt/gcr-3.28.1
+	>=gnome-base/nautilus-3.32.1
+	>=gnome-base/gnome-keyring-3.31.91
+	>=gnome-extra/evolution-data-server-${PV}
+
+	>=app-crypt/seahorse-3.32.2
+	>=app-editors/gedit-3.32.0
+	>=app-text/evince-3.32.0
+	>=gnome-extra/gnome-contacts-3.32.1
+	>=media-gfx/eog-3.32.1
+	>=media-video/totem-3.32.0
+	>=x11-terms/gnome-terminal-${PV}
+
+	>=gnome-extra/gnome-user-docs-${PV}
+	>=gnome-extra/yelp-3.32.2
+
+	>=x11-themes/adwaita-icon-theme-3.32.0
+
+	bluetooth? ( >=net-wireless/gnome-bluetooth-3.32.1 )
+"
+DEPEND=""
+BDEPEND=""
+
+# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
+# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
+# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
+
+S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2019-11-26 10:59 Thomas Deutschmann
  0 siblings, 0 replies; 51+ messages in thread
From: Thomas Deutschmann @ 2019-11-26 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     3e35f80e158ecd7b286e1322b003ea905a3ae056
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 10:56:48 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 10:59:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e35f80e

gnome-base/gnome-core-apps: x86 keyworded (bug #692802)

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.32.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.32.2.ebuild
index 6b6dc0458da..3d61403e58f 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.32.2.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.32.2.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 # gnome-color-manager min version enforced here due to control-center pulling it in
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2019-11-30 21:17 Sergei Trofimovich
  0 siblings, 0 replies; 51+ messages in thread
From: Sergei Trofimovich @ 2019-11-30 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     827743e4d8ff500496e05aaace182e9866645bad
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 21:15:28 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 21:17:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=827743e4

gnome-base/gnome-core-apps: keyworded 3.32.2 for ppc/ppc64, bug #692802

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.80, Repoman-2.3.19
RepoMan-Options: --include-arches="ppc ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.32.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.32.2.ebuild
index 3d61403e58f..4f49c20847a 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.32.2.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.32.2.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 
 # gnome-color-manager min version enforced here due to control-center pulling it in
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2019-12-08  4:16 Aaron Bauman
  0 siblings, 0 replies; 51+ messages in thread
From: Aaron Bauman @ 2019-12-08  4:16 UTC (permalink / raw
  To: gentoo-commits

commit:     3095aa4061b93140154cff9a410f666c3083d7b3
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  8 04:16:36 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Dec  8 04:16:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3095aa40

gnome-base/gnome-core-apps: arm64 keyworded (bug #692802)

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.81, Repoman-2.3.20

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.32.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.32.2.ebuild
index 4f49c20847a..2531c6d722e 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.32.2.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.32.2.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
 
 # gnome-color-manager min version enforced here due to control-center pulling it in
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2020-01-31 20:10 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2020-01-31 20:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3d672db2cc4714b602a7f66629121ed7b83c488c
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 31 20:07:18 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 20:07:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d672db2

gnome-base/gnome-core-apps: Add ~ia64 keyword (bug #692802)

Tested-by: Émeric Maschino
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-base/gnome-core-apps/gnome-core-apps-3.32.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.32.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.32.2.ebuild
index 202622f5be3..af7e128060d 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.32.2.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.32.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ IUSE="+bluetooth cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 x86"
 
 # gnome-color-manager min version enforced here due to control-center pulling it in
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2020-03-29  9:19 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2020-03-29  9:19 UTC (permalink / raw
  To: gentoo-commits

commit:     5150e38e787e2baf9a808139d477ad895abedcdd
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 29 09:19:20 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Mar 29 09:19:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5150e38e

gnome-base/gnome-core-apps: bump to 3.34.4

eog and adwaita-icon-theme deps aren't raised for now, because they
depend on rust librsvg, which needs to be provided first (waiting
on rust-bin multilib work). eog has an explicit dependency on newer
librsvg, while adwaita-icon-theme doesn't, but PNG images generated
with an older non-rust librsvg are corrupted due to some SVG
handling updates that old librsvg apparently can't handle properly.
Hopefully the expected small 3.34.5 update can raise these deps
to 3.34 versions.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 .../gnome-core-apps/gnome-core-apps-3.34.4.ebuild  | 54 ++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.34.4.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.34.4.ebuild
new file mode 100644
index 00000000000..a68b26cb255
--- /dev/null
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.34.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+bluetooth cups"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+
+# gnome-color-manager min version enforced here due to control-center pulling it in
+RDEPEND="
+	>=gnome-base/gnome-core-libs-${PV}[cups?]
+
+	>=gnome-base/gnome-session-3.32.0
+	>=gnome-base/gnome-settings-daemon-3.34.2[cups?]
+	>=gnome-base/gnome-control-center-3.34.4[cups?]
+	>=gnome-extra/gnome-color-manager-3.32.0
+
+	>=app-crypt/gcr-3.34.0
+	>=gnome-base/nautilus-3.34.2
+	>=gnome-base/gnome-keyring-3.34.0
+	>=gnome-extra/evolution-data-server-${PV}
+
+	>=app-crypt/seahorse-3.32.2
+	>=app-editors/gedit-3.34.1
+	>=app-text/evince-3.34.2
+	>=gnome-extra/gnome-contacts-3.34.1
+	>=media-gfx/eog-3.32.1
+	>=media-video/totem-3.34.1
+	>=x11-terms/gnome-terminal-3.34.2
+
+	>=gnome-extra/gnome-user-docs-3.34.1
+	>=gnome-extra/yelp-3.34.0
+
+	>=x11-themes/adwaita-icon-theme-3.32.0
+
+	bluetooth? ( >=net-wireless/gnome-bluetooth-3.34.0 )
+"
+DEPEND=""
+BDEPEND=""
+
+# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
+# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
+# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
+# eog kept back due to rust librsvg req
+# adwaita-icon-theme kept back due to visual corruption when build with non-rust librsvg
+
+S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2020-08-16 21:02 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2020-08-16 21:02 UTC (permalink / raw
  To: gentoo-commits

commit:     5f518f3b058e03eaf8552aa66bb1bb7b86529e51
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 21:01:18 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 21:01:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f518f3b

gnome-base/gnome-core-apps: bump to 3.36.5

Package-Manager: Portage-2.3.103, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 .../gnome-core-apps/gnome-core-apps-3.36.5.ebuild  | 54 ++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.36.5.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.36.5.ebuild
new file mode 100644
index 00000000000..84365e2f7be
--- /dev/null
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.36.5.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+bluetooth cups"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~x86"
+
+# gnome-color-manager min version enforced here due to control-center pulling it in
+# tepl min version for gedit deptree
+RDEPEND="
+	>=gnome-base/gnome-core-libs-${PV}[cups?]
+
+	>=gnome-base/gnome-session-3.36.0
+	>=gnome-base/gnome-settings-daemon-3.36.1[cups?]
+	>=gnome-base/gnome-control-center-3.36.4[cups?]
+	>=gnome-extra/gnome-color-manager-3.36.0
+
+	>=app-crypt/gcr-3.36.0
+	>=gnome-base/nautilus-3.36.3
+	>=gnome-base/gnome-keyring-3.36.0
+	>=gnome-extra/evolution-data-server-${PV}
+
+	>=app-crypt/seahorse-3.36.2
+	>=gui-libs/tepl-4.4.0
+	>=app-editors/gedit-3.36.2
+	>=app-text/evince-3.36.7
+	>=gnome-extra/gnome-contacts-3.36.2
+	>=media-gfx/eog-3.36.3
+	>=media-video/totem-3.34.1
+	>=x11-terms/gnome-terminal-3.36.2
+
+	>=gnome-extra/gnome-user-docs-3.36.2
+	>=gnome-extra/yelp-3.36.0
+
+	>=x11-themes/adwaita-icon-theme-3.36.1
+
+	bluetooth? ( >=net-wireless/gnome-bluetooth-3.34.1 )
+"
+DEPEND=""
+BDEPEND=""
+
+# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
+# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
+# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
+
+S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2020-08-19  9:06 Sam James
  0 siblings, 0 replies; 51+ messages in thread
From: Sam James @ 2020-08-19  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f053d8e71a947adcc46fe5248176b6dcff2ad0cb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 19 09:06:03 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 09:06:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f053d8e7

gnome-base/gnome-core-apps: arm64 keyworded (bug #737476)

Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.36.5.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.36.5.ebuild
index faf416e5b8d..d03437b836f 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.36.5.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.36.5.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 # gnome-color-manager min version enforced here due to control-center pulling it in
 # tepl min version for gedit deptree


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2020-08-25 23:02 Sam James
  0 siblings, 0 replies; 51+ messages in thread
From: Sam James @ 2020-08-25 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     dae6eeb27d003dafafa4816c810a1838c9fee1bd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 22:53:02 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 22:53:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae6eeb2

gnome-base/gnome-core-apps: Keyword 3.36.5 ppc64, #737476

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.36.5.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.36.5.ebuild
index d03437b836f..e648c77e8be 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-3.36.5.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.36.5.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 # gnome-color-manager min version enforced here due to control-center pulling it in
 # tepl min version for gedit deptree


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2021-05-12 22:10 Matt Turner
  0 siblings, 0 replies; 51+ messages in thread
From: Matt Turner @ 2021-05-12 22:10 UTC (permalink / raw
  To: gentoo-commits

commit:     9e08ab1ffd4f343f15ebd68b6bc6987ef31d3908
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed May  5 14:58:29 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed May 12 22:01:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e08ab1f

gnome-base/gnome-core-apps: Version bump to 40.0

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 .../gnome-core-apps/gnome-core-apps-40.0.ebuild    | 54 ++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-40.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-40.0.ebuild
new file mode 100644
index 00000000000..355bf69f66c
--- /dev/null
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-40.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+bluetooth cups"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+# gnome-color-manager min version enforced here due to control-center pulling it in
+# tepl min version for gedit deptree
+RDEPEND="
+	>=gnome-base/gnome-core-libs-${PV}[cups?]
+
+	>=gnome-base/gnome-session-40.0
+	>=gnome-base/gnome-settings-daemon-40.0[cups?]
+	>=gnome-base/gnome-control-center-40.0[cups?]
+	>=gnome-extra/gnome-color-manager-3.36.0
+
+	>=app-crypt/gcr-3.38.1
+	>=gnome-base/nautilus-40.0
+	>=gnome-base/gnome-keyring-40.0
+	>=gnome-extra/evolution-data-server-3.${PV}
+
+	>=app-crypt/seahorse-40.0
+	>=gui-libs/tepl-6.0.0
+	>=app-editors/gedit-40.0
+	>=app-text/evince-40.0
+	>=gnome-extra/gnome-contacts-40.0
+	>=media-gfx/eog-40.0
+	>=media-video/totem-3.38.0
+	>=x11-terms/gnome-terminal-3.40.0
+
+	>=gnome-extra/gnome-user-docs-40.0
+	>=gnome-extra/yelp-40.0
+
+	>=x11-themes/adwaita-icon-theme-40.0
+
+	bluetooth? ( >=net-wireless/gnome-bluetooth-3.34.5 )
+"
+DEPEND=""
+BDEPEND=""
+
+# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
+# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
+# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
+
+S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2021-07-08 17:35 Matt Turner
  0 siblings, 0 replies; 51+ messages in thread
From: Matt Turner @ 2021-07-08 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     da1a29f3ae4782742fd91ce199272cfeb9dde6db
Author:     Jakub Ternka <ternka122 <AT> gmail <DOT> com>
AuthorDate: Thu Jun 24 00:25:30 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 17:35:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1a29f3

gnome-base/gnome-core-apps: Remove GNOME version number from description

Signed-off-by: Jakub Ternka <ternka122 <AT> gmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-40.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-40.0.ebuild
index 57bdf7fdf12..078b240c3d3 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-40.0.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-40.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
+DESCRIPTION="Sub-meta package for the core applications integrated with GNOME"
 HOMEPAGE="https://www.gnome.org/"
 LICENSE="metapackage"
 SLOT="3.0"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2022-01-15 16:35 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2022-01-15 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     944ff1a0da92f5875a2f699571e8862331c91b55
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 16:24:18 2022 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jan 15 16:33:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944ff1a0

gnome-base/gnome-core-apps: bump to 40.6

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 .../gnome-core-apps/gnome-core-apps-40.6.ebuild    | 54 ++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-40.6.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-40.6.ebuild
new file mode 100644
index 000000000000..ce8bc0569102
--- /dev/null
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-40.6.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Sub-meta package for the core applications integrated with GNOME"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+bluetooth cups"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+# gnome-color-manager min version enforced here due to control-center pulling it in
+# tepl min version for gedit deptree
+RDEPEND="
+	>=gnome-base/gnome-core-libs-${PV}[cups?]
+
+	>=gnome-base/gnome-session-40.1.1
+	>=gnome-base/gnome-settings-daemon-40.0.1[cups?]
+	>=gnome-base/gnome-control-center-40.7[cups?]
+	>=gnome-extra/gnome-color-manager-3.36.0
+
+	>=app-crypt/gcr-3.40.0
+	>=gnome-base/nautilus-40.2
+	>=gnome-base/gnome-keyring-40.0
+	>=gnome-extra/evolution-data-server-3.40.4
+
+	>=app-crypt/seahorse-40.0
+	>=gui-libs/tepl-6.0.0
+	>=app-editors/gedit-40.1
+	>=app-text/evince-40.4
+	>=gnome-extra/gnome-contacts-40.0
+	>=media-gfx/eog-40.3
+	>=media-video/totem-3.38.2
+	>=x11-terms/gnome-terminal-3.40.3
+
+	>=gnome-extra/gnome-user-docs-40.5
+	>=gnome-extra/yelp-40.3
+
+	>=x11-themes/adwaita-icon-theme-40.1.1
+
+	bluetooth? ( >=net-wireless/gnome-bluetooth-3.34.5 )
+"
+DEPEND=""
+BDEPEND=""
+
+# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
+# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
+# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
+
+S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2022-03-13 12:25 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2022-03-13 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     8aafb84b38e66533f669f8e849bf0fce353d2f82
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 12:21:20 2022 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 12:21:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aafb84b

gnome-base/gnome-core-apps: bump to 41.3

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 .../gnome-core-apps/gnome-core-apps-41.3.ebuild    | 53 ++++++++++++++++++++++
 1 file changed, 53 insertions(+)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild
new file mode 100644
index 000000000000..3f4589334ee4
--- /dev/null
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Sub-meta package for the core applications integrated with GNOME"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+bluetooth cups"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+# gnome-color-manager min version enforced here due to control-center pulling it in
+# tepl min version for gedit deptree
+RDEPEND="
+	>=gnome-base/gnome-core-libs-${PV}[cups?]
+
+	>=gnome-base/gnome-session-40.1.1
+	>=gnome-base/gnome-settings-daemon-41.0[cups?]
+	>=gnome-base/gnome-control-center-41.2[cups?]
+	>=gnome-extra/gnome-color-manager-3.36.0
+
+	>=app-crypt/gcr-3.40.0
+	>=gnome-base/nautilus-41.1
+	>=gnome-base/gnome-keyring-40.0
+	>=gnome-extra/evolution-data-server-3.42.3
+
+	>=app-crypt/seahorse-41.0
+	>=app-editors/gedit-41
+	>=app-text/evince-41.3
+	>=gnome-extra/gnome-contacts-41.0
+	>=media-gfx/eog-41.1
+	>=media-video/totem-3.38.2
+	>=x11-terms/gnome-terminal-3.42.2
+
+	>=gnome-extra/gnome-user-docs-41.1
+	>=gnome-extra/yelp-41.2
+
+	>=x11-themes/adwaita-icon-theme-41.0
+
+	bluetooth? ( >=net-wireless/gnome-bluetooth-3.34.5 )
+"
+DEPEND=""
+BDEPEND=""
+
+# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
+# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
+# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
+
+S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2022-03-13 12:25 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2022-03-13 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     b7e6011c45f7aabcd8388ce4848e3ea78277a305
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 12:25:06 2022 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 12:25:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e6011c

gnome-base/gnome-core-apps-41.3: ALLARCHES stable

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild
index 3f4589334ee4..184cbfec11bb 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 # gnome-color-manager min version enforced here due to control-center pulling it in
 # tepl min version for gedit deptree


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2022-03-13 12:25 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2022-03-13 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     6a8ac51ed010984a1d1c3cdb4e9f49ed3c0b1fbb
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 12:14:08 2022 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 12:14:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8ac51e

gnome-base/gnome-core-apps: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 .../gnome-core-apps/gnome-core-apps-40.0.ebuild    | 54 ----------------------
 1 file changed, 54 deletions(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-40.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-40.0.ebuild
deleted file mode 100644
index 49d12f2a43c9..000000000000
--- a/gnome-base/gnome-core-apps/gnome-core-apps-40.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Sub-meta package for the core applications integrated with GNOME"
-HOMEPAGE="https://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+bluetooth cups"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-# gnome-color-manager min version enforced here due to control-center pulling it in
-# tepl min version for gedit deptree
-RDEPEND="
-	>=gnome-base/gnome-core-libs-${PV}[cups?]
-
-	>=gnome-base/gnome-session-40.0
-	>=gnome-base/gnome-settings-daemon-40.0[cups?]
-	>=gnome-base/gnome-control-center-40.0[cups?]
-	>=gnome-extra/gnome-color-manager-3.36.0
-
-	>=app-crypt/gcr-3.38.1
-	>=gnome-base/nautilus-40.0
-	>=gnome-base/gnome-keyring-40.0
-	>=gnome-extra/evolution-data-server-3.${PV}
-
-	>=app-crypt/seahorse-40.0
-	>=gui-libs/tepl-6.0.0
-	>=app-editors/gedit-40.0
-	>=app-text/evince-40.0
-	>=gnome-extra/gnome-contacts-40.0
-	>=media-gfx/eog-40.0
-	>=media-video/totem-3.38.0
-	>=x11-terms/gnome-terminal-3.40.0
-
-	>=gnome-extra/gnome-user-docs-40.0
-	>=gnome-extra/yelp-40.0
-
-	>=x11-themes/adwaita-icon-theme-40.0
-
-	bluetooth? ( >=net-wireless/gnome-bluetooth-3.34.5 )
-"
-DEPEND=""
-BDEPEND=""
-
-# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
-# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
-# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
-
-S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2022-03-13 14:45 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2022-03-13 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     90e53811542f2c4b4859d8614841fda10095cb20
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 14:33:29 2022 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 14:44:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e53811

gnome-base/gnome-core-apps: update internal comments

tepl dep was just removed as gedit doesn't use it anymore - remove comment

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild
index 184cbfec11bb..1043b4a32689 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild
@@ -14,7 +14,6 @@ IUSE="+bluetooth cups"
 KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 # gnome-color-manager min version enforced here due to control-center pulling it in
-# tepl min version for gedit deptree
 RDEPEND="
 	>=gnome-base/gnome-core-libs-${PV}[cups?]
 


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2023-07-27  8:29 WANG Xuerui
  0 siblings, 0 replies; 51+ messages in thread
From: WANG Xuerui @ 2023-07-27  8:29 UTC (permalink / raw
  To: gentoo-commits

commit:     6082b9293a14c345dcf6ec01acd95e75d2ca6edb
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 27 05:39:55 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu Jul 27 08:29:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6082b929

gnome-base/gnome-core-apps: keyword 41.3 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild
index 1043b4a32689..1bb512579026 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ IUSE="+bluetooth cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 
 # gnome-color-manager min version enforced here due to control-center pulling it in
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2023-12-18 23:37 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2023-12-18 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     02a0be97ebcd50f302683cc203fe43dbff8ae1c4
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 23:32:21 2023 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 23:32:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a0be97

gnome-base/gnome-core-apps: add 44.4

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

 .../gnome-core-apps/gnome-core-apps-44.4.ebuild    | 57 ++++++++++++++++++++++
 1 file changed, 57 insertions(+)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild
new file mode 100644
index 000000000000..31a2b50b0b5d
--- /dev/null
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Sub-meta package for the core applications integrated with GNOME"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+bluetooth cups"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+# gnome-color-manager min version enforced here due to control-center pulling it in
+RDEPEND="
+	>=gnome-base/gnome-core-libs-${PV}[cups?]
+
+	>=gnome-base/gnome-session-44.0
+	>=gnome-base/gnome-settings-daemon-44.1[cups?]
+	>=gnome-base/gnome-control-center-44.3[cups?]
+	>=gnome-extra/gnome-color-manager-3.36.0
+
+	>=app-crypt/gcr-3.41.1:0
+	>=app-crypt/gcr-4.1.0:4
+	>=gnome-base/nautilus-44.2.1
+	>=gnome-base/gnome-keyring-42.1
+	>=gnome-extra/evolution-data-server-3.48.4
+
+	|| (
+		>=app-editors/gnome-text-editor-44.0
+		>=app-editors/gedit-44
+	)
+	>=app-text/evince-44.3
+	>=gnome-extra/gnome-contacts-44.0
+	>=media-gfx/eog-44.3
+	>=media-video/totem-43.0
+	|| (
+		>=x11-terms/gnome-terminal-3.48.2
+		>=gui-apps/gnome-console-44.4
+	)
+
+	>=gnome-extra/gnome-user-docs-44.3
+	>=gnome-extra/yelp-42.2
+
+	>=x11-themes/adwaita-icon-theme-44.0
+
+	bluetooth? ( >=net-wireless/gnome-bluetooth-42.5 )
+"
+DEPEND=""
+BDEPEND=""
+
+# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
+# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
+
+S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2023-12-18 23:37 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2023-12-18 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     8c18fbfb8fb6854a22b7d4e8c0fc936b9bb754e9
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 23:37:23 2023 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 23:37:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c18fbfb

gnome-base/gnome-core-apps: drop 41.3

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

 .../gnome-core-apps/gnome-core-apps-41.3.ebuild    | 52 ----------------------
 1 file changed, 52 deletions(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild
deleted file mode 100644
index 1bb512579026..000000000000
--- a/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Sub-meta package for the core applications integrated with GNOME"
-HOMEPAGE="https://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+bluetooth cups"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-
-# gnome-color-manager min version enforced here due to control-center pulling it in
-RDEPEND="
-	>=gnome-base/gnome-core-libs-${PV}[cups?]
-
-	>=gnome-base/gnome-session-40.1.1
-	>=gnome-base/gnome-settings-daemon-41.0[cups?]
-	>=gnome-base/gnome-control-center-41.2[cups?]
-	>=gnome-extra/gnome-color-manager-3.36.0
-
-	>=app-crypt/gcr-3.40.0
-	>=gnome-base/nautilus-41.1
-	>=gnome-base/gnome-keyring-40.0
-	>=gnome-extra/evolution-data-server-3.42.3
-
-	>=app-crypt/seahorse-41.0
-	>=app-editors/gedit-41
-	>=app-text/evince-41.3
-	>=gnome-extra/gnome-contacts-41.0
-	>=media-gfx/eog-41.1
-	>=media-video/totem-3.38.2
-	>=x11-terms/gnome-terminal-3.42.2
-
-	>=gnome-extra/gnome-user-docs-41.1
-	>=gnome-extra/yelp-41.2
-
-	>=x11-themes/adwaita-icon-theme-41.0
-
-	bluetooth? ( >=net-wireless/gnome-bluetooth-3.34.5 )
-"
-DEPEND=""
-BDEPEND=""
-
-# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
-# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
-# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite anymore
-
-S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2023-12-18 23:37 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2023-12-18 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     e999dd49957500480d5d00a151aa10d879e8d664
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 23:36:38 2023 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 23:36:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e999dd49

gnome-base/gnome-core-apps: stabilize 44.4 for amd64, arm64, x86

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

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild
index 31a2b50b0b5d..8f318f774316 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 
 # gnome-color-manager min version enforced here due to control-center pulling it in
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2023-12-24 13:07 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2023-12-24 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     02f5ffbc7dce3b48d23d6095125ea4645659c848
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 24 13:03:45 2023 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 13:07:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f5ffbc

gnome-base/gnome-core-apps: add 45.2

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

 .../gnome-core-apps/gnome-core-apps-45.2.ebuild    | 60 ++++++++++++++++++++++
 1 file changed, 60 insertions(+)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-45.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-45.2.ebuild
new file mode 100644
index 000000000000..bd738a5adbe4
--- /dev/null
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-45.2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Sub-meta package for the core applications integrated with GNOME"
+HOMEPAGE="https://www.gnome.org/"
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+bluetooth cups"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+# gnome-color-manager min version enforced here due to control-center pulling it in
+# glib-networking min version enforced as multiple other deps here rely on it (e.g. via libsoup)
+# TODO: Replace eog with loupe
+RDEPEND="
+	>=gnome-base/gnome-core-libs-${PV}[cups?]
+
+	>=gnome-base/gnome-session-45.0
+	>=gnome-base/gnome-settings-daemon-45.0[cups?]
+	>=gnome-base/gnome-control-center-45.1[cups?]
+	>=gnome-extra/gnome-color-manager-3.36.0
+
+	>=app-crypt/gcr-3.41.1:0
+	>=app-crypt/gcr-4.1.0:4
+	>=gnome-base/nautilus-45.2
+	>=gnome-base/gnome-keyring-42.1
+	>=gnome-extra/evolution-data-server-3.50.2
+	>=net-libs/glib-networking-2.78.0
+
+	|| (
+		>=app-editors/gnome-text-editor-45.1
+		>=app-editors/gedit-46.1
+	)
+	>=app-text/evince-45.0
+	>=gnome-extra/gnome-contacts-45.0
+	>=media-gfx/eog-45.1
+	>=media-video/totem-43.0
+	|| (
+		>=x11-terms/gnome-terminal-3.50.1
+		>=gui-apps/gnome-console-45.0
+	)
+
+	>=gnome-extra/gnome-user-docs-45.1
+	>=gnome-extra/yelp-42.2
+
+	>=x11-themes/adwaita-icon-theme-45.0
+
+	bluetooth? ( >=net-wireless/gnome-bluetooth-42.7 )
+"
+DEPEND=""
+BDEPEND=""
+
+# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
+# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
+
+S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2024-05-01  5:28 Joonas Niilola
  0 siblings, 0 replies; 51+ messages in thread
From: Joonas Niilola @ 2024-05-01  5:28 UTC (permalink / raw
  To: gentoo-commits

commit:     4517a496e83ec9736d76f402d31934b8f4fc88eb
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Wed May  1 04:50:57 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed May  1 05:28:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4517a496

gnome-base/gnome-core-apps: Stabilize 45.2 x86, #928783

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

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

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-45.2.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-45.2.ebuild
index e5b6bc5d3e8f..8fca071c339c 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-45.2.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-45.2.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 
 # gnome-color-manager min version enforced here due to control-center pulling it in
 # glib-networking min version enforced as multiple other deps here rely on it (e.g. via libsoup)


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

* [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
@ 2024-05-06  7:09 Mart Raudsepp
  0 siblings, 0 replies; 51+ messages in thread
From: Mart Raudsepp @ 2024-05-06  7:09 UTC (permalink / raw
  To: gentoo-commits

commit:     0ddc64b66922221b433341778965c1232bb31767
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon May  6 06:59:40 2024 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon May  6 07:08:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ddc64b6

gnome-base/gnome-core-apps: drop 44.4

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

 .../gnome-core-apps/gnome-core-apps-44.4.ebuild    | 57 ----------------------
 1 file changed, 57 deletions(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild
deleted file mode 100644
index 8f318f774316..000000000000
--- a/gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Sub-meta package for the core applications integrated with GNOME"
-HOMEPAGE="https://www.gnome.org/"
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+bluetooth cups"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-
-# gnome-color-manager min version enforced here due to control-center pulling it in
-RDEPEND="
-	>=gnome-base/gnome-core-libs-${PV}[cups?]
-
-	>=gnome-base/gnome-session-44.0
-	>=gnome-base/gnome-settings-daemon-44.1[cups?]
-	>=gnome-base/gnome-control-center-44.3[cups?]
-	>=gnome-extra/gnome-color-manager-3.36.0
-
-	>=app-crypt/gcr-3.41.1:0
-	>=app-crypt/gcr-4.1.0:4
-	>=gnome-base/nautilus-44.2.1
-	>=gnome-base/gnome-keyring-42.1
-	>=gnome-extra/evolution-data-server-3.48.4
-
-	|| (
-		>=app-editors/gnome-text-editor-44.0
-		>=app-editors/gedit-44
-	)
-	>=app-text/evince-44.3
-	>=gnome-extra/gnome-contacts-44.0
-	>=media-gfx/eog-44.3
-	>=media-video/totem-43.0
-	|| (
-		>=x11-terms/gnome-terminal-3.48.2
-		>=gui-apps/gnome-console-44.4
-	)
-
-	>=gnome-extra/gnome-user-docs-44.3
-	>=gnome-extra/yelp-42.2
-
-	>=x11-themes/adwaita-icon-theme-44.0
-
-	bluetooth? ( >=net-wireless/gnome-bluetooth-42.5 )
-"
-DEPEND=""
-BDEPEND=""
-
-# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
-# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just gnome-classic extensions
-
-S="${WORKDIR}"


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

end of thread, other threads:[~2024-05-06  7:09 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-24 13:46 [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/ Mart Raudsepp
  -- strict thread matches above, loose matches on Subject: below --
2024-05-06  7:09 Mart Raudsepp
2024-05-01  5:28 Joonas Niilola
2023-12-24 13:07 Mart Raudsepp
2023-12-18 23:37 Mart Raudsepp
2023-12-18 23:37 Mart Raudsepp
2023-12-18 23:37 Mart Raudsepp
2023-07-27  8:29 WANG Xuerui
2022-03-13 14:45 Mart Raudsepp
2022-03-13 12:25 Mart Raudsepp
2022-03-13 12:25 Mart Raudsepp
2022-03-13 12:25 Mart Raudsepp
2022-01-15 16:35 Mart Raudsepp
2021-07-08 17:35 Matt Turner
2021-05-12 22:10 Matt Turner
2020-08-25 23:02 Sam James
2020-08-19  9:06 Sam James
2020-08-16 21:02 Mart Raudsepp
2020-03-29  9:19 Mart Raudsepp
2020-01-31 20:10 Mart Raudsepp
2019-12-08  4:16 Aaron Bauman
2019-11-30 21:17 Sergei Trofimovich
2019-11-26 10:59 Thomas Deutschmann
2019-09-28  9:51 Mart Raudsepp
2019-08-04 15:05 Aaron Bauman
2019-05-18 20:46 Mart Raudsepp
2019-03-30 21:56 Mart Raudsepp
2019-03-14  9:35 Mart Raudsepp
2019-03-05 18:43 Mart Raudsepp
2019-02-17 15:56 Mikle Kolyada
2019-01-15 14:46 Mart Raudsepp
2018-11-18  9:55 Mikle Kolyada
2018-02-03 20:56 Mart Raudsepp
2018-01-27  0:41 Thomas Deutschmann
2018-01-18  3:15 Mikle Kolyada
2018-01-10  6:12 Mart Raudsepp
2017-11-01 20:46 Mart Raudsepp
2017-09-30  6:31 Sergei Trofimovich
2017-09-30  6:31 Sergei Trofimovich
2017-09-23 20:35 Sergei Trofimovich
2017-09-23 20:35 Sergei Trofimovich
2017-08-15 22:44 Gilles Dartiguelongue
2017-06-17  8:39 Sergei Trofimovich
2017-02-20 20:05 Mart Raudsepp
2016-11-12 10:30 Gilles Dartiguelongue
2016-11-12  0:37 Gilles Dartiguelongue
2016-11-12  0:37 Gilles Dartiguelongue
2016-09-05  7:18 Gilles Dartiguelongue
2016-03-06 17:23 Mikle Kolyada
2015-12-06 23:41 Gilles Dartiguelongue
2015-09-07 19:58 Mikle Kolyada

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