public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2016-02-09  2:49 NP Hardass
  0 siblings, 0 replies; 29+ messages in thread
From: NP Hardass @ 2016-02-09  2:49 UTC (permalink / raw
  To: gentoo-commits

commit:     8dd6d0b9c93d7237a185fd3ce16c31757f3a04ba
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  9 02:04:42 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 02:47:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd6d0b9

mate-base/mate: Import 1.10.x from Project:MATE repo

Package-Manager: portage-2.2.26

 mate-base/mate/mate-1.10.0.ebuild | 73 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 73 insertions(+)

diff --git a/mate-base/mate/mate-1.10.0.ebuild b/mate-base/mate/mate-1.10.0.ebuild
new file mode 100644
index 0000000..236acf7
--- /dev/null
+++ b/mate-base/mate/mate-1.10.0.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit versionator
+
+MATE_MV="$(get_version_component_range 1-2)"
+
+SRC_URI=""
+DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment"
+HOMEPAGE="http://mate-desktop.org"
+
+LICENSE="metapackage"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+base -bluetooth +themes +extras"
+
+S="${WORKDIR}"
+
+RDEPEND="
+	=mate-base/mate-desktop-${MATE_MV}*:0
+	=mate-base/mate-menus-${MATE_MV}*:0
+	=mate-base/mate-panel-${MATE_MV}*:0
+	=mate-base/mate-session-manager-${MATE_MV}*:0
+	=mate-base/mate-settings-daemon-${MATE_MV}*:0
+	=x11-wm/marco-${MATE_MV}*:0
+	base? (
+		=mate-base/caja-${MATE_MV}*:0
+		=mate-base/mate-applets-meta-${MATE_MV}*:0
+		=mate-base/mate-control-center-${MATE_MV}*:0
+		=mate-extra/mate-media-${MATE_MV}*:0
+		=x11-misc/mozo-${MATE_MV}*:0
+		=x11-terms/mate-terminal-${MATE_MV}*:0
+	)
+	bluetooth? ( net-wireless/blueman:0 )
+	themes? (
+		=x11-themes/mate-backgrounds-${MATE_MV}*:0
+		=x11-themes/mate-icon-theme-${MATE_MV}*:0
+		=x11-themes/mate-themes-${MATE_MV}*:0
+	)
+	extras? (
+		=app-arch/engrampa-${MATE_MV}*:0
+		=app-editors/pluma-${MATE_MV}*:0
+		=app-text/atril-${MATE_MV}*:0
+		gnome-extra/gnome-calculator:0
+		=mate-extra/caja-extensions-${MATE_MV}*:0
+		=mate-extra/mate-netbook-${MATE_MV}*:0
+		=mate-extra/mate-power-manager-${MATE_MV}*:0
+		=mate-extra/mate-screensaver-${MATE_MV}*:0
+		=mate-extra/mate-system-monitor-${MATE_MV}*:0
+		=mate-extra/mate-utils-${MATE_MV}*:0
+		=media-gfx/eom-${MATE_MV}*:0
+		=net-analyzer/mate-netspeed-${MATE_MV}*:0
+		sys-apps/gnome-disk-utility:0
+	)
+"
+
+PDEPEND="virtual/notification-daemon:0"
+
+pkg_postinst() {
+	elog "For installation, usage and troubleshooting details regarding MATE;"
+	elog "read more about it at Gentoo Wiki: https://wiki.gentoo.org/wiki/MATE"
+	elog ""
+	elog "MATE 1.10 had some packages renamed, replaced and/or dropped; for more"
+	elog "details, see http://mate-desktop.org/blog/2015-06-11-mate-1-10-released/"
+	elog ""
+	elog "Some packages that are not included in this meta-package but may be of interest:"
+	elog "		mate-extra/caja-dropbox"
+	elog "		mate-extra/mate-user-share"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2016-02-20 15:55 NP Hardass
  0 siblings, 0 replies; 29+ messages in thread
From: NP Hardass @ 2016-02-20 15:55 UTC (permalink / raw
  To: gentoo-commits

commit:     4c12baab702fae0c49cc4ddaf350409fcd08cd38
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 15:52:32 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 15:54:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c12baab

mate-base/mate: Suggest mate-notification-daemon to users

Package-Manager: portage-2.2.26

 mate-base/mate/{mate-1.10.0.ebuild => mate-1.10.0-r1.ebuild} | 11 +++++++++--
 mate-base/mate/metadata.xml                                  |  3 +++
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/mate-base/mate/mate-1.10.0.ebuild b/mate-base/mate/mate-1.10.0-r1.ebuild
similarity index 84%
rename from mate-base/mate/mate-1.10.0.ebuild
rename to mate-base/mate/mate-1.10.0-r1.ebuild
index 236acf7..133f3c6 100644
--- a/mate-base/mate/mate-1.10.0.ebuild
+++ b/mate-base/mate/mate-1.10.0-r1.ebuild
@@ -16,7 +16,7 @@ LICENSE="metapackage"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+base -bluetooth +themes +extras"
+IUSE="+base -bluetooth +notification +themes +extras"
 
 S="${WORKDIR}"
 
@@ -58,12 +58,19 @@ RDEPEND="
 	)
 "
 
-PDEPEND="virtual/notification-daemon:0"
+PDEPEND="
+	notification? ( x11-misc/mate-notification-daemon )
+	virtual/notification-daemon:0"
 
 pkg_postinst() {
 	elog "For installation, usage and troubleshooting details regarding MATE;"
 	elog "read more about it at Gentoo Wiki: https://wiki.gentoo.org/wiki/MATE"
 	elog ""
+	if ! has_version x11-misc/mate-notification-daemon; then
+		elog "If you experience any issues with notifications, please try using"
+		elog "x11-misc/mate-notification-daemon instead your currently installed daemon"
+		elog ""
+	fi
 	elog "MATE 1.10 had some packages renamed, replaced and/or dropped; for more"
 	elog "details, see http://mate-desktop.org/blog/2015-06-11-mate-1-10-released/"
 	elog ""

diff --git a/mate-base/mate/metadata.xml b/mate-base/mate/metadata.xml
index 0eced4b..d617e60 100644
--- a/mate-base/mate/metadata.xml
+++ b/mate-base/mate/metadata.xml
@@ -10,6 +10,9 @@
 			recommended for the most common usage; for example, this installs
 			the file manager. Disable this and other USE flags if you want a
 			more minimal MATE Desktop.</flag>
+		<flag name="notification">Force notification daemon to default to MATE's
+			notification daemon. Enabled by default. Disable if it causes conflicts
+			with other installed desktop environments.</flag>
 		<flag name="themes">Install MATE Desktop's themes; if you use other
 			themes, you can disable this to spare some space and time.</flag>
 		<flag name="extras">Install additional MATE Desktop applications that


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2016-02-22 20:48 NP Hardass
  0 siblings, 0 replies; 29+ messages in thread
From: NP Hardass @ 2016-02-22 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     bb8f0cab121c4ce652924f4d4295e6692fdb6d9f
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 17:03:32 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 20:46:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb8f0cab

mate-base/mate: Update to use new mate-themes-meta

Package-Manager: portage-2.2.26

 mate-base/mate/{mate-1.10.0-r1.ebuild => mate-1.10.0-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate/mate-1.10.0-r1.ebuild b/mate-base/mate/mate-1.10.0-r2.ebuild
similarity index 98%
rename from mate-base/mate/mate-1.10.0-r1.ebuild
rename to mate-base/mate/mate-1.10.0-r2.ebuild
index 133f3c6..930c145 100644
--- a/mate-base/mate/mate-1.10.0-r1.ebuild
+++ b/mate-base/mate/mate-1.10.0-r2.ebuild
@@ -39,7 +39,7 @@ RDEPEND="
 	themes? (
 		=x11-themes/mate-backgrounds-${MATE_MV}*:0
 		=x11-themes/mate-icon-theme-${MATE_MV}*:0
-		=x11-themes/mate-themes-${MATE_MV}*:0
+		=x11-themes/mate-themes-meta-${MATE_MV}*:0
 	)
 	extras? (
 		=app-arch/engrampa-${MATE_MV}*:0


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2016-05-30 19:18 Mikle Kolyada
  0 siblings, 0 replies; 29+ messages in thread
From: Mikle Kolyada @ 2016-05-30 19:18 UTC (permalink / raw
  To: gentoo-commits

commit:     1b58769a1b0a06a0ca492224e3ca51ff2fd410f9
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 19:16:37 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon May 30 19:17:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b58769a

mate-base/mate: Add ~arm keyword wrt bug #508072

Package-Manager: portage-2.2.28

 mate-base/mate/mate-1.10.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate/mate-1.10.0-r2.ebuild b/mate-base/mate/mate-1.10.0-r2.ebuild
index 930c145..c059fa7 100644
--- a/mate-base/mate/mate-1.10.0-r2.ebuild
+++ b/mate-base/mate/mate-1.10.0-r2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://mate-desktop.org"
 LICENSE="metapackage"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="+base -bluetooth +notification +themes +extras"
 
 S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2016-07-25 18:36 NP Hardass
  0 siblings, 0 replies; 29+ messages in thread
From: NP Hardass @ 2016-07-25 18:36 UTC (permalink / raw
  To: gentoo-commits

commit:     5fbe22a5e8778a9f9678c8292c59d53eb2ce1016
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 18:30:42 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 18:36:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fbe22a5

mate-base/mate: amd64 x86 stable wrt bug #579644

Package-Manager: portage-2.2.28

 mate-base/mate/mate-1.10.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate/mate-1.10.0-r2.ebuild b/mate-base/mate/mate-1.10.0-r2.ebuild
index c059fa7..f7773d1 100644
--- a/mate-base/mate/mate-1.10.0-r2.ebuild
+++ b/mate-base/mate/mate-1.10.0-r2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://mate-desktop.org"
 LICENSE="metapackage"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="+base -bluetooth +notification +themes +extras"
 
 S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2016-08-12  5:13 NP Hardass
  0 siblings, 0 replies; 29+ messages in thread
From: NP Hardass @ 2016-08-12  5:13 UTC (permalink / raw
  To: gentoo-commits

commit:     f8a2f1722699329074f95fae5bcb74f9c19ad60a
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 12 05:09:51 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri Aug 12 05:13:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a2f172

mate-base/mate: 1.12 buump, add gtk3, from project repo, support new themes

Package-Manager: portage-2.3.0

 mate-base/mate/mate-1.10.0-r3.ebuild | 80 +++++++++++++++++++++++++++++++++
 mate-base/mate/mate-1.12-r1.ebuild   | 86 ++++++++++++++++++++++++++++++++++++
 mate-base/mate/metadata.xml          |  3 ++
 3 files changed, 169 insertions(+)

diff --git a/mate-base/mate/mate-1.10.0-r3.ebuild b/mate-base/mate/mate-1.10.0-r3.ebuild
new file mode 100644
index 0000000..99097a2
--- /dev/null
+++ b/mate-base/mate/mate-1.10.0-r3.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit versionator
+
+MATE_MV="$(get_version_component_range 1-2)"
+
+SRC_URI=""
+DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment"
+HOMEPAGE="http://mate-desktop.org"
+
+LICENSE="metapackage"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+base -bluetooth +notification +themes +extras"
+
+S="${WORKDIR}"
+
+RDEPEND="
+	=mate-base/mate-desktop-${MATE_MV}*:0
+	=mate-base/mate-menus-${MATE_MV}*:0
+	=mate-base/mate-panel-${MATE_MV}*:0
+	=mate-base/mate-session-manager-${MATE_MV}*:0
+	=mate-base/mate-settings-daemon-${MATE_MV}*:0
+	=x11-wm/marco-${MATE_MV}*:0
+	base? (
+		=mate-base/caja-${MATE_MV}*:0
+		=mate-base/mate-applets-meta-${MATE_MV}*:0
+		=mate-base/mate-control-center-${MATE_MV}*:0
+		=mate-extra/mate-media-${MATE_MV}*:0
+		=x11-misc/mozo-${MATE_MV}*:0
+		=x11-terms/mate-terminal-${MATE_MV}*:0
+	)
+	bluetooth? ( net-wireless/blueman:0 )
+	themes? (
+		=x11-themes/mate-backgrounds-${MATE_MV}*:0
+		=x11-themes/mate-icon-theme-${MATE_MV}*:0
+		>=x11-themes/mate-themes-meta-3:0
+	)
+	extras? (
+		=app-arch/engrampa-${MATE_MV}*:0
+		=app-editors/pluma-${MATE_MV}*:0
+		=app-text/atril-${MATE_MV}*:0
+		gnome-extra/gnome-calculator:0
+		=mate-extra/caja-extensions-${MATE_MV}*:0
+		=mate-extra/mate-netbook-${MATE_MV}*:0
+		=mate-extra/mate-power-manager-${MATE_MV}*:0
+		=mate-extra/mate-screensaver-${MATE_MV}*:0
+		=mate-extra/mate-system-monitor-${MATE_MV}*:0
+		=mate-extra/mate-utils-${MATE_MV}*:0
+		=media-gfx/eom-${MATE_MV}*:0
+		=net-analyzer/mate-netspeed-${MATE_MV}*:0
+		sys-apps/gnome-disk-utility:0
+	)
+"
+
+PDEPEND="
+	notification? ( x11-misc/mate-notification-daemon )
+	virtual/notification-daemon:0"
+
+pkg_postinst() {
+	elog "For installation, usage and troubleshooting details regarding MATE;"
+	elog "read more about it at Gentoo Wiki: https://wiki.gentoo.org/wiki/MATE"
+	elog ""
+	if ! has_version x11-misc/mate-notification-daemon; then
+		elog "If you experience any issues with notifications, please try using"
+		elog "x11-misc/mate-notification-daemon instead your currently installed daemon"
+		elog ""
+	fi
+	elog "MATE 1.10 had some packages renamed, replaced and/or dropped; for more"
+	elog "details, see http://mate-desktop.org/blog/2015-06-11-mate-1-10-released/"
+	elog ""
+	elog "Some packages that are not included in this meta-package but may be of interest:"
+	elog "		mate-extra/caja-dropbox"
+	elog "		mate-extra/mate-user-share"
+}

diff --git a/mate-base/mate/mate-1.12-r1.ebuild b/mate-base/mate/mate-1.12-r1.ebuild
new file mode 100644
index 0000000..fd289cc
--- /dev/null
+++ b/mate-base/mate/mate-1.12-r1.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+if [[ ${PV} == 9999 ]]; then
+	MATE_BRANCH=9999
+	MATE_THEMES_V=9999
+else
+	inherit versionator
+	MATE_BRANCH="$(get_version_component_range 1-2)"
+	MATE_THEMES_V=3
+	KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+SRC_URI=""
+DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment"
+HOMEPAGE="http://mate-desktop.org"
+
+LICENSE="metapackage"
+
+SLOT="0"
+IUSE="+base -bluetooth gtk3 help +notification +themes +extras"
+
+S="${WORKDIR}"
+
+RDEPEND="
+	=mate-base/mate-desktop-${MATE_BRANCH}*:0[gtk3(-)?]
+	=mate-base/mate-menus-${MATE_BRANCH}*:0
+	=mate-base/mate-panel-${MATE_BRANCH}*:0[gtk3(-)?]
+	=mate-base/mate-session-manager-${MATE_BRANCH}*:0[gtk3(-)?]
+	=mate-base/mate-settings-daemon-${MATE_BRANCH}*:0[gtk3(-)?]
+	=x11-wm/marco-${MATE_BRANCH}*:0[gtk3(-)?]
+	base? (
+		=mate-base/caja-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-base/mate-applets-meta-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-base/mate-control-center-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-extra/mate-media-${MATE_BRANCH}*:0[gtk3(-)?]
+		=x11-misc/mozo-${MATE_BRANCH}*:0[gtk3(-)?]
+		=x11-terms/mate-terminal-${MATE_BRANCH}*:0[gtk3(-)?]
+	)
+	bluetooth? ( net-wireless/blueman:0 )
+	themes? (
+		=x11-themes/mate-backgrounds-${MATE_BRANCH}*:0
+		=x11-themes/mate-icon-theme-${MATE_BRANCH}*:0
+		>=x11-themes/mate-themes-meta-${MATE_THEMES_V}:0
+	)
+	extras? (
+		=app-arch/engrampa-${MATE_BRANCH}*:0[gtk3(-)?]
+		=app-editors/pluma-${MATE_BRANCH}*:0[gtk3(-)?]
+		=app-text/atril-${MATE_BRANCH}*:0[gtk3(-)?]
+		gnome-extra/gnome-calculator:0
+		=mate-extra/caja-extensions-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-extra/mate-netbook-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-extra/mate-power-manager-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-extra/mate-screensaver-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-extra/mate-system-monitor-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-extra/mate-utils-${MATE_BRANCH}*:0[gtk3(-)?]
+		=media-gfx/eom-${MATE_BRANCH}*:0[gtk3(-)?]
+		=net-analyzer/mate-netspeed-${MATE_BRANCH}*:0[gtk3(-)?]
+		sys-apps/gnome-disk-utility:0
+	)
+	help? (
+		gnome-extra/yelp:0
+		=mate-extra/mate-user-guide-${MATE_BRANCH}*:0
+	)
+"
+
+PDEPEND="
+	notification? ( =x11-misc/mate-notification-daemon-${MATE_BRANCH}*:0[gtk3(-)?] )
+	virtual/notification-daemon:0"
+
+pkg_postinst() {
+	elog "For installation, usage and troubleshooting details regarding MATE;"
+	elog "read more about it at Gentoo Wiki: https://wiki.gentoo.org/wiki/MATE"
+	elog ""
+	if ! has_version x11-misc/mate-notification-daemon; then
+		elog "If you experience any issues with notifications, please try using"
+		elog "x11-misc/mate-notification-daemon instead your currently installed daemon"
+		elog ""
+	fi
+	elog "Some packages that are not included in this meta-package but may be of interest:"
+	elog "		mate-extra/caja-dropbox"
+	elog "		mate-extra/mate-user-share"
+}

diff --git a/mate-base/mate/metadata.xml b/mate-base/mate/metadata.xml
index d617e60..9f44953 100644
--- a/mate-base/mate/metadata.xml
+++ b/mate-base/mate/metadata.xml
@@ -10,6 +10,7 @@
 			recommended for the most common usage; for example, this installs
 			the file manager. Disable this and other USE flags if you want a
 			more minimal MATE Desktop.</flag>
+		<flag name="gtk3">Build all of MATE DE with GTK+3 instead of GTK+2</flag>
 		<flag name="notification">Force notification daemon to default to MATE's
 			notification daemon. Enabled by default. Disable if it causes conflicts
 			with other installed desktop environments.</flag>
@@ -21,5 +22,7 @@
 			applications. Disable this if you plan to use your own non-MATE
 			Desktop alternatives or a custom mixture of MATE and non-MATE
 			packages.</flag>
+		<flag name="help">Install <pkg>gnome-extra/yelp</pkg> to handle in application
+			help menus and documentation browsing</flag>
 	</use>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2016-09-05  3:31 NP Hardass
  0 siblings, 0 replies; 29+ messages in thread
From: NP Hardass @ 2016-09-05  3:31 UTC (permalink / raw
  To: gentoo-commits

commit:     7a77d742a4cdf66a3b1a747d3260cfe288ccd428
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 03:28:27 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 03:31:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a77d742

mate-base/mate: 1.10.0-r3 stable for amd64 and x86

Package-Manager: portage-2.3.0

 mate-base/mate/mate-1.10.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate/mate-1.10.0-r3.ebuild b/mate-base/mate/mate-1.10.0-r3.ebuild
index 99097a2..57d0a3e 100644
--- a/mate-base/mate/mate-1.10.0-r3.ebuild
+++ b/mate-base/mate/mate-1.10.0-r3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://mate-desktop.org"
 LICENSE="metapackage"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="+base -bluetooth +notification +themes +extras"
 
 S="${WORKDIR}"


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2016-09-10 18:23 NP Hardass
  0 siblings, 0 replies; 29+ messages in thread
From: NP Hardass @ 2016-09-10 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     2bd3aa78382c14a8615b2c61bd82b04e90857f34
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 10 18:19:28 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 18:23:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd3aa78

mate-base/mate: drop support for old themes versioning

Package-Manager: portage-2.3.0

 mate-base/mate/mate-1.10.0-r2.ebuild | 80 ------------------------------------
 1 file changed, 80 deletions(-)

diff --git a/mate-base/mate/mate-1.10.0-r2.ebuild b/mate-base/mate/mate-1.10.0-r2.ebuild
deleted file mode 100644
index f7773d1..00000000
--- a/mate-base/mate/mate-1.10.0-r2.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit versionator
-
-MATE_MV="$(get_version_component_range 1-2)"
-
-SRC_URI=""
-DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment"
-HOMEPAGE="http://mate-desktop.org"
-
-LICENSE="metapackage"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="+base -bluetooth +notification +themes +extras"
-
-S="${WORKDIR}"
-
-RDEPEND="
-	=mate-base/mate-desktop-${MATE_MV}*:0
-	=mate-base/mate-menus-${MATE_MV}*:0
-	=mate-base/mate-panel-${MATE_MV}*:0
-	=mate-base/mate-session-manager-${MATE_MV}*:0
-	=mate-base/mate-settings-daemon-${MATE_MV}*:0
-	=x11-wm/marco-${MATE_MV}*:0
-	base? (
-		=mate-base/caja-${MATE_MV}*:0
-		=mate-base/mate-applets-meta-${MATE_MV}*:0
-		=mate-base/mate-control-center-${MATE_MV}*:0
-		=mate-extra/mate-media-${MATE_MV}*:0
-		=x11-misc/mozo-${MATE_MV}*:0
-		=x11-terms/mate-terminal-${MATE_MV}*:0
-	)
-	bluetooth? ( net-wireless/blueman:0 )
-	themes? (
-		=x11-themes/mate-backgrounds-${MATE_MV}*:0
-		=x11-themes/mate-icon-theme-${MATE_MV}*:0
-		=x11-themes/mate-themes-meta-${MATE_MV}*:0
-	)
-	extras? (
-		=app-arch/engrampa-${MATE_MV}*:0
-		=app-editors/pluma-${MATE_MV}*:0
-		=app-text/atril-${MATE_MV}*:0
-		gnome-extra/gnome-calculator:0
-		=mate-extra/caja-extensions-${MATE_MV}*:0
-		=mate-extra/mate-netbook-${MATE_MV}*:0
-		=mate-extra/mate-power-manager-${MATE_MV}*:0
-		=mate-extra/mate-screensaver-${MATE_MV}*:0
-		=mate-extra/mate-system-monitor-${MATE_MV}*:0
-		=mate-extra/mate-utils-${MATE_MV}*:0
-		=media-gfx/eom-${MATE_MV}*:0
-		=net-analyzer/mate-netspeed-${MATE_MV}*:0
-		sys-apps/gnome-disk-utility:0
-	)
-"
-
-PDEPEND="
-	notification? ( x11-misc/mate-notification-daemon )
-	virtual/notification-daemon:0"
-
-pkg_postinst() {
-	elog "For installation, usage and troubleshooting details regarding MATE;"
-	elog "read more about it at Gentoo Wiki: https://wiki.gentoo.org/wiki/MATE"
-	elog ""
-	if ! has_version x11-misc/mate-notification-daemon; then
-		elog "If you experience any issues with notifications, please try using"
-		elog "x11-misc/mate-notification-daemon instead your currently installed daemon"
-		elog ""
-	fi
-	elog "MATE 1.10 had some packages renamed, replaced and/or dropped; for more"
-	elog "details, see http://mate-desktop.org/blog/2015-06-11-mate-1-10-released/"
-	elog ""
-	elog "Some packages that are not included in this meta-package but may be of interest:"
-	elog "		mate-extra/caja-dropbox"
-	elog "		mate-extra/mate-user-share"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2016-10-15  2:59 NP Hardass
  0 siblings, 0 replies; 29+ messages in thread
From: NP Hardass @ 2016-10-15  2:59 UTC (permalink / raw
  To: gentoo-commits

commit:     28814bc9d01c88b919ba222ca3cd05cc15c6037a
Author:     mudler <mudler <AT> sabayon <DOT> org>
AuthorDate: Thu Oct 13 21:40:25 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 02:57:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28814bc9

mate-base/mate: Stable on amd64 keyword wrt #596998

Package-Manager: portage-2.3.1
Signed-off-by: NP-Hardass <NP-Hardass <AT> gentoo.org>

 mate-base/mate/mate-1.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate/mate-1.12-r1.ebuild b/mate-base/mate/mate-1.12-r1.ebuild
index fd289cc..16fc4cc 100644
--- a/mate-base/mate/mate-1.12-r1.ebuild
+++ b/mate-base/mate/mate-1.12-r1.ebuild
@@ -11,7 +11,7 @@ else
 	inherit versionator
 	MATE_BRANCH="$(get_version_component_range 1-2)"
 	MATE_THEMES_V=3
-	KEYWORDS="~amd64 ~arm ~x86"
+	KEYWORDS="amd64 ~arm ~x86"
 fi
 
 SRC_URI=""


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2016-10-15  2:59 NP Hardass
  0 siblings, 0 replies; 29+ messages in thread
From: NP Hardass @ 2016-10-15  2:59 UTC (permalink / raw
  To: gentoo-commits

commit:     f7cc0ae856642a439a16b303cadd484f12c61d23
Author:     mudler <mudler <AT> sabayon <DOT> org>
AuthorDate: Thu Oct 13 21:40:30 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 02:57:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7cc0ae8

mate-base/mate: Stable on x86 keyword wrt #596998

Package-Manager: portage-2.3.1
Signed-off-by: NP-Hardass <NP-Hardass <AT> gentoo.org>

 mate-base/mate/mate-1.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate/mate-1.12-r1.ebuild b/mate-base/mate/mate-1.12-r1.ebuild
index 16fc4cc..042bb3c 100644
--- a/mate-base/mate/mate-1.12-r1.ebuild
+++ b/mate-base/mate/mate-1.12-r1.ebuild
@@ -11,7 +11,7 @@ else
 	inherit versionator
 	MATE_BRANCH="$(get_version_component_range 1-2)"
 	MATE_THEMES_V=3
-	KEYWORDS="amd64 ~arm ~x86"
+	KEYWORDS="amd64 ~arm x86"
 fi
 
 SRC_URI=""


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2016-11-21 11:02 Ettore Di Giacinto
  0 siblings, 0 replies; 29+ messages in thread
From: Ettore Di Giacinto @ 2016-11-21 11:02 UTC (permalink / raw
  To: gentoo-commits

commit:     45e96f378143686686d99c49a61d9a438a268d7f
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 18:15:09 2016 +0000
Commit:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 11:00:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45e96f37

mate-base/mate: Version bump to 1.14

Package-Manager: portage-2.3.0

 mate-base/mate/mate-1.14.ebuild | 85 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 85 insertions(+)

diff --git a/mate-base/mate/mate-1.14.ebuild b/mate-base/mate/mate-1.14.ebuild
new file mode 100644
index 00000000..8372a39
--- /dev/null
+++ b/mate-base/mate/mate-1.14.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+if [[ ${PV} == 9999 ]]; then
+	MATE_BRANCH=9999
+	MATE_THEMES_V=9999
+else
+	inherit versionator
+	MATE_BRANCH="$(get_version_component_range 1-2)"
+	MATE_THEMES_V=3
+	KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+SRC_URI=""
+DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment"
+HOMEPAGE="http://mate-desktop.org"
+
+LICENSE="metapackage"
+
+SLOT="0"
+IUSE="+base -bluetooth gtk3 help +notification +themes +extras"
+
+S="${WORKDIR}"
+
+RDEPEND="
+	=mate-base/mate-desktop-${MATE_BRANCH}*:0[gtk3(-)?]
+	=mate-base/mate-menus-${MATE_BRANCH}*:0
+	=mate-base/mate-panel-${MATE_BRANCH}*:0[gtk3(-)?]
+	=mate-base/mate-session-manager-${MATE_BRANCH}*:0[gtk3(-)?]
+	=mate-base/mate-settings-daemon-${MATE_BRANCH}*:0[gtk3(-)?]
+	=x11-wm/marco-${MATE_BRANCH}*:0[gtk3(-)?]
+	base? (
+		=mate-base/caja-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-base/mate-applets-meta-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-base/mate-control-center-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-extra/mate-media-${MATE_BRANCH}*:0[gtk3(-)?]
+		=x11-misc/mozo-${MATE_BRANCH}*:0
+		=x11-terms/mate-terminal-${MATE_BRANCH}*:0[gtk3(-)?]
+	)
+	bluetooth? ( net-wireless/blueman:0 )
+	themes? (
+		=x11-themes/mate-backgrounds-${MATE_BRANCH}*:0
+		=x11-themes/mate-icon-theme-${MATE_BRANCH}*:0
+		>=x11-themes/mate-themes-meta-${MATE_THEMES_V}:0
+	)
+	extras? (
+		=app-arch/engrampa-${MATE_BRANCH}*:0[gtk3(-)?]
+		=app-editors/pluma-${MATE_BRANCH}*:0[gtk3(-)?]
+		=app-text/atril-${MATE_BRANCH}*:0[gtk3(-)?]
+		gnome-extra/gnome-calculator:0
+		=mate-extra/caja-extensions-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-extra/mate-netbook-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-extra/mate-power-manager-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-extra/mate-screensaver-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-extra/mate-system-monitor-${MATE_BRANCH}*:0
+		=mate-extra/mate-utils-${MATE_BRANCH}*:0[gtk3(-)?]
+		=media-gfx/eom-${MATE_BRANCH}*:0[gtk3(-)?]
+		sys-apps/gnome-disk-utility:0
+	)
+	help? (
+		gnome-extra/yelp:0
+		=mate-extra/mate-user-guide-${MATE_BRANCH}*:0
+	)
+"
+
+PDEPEND="
+	notification? ( =x11-misc/mate-notification-daemon-${MATE_BRANCH}*:0[gtk3(-)?] )
+	virtual/notification-daemon:0"
+
+pkg_postinst() {
+	elog "For installation, usage and troubleshooting details regarding MATE;"
+	elog "read more about it at Gentoo Wiki: https://wiki.gentoo.org/wiki/MATE"
+	elog ""
+	if ! has_version x11-misc/mate-notification-daemon; then
+		elog "If you experience any issues with notifications, please try using"
+		elog "x11-misc/mate-notification-daemon instead your currently installed daemon"
+		elog ""
+	fi
+	elog "Some packages that are not included in this meta-package but may be of interest:"
+	elog "		mate-extra/caja-dropbox"
+	elog "		mate-extra/mate-user-share"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2016-11-24 22:22 Ettore Di Giacinto
  0 siblings, 0 replies; 29+ messages in thread
From: Ettore Di Giacinto @ 2016-11-24 22:22 UTC (permalink / raw
  To: gentoo-commits

commit:     5396919e554f7e2f23a1c4d03531793c55231c84
Author:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 19:22:53 2016 +0000
Commit:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 22:21:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5396919e

mate-base/mate: Drop 1.10.x

Package-Manager: portage-2.3.1

 mate-base/mate/mate-1.10.0-r3.ebuild | 80 ------------------------------------
 1 file changed, 80 deletions(-)

diff --git a/mate-base/mate/mate-1.10.0-r3.ebuild b/mate-base/mate/mate-1.10.0-r3.ebuild
deleted file mode 100644
index 57d0a3e..00000000
--- a/mate-base/mate/mate-1.10.0-r3.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit versionator
-
-MATE_MV="$(get_version_component_range 1-2)"
-
-SRC_URI=""
-DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment"
-HOMEPAGE="http://mate-desktop.org"
-
-LICENSE="metapackage"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="+base -bluetooth +notification +themes +extras"
-
-S="${WORKDIR}"
-
-RDEPEND="
-	=mate-base/mate-desktop-${MATE_MV}*:0
-	=mate-base/mate-menus-${MATE_MV}*:0
-	=mate-base/mate-panel-${MATE_MV}*:0
-	=mate-base/mate-session-manager-${MATE_MV}*:0
-	=mate-base/mate-settings-daemon-${MATE_MV}*:0
-	=x11-wm/marco-${MATE_MV}*:0
-	base? (
-		=mate-base/caja-${MATE_MV}*:0
-		=mate-base/mate-applets-meta-${MATE_MV}*:0
-		=mate-base/mate-control-center-${MATE_MV}*:0
-		=mate-extra/mate-media-${MATE_MV}*:0
-		=x11-misc/mozo-${MATE_MV}*:0
-		=x11-terms/mate-terminal-${MATE_MV}*:0
-	)
-	bluetooth? ( net-wireless/blueman:0 )
-	themes? (
-		=x11-themes/mate-backgrounds-${MATE_MV}*:0
-		=x11-themes/mate-icon-theme-${MATE_MV}*:0
-		>=x11-themes/mate-themes-meta-3:0
-	)
-	extras? (
-		=app-arch/engrampa-${MATE_MV}*:0
-		=app-editors/pluma-${MATE_MV}*:0
-		=app-text/atril-${MATE_MV}*:0
-		gnome-extra/gnome-calculator:0
-		=mate-extra/caja-extensions-${MATE_MV}*:0
-		=mate-extra/mate-netbook-${MATE_MV}*:0
-		=mate-extra/mate-power-manager-${MATE_MV}*:0
-		=mate-extra/mate-screensaver-${MATE_MV}*:0
-		=mate-extra/mate-system-monitor-${MATE_MV}*:0
-		=mate-extra/mate-utils-${MATE_MV}*:0
-		=media-gfx/eom-${MATE_MV}*:0
-		=net-analyzer/mate-netspeed-${MATE_MV}*:0
-		sys-apps/gnome-disk-utility:0
-	)
-"
-
-PDEPEND="
-	notification? ( x11-misc/mate-notification-daemon )
-	virtual/notification-daemon:0"
-
-pkg_postinst() {
-	elog "For installation, usage and troubleshooting details regarding MATE;"
-	elog "read more about it at Gentoo Wiki: https://wiki.gentoo.org/wiki/MATE"
-	elog ""
-	if ! has_version x11-misc/mate-notification-daemon; then
-		elog "If you experience any issues with notifications, please try using"
-		elog "x11-misc/mate-notification-daemon instead your currently installed daemon"
-		elog ""
-	fi
-	elog "MATE 1.10 had some packages renamed, replaced and/or dropped; for more"
-	elog "details, see http://mate-desktop.org/blog/2015-06-11-mate-1-10-released/"
-	elog ""
-	elog "Some packages that are not included in this meta-package but may be of interest:"
-	elog "		mate-extra/caja-dropbox"
-	elog "		mate-extra/mate-user-share"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2016-12-08 15:31 Ettore Di Giacinto
  0 siblings, 0 replies; 29+ messages in thread
From: Ettore Di Giacinto @ 2016-12-08 15:31 UTC (permalink / raw
  To: gentoo-commits

commit:     3cff597940afff7257a979126e7ab5623beb07c7
Author:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 17:29:14 2016 +0000
Commit:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Thu Dec  8 15:30:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cff5979

mate-base/mate: version bump to 1.16

Package-Manager: portage-2.3.1

 mate-base/mate/mate-1.16.ebuild | 85 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 85 insertions(+)

diff --git a/mate-base/mate/mate-1.16.ebuild b/mate-base/mate/mate-1.16.ebuild
new file mode 100644
index 00000000..5781c83
--- /dev/null
+++ b/mate-base/mate/mate-1.16.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+if [[ ${PV} == 9999 ]]; then
+	MATE_BRANCH=9999
+	MATE_THEMES_V=9999
+else
+	inherit versionator
+	MATE_BRANCH="$(get_version_component_range 1-2)"
+	MATE_THEMES_V=3
+	KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+SRC_URI=""
+DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment"
+HOMEPAGE="http://mate-desktop.org"
+
+LICENSE="metapackage"
+
+SLOT="0"
+IUSE="+base -bluetooth gtk3 help +notification +themes +extras"
+
+S="${WORKDIR}"
+
+RDEPEND="
+	=mate-base/mate-desktop-${MATE_BRANCH}*:0[gtk3(-)?]
+	=mate-base/mate-menus-${MATE_BRANCH}*:0
+	=mate-base/mate-panel-${MATE_BRANCH}*:0[gtk3(-)?]
+	=mate-base/mate-session-manager-${MATE_BRANCH}*:0
+	=mate-base/mate-settings-daemon-${MATE_BRANCH}*:0[gtk3(-)?]
+	=x11-wm/marco-${MATE_BRANCH}*:0[gtk3(-)?]
+	base? (
+		=mate-base/caja-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-base/mate-applets-meta-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-base/mate-control-center-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-extra/mate-media-${MATE_BRANCH}*:0[gtk3(-)?]
+		=x11-misc/mozo-${MATE_BRANCH}*:0
+		=x11-terms/mate-terminal-${MATE_BRANCH}*:0
+	)
+	bluetooth? ( net-wireless/blueman:0 )
+	themes? (
+		=x11-themes/mate-backgrounds-${MATE_BRANCH}*:0
+		=x11-themes/mate-icon-theme-${MATE_BRANCH}*:0
+		>=x11-themes/mate-themes-meta-${MATE_THEMES_V}:0
+	)
+	extras? (
+		=app-arch/engrampa-${MATE_BRANCH}*:0
+		=app-editors/pluma-${MATE_BRANCH}*:0[gtk3(-)?]
+		=app-text/atril-${MATE_BRANCH}*:0[gtk3(-)?]
+		gnome-extra/gnome-calculator:0
+		=mate-extra/caja-extensions-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-extra/mate-netbook-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-extra/mate-power-manager-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-extra/mate-screensaver-${MATE_BRANCH}*:0[gtk3(-)?]
+		=mate-extra/mate-system-monitor-${MATE_BRANCH}*:0
+		=mate-extra/mate-utils-${MATE_BRANCH}*:0[gtk3(-)?]
+		=media-gfx/eom-${MATE_BRANCH}*:0[gtk3(-)?]
+		sys-apps/gnome-disk-utility:0
+	)
+	help? (
+		gnome-extra/yelp:0
+		=mate-extra/mate-user-guide-${MATE_BRANCH}*:0
+	)
+"
+
+PDEPEND="
+	notification? ( =x11-misc/mate-notification-daemon-${MATE_BRANCH}*:0 )
+	virtual/notification-daemon:0"
+
+pkg_postinst() {
+	elog "For installation, usage and troubleshooting details regarding MATE;"
+	elog "read more about it at Gentoo Wiki: https://wiki.gentoo.org/wiki/MATE"
+	elog ""
+	if ! has_version x11-misc/mate-notification-daemon; then
+		elog "If you experience any issues with notifications, please try using"
+		elog "x11-misc/mate-notification-daemon instead your currently installed daemon"
+		elog ""
+	fi
+	elog "Some packages that are not included in this meta-package but may be of interest:"
+	elog "		mate-extra/caja-dropbox"
+	elog "		mate-extra/mate-user-share"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2017-06-04 15:18 Ettore Di Giacinto
  0 siblings, 0 replies; 29+ messages in thread
From: Ettore Di Giacinto @ 2017-06-04 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     ebe948510df455f722de881b710da27c67768a63
Author:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 15:09:01 2017 +0000
Commit:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 15:17:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe94851

mate-base/mate: Version bump to 1.18

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 mate-base/mate/mate-1.18.ebuild | 84 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 84 insertions(+)

diff --git a/mate-base/mate/mate-1.18.ebuild b/mate-base/mate/mate-1.18.ebuild
new file mode 100644
index 00000000000..0a25a2befbe
--- /dev/null
+++ b/mate-base/mate/mate-1.18.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == 9999 ]]; then
+	MATE_BRANCH=9999
+	MATE_THEMES_V=9999
+else
+	inherit versionator
+	MATE_BRANCH="$(get_version_component_range 1-2)"
+	MATE_THEMES_V=3
+	KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+SRC_URI=""
+DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment"
+HOMEPAGE="http://mate-desktop.org"
+
+LICENSE="metapackage"
+
+SLOT="0"
+IUSE="+base -bluetooth help +notification +themes +extras"
+
+S="${WORKDIR}"
+
+RDEPEND="
+	=mate-base/mate-desktop-${MATE_BRANCH}*:0
+	=mate-base/mate-menus-${MATE_BRANCH}*:0
+	=mate-base/mate-panel-${MATE_BRANCH}*:0
+	=mate-base/mate-session-manager-${MATE_BRANCH}*:0
+	=mate-base/mate-settings-daemon-${MATE_BRANCH}*:0
+	=x11-wm/marco-${MATE_BRANCH}*:0
+	base? (
+		=mate-base/caja-${MATE_BRANCH}*:0
+		=mate-base/mate-applets-meta-${MATE_BRANCH}*:0
+		=mate-base/mate-control-center-${MATE_BRANCH}*:0
+		=mate-extra/mate-media-${MATE_BRANCH}*:0
+		=x11-misc/mozo-${MATE_BRANCH}*:0
+		=x11-terms/mate-terminal-${MATE_BRANCH}*:0
+	)
+	bluetooth? ( net-wireless/blueman:0 )
+	themes? (
+		=x11-themes/mate-backgrounds-${MATE_BRANCH}*:0
+		=x11-themes/mate-icon-theme-${MATE_BRANCH}*:0
+		>=x11-themes/mate-themes-meta-${MATE_THEMES_V}:0
+	)
+	extras? (
+		=app-arch/engrampa-${MATE_BRANCH}*:0
+		=app-editors/pluma-${MATE_BRANCH}*:0
+		=app-text/atril-${MATE_BRANCH}*:0
+		=mate-extra/caja-extensions-${MATE_BRANCH}*:0
+		=mate-extra/mate-calc-${MATE_BRANCH}*:0
+		=mate-extra/mate-netbook-${MATE_BRANCH}*:0
+		=mate-extra/mate-power-manager-${MATE_BRANCH}*:0
+		=mate-extra/mate-screensaver-${MATE_BRANCH}*:0
+		=mate-extra/mate-system-monitor-${MATE_BRANCH}*:0
+		=mate-extra/mate-utils-${MATE_BRANCH}*:0
+		=media-gfx/eom-${MATE_BRANCH}*:0
+		sys-apps/gnome-disk-utility:0
+	)
+	help? (
+		gnome-extra/yelp:0
+		=mate-extra/mate-user-guide-${MATE_BRANCH}*:0
+	)
+"
+
+PDEPEND="
+	notification? ( =x11-misc/mate-notification-daemon-${MATE_BRANCH}*:0 )
+	virtual/notification-daemon:0"
+
+pkg_postinst() {
+	elog "For installation, usage and troubleshooting details regarding MATE;"
+	elog "read more about it at Gentoo Wiki: https://wiki.gentoo.org/wiki/MATE"
+	elog ""
+	if ! has_version x11-misc/mate-notification-daemon; then
+		elog "If you experience any issues with notifications, please try using"
+		elog "x11-misc/mate-notification-daemon instead your currently installed daemon"
+		elog ""
+	fi
+	elog "Some packages that are not included in this meta-package but may be of interest:"
+	elog "		mate-extra/caja-dropbox"
+	elog "		mate-extra/mate-user-share"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2018-09-10 16:19 Mikle Kolyada
  0 siblings, 0 replies; 29+ messages in thread
From: Mikle Kolyada @ 2018-09-10 16:19 UTC (permalink / raw
  To: gentoo-commits

commit:     36bafae5d181593e5e1a79cbaaaa7d1044d6f4d3
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 10 16:14:48 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 16:18:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36bafae5

mate-base/mate: amd64 stable wrt bug #625838

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 mate-base/mate/mate-1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate/mate-1.18.ebuild b/mate-base/mate/mate-1.18.ebuild
index 988b4ecb6df..0a80191d8d5 100644
--- a/mate-base/mate/mate-1.18.ebuild
+++ b/mate-base/mate/mate-1.18.ebuild
@@ -10,7 +10,7 @@ else
 	inherit versionator
 	MATE_BRANCH="$(get_version_component_range 1-2)"
 	MATE_THEMES_V=3
-	KEYWORDS="~amd64 ~arm ~arm64 x86"
+	KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 SRC_URI=""


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2019-03-17 11:11 Mikle Kolyada
  0 siblings, 0 replies; 29+ messages in thread
From: Mikle Kolyada @ 2019-03-17 11:11 UTC (permalink / raw
  To: gentoo-commits

commit:     b559f30e63812441320349dd711c2013ed232703
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 09:20:24 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 11:11:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b559f30e

mate-base/mate: Version bump (v1.22.0)

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

 mate-base/mate/mate-1.22.ebuild | 84 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 84 insertions(+)

diff --git a/mate-base/mate/mate-1.22.ebuild b/mate-base/mate/mate-1.22.ebuild
new file mode 100644
index 00000000000..eb43ab87775
--- /dev/null
+++ b/mate-base/mate/mate-1.22.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == 9999 ]]; then
+	MATE_BRANCH=9999
+	MATE_THEMES_V=9999
+else
+	inherit eapi7-ver
+	MATE_BRANCH="$(ver_cut 1-2)"
+	MATE_THEMES_V=3
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+SRC_URI=""
+DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment"
+HOMEPAGE="http://mate-desktop.org"
+
+LICENSE="metapackage"
+
+SLOT="0"
+IUSE="+base -bluetooth help +notification +themes +extras"
+
+S="${WORKDIR}"
+
+RDEPEND="
+	=mate-base/mate-desktop-${MATE_BRANCH}*
+	=mate-base/mate-menus-${MATE_BRANCH}*
+	=mate-base/mate-panel-${MATE_BRANCH}*
+	=mate-base/mate-session-manager-${MATE_BRANCH}*
+	=mate-base/mate-settings-daemon-${MATE_BRANCH}*
+	=x11-wm/marco-${MATE_BRANCH}*
+	base? (
+		=mate-base/caja-${MATE_BRANCH}*
+		=mate-base/mate-applets-meta-${MATE_BRANCH}*
+		=mate-base/mate-control-center-${MATE_BRANCH}*
+		=mate-extra/mate-media-${MATE_BRANCH}*
+		=x11-misc/mozo-${MATE_BRANCH}*
+		=x11-terms/mate-terminal-${MATE_BRANCH}*
+	)
+	bluetooth? ( net-wireless/blueman )
+	themes? (
+		=x11-themes/mate-backgrounds-${MATE_BRANCH}*
+		=x11-themes/mate-icon-theme-${MATE_BRANCH}*
+		>=x11-themes/mate-themes-meta-${MATE_THEMES_V}
+	)
+	extras? (
+		=app-arch/engrampa-${MATE_BRANCH}*
+		=app-editors/pluma-${MATE_BRANCH}*
+		=app-text/atril-${MATE_BRANCH}*
+		=mate-extra/caja-extensions-${MATE_BRANCH}*
+		=mate-extra/mate-calc-${MATE_BRANCH}*
+		=mate-extra/mate-netbook-${MATE_BRANCH}*
+		=mate-extra/mate-power-manager-${MATE_BRANCH}*
+		=mate-extra/mate-screensaver-${MATE_BRANCH}*
+		=mate-extra/mate-system-monitor-${MATE_BRANCH}*
+		=mate-extra/mate-utils-${MATE_BRANCH}*
+		=media-gfx/eom-${MATE_BRANCH}*
+		sys-apps/gnome-disk-utility
+	)
+	help? (
+		gnome-extra/yelp
+		=mate-extra/mate-user-guide-${MATE_BRANCH}*
+	)
+"
+
+PDEPEND="
+	notification? ( =x11-misc/mate-notification-daemon-${MATE_BRANCH}* )
+	virtual/notification-daemon:0"
+
+pkg_postinst() {
+	elog "For installation, usage and troubleshooting details regarding MATE;"
+	elog "read more about it at Gentoo Wiki: https://wiki.gentoo.org/wiki/MATE"
+	elog ""
+	if ! has_version x11-misc/mate-notification-daemon; then
+		elog "If you experience any issues with notifications, please try using"
+		elog "x11-misc/mate-notification-daemon instead your currently installed daemon"
+		elog ""
+	fi
+	elog "Some packages that are not included in this meta-package but may be of interest:"
+	elog "		mate-extra/caja-dropbox"
+	elog "		mate-extra/mate-user-share"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2019-04-22  1:47 Aaron Bauman
  0 siblings, 0 replies; 29+ messages in thread
From: Aaron Bauman @ 2019-04-22  1:47 UTC (permalink / raw
  To: gentoo-commits

commit:     44690e11c2af4a58e3c278f8d6967071e65fd7f4
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Apr 21 19:39:24 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 01:47:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44690e11

mate-base/mate: use HTTPS

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11767
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 mate-base/mate/mate-1.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate/mate-1.22.ebuild b/mate-base/mate/mate-1.22.ebuild
index 3a2c455d18f..20802025cab 100644
--- a/mate-base/mate/mate-1.22.ebuild
+++ b/mate-base/mate/mate-1.22.ebuild
@@ -15,7 +15,7 @@ fi
 
 SRC_URI=""
 DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment"
-HOMEPAGE="http://mate-desktop.org"
+HOMEPAGE="https://mate-desktop.org"
 
 LICENSE="metapackage"
 


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2020-04-06 17:49 Adam Feldman
  0 siblings, 0 replies; 29+ messages in thread
From: Adam Feldman @ 2020-04-06 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     0a92892efd119d1e15245fb8a77ec42e28fc6f55
Author:     Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 26 16:00:19 2020 +0000
Commit:     Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Apr  6 17:49:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a92892e

mate-base/mate: Bump to 1.24

Package-Manager: Portage-2.3.82, Repoman-2.3.18
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>

 mate-base/mate/mate-1.24.ebuild | 85 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 85 insertions(+)

diff --git a/mate-base/mate/mate-1.24.ebuild b/mate-base/mate/mate-1.24.ebuild
new file mode 100644
index 00000000000..65b6fec85df
--- /dev/null
+++ b/mate-base/mate/mate-1.24.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == 9999 ]]; then
+	MATE_BRANCH=9999
+	MATE_THEMES_V=9999
+else
+	inherit eapi7-ver
+	MATE_BRANCH="$(ver_cut 1-2)"
+	MATE_THEMES_V=3
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+SRC_URI=""
+DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment"
+HOMEPAGE="https://mate-desktop.org"
+
+LICENSE="metapackage"
+
+SLOT="0"
+IUSE="+base -bluetooth help +notification +themes +extras"
+
+S="${WORKDIR}"
+
+RDEPEND="
+	=mate-base/mate-desktop-${MATE_BRANCH}*
+	=mate-base/mate-menus-${MATE_BRANCH}*
+	=mate-base/mate-panel-${MATE_BRANCH}*
+	=mate-base/mate-session-manager-${MATE_BRANCH}*
+	=mate-base/mate-settings-daemon-${MATE_BRANCH}*
+	=x11-wm/marco-${MATE_BRANCH}*
+	base? (
+		=mate-base/caja-${MATE_BRANCH}*
+		=mate-base/mate-applets-meta-${MATE_BRANCH}*
+		=mate-base/mate-control-center-${MATE_BRANCH}*
+		=mate-extra/mate-media-${MATE_BRANCH}*
+		=x11-misc/mozo-${MATE_BRANCH}*
+		=x11-terms/mate-terminal-${MATE_BRANCH}*
+	)
+	bluetooth? ( net-wireless/blueman )
+	themes? (
+		=x11-themes/mate-backgrounds-${MATE_BRANCH}*
+		=x11-themes/mate-icon-theme-${MATE_BRANCH}*
+		>=x11-themes/mate-themes-meta-${MATE_THEMES_V}
+	)
+	extras? (
+		=app-arch/engrampa-${MATE_BRANCH}*
+		=app-editors/pluma-${MATE_BRANCH}*
+		=app-text/atril-${MATE_BRANCH}*
+		=mate-extra/caja-extensions-${MATE_BRANCH}*
+		=mate-extra/mate-calc-${MATE_BRANCH}*
+		=mate-extra/mate-netbook-${MATE_BRANCH}*
+		=mate-extra/mate-power-manager-${MATE_BRANCH}*
+		=mate-extra/mate-screensaver-${MATE_BRANCH}*
+		=mate-extra/mate-system-monitor-${MATE_BRANCH}*
+		=mate-extra/mate-utils-${MATE_BRANCH}*
+		=media-gfx/eom-${MATE_BRANCH}*
+	)
+	help? (
+		gnome-extra/yelp
+		=mate-extra/mate-user-guide-${MATE_BRANCH}*
+	)
+"
+
+PDEPEND="
+	notification? ( =x11-misc/mate-notification-daemon-${MATE_BRANCH}* )
+	virtual/notification-daemon:0"
+
+pkg_postinst() {
+	elog "For installation, usage and troubleshooting details regarding MATE;"
+	elog "read more about it at Gentoo Wiki: https://wiki.gentoo.org/wiki/MATE"
+	elog ""
+	if ! has_version x11-misc/mate-notification-daemon; then
+		elog "If you experience any issues with notifications, please try using"
+		elog "x11-misc/mate-notification-daemon instead your currently installed daemon"
+		elog ""
+	fi
+	elog "Some packages that are not included in this meta-package but may be of interest:"
+	elog "		mate-extra/caja-dropbox"
+	elog "		mate-extra/mate-user-share"
+	elog "		mate-extra/caja-admin"
+	elog "		mate-extra/caja-hide"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2020-08-07  3:18 Adam Feldman
  0 siblings, 0 replies; 29+ messages in thread
From: Adam Feldman @ 2020-08-07  3:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d0f2882bd659034ba0470fa3ada6811e2193c9f4
Author:     Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  7 02:43:15 2020 +0000
Commit:     Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri Aug  7 03:17:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f2882b

mate-base/mate: Stabilize 1.24 for amd64, x86

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>

 mate-base/mate/mate-1.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate/mate-1.24.ebuild b/mate-base/mate/mate-1.24.ebuild
index 65b6fec85df..7fb11931a3e 100644
--- a/mate-base/mate/mate-1.24.ebuild
+++ b/mate-base/mate/mate-1.24.ebuild
@@ -10,7 +10,7 @@ else
 	inherit eapi7-ver
 	MATE_BRANCH="$(ver_cut 1-2)"
 	MATE_THEMES_V=3
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 SRC_URI=""


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2021-06-03 19:15 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2021-06-03 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     4a7bd531de938da2c55ee63aaa12dba42752346f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  2 23:55:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  3 19:14:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7bd531

mate-base/mate: fix BadDefaultUseFlags

-foo in IUSE is discouraged. It is equivalent (in every meaningful case) to 'foo' but confuses parsing
tools like e.g. packages.gentoo.org.

Dropping '-' from these flags has no impact on the actual default behaviour.

See: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#iuse-defaults
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 mate-base/mate/mate-1.24.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mate-base/mate/mate-1.24.ebuild b/mate-base/mate/mate-1.24.ebuild
index 7fb11931a3e..d1dcbedfdcb 100644
--- a/mate-base/mate/mate-1.24.ebuild
+++ b/mate-base/mate/mate-1.24.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,7 @@ HOMEPAGE="https://mate-desktop.org"
 LICENSE="metapackage"
 
 SLOT="0"
-IUSE="+base -bluetooth help +notification +themes +extras"
+IUSE="+base bluetooth help +notification +themes +extras"
 
 S="${WORKDIR}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2022-06-28  2:03 WANG Xuerui
  0 siblings, 0 replies; 29+ messages in thread
From: WANG Xuerui @ 2022-06-28  2:03 UTC (permalink / raw
  To: gentoo-commits

commit:     bd12f179a58775ac56bb76afae5181b9168e07cd
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 01:58:48 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 01:58:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd12f179

mate-base/mate: keyword 1.24 for ~loong

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

 mate-base/mate/mate-1.24.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mate-base/mate/mate-1.24.ebuild b/mate-base/mate/mate-1.24.ebuild
index 4ff898f12c58..98ce83118b27 100644
--- a/mate-base/mate/mate-1.24.ebuild
+++ b/mate-base/mate/mate-1.24.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ else
 	inherit eapi7-ver
 	MATE_BRANCH="$(ver_cut 1-2)"
 	MATE_THEMES_V=3
-	KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
 fi
 
 SRC_URI=""


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2022-12-03  1:04 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2022-12-03  1:04 UTC (permalink / raw
  To: gentoo-commits

commit:     0dc8d560ffbacddb2bf117d458d9238797470ef0
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Fri Dec  2 11:33:39 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 01:04:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc8d560

mate-base/mate: bump version 1.26

Fix QA with 1.24 - remove dependency on mate-themes-meta

Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28508
Signed-off-by: Sam James <sam <AT> gentoo.org>

 mate-base/mate/mate-1.24.ebuild                         | 1 -
 mate-base/mate/{mate-1.24.ebuild => mate-1.26.0.ebuild} | 6 ++----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/mate-base/mate/mate-1.24.ebuild b/mate-base/mate/mate-1.24.ebuild
index 98ce83118b27..908ad880c495 100644
--- a/mate-base/mate/mate-1.24.ebuild
+++ b/mate-base/mate/mate-1.24.ebuild
@@ -43,7 +43,6 @@ RDEPEND="
 	themes? (
 		=x11-themes/mate-backgrounds-${MATE_BRANCH}*
 		=x11-themes/mate-icon-theme-${MATE_BRANCH}*
-		>=x11-themes/mate-themes-meta-${MATE_THEMES_V}
 	)
 	extras? (
 		=app-arch/engrampa-${MATE_BRANCH}*

diff --git a/mate-base/mate/mate-1.24.ebuild b/mate-base/mate/mate-1.26.0.ebuild
similarity index 95%
copy from mate-base/mate/mate-1.24.ebuild
copy to mate-base/mate/mate-1.26.0.ebuild
index 98ce83118b27..87e02d5b75f9 100644
--- a/mate-base/mate/mate-1.24.ebuild
+++ b/mate-base/mate/mate-1.26.0.ebuild
@@ -1,16 +1,15 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 if [[ ${PV} == 9999 ]]; then
 	MATE_BRANCH=9999
 	MATE_THEMES_V=9999
 else
-	inherit eapi7-ver
 	MATE_BRANCH="$(ver_cut 1-2)"
 	MATE_THEMES_V=3
-	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
 fi
 
 SRC_URI=""
@@ -43,7 +42,6 @@ RDEPEND="
 	themes? (
 		=x11-themes/mate-backgrounds-${MATE_BRANCH}*
 		=x11-themes/mate-icon-theme-${MATE_BRANCH}*
-		>=x11-themes/mate-themes-meta-${MATE_THEMES_V}
 	)
 	extras? (
 		=app-arch/engrampa-${MATE_BRANCH}*


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2022-12-16 20:39 Arthur Zamarin
  0 siblings, 0 replies; 29+ messages in thread
From: Arthur Zamarin @ 2022-12-16 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     3327f8fee663dd690a4029ee45ccb403a8e9f75b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 20:38:53 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 20:39:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3327f8fe

mate-base/mate: Stabilize 1.26.0 x86, #884079

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 mate-base/mate/mate-1.26.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate/mate-1.26.0.ebuild b/mate-base/mate/mate-1.26.0.ebuild
index a148f72b5501..ab3622d247c7 100644
--- a/mate-base/mate/mate-1.26.0.ebuild
+++ b/mate-base/mate/mate-1.26.0.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
 else
 	MATE_BRANCH="$(ver_cut 1-2)"
 	MATE_THEMES_V=3
-	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
 fi
 
 SRC_URI=""


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2022-12-21 10:00 Andreas Sturmlechner
  0 siblings, 0 replies; 29+ messages in thread
From: Andreas Sturmlechner @ 2022-12-21 10:00 UTC (permalink / raw
  To: gentoo-commits

commit:     0cd4cad881f7b1752f4a843aa681b3b1b5e3d22e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 09:21:44 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 09:59:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd4cad8

mate-base/mate: drop 1.24

Bug: https://bugs.gentoo.org/884079
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 mate-base/mate/mate-1.24.ebuild | 84 -----------------------------------------
 1 file changed, 84 deletions(-)

diff --git a/mate-base/mate/mate-1.24.ebuild b/mate-base/mate/mate-1.24.ebuild
deleted file mode 100644
index 908ad880c495..000000000000
--- a/mate-base/mate/mate-1.24.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} == 9999 ]]; then
-	MATE_BRANCH=9999
-	MATE_THEMES_V=9999
-else
-	inherit eapi7-ver
-	MATE_BRANCH="$(ver_cut 1-2)"
-	MATE_THEMES_V=3
-	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-fi
-
-SRC_URI=""
-DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment"
-HOMEPAGE="https://mate-desktop.org"
-
-LICENSE="metapackage"
-
-SLOT="0"
-IUSE="+base bluetooth help +notification +themes +extras"
-
-S="${WORKDIR}"
-
-RDEPEND="
-	=mate-base/mate-desktop-${MATE_BRANCH}*
-	=mate-base/mate-menus-${MATE_BRANCH}*
-	=mate-base/mate-panel-${MATE_BRANCH}*
-	=mate-base/mate-session-manager-${MATE_BRANCH}*
-	=mate-base/mate-settings-daemon-${MATE_BRANCH}*
-	=x11-wm/marco-${MATE_BRANCH}*
-	base? (
-		=mate-base/caja-${MATE_BRANCH}*
-		=mate-base/mate-applets-meta-${MATE_BRANCH}*
-		=mate-base/mate-control-center-${MATE_BRANCH}*
-		=mate-extra/mate-media-${MATE_BRANCH}*
-		=x11-misc/mozo-${MATE_BRANCH}*
-		=x11-terms/mate-terminal-${MATE_BRANCH}*
-	)
-	bluetooth? ( net-wireless/blueman )
-	themes? (
-		=x11-themes/mate-backgrounds-${MATE_BRANCH}*
-		=x11-themes/mate-icon-theme-${MATE_BRANCH}*
-	)
-	extras? (
-		=app-arch/engrampa-${MATE_BRANCH}*
-		=app-editors/pluma-${MATE_BRANCH}*
-		=app-text/atril-${MATE_BRANCH}*
-		=mate-extra/caja-extensions-${MATE_BRANCH}*
-		=mate-extra/mate-calc-${MATE_BRANCH}*
-		=mate-extra/mate-netbook-${MATE_BRANCH}*
-		=mate-extra/mate-power-manager-${MATE_BRANCH}*
-		=mate-extra/mate-screensaver-${MATE_BRANCH}*
-		=mate-extra/mate-system-monitor-${MATE_BRANCH}*
-		=mate-extra/mate-utils-${MATE_BRANCH}*
-		=media-gfx/eom-${MATE_BRANCH}*
-	)
-	help? (
-		gnome-extra/yelp
-		=mate-extra/mate-user-guide-${MATE_BRANCH}*
-	)
-"
-
-PDEPEND="
-	notification? ( =x11-misc/mate-notification-daemon-${MATE_BRANCH}* )
-	virtual/notification-daemon:0"
-
-pkg_postinst() {
-	elog "For installation, usage and troubleshooting details regarding MATE;"
-	elog "read more about it at Gentoo Wiki: https://wiki.gentoo.org/wiki/MATE"
-	elog ""
-	if ! has_version x11-misc/mate-notification-daemon; then
-		elog "If you experience any issues with notifications, please try using"
-		elog "x11-misc/mate-notification-daemon instead your currently installed daemon"
-		elog ""
-	fi
-	elog "Some packages that are not included in this meta-package but may be of interest:"
-	elog "		mate-extra/caja-dropbox"
-	elog "		mate-extra/mate-user-share"
-	elog "		mate-extra/caja-admin"
-	elog "		mate-extra/caja-hide"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2023-10-19 14:53 Pacho Ramos
  0 siblings, 0 replies; 29+ messages in thread
From: Pacho Ramos @ 2023-10-19 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     57407de0876c702b28e6391074881b4efc17edcc
Author:     dhirsbrunner <53242025+dhirsbrunner <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Mon Jul 17 05:50:11 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 14:52:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57407de0

mate-base/mate: remove reference to mate-extra/caja-hide

mate-extra/caja-hide was removed from the repository in commit
898126b9f1ab3878346364fa051f3df163a5320e

Signed-off-by: dhirsbrunner <53242025+dhirsbrunner <AT> users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/31921
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 mate-base/mate/mate-1.26.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mate-base/mate/mate-1.26.0.ebuild b/mate-base/mate/mate-1.26.0.ebuild
index ab3622d247c7..7131adb71994 100644
--- a/mate-base/mate/mate-1.26.0.ebuild
+++ b/mate-base/mate/mate-1.26.0.ebuild
@@ -79,5 +79,4 @@ pkg_postinst() {
 	elog "		mate-extra/caja-dropbox"
 	elog "		mate-extra/mate-user-share"
 	elog "		mate-extra/caja-admin"
-	elog "		mate-extra/caja-hide"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2023-10-19 14:53 Pacho Ramos
  0 siblings, 0 replies; 29+ messages in thread
From: Pacho Ramos @ 2023-10-19 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     42588f4eda7877ca25f71fd5503ded6d7705388d
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 13:36:59 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 14:52:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42588f4e

mate-base/mate: update copyright year

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 mate-base/mate/mate-1.26.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate/mate-1.26.0.ebuild b/mate-base/mate/mate-1.26.0.ebuild
index 7131adb71994..d403a27ba33f 100644
--- a/mate-base/mate/mate-1.26.0.ebuild
+++ b/mate-base/mate/mate-1.26.0.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


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2024-01-01 20:35 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2024-01-01 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     2510dd9a715d53dfd0500fad29567c8d2fe6694f
Author:     Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Fri Dec 22 09:16:41 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  1 20:34:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2510dd9a

mate-base/mate: +theme depends on x11-themes/mate-themes

As per bug, it is reasonable to assume that +themes would pull x11-themes/mate-themes in the meta package.

Closes: https://bugs.gentoo.org/890959
Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34413
Signed-off-by: Sam James <sam <AT> gentoo.org>

 mate-base/mate/mate-1.26.0-r1.ebuild | 83 +++++++++++++++++++++++++++++++++++
 mate-base/mate/mate-1.27.0-r1.ebuild | 85 ++++++++++++++++++++++++++++++++++++
 2 files changed, 168 insertions(+)

diff --git a/mate-base/mate/mate-1.26.0-r1.ebuild b/mate-base/mate/mate-1.26.0-r1.ebuild
new file mode 100644
index 000000000000..6d46f5c6b7a6
--- /dev/null
+++ b/mate-base/mate/mate-1.26.0-r1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MATE_THEMES_V=3
+MATE_BRANCH="$(ver_cut 1-2)"
+MINOR=$(($(ver_cut 2) % 2))
+
+if [[ ${MINOR} -eq 0 ]]; then
+        KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
+fi
+
+DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment"
+HOMEPAGE="https://mate-desktop.org"
+
+LICENSE="metapackage"
+
+SLOT="0"
+IUSE="+base bluetooth help +notification +themes +extras"
+
+S="${WORKDIR}"
+
+RDEPEND="
+	=mate-base/mate-desktop-${MATE_BRANCH}*
+	=mate-base/mate-menus-${MATE_BRANCH}*
+	=mate-base/mate-panel-${MATE_BRANCH}*
+	=mate-base/mate-session-manager-${MATE_BRANCH}*
+	=mate-base/mate-settings-daemon-${MATE_BRANCH}*
+	=x11-wm/marco-${MATE_BRANCH}*
+	base? (
+		=mate-base/caja-${MATE_BRANCH}*
+		=mate-base/mate-applets-meta-${MATE_BRANCH}*
+		=mate-base/mate-control-center-${MATE_BRANCH}*
+		=mate-extra/mate-media-${MATE_BRANCH}*
+		=x11-misc/mozo-${MATE_BRANCH}*
+		=x11-terms/mate-terminal-${MATE_BRANCH}*
+	)
+	bluetooth? ( net-wireless/blueman )
+	themes? (
+		=x11-themes/mate-backgrounds-${MATE_BRANCH}*
+		=x11-themes/mate-icon-theme-${MATE_BRANCH}*
+		=x11-themes/mate-themes-${MATE_THEMES_V}*
+	)
+	extras? (
+		=app-arch/engrampa-${MATE_BRANCH}*
+		=app-editors/pluma-${MATE_BRANCH}*
+		=app-text/atril-${MATE_BRANCH}*
+		=mate-extra/caja-extensions-${MATE_BRANCH}*
+		=mate-extra/mate-calc-${MATE_BRANCH}*
+		=mate-extra/mate-netbook-${MATE_BRANCH}*
+		=mate-extra/mate-power-manager-${MATE_BRANCH}*
+		=mate-extra/mate-screensaver-${MATE_BRANCH}*
+		=mate-extra/mate-system-monitor-${MATE_BRANCH}*
+		=mate-extra/mate-utils-${MATE_BRANCH}*
+		=media-gfx/eom-${MATE_BRANCH}*
+	)
+	help? (
+		gnome-extra/yelp
+		=mate-extra/mate-user-guide-${MATE_BRANCH}*
+	)
+"
+
+PDEPEND="
+	notification? ( =x11-misc/mate-notification-daemon-${MATE_BRANCH}* )
+	virtual/notification-daemon:0"
+
+pkg_postinst() {
+	elog "Please report all bugs to https:/bugs.gentoo.org"
+	elog ""
+	elog "For installation, usage and troubleshooting details regarding MATE;"
+	elog "read more about it at Gentoo Wiki: https://wiki.gentoo.org/wiki/MATE"
+	elog ""
+	if ! has_version x11-misc/mate-notification-daemon; then
+		elog "If you experience any issues with notifications, please try using"
+		elog "x11-misc/mate-notification-daemon instead your currently installed daemon"
+		elog ""
+	fi
+	elog "Some packages that are not included in this meta-package but may be of interest:"
+	elog "		mate-extra/caja-dropbox"
+	elog "		mate-extra/mate-user-share"
+	elog "		mate-extra/caja-admin"
+}

diff --git a/mate-base/mate/mate-1.27.0-r1.ebuild b/mate-base/mate/mate-1.27.0-r1.ebuild
new file mode 100644
index 000000000000..bbd8f50e50b1
--- /dev/null
+++ b/mate-base/mate/mate-1.27.0-r1.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MATE_THEMES_V=3
+MATE_BRANCH="$(ver_cut 1-2)"
+MINOR=$(($(ver_cut 2) % 2))
+
+if [[ ${MINOR} -eq 0 ]]; then
+        KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+fi
+
+SRC_URI=""
+DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment"
+HOMEPAGE="https://mate-desktop.org"
+
+LICENSE="metapackage"
+
+SLOT="0"
+IUSE="+base bluetooth help +notification +themes +extras"
+
+S="${WORKDIR}"
+
+RDEPEND="
+	=mate-base/mate-desktop-${MATE_BRANCH}*
+	=mate-base/mate-menus-${MATE_BRANCH}*
+	=mate-base/mate-panel-${MATE_BRANCH}*
+	=mate-base/mate-session-manager-${MATE_BRANCH}*
+	=mate-base/mate-settings-daemon-${MATE_BRANCH}*
+	=x11-wm/marco-${MATE_BRANCH}*
+	base? (
+		=mate-base/caja-${MATE_BRANCH}*
+		=mate-base/mate-applets-meta-${MATE_BRANCH}*
+		=mate-base/mate-control-center-${MATE_BRANCH}*
+		=mate-extra/mate-media-${MATE_BRANCH}*
+		=x11-misc/mozo-${MATE_BRANCH}*
+		=x11-terms/mate-terminal-${MATE_BRANCH}*
+	)
+	bluetooth? ( net-wireless/blueman )
+	themes? (
+		=x11-themes/mate-backgrounds-${MATE_BRANCH}*
+		=x11-themes/mate-icon-theme-${MATE_BRANCH}*
+		=x11-themes/mate-themes-${MATE_THEMES_V}*
+	)
+	extras? (
+		=app-arch/engrampa-${MATE_BRANCH}*
+		=app-editors/pluma-${MATE_BRANCH}*
+		=app-text/atril-${MATE_BRANCH}*
+		=mate-extra/caja-extensions-${MATE_BRANCH}*
+		=mate-extra/mate-calc-${MATE_BRANCH}*
+		=mate-extra/mate-netbook-${MATE_BRANCH}*
+		=mate-extra/mate-power-manager-${MATE_BRANCH}*
+		=mate-extra/mate-screensaver-${MATE_BRANCH}*
+		=mate-extra/mate-system-monitor-${MATE_BRANCH}*
+		=mate-extra/mate-utils-${MATE_BRANCH}*
+		=media-gfx/eom-${MATE_BRANCH}*
+	)
+	help? (
+		gnome-extra/yelp
+		=mate-extra/mate-user-guide-${MATE_BRANCH}*
+	)
+"
+
+PDEPEND="
+	notification? ( =x11-misc/mate-notification-daemon-${MATE_BRANCH}* )
+	virtual/notification-daemon:0"
+
+pkg_postinst() {
+	elog "1.27.x is a development release, if a stable desktop experince is required then use 1.26."
+	elog "Please report all issues to https:/bugs.gentoo.org"
+	elog ""
+	elog "For installation, usage and troubleshooting details regarding MATE;"
+	elog "read more about it at Gentoo Wiki: https://wiki.gentoo.org/wiki/MATE"
+	elog ""
+	if ! has_version x11-misc/mate-notification-daemon; then
+		elog "If you experience any issues with notifications, please try using"
+		elog "x11-misc/mate-notification-daemon instead your currently installed daemon"
+		elog ""
+	fi
+	elog "Some packages that are not included in this meta-package but may be of interest:"
+	elog "		mate-extra/caja-dropbox"
+	elog "		mate-extra/mate-user-share"
+	elog "		mate-extra/caja-admin"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2024-06-18  8:06 Joonas Niilola
  0 siblings, 0 replies; 29+ messages in thread
From: Joonas Niilola @ 2024-06-18  8:06 UTC (permalink / raw
  To: gentoo-commits

commit:     9db81bd789f82867b02e3e3a3194bdf0070f3502
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 08:04:32 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 08:04:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db81bd7

mate-base/mate: Stabilize 1.28.0 x86, #932645

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 mate-base/mate/mate-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate/mate-1.28.0.ebuild b/mate-base/mate/mate-1.28.0.ebuild
index 19707919c11b..3e1308e89f8e 100644
--- a/mate-base/mate/mate-1.28.0.ebuild
+++ b/mate-base/mate/mate-1.28.0.ebuild
@@ -8,7 +8,7 @@ MATE_BRANCH="$(ver_cut 1-2)"
 MINOR=$(($(ver_cut 2) % 2))
 
 if [[ ${MINOR} -eq 0 ]]; then
-	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
 fi
 
 DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment"


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

* [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/
@ 2024-09-10  3:34 Eli Schwartz
  0 siblings, 0 replies; 29+ messages in thread
From: Eli Schwartz @ 2024-09-10  3:34 UTC (permalink / raw
  To: gentoo-commits

commit:     e353e3bc5e3d20512372f6c193df4d3b3a7301ea
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 02:52:14 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 02:52:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e353e3bc

mate-base/mate: drop last-rited mate-netbook from metapackage

Fixes: 20b151d4eab1eb285271b9c2f4d3449ea05654e7
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 mate-base/mate/{mate-1.26.0-r1.ebuild => mate-1.26.0-r2.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mate-base/mate/mate-1.26.0-r1.ebuild b/mate-base/mate/mate-1.26.0-r2.ebuild
similarity index 98%
rename from mate-base/mate/mate-1.26.0-r1.ebuild
rename to mate-base/mate/mate-1.26.0-r2.ebuild
index 9cfaebde80d6..13bafd65da5a 100644
--- a/mate-base/mate/mate-1.26.0-r1.ebuild
+++ b/mate-base/mate/mate-1.26.0-r2.ebuild
@@ -48,7 +48,6 @@ RDEPEND="
 		=app-text/atril-${MATE_BRANCH}*
 		=mate-extra/caja-extensions-${MATE_BRANCH}*
 		=mate-extra/mate-calc-${MATE_BRANCH}*
-		=mate-extra/mate-netbook-${MATE_BRANCH}*
 		=mate-extra/mate-power-manager-${MATE_BRANCH}*
 		=mate-extra/mate-screensaver-${MATE_BRANCH}*
 		=mate-extra/mate-system-monitor-${MATE_BRANCH}*


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

end of thread, other threads:[~2024-09-10  3:34 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-10 18:23 [gentoo-commits] repo/gentoo:master commit in: mate-base/mate/ NP Hardass
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10  3:34 Eli Schwartz
2024-06-18  8:06 Joonas Niilola
2024-01-01 20:35 Sam James
2023-10-19 14:53 Pacho Ramos
2023-10-19 14:53 Pacho Ramos
2022-12-21 10:00 Andreas Sturmlechner
2022-12-16 20:39 Arthur Zamarin
2022-12-03  1:04 Sam James
2022-06-28  2:03 WANG Xuerui
2021-06-03 19:15 Sam James
2020-08-07  3:18 Adam Feldman
2020-04-06 17:49 Adam Feldman
2019-04-22  1:47 Aaron Bauman
2019-03-17 11:11 Mikle Kolyada
2018-09-10 16:19 Mikle Kolyada
2017-06-04 15:18 Ettore Di Giacinto
2016-12-08 15:31 Ettore Di Giacinto
2016-11-24 22:22 Ettore Di Giacinto
2016-11-21 11:02 Ettore Di Giacinto
2016-10-15  2:59 NP Hardass
2016-10-15  2:59 NP Hardass
2016-09-05  3:31 NP Hardass
2016-08-12  5:13 NP Hardass
2016-07-25 18:36 NP Hardass
2016-05-30 19:18 Mikle Kolyada
2016-02-22 20:48 NP Hardass
2016-02-20 15:55 NP Hardass
2016-02-09  2:49 NP Hardass

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