* [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/
@ 2016-01-26 18:09 NP Hardass
0 siblings, 0 replies; 18+ messages in thread
From: NP Hardass @ 2016-01-26 18:09 UTC (permalink / raw
To: gentoo-commits
commit: 3b5f37bef0d13d6d71bf5896fd8f13111e5dcbc5
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 23:23:04 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 23:23:04 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=3b5f37be
mate-base/mate: Switch from mate-applets to mate-applets-meta
Uses new meta package for applets to allow for easier support of other
applet packages.
Package-Manager: portage-2.2.26
mate-base/mate/mate-1.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mate-base/mate/mate-1.10.0.ebuild b/mate-base/mate/mate-1.10.0.ebuild
index 139436e..236acf7 100644
--- a/mate-base/mate/mate-1.10.0.ebuild
+++ b/mate-base/mate/mate-1.10.0.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
=x11-wm/marco-${MATE_MV}*:0
base? (
=mate-base/caja-${MATE_MV}*:0
- =mate-base/mate-applets-${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
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/
@ 2016-02-20 15:53 NP Hardass
0 siblings, 0 replies; 18+ messages in thread
From: NP Hardass @ 2016-02-20 15:53 UTC (permalink / raw
To: gentoo-commits
commit: 4553ffad19bb1e1b05de0f07484114c89411e185
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:52:32 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=4553ffad
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] 18+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/
@ 2016-02-22 17:11 NP Hardass
0 siblings, 0 replies; 18+ messages in thread
From: NP Hardass @ 2016-02-22 17:11 UTC (permalink / raw
To: gentoo-commits
commit: dfaae4c0a93def4ab02d467dd002d7616495658d
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 17:03:32 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=dfaae4c0
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] 18+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/
@ 2016-06-17 17:39 NP Hardass
0 siblings, 0 replies; 18+ messages in thread
From: NP Hardass @ 2016-06-17 17:39 UTC (permalink / raw
To: gentoo-commits
commit: 812f74e2c31cad4e8240c260e1a95e8578fe3c93
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 08:37:46 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 17:35:53 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=812f74e2
mate-base/mate: Version bump to 1.12, add 9999, add gtk3
Package-Manager: portage-2.2.26
mate-base/mate/mate-1.12.ebuild | 84 +++++++++++++++++++++++++++++++++++++++++
mate-base/mate/mate-9999.ebuild | 83 ++++++++++++++++++++++++++++++++++++++++
mate-base/mate/metadata.xml | 3 ++
3 files changed, 170 insertions(+)
diff --git a/mate-base/mate/mate-1.12.ebuild b/mate-base/mate/mate-1.12.ebuild
new file mode 100644
index 0000000..5c61d51
--- /dev/null
+++ b/mate-base/mate/mate-1.12.ebuild
@@ -0,0 +1,84 @@
+# 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
+else
+ inherit versionator
+ MATE_BRANCH="$(get_version_component_range 1-2)"
+ 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_BRANCH}*: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/mate-9999.ebuild b/mate-base/mate/mate-9999.ebuild
new file mode 100644
index 0000000..43d1af4
--- /dev/null
+++ b/mate-base/mate/mate-9999.ebuild
@@ -0,0 +1,83 @@
+# 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
+else
+ inherit versionator
+ MATE_BRANCH="$(get_version_component_range 1-2)"
+ 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_BRANCH}*: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(-)?]
+ 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] 18+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/
@ 2016-08-02 6:50 NP Hardass
0 siblings, 0 replies; 18+ messages in thread
From: NP Hardass @ 2016-08-02 6:50 UTC (permalink / raw
To: gentoo-commits
commit: 63e62c2ef57416e6ca0623d0841c94d45dcee867
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 2 06:19:19 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Tue Aug 2 06:50:01 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=63e62c2e
mate-base/mate: Add support for new themes versions
Package-Manager: portage-2.2.28
mate-base/mate/mate-1.10.0-r3.ebuild | 80 +++++++++++++++++++++++++++++++++
mate-base/mate/mate-1.12-r1.ebuild | 86 ++++++++++++++++++++++++++++++++++++
mate-base/mate/mate-9999-r1.ebuild | 85 +++++++++++++++++++++++++++++++++++
3 files changed, 251 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/mate-9999-r1.ebuild b/mate-base/mate/mate-9999-r1.ebuild
new file mode 100644
index 0000000..049ead3
--- /dev/null
+++ b/mate-base/mate/mate-9999-r1.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[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(-)?]
+ 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] 18+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/
@ 2016-08-11 6:06 NP Hardass
0 siblings, 0 replies; 18+ messages in thread
From: NP Hardass @ 2016-08-11 6:06 UTC (permalink / raw
To: gentoo-commits
commit: 998b4648746645ea0dc9f3397e64411fb185d4c6
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 9 21:02:22 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Tue Aug 9 21:02:22 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=998b4648
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 ---------------------------------
mate-base/mate/mate-1.12.ebuild | 84 -----------------------------------
mate-base/mate/mate-9999-r1.ebuild | 85 ------------------------------------
mate-base/mate/mate-9999.ebuild | 4 +-
4 files changed, 3 insertions(+), 250 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 c059fa7..0000000
--- 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"
-}
diff --git a/mate-base/mate/mate-1.12.ebuild b/mate-base/mate/mate-1.12.ebuild
deleted file mode 100644
index 5c61d51..0000000
--- a/mate-base/mate/mate-1.12.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# 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
-else
- inherit versionator
- MATE_BRANCH="$(get_version_component_range 1-2)"
- 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_BRANCH}*: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/mate-9999-r1.ebuild b/mate-base/mate/mate-9999-r1.ebuild
deleted file mode 100644
index 049ead3..0000000
--- a/mate-base/mate/mate-9999-r1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# 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(-)?]
- 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/mate-9999.ebuild b/mate-base/mate/mate-9999.ebuild
index 43d1af4..049ead3 100644
--- a/mate-base/mate/mate-9999.ebuild
+++ b/mate-base/mate/mate-9999.ebuild
@@ -6,9 +6,11 @@ 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
@@ -42,7 +44,7 @@ RDEPEND="
themes? (
=x11-themes/mate-backgrounds-${MATE_BRANCH}*:0
=x11-themes/mate-icon-theme-${MATE_BRANCH}*:0
- =x11-themes/mate-themes-meta-${MATE_BRANCH}*:0
+ >=x11-themes/mate-themes-meta-${MATE_THEMES_V}:0
)
extras? (
=app-arch/engrampa-${MATE_BRANCH}*:0[gtk3(-)?]
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/
@ 2016-08-13 18:49 NP Hardass
0 siblings, 0 replies; 18+ messages in thread
From: NP Hardass @ 2016-08-13 18:49 UTC (permalink / raw
To: gentoo-commits
commit: 891415db5cfce3d0e4c2d60168b695d32d0b4a0c
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 12 16:09:58 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri Aug 12 16:09:58 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=891415db
mate-base/mate: Drop gtk3 flag from mozo and mate-system-monitor
Package-Manager: portage-2.3.0
mate-base/mate/mate-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mate-base/mate/mate-9999.ebuild b/mate-base/mate/mate-9999.ebuild
index 049ead3..8372a39 100644
--- a/mate-base/mate/mate-9999.ebuild
+++ b/mate-base/mate/mate-9999.ebuild
@@ -37,7 +37,7 @@ RDEPEND="
=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-misc/mozo-${MATE_BRANCH}*:0
=x11-terms/mate-terminal-${MATE_BRANCH}*:0[gtk3(-)?]
)
bluetooth? ( net-wireless/blueman:0 )
@@ -55,7 +55,7 @@ RDEPEND="
=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-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
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/
@ 2016-09-10 18:56 NP Hardass
0 siblings, 0 replies; 18+ messages in thread
From: NP Hardass @ 2016-09-10 18:56 UTC (permalink / raw
To: gentoo-commits
commit: f32d128e5c236ba5d1f6ff72d53b7e083f82c9ff
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 5 18:15:09 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Sep 5 18:15:21 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=f32d128e
mate-base/mate: Version bump to 1.14, update 9999
Package-Manager: portage-2.3.0
mate-base/mate/{mate-9999.ebuild => mate-1.14.ebuild} | 0
mate-base/mate/mate-9999.ebuild | 8 ++++----
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/mate-base/mate/mate-9999.ebuild b/mate-base/mate/mate-1.14.ebuild
similarity index 100%
copy from mate-base/mate/mate-9999.ebuild
copy to mate-base/mate/mate-1.14.ebuild
diff --git a/mate-base/mate/mate-9999.ebuild b/mate-base/mate/mate-9999.ebuild
index 8372a39..5781c83 100644
--- a/mate-base/mate/mate-9999.ebuild
+++ b/mate-base/mate/mate-9999.ebuild
@@ -29,7 +29,7 @@ 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-session-manager-${MATE_BRANCH}*:0
=mate-base/mate-settings-daemon-${MATE_BRANCH}*:0[gtk3(-)?]
=x11-wm/marco-${MATE_BRANCH}*:0[gtk3(-)?]
base? (
@@ -38,7 +38,7 @@ RDEPEND="
=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(-)?]
+ =x11-terms/mate-terminal-${MATE_BRANCH}*:0
)
bluetooth? ( net-wireless/blueman:0 )
themes? (
@@ -47,7 +47,7 @@ RDEPEND="
>=x11-themes/mate-themes-meta-${MATE_THEMES_V}:0
)
extras? (
- =app-arch/engrampa-${MATE_BRANCH}*:0[gtk3(-)?]
+ =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
@@ -67,7 +67,7 @@ RDEPEND="
"
PDEPEND="
- notification? ( =x11-misc/mate-notification-daemon-${MATE_BRANCH}*:0[gtk3(-)?] )
+ notification? ( =x11-misc/mate-notification-daemon-${MATE_BRANCH}*:0 )
virtual/notification-daemon:0"
pkg_postinst() {
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/
@ 2016-10-15 2:22 NP Hardass
0 siblings, 0 replies; 18+ messages in thread
From: NP Hardass @ 2016-10-15 2:22 UTC (permalink / raw
To: gentoo-commits
commit: 35ffa305d343281886a16ecc3f9a10251600a98a
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 01:26:33 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=35ffa305
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] 18+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/
@ 2016-10-15 2:22 NP Hardass
0 siblings, 0 replies; 18+ messages in thread
From: NP Hardass @ 2016-10-15 2:22 UTC (permalink / raw
To: gentoo-commits
commit: 4a21e1151724f1d1eedf5fc113e0844eb8d73728
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 01:26:33 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=4a21e115
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] 18+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/
@ 2016-11-22 11:11 Ettore Di Giacinto
0 siblings, 0 replies; 18+ messages in thread
From: Ettore Di Giacinto @ 2016-11-22 11:11 UTC (permalink / raw
To: gentoo-commits
commit: f24e9ece7809d99ca67074d9d261409e6ed4d7f0
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: Tue Nov 22 11:10:42 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=f24e9ece
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 99097a2..0000000
--- 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] 18+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/
@ 2016-11-29 19:49 Ettore Di Giacinto
0 siblings, 0 replies; 18+ messages in thread
From: Ettore Di Giacinto @ 2016-11-29 19:49 UTC (permalink / raw
To: gentoo-commits
commit: 2f5df461db4ed372359934438b4056e4245e0a3b
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: Tue Nov 29 18:44:48 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=2f5df461
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 0000000..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] 18+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/
@ 2017-03-16 16:17 Ettore Di Giacinto
0 siblings, 0 replies; 18+ messages in thread
From: Ettore Di Giacinto @ 2017-03-16 16:17 UTC (permalink / raw
To: gentoo-commits
commit: 50f24b68627f141ea7e318c55529ec8c3ccbd18d
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 15:00:19 2017 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 15:00:19 2017 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=50f24b68
mate-base/mate: Drop gtk3 useflag from live ebuild
* Add mate-extra/mate-calc
Package-Manager: Portage-2.3.3, Repoman-2.3.1
mate-base/mate/mate-9999.ebuild | 37 +++++++++++++++++++------------------
1 file changed, 19 insertions(+), 18 deletions(-)
diff --git a/mate-base/mate/mate-9999.ebuild b/mate-base/mate/mate-9999.ebuild
index 131f68c..89a17f0 100644
--- a/mate-base/mate/mate-9999.ebuild
+++ b/mate-base/mate/mate-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,22 +20,22 @@ HOMEPAGE="http://mate-desktop.org"
LICENSE="metapackage"
SLOT="0"
-IUSE="+base -bluetooth gtk3 help +notification +themes +extras"
+IUSE="+base -bluetooth help +notification +themes +extras"
S="${WORKDIR}"
RDEPEND="
- =mate-base/mate-desktop-${MATE_BRANCH}*:0[gtk3(-)?]
+ =mate-base/mate-desktop-${MATE_BRANCH}*:0
=mate-base/mate-menus-${MATE_BRANCH}*:0
- =mate-base/mate-panel-${MATE_BRANCH}*:0[gtk3(-)?]
+ =mate-base/mate-panel-${MATE_BRANCH}*:0
=mate-base/mate-session-manager-${MATE_BRANCH}*:0
- =mate-base/mate-settings-daemon-${MATE_BRANCH}*:0[gtk3(-)?]
- =x11-wm/marco-${MATE_BRANCH}*:0[gtk3(-)?]
+ =mate-base/mate-settings-daemon-${MATE_BRANCH}*:0
+ =x11-wm/marco-${MATE_BRANCH}*:0
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(-)?]
+ =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
)
@@ -47,16 +47,17 @@ RDEPEND="
)
extras? (
=app-arch/engrampa-${MATE_BRANCH}*:0
- =app-editors/pluma-${MATE_BRANCH}*:0[gtk3(-)?]
- =app-text/atril-${MATE_BRANCH}*:0[gtk3(-)?]
+ =app-editors/pluma-${MATE_BRANCH}*:0
+ =app-text/atril-${MATE_BRANCH}*:0
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/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[gtk3(-)?]
- =media-gfx/eom-${MATE_BRANCH}*:0[gtk3(-)?]
+ =mate-extra/mate-utils-${MATE_BRANCH}*:0
+ =media-gfx/eom-${MATE_BRANCH}*:0
sys-apps/gnome-disk-utility:0
)
help? (
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/
@ 2017-03-16 16:17 Ettore Di Giacinto
0 siblings, 0 replies; 18+ messages in thread
From: Ettore Di Giacinto @ 2017-03-16 16:17 UTC (permalink / raw
To: gentoo-commits
commit: 8700df49d35fdde084749d8cdf555bd7b6bbf57c
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: Thu Mar 16 15:09:01 2017 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=8700df49
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 | 85 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 85 insertions(+)
diff --git a/mate-base/mate/mate-1.18.ebuild b/mate-base/mate/mate-1.18.ebuild
new file mode 100644
index 0000000..89a17f0
--- /dev/null
+++ b/mate-base/mate/mate-1.18.ebuild
@@ -0,0 +1,85 @@
+# 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
+ gnome-extra/gnome-calculator: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] 18+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/
@ 2017-03-17 10:09 Ettore Di Giacinto
0 siblings, 0 replies; 18+ messages in thread
From: Ettore Di Giacinto @ 2017-03-17 10:09 UTC (permalink / raw
To: gentoo-commits
commit: 60a99006f593e772304a144c439bbce1896889a2
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 10:06:06 2017 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 10:06:06 2017 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=60a99006
mate-base/mate: Drop gnome-extra/gnome-calculator from metapackage
Since 1.18 MATE added back mate-calc, so we can drop the gnome version.
Thanks @gsra99
Package-Manager: Portage-2.3.3, Repoman-2.3.1
mate-base/mate/mate-1.18.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/mate-base/mate/mate-1.18.ebuild b/mate-base/mate/mate-1.18.ebuild
index 89a17f0..0a25a2b 100644
--- a/mate-base/mate/mate-1.18.ebuild
+++ b/mate-base/mate/mate-1.18.ebuild
@@ -49,7 +49,6 @@ RDEPEND="
=app-arch/engrampa-${MATE_BRANCH}*:0
=app-editors/pluma-${MATE_BRANCH}*:0
=app-text/atril-${MATE_BRANCH}*:0
- gnome-extra/gnome-calculator:0
=mate-extra/caja-extensions-${MATE_BRANCH}*:0
=mate-extra/mate-calc-${MATE_BRANCH}*:0
=mate-extra/mate-netbook-${MATE_BRANCH}*:0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/
@ 2017-03-17 10:09 Ettore Di Giacinto
0 siblings, 0 replies; 18+ messages in thread
From: Ettore Di Giacinto @ 2017-03-17 10:09 UTC (permalink / raw
To: gentoo-commits
commit: b67444707b26a00a35c1782990e38fe439baa10f
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 10:06:32 2017 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 10:06:32 2017 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=b6744470
mate-base/mate: sync live ebuild changes
Package-Manager: Portage-2.3.3, Repoman-2.3.1
mate-base/mate/mate-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/mate-base/mate/mate-9999.ebuild b/mate-base/mate/mate-9999.ebuild
index 89a17f0..0a25a2b 100644
--- a/mate-base/mate/mate-9999.ebuild
+++ b/mate-base/mate/mate-9999.ebuild
@@ -49,7 +49,6 @@ RDEPEND="
=app-arch/engrampa-${MATE_BRANCH}*:0
=app-editors/pluma-${MATE_BRANCH}*:0
=app-text/atril-${MATE_BRANCH}*:0
- gnome-extra/gnome-calculator:0
=mate-extra/caja-extensions-${MATE_BRANCH}*:0
=mate-extra/mate-calc-${MATE_BRANCH}*:0
=mate-extra/mate-netbook-${MATE_BRANCH}*:0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/
@ 2020-04-09 22:52 Adam Feldman
0 siblings, 0 replies; 18+ messages in thread
From: Adam Feldman @ 2020-04-09 22:52 UTC (permalink / raw
To: gentoo-commits
commit: f738870d4f206f81ccc15fcc541ce35cafed8241
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 31 18:51:45 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Thu Apr 9 22:49:26 2020 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=f738870d
mate-base/mate: Drop old, sync with Gentoo
Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
mate-base/mate/mate-1.12-r1.ebuild | 85 --------------------------------------
mate-base/mate/mate-1.14.ebuild | 84 -------------------------------------
mate-base/mate/mate-1.16.ebuild | 84 -------------------------------------
mate-base/mate/mate-1.18.ebuild | 84 -------------------------------------
mate-base/mate/mate-1.22.ebuild | 84 +++++++++++++++++++++++++++++++++++++
mate-base/mate/mate-1.24.ebuild | 85 ++++++++++++++++++++++++++++++++++++++
mate-base/mate/mate-9999.ebuild | 84 -------------------------------------
mate-base/mate/metadata.xml | 1 -
8 files changed, 169 insertions(+), 422 deletions(-)
diff --git a/mate-base/mate/mate-1.12-r1.ebuild b/mate-base/mate/mate-1.12-r1.ebuild
deleted file mode 100644
index de459db..0000000
--- a/mate-base/mate/mate-1.12-r1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2016 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 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/mate-1.14.ebuild b/mate-base/mate/mate-1.14.ebuild
deleted file mode 100644
index b889e58..0000000
--- a/mate-base/mate/mate-1.14.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2016 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 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"
-}
diff --git a/mate-base/mate/mate-1.16.ebuild b/mate-base/mate/mate-1.16.ebuild
deleted file mode 100644
index 131f68c..0000000
--- a/mate-base/mate/mate-1.16.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2016 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 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"
-}
diff --git a/mate-base/mate/mate-1.18.ebuild b/mate-base/mate/mate-1.18.ebuild
deleted file mode 100644
index a92bd81..0000000
--- a/mate-base/mate/mate-1.18.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2018 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 ~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}*: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"
-}
diff --git a/mate-base/mate/mate-1.22.ebuild b/mate-base/mate/mate-1.22.ebuild
new file mode 100644
index 0000000..a6f8fcb
--- /dev/null
+++ b/mate-base/mate/mate-1.22.ebuild
@@ -0,0 +1,84 @@
+# 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}*
+ 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"
+}
diff --git a/mate-base/mate/mate-1.24.ebuild b/mate-base/mate/mate-1.24.ebuild
new file mode 100644
index 0000000..65b6fec
--- /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"
+}
diff --git a/mate-base/mate/mate-9999.ebuild b/mate-base/mate/mate-9999.ebuild
deleted file mode 100644
index 0a25a2b..0000000
--- a/mate-base/mate/mate-9999.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# 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"
-}
diff --git a/mate-base/mate/metadata.xml b/mate-base/mate/metadata.xml
index 0977780..da90dca 100644
--- a/mate-base/mate/metadata.xml
+++ b/mate-base/mate/metadata.xml
@@ -10,7 +10,6 @@
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>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/
@ 2020-09-02 5:55 Adam Feldman
0 siblings, 0 replies; 18+ messages in thread
From: Adam Feldman @ 2020-09-02 5:55 UTC (permalink / raw
To: gentoo-commits
commit: e4e3c6a99f15f78458fbc0edcc572ef89f1b9feb
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 2 05:51:43 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 05:55:39 2020 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=e4e3c6a9
mate-base/mate: Sync with ::gentoo
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 65b6fec..7fb1193 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] 18+ messages in thread
end of thread, other threads:[~2020-09-02 5:55 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-15 2:22 [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/ NP Hardass
-- strict thread matches above, loose matches on Subject: below --
2020-09-02 5:55 Adam Feldman
2020-04-09 22:52 Adam Feldman
2017-03-17 10:09 Ettore Di Giacinto
2017-03-17 10:09 Ettore Di Giacinto
2017-03-16 16:17 Ettore Di Giacinto
2017-03-16 16:17 Ettore Di Giacinto
2016-11-29 19:49 Ettore Di Giacinto
2016-11-22 11:11 Ettore Di Giacinto
2016-10-15 2:22 NP Hardass
2016-09-10 18:56 NP Hardass
2016-08-13 18:49 NP Hardass
2016-08-11 6:06 NP Hardass
2016-08-02 6:50 NP Hardass
2016-06-17 17:39 NP Hardass
2016-02-22 17:11 NP Hardass
2016-02-20 15:53 NP Hardass
2016-01-26 18:09 NP Hardass
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox