[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2023-06-19 Thread Pacho Ramos
commit: fd6385c1569ddc81c477e0ce32674e4912ce0b61
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Jun 19 17:31:59 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Jun 19 17:38:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd6385c1

mate-extra/mate-indicator-applet: drop 1.26.0

Signed-off-by: Pacho Ramos  gentoo.org>

 .../mate-indicator-applet-1.26.0.ebuild| 36 --
 1 file changed, 36 deletions(-)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild
deleted file mode 100644
index bdcf9fbb50de..
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-fi
-
-DESCRIPTION="MATE indicator applet"
-LICENSE="GPL-3 GPL-3+ LGPL-2+ LGPL-3+"
-SLOT="0"
-
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/libindicator-0.4:3
-   >=mate-base/mate-panel-1.17.0
-   >=x11-libs/gtk+-3.22:3
-"
-
-RDEPEND="${COMMON_DEPEND}
-   virtual/libintl
-"
-
-BDEPEND="${COMMON_DEPEND}
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   mate_src_configure \
-   --with-ubuntu-indicators
-}



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2023-06-07 Thread Arthur Zamarin
commit: 83dfbc3d595976774f89764a83cf387f0464d79d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jun  7 12:32:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jun  7 12:32:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83dfbc3d

mate-extra/mate-indicator-applet: Stabilize 1.26.0-r1 x86, #907977

Signed-off-by: Arthur Zamarin  gentoo.org>

 mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0-r1.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0-r1.ebuild
index b8a037896afe..1157c33f4fec 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0-r1.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
 fi
 
 DESCRIPTION="MATE indicator applet"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2023-06-07 Thread Sam James
commit: 19588e2ec34ae57c84fc3b83d78eedb6349f6fcf
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun  7 08:47:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun  7 08:47:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19588e2e

mate-extra/mate-indicator-applet: Stabilize 1.26.0-r1 amd64, #907977

Signed-off-by: Sam James  gentoo.org>

 mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0-r1.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0-r1.ebuild
index 95ffd6971d79..b8a037896afe 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0-r1.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
 fi
 
 DESCRIPTION="MATE indicator applet"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2023-01-28 Thread Pacho Ramos
commit: d83d61ca1beb6951f857aa67151130aa4f999245
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jan 28 12:48:55 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jan 28 13:28:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83d61ca

mate-extra/mate-indicator-applet: Use Ayatana indicators

Closes: https://bugs.gentoo.org/887705
Signed-off-by: Pacho Ramos  gentoo.org>

 .../mate-indicator-applet-1.26.0-r1.ebuild | 36 ++
 1 file changed, 36 insertions(+)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0-r1.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0-r1.ebuild
new file mode 100644
index ..95ffd6971d79
--- /dev/null
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+fi
+
+DESCRIPTION="MATE indicator applet"
+LICENSE="GPL-3 GPL-3+ LGPL-2+ LGPL-3+"
+SLOT="0"
+
+IUSE=""
+
+COMMON_DEPEND="
+   dev-libs/libayatana-indicator:3
+   >=mate-base/mate-panel-1.17.0
+   >=x11-libs/gtk+-3.22:3
+"
+
+RDEPEND="${COMMON_DEPEND}
+   virtual/libintl
+"
+
+BDEPEND="${COMMON_DEPEND}
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   mate_src_configure \
+   --with-ayatana-indicators
+}



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2023-01-28 Thread Pacho Ramos
commit: f11bf6d09441a65c16194700132b5bca2c3de66d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jan 28 12:46:27 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jan 28 13:28:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11bf6d0

mate-extra/mate-indicator-applet: Choose indicator impl

Closes: https://bugs.gentoo.org/887705
Signed-off-by: Pacho Ramos  gentoo.org>

 .../mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild  | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild
index 9313f05140f6..bdcf9fbb50de 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -29,3 +29,8 @@ BDEPEND="${COMMON_DEPEND}
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
 "
+
+src_configure() {
+   mate_src_configure \
+   --with-ubuntu-indicators
+}



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2022-12-21 Thread Andreas Sturmlechner
commit: 5ddd67b167f82b77718acac5d13d6098e1dfbddd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 21 09:22:24 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 21 09:59:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ddd67b1

mate-extra/mate-indicator-applet: drop 1.24.0-r1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 mate-extra/mate-indicator-applet/Manifest  |  1 -
 .../mate-indicator-applet-1.24.0-r1.ebuild | 31 --
 2 files changed, 32 deletions(-)

diff --git a/mate-extra/mate-indicator-applet/Manifest 
b/mate-extra/mate-indicator-applet/Manifest
index 1083ba5d54f0..da8490086092 100644
--- a/mate-extra/mate-indicator-applet/Manifest
+++ b/mate-extra/mate-indicator-applet/Manifest
@@ -1,2 +1 @@
-DIST mate-indicator-applet-1.24.0.tar.xz 380136 BLAKE2B 
1ae77c892f02127f7a0d778958e0f4acc2b14e01a4b8d8a316253c3b227eacd59cb556ed852de690f3ec4aec4d02874c2f594b41315cd85c87c16967ef9403ee
 SHA512 
0e82f572c1855c8623e537a45c2c0c0b98d3d642e46333eedc16c26607205293098a062008d0e568890ffdf6b8dc4c30a7f5e2e41a150f940917b3671783e413
 DIST mate-indicator-applet-1.26.0.tar.xz 383936 BLAKE2B 
4435c8e2c4acf5cd033a9f85b39a2f577d9861124fa47e22bdba970fb61c9ce5fe8bf31bc87a47a8a8f82640905c50b316f35f572a2a4a83830c8f8d110b80fd
 SHA512 
677586b4090edd22871eb034b923795a01030a5270e633a11ed711171e49f487047fbf75daf1d69d491660bdf63421b900e06fd806eeef93df101058c0130c06

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild
deleted file mode 100644
index 4f1f7862a509..
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate eapi7-ver
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-fi
-
-DESCRIPTION="MATE indicator applet"
-LICENSE="GPL-3 GPL-3+ LGPL-2+ LGPL-3+"
-SLOT="0"
-
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/libindicator-0.4:3
-   >=mate-base/mate-panel-1.17.0
-   >=x11-libs/gtk+-3.22:3
-"
-
-RDEPEND="${COMMON_DEPEND}
-   virtual/libintl
-"
-
-DEPEND="${COMMON_DEPEND}
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2022-12-16 Thread Arthur Zamarin
commit: 581eae2043a04885333a96c297d9b88a42cd4309
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 20:38:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 20:39:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581eae20

mate-extra/mate-indicator-applet: Stabilize 1.26.0 x86, #884079

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild
index 48287c619d5c..9313f05140f6 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
 fi
 
 DESCRIPTION="MATE indicator applet"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2022-12-04 Thread WANG Xuerui
commit: f2f7fd71b2527ac2f48bec13247d0fe9c735de38
Author: WANG Xuerui  gentoo  org>
AuthorDate: Mon Dec  5 04:18:37 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon Dec  5 05:25:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f7fd71

mate-extra/mate-indicator-applet: keyword 1.24.0-r1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild
index 2c5fdc348b77..4f1f7862a509 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate eapi7-ver
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
 fi
 
 DESCRIPTION="MATE indicator applet"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2022-10-24 Thread Sam James
commit: a99422e82596d3bae4ec8e052c52477c1130298c
Author: Oz N Tiram  gmail  com>
AuthorDate: Mon Oct 24 08:08:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 24 13:50:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99422e8

mate-extra/mate-indicator-applet: add 1.26.0

Signed-off-by: Oz N Tiram  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27927
Signed-off-by: Sam James  gentoo.org>

 mate-extra/mate-indicator-applet/Manifest  |  1 +
 .../mate-indicator-applet-1.26.0.ebuild| 31 ++
 2 files changed, 32 insertions(+)

diff --git a/mate-extra/mate-indicator-applet/Manifest 
b/mate-extra/mate-indicator-applet/Manifest
index 552f472d55a3..1083ba5d54f0 100644
--- a/mate-extra/mate-indicator-applet/Manifest
+++ b/mate-extra/mate-indicator-applet/Manifest
@@ -1 +1,2 @@
 DIST mate-indicator-applet-1.24.0.tar.xz 380136 BLAKE2B 
1ae77c892f02127f7a0d778958e0f4acc2b14e01a4b8d8a316253c3b227eacd59cb556ed852de690f3ec4aec4d02874c2f594b41315cd85c87c16967ef9403ee
 SHA512 
0e82f572c1855c8623e537a45c2c0c0b98d3d642e46333eedc16c26607205293098a062008d0e568890ffdf6b8dc4c30a7f5e2e41a150f940917b3671783e413
+DIST mate-indicator-applet-1.26.0.tar.xz 383936 BLAKE2B 
4435c8e2c4acf5cd033a9f85b39a2f577d9861124fa47e22bdba970fb61c9ce5fe8bf31bc87a47a8a8f82640905c50b316f35f572a2a4a83830c8f8d110b80fd
 SHA512 
677586b4090edd22871eb034b923795a01030a5270e633a11ed711171e49f487047fbf75daf1d69d491660bdf63421b900e06fd806eeef93df101058c0130c06

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild
new file mode 100644
index ..518ca06dfc34
--- /dev/null
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.26.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+fi
+
+DESCRIPTION="MATE indicator applet"
+LICENSE="GPL-3 GPL-3+ LGPL-2+ LGPL-3+"
+SLOT="0"
+
+IUSE=""
+
+COMMON_DEPEND="
+   >=dev-libs/libindicator-0.4:3
+   >=mate-base/mate-panel-1.17.0
+   >=x11-libs/gtk+-3.22:3
+"
+
+RDEPEND="${COMMON_DEPEND}
+   virtual/libintl
+"
+
+BDEPEND="${COMMON_DEPEND}
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2022-06-01 Thread Jakov Smolić
commit: b28520cf01e3570a8782a9c2bb0a9bf118b16167
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jun  1 08:13:46 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jun  1 08:14:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28520cf

mate-extra/mate-indicator-applet: Keyword 1.24.0-r1 arm64, #848828

Signed-off-by: Jakov Smolić  gentoo.org>

 .../mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild
index d823eacb7bb5..2c5fdc348b77 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate eapi7-ver
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~riscv x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 fi
 
 DESCRIPTION="MATE indicator applet"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2020-09-25 Thread Adam Feldman
commit: 53f52c77a1f299a9db19ea8c6a0b690fa4c505c9
Author: Adam Feldman  gentoo  org>
AuthorDate: Sun Sep  6 21:16:09 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri Sep 25 20:32:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f52c77

mate-extra/mate-indicator-applet: Fix deps

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

 .../mate-indicator-applet-1.24.0-r1.ebuild | 31 ++
 1 file changed, 31 insertions(+)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild
new file mode 100644
index 000..670d2a4bf3c
--- /dev/null
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate eapi7-ver
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="MATE indicator applet"
+LICENSE="GPL-3 GPL-3+ LGPL-2+ LGPL-3+"
+SLOT="0"
+
+IUSE=""
+
+COMMON_DEPEND="
+   >=dev-libs/libindicator-0.4:3
+   >=mate-base/mate-panel-1.17.0
+   >=x11-libs/gtk+-3.22:3
+"
+
+RDEPEND="${COMMON_DEPEND}
+   virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2020-08-06 Thread Adam Feldman
commit: d2e8a78a7767a2c0b6e82c4ea4e3163781e996ed
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Aug  6 21:32:42 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri Aug  7 03:17:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2e8a78a

mate-extra/mate-indicator-applet: Stabilize 1.24.0 for amd64, x86

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

 mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild
index 23ea522d31a..da98ee53781 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate eapi7-ver
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 DESCRIPTION="MATE indicator applet"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2020-05-07 Thread Adam Feldman
commit: b4ef8f17bc15597dc07e107c31d9cb0a0077b2ca
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:23:04 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ef8f17

mate-extra/mate-indicator-applet: Drop old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/mate-indicator-applet/Manifest  |  1 -
 .../mate-indicator-applet-1.22.0.ebuild| 27 --
 2 files changed, 28 deletions(-)

diff --git a/mate-extra/mate-indicator-applet/Manifest 
b/mate-extra/mate-indicator-applet/Manifest
index f6576911344..5cefa4644db 100644
--- a/mate-extra/mate-indicator-applet/Manifest
+++ b/mate-extra/mate-indicator-applet/Manifest
@@ -1,3 +1,2 @@
-DIST mate-indicator-applet-1.22.0.tar.xz 339564 BLAKE2B 
0655ced0b24cc681ebd8e66b0749c9d98f9bc361830431bb408158ab174d5ea27aa022344cc667e37405ae693b52ed5c20e5b5ecec01b484c1928df36e1673d0
 SHA512 
6e1dd133a521f247ecb648b3ffa542e326f504fd3b0719a74099e83ac1dfa9fd4d7676af284f89f69d6684e5640f240930bb0fb43bcf7d59472786adf4c3200c
 DIST mate-indicator-applet-1.22.1.tar.xz 291104 BLAKE2B 
665decd04fec83fb4b1391f3d344f7ce61a4bef557478fe2bae95d9494b633a0c64a2d24b1cde7f3fcb6255b429265a33148c1ff8d765de5463d8d119421a9b7
 SHA512 
2224e7222c36f04f78d4f5e10dfa7dffab31c687474fac605ec54795edaa7d230518168fef82459aba47e72362941b7968b94b11ccace40d8857adf605f8d8db
 DIST mate-indicator-applet-1.24.0.tar.xz 380136 BLAKE2B 
1ae77c892f02127f7a0d778958e0f4acc2b14e01a4b8d8a316253c3b227eacd59cb556ed852de690f3ec4aec4d02874c2f594b41315cd85c87c16967ef9403ee
 SHA512 
0e82f572c1855c8623e537a45c2c0c0b98d3d642e46333eedc16c26607205293098a062008d0e568890ffdf6b8dc4c30a7f5e2e41a150f940917b3671783e413

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild
deleted file mode 100644
index 02aae41238c..000
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate eapi7-ver
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm x86"
-fi
-
-DESCRIPTION="MATE indicator applet"
-LICENSE="GPL-3 GPL-3+ LGPL-2+ LGPL-3+"
-SLOT="0"
-
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/libindicator-0.4:3
-   >=mate-base/mate-panel-1.17.0
-   >=x11-libs/gtk+-3.22:3"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2020-05-07 Thread Adam Feldman
commit: 11e3e0bcc3e02df39ddf37e42d92c197fc6cad37
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:22:10 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e3e0bc

mate-extra/mate-indicator-applet: Stabilize 1.22.1 for amd64,x86

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.1.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.1.ebuild
index c554bb2e477..02aae41238c 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.1.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate eapi7-ver
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 DESCRIPTION="MATE indicator applet"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2020-04-08 Thread Adam Feldman
commit: 975b0d0ea4c5c614bfe676bcbdc2442bc781e527
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Apr  8 15:22:29 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Apr  8 15:32:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=975b0d0e

mate-extra/mate-indicator-applet: Bump to 1.22.1

Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/mate-indicator-applet/Manifest  |  1 +
 .../mate-indicator-applet-1.22.1.ebuild| 27 ++
 2 files changed, 28 insertions(+)

diff --git a/mate-extra/mate-indicator-applet/Manifest 
b/mate-extra/mate-indicator-applet/Manifest
index a56e477fb68..f6576911344 100644
--- a/mate-extra/mate-indicator-applet/Manifest
+++ b/mate-extra/mate-indicator-applet/Manifest
@@ -1,2 +1,3 @@
 DIST mate-indicator-applet-1.22.0.tar.xz 339564 BLAKE2B 
0655ced0b24cc681ebd8e66b0749c9d98f9bc361830431bb408158ab174d5ea27aa022344cc667e37405ae693b52ed5c20e5b5ecec01b484c1928df36e1673d0
 SHA512 
6e1dd133a521f247ecb648b3ffa542e326f504fd3b0719a74099e83ac1dfa9fd4d7676af284f89f69d6684e5640f240930bb0fb43bcf7d59472786adf4c3200c
+DIST mate-indicator-applet-1.22.1.tar.xz 291104 BLAKE2B 
665decd04fec83fb4b1391f3d344f7ce61a4bef557478fe2bae95d9494b633a0c64a2d24b1cde7f3fcb6255b429265a33148c1ff8d765de5463d8d119421a9b7
 SHA512 
2224e7222c36f04f78d4f5e10dfa7dffab31c687474fac605ec54795edaa7d230518168fef82459aba47e72362941b7968b94b11ccace40d8857adf605f8d8db
 DIST mate-indicator-applet-1.24.0.tar.xz 380136 BLAKE2B 
1ae77c892f02127f7a0d778958e0f4acc2b14e01a4b8d8a316253c3b227eacd59cb556ed852de690f3ec4aec4d02874c2f594b41315cd85c87c16967ef9403ee
 SHA512 
0e82f572c1855c8623e537a45c2c0c0b98d3d642e46333eedc16c26607205293098a062008d0e568890ffdf6b8dc4c30a7f5e2e41a150f940917b3671783e413

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.1.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.1.ebuild
new file mode 100644
index 000..c554bb2e477
--- /dev/null
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate eapi7-ver
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="MATE indicator applet"
+LICENSE="GPL-3 GPL-3+ LGPL-2+ LGPL-3+"
+SLOT="0"
+
+IUSE=""
+
+COMMON_DEPEND="
+   >=dev-libs/libindicator-0.4:3
+   >=mate-base/mate-panel-1.17.0
+   >=x11-libs/gtk+-3.22:3"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.35.0
+   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2020-04-06 Thread Adam Feldman
commit: fba62c5d4360cfd7a51c70b33d9c96db4f8a6aa9
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Mar 25 00:35:17 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Mon Apr  6 17:48:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba62c5d

mate-extra/mate-indicator-applet: Fix LICENSE

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

 mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild | 4 ++--
 mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild
index ed3d14dae04..02aae41238c 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ if [[ ${PV} !=  ]]; then
 fi
 
 DESCRIPTION="MATE indicator applet"
-LICENSE="GPL-2 FDL-1.1 LGPL-2"
+LICENSE="GPL-3 GPL-3+ LGPL-2+ LGPL-3+"
 SLOT="0"
 
 IUSE=""

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild
index 337652f429d..23ea522d31a 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} !=  ]]; then
 fi
 
 DESCRIPTION="MATE indicator applet"
-LICENSE="GPL-2 FDL-1.1 LGPL-2"
+LICENSE="GPL-3 GPL-3+ LGPL-2+ LGPL-3+"
 SLOT="0"
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2020-04-06 Thread Adam Feldman
commit: fbc93145267dad6a488ca9a9581ffbc59c7cf31a
Author: Adam Feldman  gentoo  org>
AuthorDate: Tue Mar 24 23:21:04 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Mon Apr  6 17:48:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc93145

mate-extra/mate-indicator-applet: Bump to 1.24.0

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

 mate-extra/mate-indicator-applet/Manifest  |  1 +
 .../mate-indicator-applet-1.24.0.ebuild| 31 ++
 2 files changed, 32 insertions(+)

diff --git a/mate-extra/mate-indicator-applet/Manifest 
b/mate-extra/mate-indicator-applet/Manifest
index 5cf4df830a3..a56e477fb68 100644
--- a/mate-extra/mate-indicator-applet/Manifest
+++ b/mate-extra/mate-indicator-applet/Manifest
@@ -1 +1,2 @@
 DIST mate-indicator-applet-1.22.0.tar.xz 339564 BLAKE2B 
0655ced0b24cc681ebd8e66b0749c9d98f9bc361830431bb408158ab174d5ea27aa022344cc667e37405ae693b52ed5c20e5b5ecec01b484c1928df36e1673d0
 SHA512 
6e1dd133a521f247ecb648b3ffa542e326f504fd3b0719a74099e83ac1dfa9fd4d7676af284f89f69d6684e5640f240930bb0fb43bcf7d59472786adf4c3200c
+DIST mate-indicator-applet-1.24.0.tar.xz 380136 BLAKE2B 
1ae77c892f02127f7a0d778958e0f4acc2b14e01a4b8d8a316253c3b227eacd59cb556ed852de690f3ec4aec4d02874c2f594b41315cd85c87c16967ef9403ee
 SHA512 
0e82f572c1855c8623e537a45c2c0c0b98d3d642e46333eedc16c26607205293098a062008d0e568890ffdf6b8dc4c30a7f5e2e41a150f940917b3671783e413

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild
new file mode 100644
index 000..337652f429d
--- /dev/null
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate eapi7-ver
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="MATE indicator applet"
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+
+IUSE=""
+
+COMMON_DEPEND="
+   >=dev-libs/libindicator-0.4:3
+   >=mate-base/mate-panel-1.17.0
+   >=x11-libs/gtk+-3.22:3
+"
+
+RDEPEND="${COMMON_DEPEND}
+   virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}
+   >=sys-devel/gettext-0.19.8:*
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2019-04-14 Thread Mikle Kolyada
commit: d759a0846415294307e79cdca23cc787c711b0ca
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr 14 21:14:16 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr 14 21:24:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d759a084

mate-extra/mate-indicator-applet: Drop old

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

 mate-extra/mate-indicator-applet/Manifest  |  1 -
 .../mate-indicator-applet-1.18.1.ebuild| 27 --
 2 files changed, 28 deletions(-)

diff --git a/mate-extra/mate-indicator-applet/Manifest 
b/mate-extra/mate-indicator-applet/Manifest
index e2598037a7e..5cf4df830a3 100644
--- a/mate-extra/mate-indicator-applet/Manifest
+++ b/mate-extra/mate-indicator-applet/Manifest
@@ -1,2 +1 @@
-DIST mate-indicator-applet-1.18.1.tar.xz 318464 BLAKE2B 
989b84e2135ff3307a731b3eff981aea40002cbbd9b9e6ba61053a24e681fe3a3005b55ecf6dd027adf97d2bbfe3a12c0bdfdee2aac4860bac10fe3c03a4d681
 SHA512 
990cf60ff0b0a3e53f6ebc94abbdc15ce7b55258935763fb2d294a06c725e98e4b3389117e8fd04a9d1ce0ba691bc891542fd12c1ab58b29d99352a8369265d0
 DIST mate-indicator-applet-1.22.0.tar.xz 339564 BLAKE2B 
0655ced0b24cc681ebd8e66b0749c9d98f9bc361830431bb408158ab174d5ea27aa022344cc667e37405ae693b52ed5c20e5b5ecec01b484c1928df36e1673d0
 SHA512 
6e1dd133a521f247ecb648b3ffa542e326f504fd3b0719a74099e83ac1dfa9fd4d7676af284f89f69d6684e5640f240930bb0fb43bcf7d59472786adf4c3200c

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild
deleted file mode 100644
index a590981bc24..000
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate versionator
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm x86"
-fi
-
-DESCRIPTION="MATE indicator applet"
-LICENSE="GPL-2 FDL-1.1 LGPL-2"
-SLOT="0"
-
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/libindicator-0.4:3
-   >=mate-base/mate-panel-1.17.0
-   >=x11-libs/gtk+-3.14:3"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2019-04-14 Thread Mikle Kolyada
commit: e61523801ea34b3f6bb20eab4edfe31174e8bb84
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr 14 16:21:58 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr 14 16:23:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6152380

mate-extra/mate-indicator-applet: x86 stable wrt bug #682168

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild
index 39f8be78723..ed3d14dae04 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate eapi7-ver
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 DESCRIPTION="MATE indicator applet"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2019-04-14 Thread Mikle Kolyada
commit: 9c39a95392561562ff3d722d690937af7fac1ac2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr 14 15:24:55 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr 14 15:26:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c39a953

mate-extra/mate-indicator-applet: amd64 stable wrt bug #682168

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild
index cf28e663675..39f8be78723 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate eapi7-ver
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm ~x86"
 fi
 
 DESCRIPTION="MATE indicator applet"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/files/, mate-extra/mate-indicator-applet/

2018-10-06 Thread Mart Raudsepp
commit: 6c270984331b6032bdee10d623250bb876c377e6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Oct  6 19:53:04 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Oct  6 20:21:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c270984

mate-extra/mate-indicator-applet: remove old

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

 mate-extra/mate-indicator-applet/Manifest  |  3 --
 ...-applet-1.14.1-indicator-ng-configure-fix.patch | 30 
 .../mate-indicator-applet-1.12.1-r1.ebuild | 36 ---
 .../mate-indicator-applet-1.14.1-r1.ebuild | 40 --
 .../mate-indicator-applet-1.16.0.ebuild| 38 
 mate-extra/mate-indicator-applet/metadata.xml  |  3 --
 6 files changed, 150 deletions(-)

diff --git a/mate-extra/mate-indicator-applet/Manifest 
b/mate-extra/mate-indicator-applet/Manifest
index 902feec9fb0..c71a68a836c 100644
--- a/mate-extra/mate-indicator-applet/Manifest
+++ b/mate-extra/mate-indicator-applet/Manifest
@@ -1,4 +1 @@
-DIST mate-indicator-applet-1.12.1.tar.xz 317984 BLAKE2B 
98c5a52f499c1ed609b4c542aa96a3aecebcca529c66782e54954e3933ba50536ba3266f80522e576eddd1a6c97f1dff50059dfc48f38d4859ac57f370e120c2
 SHA512 
446ce32e8db22b153c7786292749645715e43c134e7fa00f81b7782a48163745307d396dbdd7765a63ec9514bec2f032f681028c55264e0fcf879c5e26fc9433
-DIST mate-indicator-applet-1.14.1.tar.xz 315480 BLAKE2B 
337c216a11faa66332c4591cb8cf7b87dd0b2bf0180a5108f46c517fa8eb5353435c7f297a9f54431893033cb5d4b1f92b866825a304ea7b858a913540c8a2e8
 SHA512 
868f85546780d52aaadaa63ec14a8e92e673396653cebf7c5a9d0de459fc62d346fb10836298bf604eb50c63e5390cedd08576fb8903aeabdf2e2c4de5fc638f
-DIST mate-indicator-applet-1.16.0.tar.xz 317256 BLAKE2B 
d9a9da94702a59c225aa7d80ad228fbdafb65bea496dcf681cc4c76b3b16a1b985b33714df585a945076f0bacd7080b1c122021ff05bd86306168924541a488a
 SHA512 
745f10ed20a453b02427982f59c81e85cdf80736aad62c4e149802c4df3646dfcd1dc822476f4d9cbd2f28c48e78c2e9a7e79652c8ba579a3e0bf9f16427b1a2
 DIST mate-indicator-applet-1.18.1.tar.xz 318464 BLAKE2B 
989b84e2135ff3307a731b3eff981aea40002cbbd9b9e6ba61053a24e681fe3a3005b55ecf6dd027adf97d2bbfe3a12c0bdfdee2aac4860bac10fe3c03a4d681
 SHA512 
990cf60ff0b0a3e53f6ebc94abbdc15ce7b55258935763fb2d294a06c725e98e4b3389117e8fd04a9d1ce0ba691bc891542fd12c1ab58b29d99352a8369265d0

diff --git 
a/mate-extra/mate-indicator-applet/files/mate-indicator-applet-1.14.1-indicator-ng-configure-fix.patch
 
b/mate-extra/mate-indicator-applet/files/mate-indicator-applet-1.14.1-indicator-ng-configure-fix.patch
deleted file mode 100644
index b9ae4fc8fec..000
--- 
a/mate-extra/mate-indicator-applet/files/mate-indicator-applet-1.14.1-indicator-ng-configure-fix.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 06f6db28648cdeff02cc07f9a7f1410b228450a4 Mon Sep 17 00:00:00 2001
-From: monsta 
-Date: Wed, 14 Sep 2016 18:20:25 +0300
-Subject: [PATCH] check for libindicator 12.10.2 for new style indicators
- support
-
-fixes build on Gentoo which has 12.10.1 - turned out this version
-had no indicator-ng yet.
-
-note that (as of now) 12.10.2 isn't officially released upstream,
-and Ubuntu has post-12.10.1 repo snapshot packaged and labeled as
-12.10.2. however, that snapshot already has 12.10.2 version in .pc
-file, so the build works with it.

- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 5e9c505..9b4dafc 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -46,7 +46,7 @@ case "$with_gtk" in
- esac
- 
- INDICATOR_REQUIRED_VERSION=0.3.90
--INDICATOR_NG_VERSION=12.10
-+INDICATOR_NG_VERSION=12.10.2
- INDICATOR_PKG=indicator$INDICATOR_API_VERSION-0.4
- 
- PKG_CHECK_MODULES(APPLET, gtk+-$GTK_API_VERSION >= $GTK_REQUIRED_VERSION

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.12.1-r1.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.12.1-r1.ebuild
deleted file mode 100644
index f87a16fc082..000
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.12.1-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate versionator
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm x86"
-fi
-
-DESCRIPTION="MATE indicator applet"
-LICENSE="GPL-2 FDL-1.1 LGPL-2"
-SLOT="0"
-
-IUSE="gtk3"
-
-RDEPEND="
-   >=mate-base/mate-panel-1.8[gtk3(-)=]
-   !gtk3? (
-   >=dev-libs/libindicator-0.3.90:0
-   >=x11-libs/gtk+-2.24:2
-   )
-   gtk3? (
-   >=dev-libs/libindicator-0.3.90:3
-   >=x11-libs/gtk+-3.0:3
-   )"
-
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig"
-
-src_configure() {
-   mate_src_configure \
-   --with-gtk=$(usex gtk3 3.0 2.0)
-}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2018-09-10 Thread Mikle Kolyada
commit: b052bfe67e8474306c0240fe286f4eaff54429b9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Sep 10 16:07:47 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Sep 10 16:18:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b052bfe6

mate-extra/mate-indicator-applet: amd64 stable wrt bug #625838

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild
index 08bf724fbf3..a590981bc24 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate versionator
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 DESCRIPTION="MATE indicator applet"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2018-09-09 Thread Thomas Deutschmann
commit: ee8810f5f6304ef81d8ccd384044aa1cd7ec9947
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep  9 23:32:54 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep  9 23:52:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee8810f5

mate-extra/mate-indicator-applet: x86 stable (bug #625838)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild
index 560ab9029e4..08bf724fbf3 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate versionator
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm x86"
 fi
 
 DESCRIPTION="MATE indicator applet"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2018-02-11 Thread Ettore Di Giacinto
commit: 1965ba9bcfb10f53b5af81a5cab4b4c87bdb854b
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Sat Jan 27 17:09:13 2018 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sun Feb 11 15:00:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1965ba9b

mate-extra/mate-indicator-applet: Bump to version 1.18.1

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 mate-extra/mate-indicator-applet/Manifest   | 2 +-
 ...dicator-applet-1.18.0.ebuild => mate-indicator-applet-1.18.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mate-extra/mate-indicator-applet/Manifest 
b/mate-extra/mate-indicator-applet/Manifest
index 70c05d56992..902feec9fb0 100644
--- a/mate-extra/mate-indicator-applet/Manifest
+++ b/mate-extra/mate-indicator-applet/Manifest
@@ -1,4 +1,4 @@
 DIST mate-indicator-applet-1.12.1.tar.xz 317984 BLAKE2B 
98c5a52f499c1ed609b4c542aa96a3aecebcca529c66782e54954e3933ba50536ba3266f80522e576eddd1a6c97f1dff50059dfc48f38d4859ac57f370e120c2
 SHA512 
446ce32e8db22b153c7786292749645715e43c134e7fa00f81b7782a48163745307d396dbdd7765a63ec9514bec2f032f681028c55264e0fcf879c5e26fc9433
 DIST mate-indicator-applet-1.14.1.tar.xz 315480 BLAKE2B 
337c216a11faa66332c4591cb8cf7b87dd0b2bf0180a5108f46c517fa8eb5353435c7f297a9f54431893033cb5d4b1f92b866825a304ea7b858a913540c8a2e8
 SHA512 
868f85546780d52aaadaa63ec14a8e92e673396653cebf7c5a9d0de459fc62d346fb10836298bf604eb50c63e5390cedd08576fb8903aeabdf2e2c4de5fc638f
 DIST mate-indicator-applet-1.16.0.tar.xz 317256 BLAKE2B 
d9a9da94702a59c225aa7d80ad228fbdafb65bea496dcf681cc4c76b3b16a1b985b33714df585a945076f0bacd7080b1c122021ff05bd86306168924541a488a
 SHA512 
745f10ed20a453b02427982f59c81e85cdf80736aad62c4e149802c4df3646dfcd1dc822476f4d9cbd2f28c48e78c2e9a7e79652c8ba579a3e0bf9f16427b1a2
-DIST mate-indicator-applet-1.18.0.tar.xz 329792 BLAKE2B 
712dd7e878c9bebd6d7b4c0fe7a8bb67b7fb0840240ac478a426554f244835938e992bbede6bece360aff2c3a6ec0285955bc06c66ff7dea64e66bb83f3780ab
 SHA512 
5c7690c00e165c72290dfada899a188c3fc72ed2d9c19c0168aba6d2ea3fb40f1f7f152eddfb2160cf16aea01247245b91e84c88f7b8a6e76778c6144864aec8
+DIST mate-indicator-applet-1.18.1.tar.xz 318464 BLAKE2B 
989b84e2135ff3307a731b3eff981aea40002cbbd9b9e6ba61053a24e681fe3a3005b55ecf6dd027adf97d2bbfe3a12c0bdfdee2aac4860bac10fe3c03a4d681
 SHA512 
990cf60ff0b0a3e53f6ebc94abbdc15ce7b55258935763fb2d294a06c725e98e4b3389117e8fd04a9d1ce0ba691bc891542fd12c1ab58b29d99352a8369265d0

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild
similarity index 91%
rename from mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.0.ebuild
rename to mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild
index 0540e493e3c..560ab9029e4 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.0.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2017-09-26 Thread NP Hardass
commit: e172b1fd58ff709f27ca654f45138a33f78a7dbd
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Sep 27 03:14:43 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Wed Sep 27 03:22:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e172b1fd

mate-extra/mate-indicator-applet: Fix inconsistent metadata.xml spacing

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 mate-extra/mate-indicator-applet/metadata.xml | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/mate-extra/mate-indicator-applet/metadata.xml 
b/mate-extra/mate-indicator-applet/metadata.xml
index 06b9073ab57..9561edc8026 100644
--- a/mate-extra/mate-indicator-applet/metadata.xml
+++ b/mate-extra/mate-indicator-applet/metadata.xml
@@ -1,14 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-m...@gentoo.org
-Gentoo MATE Desktop
-
+   
+   m...@gentoo.org
+   Gentoo MATE Desktop
+   

Build with GTK+3 instead of GTK+2

-
-mate-desktop/mate-indicator-applet
-
+   
+   mate-desktop/mate-indicator-applet
+   
 



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2017-06-04 Thread Ettore Di Giacinto
commit: 8e7138da680b8bd0d72fb00894c79a4163db9b1a
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Thu Mar 16 14:06:25 2017 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sun Jun  4 15:16:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7138da

mate-extra/mate-indicator-applet: Version bump to 1.18.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 mate-extra/mate-indicator-applet/Manifest  |  1 +
 .../mate-indicator-applet-1.18.0.ebuild| 27 ++
 2 files changed, 28 insertions(+)

diff --git a/mate-extra/mate-indicator-applet/Manifest 
b/mate-extra/mate-indicator-applet/Manifest
index 7b05886394a..89603c010cd 100644
--- a/mate-extra/mate-indicator-applet/Manifest
+++ b/mate-extra/mate-indicator-applet/Manifest
@@ -1,3 +1,4 @@
 DIST mate-indicator-applet-1.12.1.tar.xz 317984 SHA256 
4a55e539f129a23e3471b7f25f8dbbd92ea7330c0e90c26e42396db17713b40e SHA512 
446ce32e8db22b153c7786292749645715e43c134e7fa00f81b7782a48163745307d396dbdd7765a63ec9514bec2f032f681028c55264e0fcf879c5e26fc9433
 WHIRLPOOL 
e4fdcee746c5409ee751d573e8aae8b56dbb20f8c875d2d4102f459fb569e539ae79480f09bf5cd6e534d1e154f08913cb99b6d7993fc33a59a14a60273a4a44
 DIST mate-indicator-applet-1.14.1.tar.xz 315480 SHA256 
78ec8cc717ce8e7e2cad5a4f408f8d2f227bbf7826e1c7732853d71f648b7896 SHA512 
868f85546780d52aaadaa63ec14a8e92e673396653cebf7c5a9d0de459fc62d346fb10836298bf604eb50c63e5390cedd08576fb8903aeabdf2e2c4de5fc638f
 WHIRLPOOL 
7a10da818fd3e9587d314a27bbf35fd1e034c01f1e069b668201cff09d38b18aa7a9755efa0419152df8bdd07827100692126abfceabd0cc566bc95d356e4720
 DIST mate-indicator-applet-1.16.0.tar.xz 317256 SHA256 
5b60ecd36109d2e036b7706fde3c642be3fb157e3189af07017e08b70e55cf21 SHA512 
745f10ed20a453b02427982f59c81e85cdf80736aad62c4e149802c4df3646dfcd1dc822476f4d9cbd2f28c48e78c2e9a7e79652c8ba579a3e0bf9f16427b1a2
 WHIRLPOOL 
97fd3bcf37e72473fb9e4f81084cb693aa37db5a9bc437191a4c9985d9dd674bb35883208098c6e68a94dda08c687dea352073a701e364557b9d1e3631e57f14
+DIST mate-indicator-applet-1.18.0.tar.xz 329792 SHA256 
4fe04328f2d86a1f0817e320a0fb841f7eb5839d0ae5131b44a8413d49489829 SHA512 
5c7690c00e165c72290dfada899a188c3fc72ed2d9c19c0168aba6d2ea3fb40f1f7f152eddfb2160cf16aea01247245b91e84c88f7b8a6e76778c6144864aec8
 WHIRLPOOL 
03f080209ce0381320bb73c8512512935ecfc3f163770750063b9f9b54151b6d1b5182fb002c3dded2cdeb8c4c8feb961209314f1113e8029206853ac3f3e551

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.0.ebuild
new file mode 100644
index 000..0540e493e3c
--- /dev/null
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate versionator
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="MATE indicator applet"
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+
+IUSE=""
+
+COMMON_DEPEND="
+   >=dev-libs/libindicator-0.4:3
+   >=mate-base/mate-panel-1.17.0
+   >=x11-libs/gtk+-3.14:3"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.35.0
+   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2016-12-08 Thread Ettore Di Giacinto
commit: 1ae89c404300986603046a109475aac7e36f74e8
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Thu Nov 10 20:52:51 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Thu Dec  8 15:30:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae89c40

mate-extra/mate-indicator-applet: version bump to 1.16.0

Package-Manager: portage-2.3.1

 mate-extra/mate-indicator-applet/Manifest  |  1 +
 .../mate-indicator-applet-1.16.0.ebuild| 39 ++
 2 files changed, 40 insertions(+)

diff --git a/mate-extra/mate-indicator-applet/Manifest 
b/mate-extra/mate-indicator-applet/Manifest
index 967646b..7b05886 100644
--- a/mate-extra/mate-indicator-applet/Manifest
+++ b/mate-extra/mate-indicator-applet/Manifest
@@ -1,2 +1,3 @@
 DIST mate-indicator-applet-1.12.1.tar.xz 317984 SHA256 
4a55e539f129a23e3471b7f25f8dbbd92ea7330c0e90c26e42396db17713b40e SHA512 
446ce32e8db22b153c7786292749645715e43c134e7fa00f81b7782a48163745307d396dbdd7765a63ec9514bec2f032f681028c55264e0fcf879c5e26fc9433
 WHIRLPOOL 
e4fdcee746c5409ee751d573e8aae8b56dbb20f8c875d2d4102f459fb569e539ae79480f09bf5cd6e534d1e154f08913cb99b6d7993fc33a59a14a60273a4a44
 DIST mate-indicator-applet-1.14.1.tar.xz 315480 SHA256 
78ec8cc717ce8e7e2cad5a4f408f8d2f227bbf7826e1c7732853d71f648b7896 SHA512 
868f85546780d52aaadaa63ec14a8e92e673396653cebf7c5a9d0de459fc62d346fb10836298bf604eb50c63e5390cedd08576fb8903aeabdf2e2c4de5fc638f
 WHIRLPOOL 
7a10da818fd3e9587d314a27bbf35fd1e034c01f1e069b668201cff09d38b18aa7a9755efa0419152df8bdd07827100692126abfceabd0cc566bc95d356e4720
+DIST mate-indicator-applet-1.16.0.tar.xz 317256 SHA256 
5b60ecd36109d2e036b7706fde3c642be3fb157e3189af07017e08b70e55cf21 SHA512 
745f10ed20a453b02427982f59c81e85cdf80736aad62c4e149802c4df3646dfcd1dc822476f4d9cbd2f28c48e78c2e9a7e79652c8ba579a3e0bf9f16427b1a2
 WHIRLPOOL 
97fd3bcf37e72473fb9e4f81084cb693aa37db5a9bc437191a4c9985d9dd674bb35883208098c6e68a94dda08c687dea352073a701e364557b9d1e3631e57f14

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.16.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.16.0.ebuild
new file mode 100644
index ..0052725
--- /dev/null
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.16.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit mate versionator
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="MATE indicator applet"
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+
+IUSE="gtk3"
+
+COMMON_DEPEND="
+   >=mate-base/mate-panel-1.8[gtk3(-)=]
+   !gtk3? (
+   >=dev-libs/libindicator-0.3.90:0
+   >=x11-libs/gtk+-2.24:2
+   )
+   gtk3? (
+   >=dev-libs/libindicator-0.3.90:3
+   >=x11-libs/gtk+-3.0:3
+   )"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.35.0
+   virtual/pkgconfig"
+
+src_configure() {
+   mate_src_configure \
+   --with-gtk=$(usex gtk3 3.0 2.0)
+}



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2016-11-24 Thread Ettore Di Giacinto
commit: eb1f002498c0668321d7cbd6cb89b103dc43e48d
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Fri Oct 21 19:21:14 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Thu Nov 24 22:21:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1f0024

mate-extra/mate-indicator-applet: Drop 1.10.x

Package-Manager: portage-2.3.1

 mate-extra/mate-indicator-applet/Manifest  |  1 -
 .../mate-indicator-applet-1.10.0.ebuild| 29 --
 2 files changed, 30 deletions(-)

diff --git a/mate-extra/mate-indicator-applet/Manifest 
b/mate-extra/mate-indicator-applet/Manifest
index b3ddefb..967646b 100644
--- a/mate-extra/mate-indicator-applet/Manifest
+++ b/mate-extra/mate-indicator-applet/Manifest
@@ -1,3 +1,2 @@
-DIST mate-indicator-applet-1.10.0.tar.xz 317840 SHA256 
36d0e0fc40fd274e8874c3c0c85cca9d52aa2e692cab82cbb7d411233773dea5 SHA512 
84b1e7a8dc788a7b8f72a83e6045f6b65d1c703de8207c2944c28b5062d64cc7fabd74c86370d0a9c13baa8b47a376e6d3014f329c107c9d72644505c265679b
 WHIRLPOOL 
660da18f1d21dd6e8a506d6712ad1c32d6567f99540154b3a6878045fbc3c733987b2d4a517406426ce42f69f5c1cf97fce199f327c1361da912ac6560d33654
 DIST mate-indicator-applet-1.12.1.tar.xz 317984 SHA256 
4a55e539f129a23e3471b7f25f8dbbd92ea7330c0e90c26e42396db17713b40e SHA512 
446ce32e8db22b153c7786292749645715e43c134e7fa00f81b7782a48163745307d396dbdd7765a63ec9514bec2f032f681028c55264e0fcf879c5e26fc9433
 WHIRLPOOL 
e4fdcee746c5409ee751d573e8aae8b56dbb20f8c875d2d4102f459fb569e539ae79480f09bf5cd6e534d1e154f08913cb99b6d7993fc33a59a14a60273a4a44
 DIST mate-indicator-applet-1.14.1.tar.xz 315480 SHA256 
78ec8cc717ce8e7e2cad5a4f408f8d2f227bbf7826e1c7732853d71f648b7896 SHA512 
868f85546780d52aaadaa63ec14a8e92e673396653cebf7c5a9d0de459fc62d346fb10836298bf604eb50c63e5390cedd08576fb8903aeabdf2e2c4de5fc638f
 WHIRLPOOL 
7a10da818fd3e9587d314a27bbf35fd1e034c01f1e069b668201cff09d38b18aa7a9755efa0419152df8bdd07827100692126abfceabd0cc566bc95d356e4720

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.10.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.10.0.ebuild
deleted file mode 100644
index c6ff05c..
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.10.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="MATE indicator applet"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2 FDL-1.1 LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.24:2"
-
-DEPEND="${RDEPEND}
-   >=dev-libs/libindicator-0.3.90:0
-   >=dev-util/intltool-0.35.0
-   >=mate-base/mate-panel-1.10:0
-   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/, mate-extra/mate-indicator-applet/files/

2016-11-21 Thread Ettore Di Giacinto
commit: dbe6362846102be480e7a5b5ba6ca458e56b89b4
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Sep 14 15:43:18 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Mon Nov 21 11:00:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe63628

mate-extra/mate-indicator-applet: Fix configure.ac for indicator-ng #593680

Package-Manager: portage-2.3.0

 ...-applet-1.14.1-indicator-ng-configure-fix.patch | 30 ++
 ...uild => mate-indicator-applet-1.14.1-r1.ebuild} |  2 ++
 2 files changed, 32 insertions(+)

diff --git 
a/mate-extra/mate-indicator-applet/files/mate-indicator-applet-1.14.1-indicator-ng-configure-fix.patch
 
b/mate-extra/mate-indicator-applet/files/mate-indicator-applet-1.14.1-indicator-ng-configure-fix.patch
new file mode 100644
index ..b9ae4fc
--- /dev/null
+++ 
b/mate-extra/mate-indicator-applet/files/mate-indicator-applet-1.14.1-indicator-ng-configure-fix.patch
@@ -0,0 +1,30 @@
+From 06f6db28648cdeff02cc07f9a7f1410b228450a4 Mon Sep 17 00:00:00 2001
+From: monsta 
+Date: Wed, 14 Sep 2016 18:20:25 +0300
+Subject: [PATCH] check for libindicator 12.10.2 for new style indicators
+ support
+
+fixes build on Gentoo which has 12.10.1 - turned out this version
+had no indicator-ng yet.
+
+note that (as of now) 12.10.2 isn't officially released upstream,
+and Ubuntu has post-12.10.1 repo snapshot packaged and labeled as
+12.10.2. however, that snapshot already has 12.10.2 version in .pc
+file, so the build works with it.
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 5e9c505..9b4dafc 100644
+--- a/configure.ac
 b/configure.ac
+@@ -46,7 +46,7 @@ case "$with_gtk" in
+ esac
+ 
+ INDICATOR_REQUIRED_VERSION=0.3.90
+-INDICATOR_NG_VERSION=12.10
++INDICATOR_NG_VERSION=12.10.2
+ INDICATOR_PKG=indicator$INDICATOR_API_VERSION-0.4
+ 
+ PKG_CHECK_MODULES(APPLET, gtk+-$GTK_API_VERSION >= $GTK_REQUIRED_VERSION

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.14.1.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.14.1-r1.ebuild
similarity index 91%
rename from mate-extra/mate-indicator-applet/mate-indicator-applet-1.14.1.ebuild
rename to 
mate-extra/mate-indicator-applet/mate-indicator-applet-1.14.1-r1.ebuild
index 0052725..605c790 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.14.1.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.14.1-r1.ebuild
@@ -33,6 +33,8 @@ DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.35.0
virtual/pkgconfig"
 
+PATCHES=( "${FILESDIR}/${P}-indicator-ng-configure-fix.patch" )
+
 src_configure() {
mate_src_configure \
--with-gtk=$(usex gtk3 3.0 2.0)



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2016-11-21 Thread Ettore Di Giacinto
commit: 15c6fad8737018772a68016d27a153d8bc2cfd53
Author: mudler  sabayon  org>
AuthorDate: Mon Sep  5 13:31:04 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Mon Nov 21 11:00:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c6fad8

mate-extra/mate-indicator-applet: Version bump to 1.14.1

Package-Manager: portage-2.2.26

 mate-extra/mate-indicator-applet/Manifest  |  1 +
 .../mate-indicator-applet-1.14.1.ebuild| 39 ++
 2 files changed, 40 insertions(+)

diff --git a/mate-extra/mate-indicator-applet/Manifest 
b/mate-extra/mate-indicator-applet/Manifest
index 1f098b2..b3ddefb 100644
--- a/mate-extra/mate-indicator-applet/Manifest
+++ b/mate-extra/mate-indicator-applet/Manifest
@@ -1,2 +1,3 @@
 DIST mate-indicator-applet-1.10.0.tar.xz 317840 SHA256 
36d0e0fc40fd274e8874c3c0c85cca9d52aa2e692cab82cbb7d411233773dea5 SHA512 
84b1e7a8dc788a7b8f72a83e6045f6b65d1c703de8207c2944c28b5062d64cc7fabd74c86370d0a9c13baa8b47a376e6d3014f329c107c9d72644505c265679b
 WHIRLPOOL 
660da18f1d21dd6e8a506d6712ad1c32d6567f99540154b3a6878045fbc3c733987b2d4a517406426ce42f69f5c1cf97fce199f327c1361da912ac6560d33654
 DIST mate-indicator-applet-1.12.1.tar.xz 317984 SHA256 
4a55e539f129a23e3471b7f25f8dbbd92ea7330c0e90c26e42396db17713b40e SHA512 
446ce32e8db22b153c7786292749645715e43c134e7fa00f81b7782a48163745307d396dbdd7765a63ec9514bec2f032f681028c55264e0fcf879c5e26fc9433
 WHIRLPOOL 
e4fdcee746c5409ee751d573e8aae8b56dbb20f8c875d2d4102f459fb569e539ae79480f09bf5cd6e534d1e154f08913cb99b6d7993fc33a59a14a60273a4a44
+DIST mate-indicator-applet-1.14.1.tar.xz 315480 SHA256 
78ec8cc717ce8e7e2cad5a4f408f8d2f227bbf7826e1c7732853d71f648b7896 SHA512 
868f85546780d52aaadaa63ec14a8e92e673396653cebf7c5a9d0de459fc62d346fb10836298bf604eb50c63e5390cedd08576fb8903aeabdf2e2c4de5fc638f
 WHIRLPOOL 
7a10da818fd3e9587d314a27bbf35fd1e034c01f1e069b668201cff09d38b18aa7a9755efa0419152df8bdd07827100692126abfceabd0cc566bc95d356e4720

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.14.1.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.14.1.ebuild
new file mode 100644
index ..0052725
--- /dev/null
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.14.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit mate versionator
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="MATE indicator applet"
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+
+IUSE="gtk3"
+
+COMMON_DEPEND="
+   >=mate-base/mate-panel-1.8[gtk3(-)=]
+   !gtk3? (
+   >=dev-libs/libindicator-0.3.90:0
+   >=x11-libs/gtk+-2.24:2
+   )
+   gtk3? (
+   >=dev-libs/libindicator-0.3.90:3
+   >=x11-libs/gtk+-3.0:3
+   )"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.35.0
+   virtual/pkgconfig"
+
+src_configure() {
+   mate_src_configure \
+   --with-gtk=$(usex gtk3 3.0 2.0)
+}



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2016-10-14 Thread NP Hardass
commit: e7379f6edef49e6e6a5f9268dcb7b6f600797b34
Author: mudler  sabayon  org>
AuthorDate: Thu Oct 13 21:38:38 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Oct 15 02:57:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7379f6e

mate-extra/mate-indicator-applet: Stable on amd64 keyword wrt #596998

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

 mate-extra/mate-indicator-applet/mate-indicator-applet-1.12.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.12.1-r1.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.12.1-r1.ebuild
index 0585d9a..550661f 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.12.1-r1.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.12.1-r1.ebuild
@@ -7,7 +7,7 @@ EAPI=6
 inherit mate versionator
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm ~x86"
 fi
 
 DESCRIPTION="MATE indicator applet"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2016-10-14 Thread NP Hardass
commit: de93f0893c8cdb49e6f90851363442d20a15cba8
Author: mudler  sabayon  org>
AuthorDate: Thu Oct 13 21:38:42 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Oct 15 02:57:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de93f089

mate-extra/mate-indicator-applet: Stable on x86 keyword wrt #596998

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

 mate-extra/mate-indicator-applet/mate-indicator-applet-1.12.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.12.1-r1.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.12.1-r1.ebuild
index 550661f..f98ff81 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.12.1-r1.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.12.1-r1.ebuild
@@ -7,7 +7,7 @@ EAPI=6
 inherit mate versionator
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 DESCRIPTION="MATE indicator applet"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2016-08-11 Thread NP Hardass
commit: 8bee9a215746178b8bc4aec012cd69316c0df0de
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Aug 12 04:30:18 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Aug 12 05:12:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bee9a21

mate-extra/mate-indicator-applet: 1.12.x vbump, add gtk3, from project repo

Package-Manager: portage-2.3.0

 mate-extra/mate-indicator-applet/Manifest  |  1 +
 .../mate-indicator-applet-1.12.1-r1.ebuild | 37 ++
 mate-extra/mate-indicator-applet/metadata.xml  |  3 ++
 3 files changed, 41 insertions(+)

diff --git a/mate-extra/mate-indicator-applet/Manifest 
b/mate-extra/mate-indicator-applet/Manifest
index 5d14473..1f098b2 100644
--- a/mate-extra/mate-indicator-applet/Manifest
+++ b/mate-extra/mate-indicator-applet/Manifest
@@ -1 +1,2 @@
 DIST mate-indicator-applet-1.10.0.tar.xz 317840 SHA256 
36d0e0fc40fd274e8874c3c0c85cca9d52aa2e692cab82cbb7d411233773dea5 SHA512 
84b1e7a8dc788a7b8f72a83e6045f6b65d1c703de8207c2944c28b5062d64cc7fabd74c86370d0a9c13baa8b47a376e6d3014f329c107c9d72644505c265679b
 WHIRLPOOL 
660da18f1d21dd6e8a506d6712ad1c32d6567f99540154b3a6878045fbc3c733987b2d4a517406426ce42f69f5c1cf97fce199f327c1361da912ac6560d33654
+DIST mate-indicator-applet-1.12.1.tar.xz 317984 SHA256 
4a55e539f129a23e3471b7f25f8dbbd92ea7330c0e90c26e42396db17713b40e SHA512 
446ce32e8db22b153c7786292749645715e43c134e7fa00f81b7782a48163745307d396dbdd7765a63ec9514bec2f032f681028c55264e0fcf879c5e26fc9433
 WHIRLPOOL 
e4fdcee746c5409ee751d573e8aae8b56dbb20f8c875d2d4102f459fb569e539ae79480f09bf5cd6e534d1e154f08913cb99b6d7993fc33a59a14a60273a4a44

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.12.1-r1.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.12.1-r1.ebuild
new file mode 100644
index 000..0585d9a
--- /dev/null
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.12.1-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit mate versionator
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="MATE indicator applet"
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+
+IUSE="gtk3"
+
+RDEPEND="
+   >=mate-base/mate-panel-1.8[gtk3(-)=]
+   !gtk3? (
+   >=dev-libs/libindicator-0.3.90:0
+   >=x11-libs/gtk+-2.24:2
+   )
+   gtk3? (
+   >=dev-libs/libindicator-0.3.90:3
+   >=x11-libs/gtk+-3.0:3
+   )"
+
+DEPEND="${RDEPEND}
+   >=dev-util/intltool-0.35.0
+   virtual/pkgconfig"
+
+src_configure() {
+   mate_src_configure \
+   --with-gtk=$(usex gtk3 3.0 2.0)
+}

diff --git a/mate-extra/mate-indicator-applet/metadata.xml 
b/mate-extra/mate-indicator-applet/metadata.xml
index effcbc8..06b9073 100644
--- a/mate-extra/mate-indicator-applet/metadata.xml
+++ b/mate-extra/mate-indicator-applet/metadata.xml
@@ -5,6 +5,9 @@
 m...@gentoo.org
 Gentoo MATE Desktop
 
+   
+   Build with GTK+3 instead of GTK+2
+   
 
 mate-desktop/mate-indicator-applet
 



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2016-07-25 Thread NP Hardass
commit: b12c5814e4d52a873740802cace6ef070fbd783d
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Jul 25 18:18:53 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Jul 25 18:36:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12c5814

mate-extra/mate-indicator-applet: amd64 x86 stable wrt bug #579644

Package-Manager: portage-2.2.28

 mate-extra/mate-indicator-applet/mate-indicator-applet-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.10.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.10.0.ebuild
index 1283510..c6ff05c 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.10.0.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.10.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://mate-desktop.org;
 
 LICENSE="GPL-2 FDL-1.1 LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2016-05-30 Thread Mikle Kolyada
commit: fe6e2068bbf3eecfec8e85a5980f25bd0cf78d0c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 30 18:48:59 2016 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 30 19:17:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe6e2068

mate-extra/mate-indicator-applet: Add ~arm keyword wrt bug #508072

Package-Manager: portage-2.2.28

 mate-extra/mate-indicator-applet/mate-indicator-applet-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.10.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.10.0.ebuild
index 4237f6b..1283510 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.10.0.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.10.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://mate-desktop.org;
 
 LICENSE="GPL-2 FDL-1.1 LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2016-02-08 Thread NP Hardass
commit: a8290be4ab7d38807607e6295d5c333f6255db33
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Feb  9 01:36:49 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Tue Feb  9 02:46:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8290be4

mate-extra/mate-indicator-applet: Import 1.10.x from Project:MATE repo

Package-Manager: portage-2.2.26

 mate-extra/mate-indicator-applet/Manifest  |  1 +
 .../mate-indicator-applet-1.10.0.ebuild| 29 ++
 mate-extra/mate-indicator-applet/metadata.xml  | 11 
 3 files changed, 41 insertions(+)

diff --git a/mate-extra/mate-indicator-applet/Manifest 
b/mate-extra/mate-indicator-applet/Manifest
new file mode 100644
index 000..5d14473
--- /dev/null
+++ b/mate-extra/mate-indicator-applet/Manifest
@@ -0,0 +1 @@
+DIST mate-indicator-applet-1.10.0.tar.xz 317840 SHA256 
36d0e0fc40fd274e8874c3c0c85cca9d52aa2e692cab82cbb7d411233773dea5 SHA512 
84b1e7a8dc788a7b8f72a83e6045f6b65d1c703de8207c2944c28b5062d64cc7fabd74c86370d0a9c13baa8b47a376e6d3014f329c107c9d72644505c265679b
 WHIRLPOOL 
660da18f1d21dd6e8a506d6712ad1c32d6567f99540154b3a6878045fbc3c733987b2d4a517406426ce42f69f5c1cf97fce199f327c1361da912ac6560d33654

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.10.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.10.0.ebuild
new file mode 100644
index 000..4237f6b
--- /dev/null
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.10.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+GCONF_DEBUG="no"
+
+inherit gnome2 versionator
+
+MATE_BRANCH="$(get_version_component_range 1-2)"
+
+SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
+DESCRIPTION="MATE indicator applet"
+HOMEPAGE="http://mate-desktop.org;
+
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2.24:2"
+
+DEPEND="${RDEPEND}
+   >=dev-libs/libindicator-0.3.90:0
+   >=dev-util/intltool-0.35.0
+   >=mate-base/mate-panel-1.10:0
+   virtual/pkgconfig"

diff --git a/mate-extra/mate-indicator-applet/metadata.xml 
b/mate-extra/mate-indicator-applet/metadata.xml
new file mode 100644
index 000..effcbc8
--- /dev/null
+++ b/mate-extra/mate-indicator-applet/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+m...@gentoo.org
+Gentoo MATE Desktop
+
+
+mate-desktop/mate-indicator-applet
+
+