* [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/
@ 2017-03-16 16:17 Ettore Di Giacinto
2017-03-16 16:08 ` [gentoo-commits] proj/gentoo-mate:1.18-bump " Ettore Di Giacinto
0 siblings, 1 reply; 3+ 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] 3+ messages in thread
* [gentoo-commits] proj/gentoo-mate:1.18-bump commit in: mate-base/mate/
2017-03-16 16:17 [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/ Ettore Di Giacinto
@ 2017-03-16 16:08 ` Ettore Di Giacinto
0 siblings, 0 replies; 3+ messages in thread
From: Ettore Di Giacinto @ 2017-03-16 16:08 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] 3+ messages in thread
* [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/
@ 2017-03-16 16:17 Ettore Di Giacinto
2017-03-16 16:08 ` [gentoo-commits] proj/gentoo-mate:1.18-bump " Ettore Di Giacinto
0 siblings, 1 reply; 3+ 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] 3+ messages in thread
* [gentoo-commits] proj/gentoo-mate:1.18-bump commit in: mate-base/mate/
2017-03-16 16:17 [gentoo-commits] proj/gentoo-mate:master " Ettore Di Giacinto
@ 2017-03-16 16:08 ` Ettore Di Giacinto
0 siblings, 0 replies; 3+ messages in thread
From: Ettore Di Giacinto @ 2017-03-16 16:08 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] 3+ messages in thread
end of thread, other threads:[~2017-03-16 16:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-16 16:17 [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate/ Ettore Di Giacinto
2017-03-16 16:08 ` [gentoo-commits] proj/gentoo-mate:1.18-bump " Ettore Di Giacinto
-- strict thread matches above, loose matches on Subject: below --
2017-03-16 16:17 [gentoo-commits] proj/gentoo-mate:master " Ettore Di Giacinto
2017-03-16 16:08 ` [gentoo-commits] proj/gentoo-mate:1.18-bump " Ettore Di Giacinto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox