[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2023-06-11 Thread Michał Górny
commit: 54afc1f0d748c4bf33285aa481b78a38406faf45
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 11 19:11:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 11 19:18:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54afc1f0

xfce-extra/xfce4-mount-plugin: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-mount-plugin/Manifest |  1 -
 .../xfce4-mount-plugin-1.1.5.ebuild| 36 --
 2 files changed, 37 deletions(-)

diff --git a/xfce-extra/xfce4-mount-plugin/Manifest 
b/xfce-extra/xfce4-mount-plugin/Manifest
index 53a81e76354c..e616e3171a96 100644
--- a/xfce-extra/xfce4-mount-plugin/Manifest
+++ b/xfce-extra/xfce4-mount-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-mount-plugin-1.1.5.tar.bz2 432564 BLAKE2B 
6dbdbf692847c7c236a60982adf6ac9619f8d45320c97debea44e0b865a9ac51c76b20dd80943f5fe23501d450039ab0fc4644b0ff5ed693ff169668a039441d
 SHA512 
bf4e89c57a1f61120919a272c6f343a9fb4072a977848031784cbdf96e4bf248d878c6e28a812930daf9a0515efcae20b421e0b2db176f05b8f29d75d90a28ca
 DIST xfce4-mount-plugin-1.1.6.tar.bz2 452714 BLAKE2B 
8c4491b6b863f44ba1fedbfef2bd691add9b6d10e56d193364a628504fca7ef5e3563815851db45ba9aff6af2640c377eb80525c0dd7130e987995523ec7e3f6
 SHA512 
5f0d8c2ebf6528560c42b5dc1408a40bce8dfc4528f2a2ea1955774a8e5fab0cda9c81b052927c7dbd8675a5bbd104a208c657f473dc5258e049fa0b34af16a3

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild
deleted file mode 100644
index 2c6a9ebf9f42..
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="An mount plug-in for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/xfce4-panel-4.12:="
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2023-06-11 Thread Jakov Smolić
commit: ecb2c9b1acfde9e579e1973efdb4a890a61d21b1
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jun 11 18:37:22 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jun 11 18:37:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecb2c9b1

xfce-extra/xfce4-mount-plugin: Stabilize 1.1.6 amd64, #908333

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

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild
index 2197ea4ddcdc..0a91389b5d62 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 
 DEPEND="
>=dev-libs/glib-2.50.0



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2023-06-11 Thread Sam James
commit: 88a337f4b5a49c9e763ed50cab9049fa4ab3a8a7
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 11 15:06:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 11 15:06:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a337f4

xfce-extra/xfce4-mount-plugin: Stabilize 1.1.6 ppc64, #908333

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

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild
index 5191e41ab3b8..2197ea4ddcdc 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 
 DEPEND="
>=dev-libs/glib-2.50.0



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2023-06-11 Thread Sam James
commit: 02e6bdc2acc41405b23825ed1711e97c0ae90137
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 11 15:03:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 11 15:03:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e6bdc2

xfce-extra/xfce4-mount-plugin: Stabilize 1.1.6 x86, #908333

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

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild
index 0fa477e226ff..5191e41ab3b8 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 
 DEPEND="
>=dev-libs/glib-2.50.0



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2023-06-11 Thread Sam James
commit: 54de45f564a6358cdc48c348aeae0b0292e86809
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 11 13:45:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 11 13:45:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54de45f5

xfce-extra/xfce4-mount-plugin: Stabilize 1.1.6 ppc, #908333

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

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild
index 3d22ef123eb6..0fa477e226ff 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
 
 DEPEND="
>=dev-libs/glib-2.50.0



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2023-04-20 Thread Michał Górny
commit: d3425c27125b4c651a37edc8c3e2ee8b0d9ad57d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 21 03:48:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 21 03:48:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3425c27

xfce-extra/xfce4-mount-plugin: Bump to 1.1.6

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-mount-plugin/Manifest |  1 +
 .../xfce4-mount-plugin-1.1.6.ebuild| 47 ++
 2 files changed, 48 insertions(+)

diff --git a/xfce-extra/xfce4-mount-plugin/Manifest 
b/xfce-extra/xfce4-mount-plugin/Manifest
index 1695605a6ec3..53a81e76354c 100644
--- a/xfce-extra/xfce4-mount-plugin/Manifest
+++ b/xfce-extra/xfce4-mount-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-mount-plugin-1.1.5.tar.bz2 432564 BLAKE2B 
6dbdbf692847c7c236a60982adf6ac9619f8d45320c97debea44e0b865a9ac51c76b20dd80943f5fe23501d450039ab0fc4644b0ff5ed693ff169668a039441d
 SHA512 
bf4e89c57a1f61120919a272c6f343a9fb4072a977848031784cbdf96e4bf248d878c6e28a812930daf9a0515efcae20b421e0b2db176f05b8f29d75d90a28ca
+DIST xfce4-mount-plugin-1.1.6.tar.bz2 452714 BLAKE2B 
8c4491b6b863f44ba1fedbfef2bd691add9b6d10e56d193364a628504fca7ef5e3563815851db45ba9aff6af2640c377eb80525c0dd7130e987995523ec7e3f6
 SHA512 
5f0d8c2ebf6528560c42b5dc1408a40bce8dfc4528f2a2ea1955774a8e5fab0cda9c81b052927c7dbd8675a5bbd104a208c657f473dc5258e049fa0b34af16a3

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild
new file mode 100644
index ..ab77e47112b3
--- /dev/null
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.6.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="An mount plug-in for the Xfce panel"
+HOMEPAGE="
+   https://docs.xfce.org/panel-plugins/xfce4-mount-plugin/start
+   https://gitlab.xfce.org/panel-plugins/xfce4-mount-plugin/
+"
+SRC_URI="
+   https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+DEPEND="
+   >=dev-libs/glib-2.50.0
+   >=x11-libs/gtk+-3.22.0:3
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:=
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2021-11-18 Thread Yixun Lan
commit: 20a7e31242ebd58dac8db02605ed15023b0a0fdc
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Nov 18 14:53:09 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Nov 19 06:23:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a7e312

xfce-extra/xfce4-mount-plugin: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild
index f63a2799c5b0..2c6a9ebf9f42 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2021-02-18 Thread Michał Górny
commit: d25a03ea55ec29ee8c7efc6bd15560ede22b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 19 00:54:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 19 01:03:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25a03ea

xfce-extra/xfce4-mount-plugin: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-mount-plugin/Manifest |  1 -
 .../xfce4-mount-plugin-1.1.3.ebuild| 35 --
 2 files changed, 36 deletions(-)

diff --git a/xfce-extra/xfce4-mount-plugin/Manifest 
b/xfce-extra/xfce4-mount-plugin/Manifest
index 67e561a08d1..1695605a6ec 100644
--- a/xfce-extra/xfce4-mount-plugin/Manifest
+++ b/xfce-extra/xfce4-mount-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-mount-plugin-1.1.3.tar.bz2 431182 BLAKE2B 
ba197ae9028b726e3b1e2b7fd68ebaec3e8e247322d916a1579681af9b004418d4738bfff05e7b947d6bcc5a1bd3cd1e0419f2e7421ae8cf7a7aeb3011658132
 SHA512 
10894069fd98fa0b709a3e743f0d6f9a8e9487b0de8495c3d177731190480f18b11b0179325d2ed47f80eeeaea10144ddce7f9cd60397dfb6a0db602bd4f8124
 DIST xfce4-mount-plugin-1.1.5.tar.bz2 432564 BLAKE2B 
6dbdbf692847c7c236a60982adf6ac9619f8d45320c97debea44e0b865a9ac51c76b20dd80943f5fe23501d450039ab0fc4644b0ff5ed693ff169668a039441d
 SHA512 
bf4e89c57a1f61120919a272c6f343a9fb4072a977848031784cbdf96e4bf248d878c6e28a812930daf9a0515efcae20b421e0b2db176f05b8f29d75d90a28ca

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
deleted file mode 100644
index 80afde3a10a..000
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="An mount plug-in for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
-IUSE=""
-
-RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/xfce4-panel-4.12:="
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2021-02-18 Thread Sam James
commit: 182395e3182500bfee0d01031278c7987b5244e9
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 18 22:08:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 18 22:08:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=182395e3

xfce-extra/xfce4-mount-plugin: Stabilize 1.1.5 ppc, #769368

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

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild
index 98febadf0b0..f63a2799c5b 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2021-02-17 Thread Sam James
commit: 04c0d9c08b2956acd0296d4589497bfa467f76ce
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 18 07:24:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 18 07:26:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c0d9c0

xfce-extra/xfce4-mount-plugin: Stabilize 1.1.5 arm, #769368

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

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild
index 279793e23d1..98febadf0b0 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2021-02-07 Thread Sam James
commit: 220f1c5fbdf967016472ed6478a53df83edf0b72
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  8 06:11:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  8 06:11:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220f1c5f

xfce-extra/xfce4-mount-plugin: Stabilize 1.1.5 ppc64, #769368

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

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild
index fb13b1a89bb..279793e23d1 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2021-02-07 Thread Sam James
commit: 45b917c30674764e49a4f3f18d530e93ab0a1115
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  8 06:05:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  8 06:05:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b917c3

xfce-extra/xfce4-mount-plugin: Stabilize 1.1.5 amd64, #769368

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

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild
index 3750edab08f..fb13b1a89bb 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2021-01-18 Thread Michał Górny
commit: 807c9b3f1b1a2678247a3e272d0fba168384deea
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 18 20:25:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 18 20:28:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807c9b3f

xfce-extra/xfce4-mount-plugin: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-mount-plugin/Manifest |  1 -
 .../xfce4-mount-plugin-1.1.4.ebuild| 36 --
 2 files changed, 37 deletions(-)

diff --git a/xfce-extra/xfce4-mount-plugin/Manifest 
b/xfce-extra/xfce4-mount-plugin/Manifest
index a13de926a0f..67e561a08d1 100644
--- a/xfce-extra/xfce4-mount-plugin/Manifest
+++ b/xfce-extra/xfce4-mount-plugin/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-mount-plugin-1.1.3.tar.bz2 431182 BLAKE2B 
ba197ae9028b726e3b1e2b7fd68ebaec3e8e247322d916a1579681af9b004418d4738bfff05e7b947d6bcc5a1bd3cd1e0419f2e7421ae8cf7a7aeb3011658132
 SHA512 
10894069fd98fa0b709a3e743f0d6f9a8e9487b0de8495c3d177731190480f18b11b0179325d2ed47f80eeeaea10144ddce7f9cd60397dfb6a0db602bd4f8124
-DIST xfce4-mount-plugin-1.1.4.tar.bz2 452224 BLAKE2B 
aad04c6aec4e624aa437f9a22f730e64d0ef2d11a76d98a082075477825767234e92ff6e97ee7821e36e49f97ef4fe86528660b20bfc3dd21d3b7f490e669dca
 SHA512 
aff784688ca9b83acf7bf512b25fb7ad96c7b8a68d21bf466ccfbbbaed5e2d6884ac8222eb4a0db26c1763a93214c6c2b76de89407553bc484f33ed036a0
 DIST xfce4-mount-plugin-1.1.5.tar.bz2 432564 BLAKE2B 
6dbdbf692847c7c236a60982adf6ac9619f8d45320c97debea44e0b865a9ac51c76b20dd80943f5fe23501d450039ab0fc4644b0ff5ed693ff169668a039441d
 SHA512 
bf4e89c57a1f61120919a272c6f343a9fb4072a977848031784cbdf96e4bf248d878c6e28a812930daf9a0515efcae20b421e0b2db176f05b8f29d75d90a28ca

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.4.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.4.ebuild
deleted file mode 100644
index 5dce52b27f2..000
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="An mount plug-in for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
-IUSE=""
-
-RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/xfce4-panel-4.12:="
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2020-12-28 Thread Michał Górny
commit: ef2e86b1586bbcaef117b8df2b79695c5886ac84
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 28 16:10:43 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 28 16:15:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef2e86b1

xfce-extra/xfce4-mount-plugin: Bump to 1.1.5

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-mount-plugin/Manifest |  1 +
 .../xfce4-mount-plugin-1.1.5.ebuild| 36 ++
 2 files changed, 37 insertions(+)

diff --git a/xfce-extra/xfce4-mount-plugin/Manifest 
b/xfce-extra/xfce4-mount-plugin/Manifest
index 374c63ec1a4..a13de926a0f 100644
--- a/xfce-extra/xfce4-mount-plugin/Manifest
+++ b/xfce-extra/xfce4-mount-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-mount-plugin-1.1.3.tar.bz2 431182 BLAKE2B 
ba197ae9028b726e3b1e2b7fd68ebaec3e8e247322d916a1579681af9b004418d4738bfff05e7b947d6bcc5a1bd3cd1e0419f2e7421ae8cf7a7aeb3011658132
 SHA512 
10894069fd98fa0b709a3e743f0d6f9a8e9487b0de8495c3d177731190480f18b11b0179325d2ed47f80eeeaea10144ddce7f9cd60397dfb6a0db602bd4f8124
 DIST xfce4-mount-plugin-1.1.4.tar.bz2 452224 BLAKE2B 
aad04c6aec4e624aa437f9a22f730e64d0ef2d11a76d98a082075477825767234e92ff6e97ee7821e36e49f97ef4fe86528660b20bfc3dd21d3b7f490e669dca
 SHA512 
aff784688ca9b83acf7bf512b25fb7ad96c7b8a68d21bf466ccfbbbaed5e2d6884ac8222eb4a0db26c1763a93214c6c2b76de89407553bc484f33ed036a0
+DIST xfce4-mount-plugin-1.1.5.tar.bz2 432564 BLAKE2B 
6dbdbf692847c7c236a60982adf6ac9619f8d45320c97debea44e0b865a9ac51c76b20dd80943f5fe23501d450039ab0fc4644b0ff5ed693ff169668a039441d
 SHA512 
bf4e89c57a1f61120919a272c6f343a9fb4072a977848031784cbdf96e4bf248d878c6e28a812930daf9a0515efcae20b421e0b2db176f05b8f29d75d90a28ca

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild
new file mode 100644
index 000..5dce52b27f2
--- /dev/null
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="An mount plug-in for the Xfce panel"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE=""
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2020-12-20 Thread Michał Górny
commit: 1ce5ee6d609fffa742cc6c4c6a0810fe7aed1e4e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 21 00:26:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 21 00:26:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce5ee6d

xfce-extra/xfce4-mount-plugin: Bump to 1.1.4

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-mount-plugin/Manifest |  1 +
 .../xfce4-mount-plugin-1.1.4.ebuild| 36 ++
 2 files changed, 37 insertions(+)

diff --git a/xfce-extra/xfce4-mount-plugin/Manifest 
b/xfce-extra/xfce4-mount-plugin/Manifest
index 6be83167dae..374c63ec1a4 100644
--- a/xfce-extra/xfce4-mount-plugin/Manifest
+++ b/xfce-extra/xfce4-mount-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-mount-plugin-1.1.3.tar.bz2 431182 BLAKE2B 
ba197ae9028b726e3b1e2b7fd68ebaec3e8e247322d916a1579681af9b004418d4738bfff05e7b947d6bcc5a1bd3cd1e0419f2e7421ae8cf7a7aeb3011658132
 SHA512 
10894069fd98fa0b709a3e743f0d6f9a8e9487b0de8495c3d177731190480f18b11b0179325d2ed47f80eeeaea10144ddce7f9cd60397dfb6a0db602bd4f8124
+DIST xfce4-mount-plugin-1.1.4.tar.bz2 452224 BLAKE2B 
aad04c6aec4e624aa437f9a22f730e64d0ef2d11a76d98a082075477825767234e92ff6e97ee7821e36e49f97ef4fe86528660b20bfc3dd21d3b7f490e669dca
 SHA512 
aff784688ca9b83acf7bf512b25fb7ad96c7b8a68d21bf466ccfbbbaed5e2d6884ac8222eb4a0db26c1763a93214c6c2b76de89407553bc484f33ed036a0

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.4.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.4.ebuild
new file mode 100644
index 000..5dce52b27f2
--- /dev/null
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="An mount plug-in for the Xfce panel"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE=""
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2019-04-07 Thread Michał Górny
commit: bb6d06691b2a024bbeaad03936834763e51d7b5c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  7 07:38:19 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  7 08:28:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6d0669

xfce-extra/xfce4-mount-plugin: Drop old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-mount-plugin/Manifest |  1 -
 .../xfce4-mount-plugin-1.1.2.ebuild| 25 --
 2 files changed, 26 deletions(-)

diff --git a/xfce-extra/xfce4-mount-plugin/Manifest 
b/xfce-extra/xfce4-mount-plugin/Manifest
index f351ba5be5b..6be83167dae 100644
--- a/xfce-extra/xfce4-mount-plugin/Manifest
+++ b/xfce-extra/xfce4-mount-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-mount-plugin-1.1.2.tar.bz2 425997 BLAKE2B 
bc53f56d2cfe147ccabb3b8f16dbb6226e63dc77e724541bdac349cc17c24b216227e0ec4f8b84911ff97e8faa9b080d6118ed5ac436156c6e98971883ddd77f
 SHA512 
95a4654b2dca87d8c86190163e908170509a7d37ca9aabbce9f397552fcd53a27912c09a33c5c259ef01799fb690714e9b9d14a962fa781d59dfce61bb69c728
 DIST xfce4-mount-plugin-1.1.3.tar.bz2 431182 BLAKE2B 
ba197ae9028b726e3b1e2b7fd68ebaec3e8e247322d916a1579681af9b004418d4738bfff05e7b947d6bcc5a1bd3cd1e0419f2e7421ae8cf7a7aeb3011658132
 SHA512 
10894069fd98fa0b709a3e743f0d6f9a8e9487b0de8495c3d177731190480f18b11b0179325d2ed47f80eeeaea10144ddce7f9cd60397dfb6a0db602bd4f8124

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild
deleted file mode 100644
index 6f4f417ce95..000
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="An mount plug-in for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
-IUSE=""
-
-RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/xfce4-panel-4.12:="
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2018-12-02 Thread Mikle Kolyada
commit: 64466f0e45baabbba41da188380248015e7ed9f6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  2 11:11:12 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  2 11:11:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64466f0e

xfce-extra/xfce4-mount-plugin: arm stable wrt bug #652774

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

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
index fc9bf64269d..80afde3a10a 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2018-11-24 Thread Sergei Trofimovich
commit: 20f7bfb9e3de30127c909053c00e1e7fbf0867a6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 24 13:39:51 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 24 13:39:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f7bfb9

xfce-extra/xfce4-mount-plugin: stable 1.1.3 for ppc, bug #652774

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
index fdf01ca1023..fc9bf64269d 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2018-11-18 Thread Sergei Trofimovich
commit: 412a49eb7118b77f4f381cd28197f767cd5fcb46
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov 18 12:51:01 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov 18 16:01:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=412a49eb

xfce-extra/xfce4-mount-plugin: stable 1.1.3 for ppc64, bug #652774

Package-Manager: Portage-2.3.51, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
index acafe951fee..fdf01ca1023 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2018-11-15 Thread Thomas Deutschmann
commit: 345e347a0f46fc60dabc03f7f3503387e0783051
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:34:27 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345e347a

xfce-extra/xfce4-mount-plugin: x86 stable (bug #652774)

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
index aba69b780d7..acafe951fee 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2018-11-12 Thread Mikle Kolyada
commit: af6f25754bf9eb59090b5eff6e09a29f5a28f4af
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 14:02:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 14:02:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6f2575

xfce-extra/xfce4-mount-plugin: amd64 stable wrt bug #652774

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

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
index 37504731c21..aba69b780d7 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2018-07-13 Thread Michał Górny
commit: a6a286c414ac5f52eb4f5ca09ae3c04f6694913e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 13 21:49:34 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 13 21:53:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a286c4

xfce-extra/xfce4-mount-plugin: Fix the LICENSE

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
index 9e6b4f45b09..37504731c21 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="An mount plug-in for the Xfce panel"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2018-07-13 Thread Michał Górny
commit: c7561f991b8910d4c831b3bfb2292984a4c5ec48
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 13 21:49:22 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 13 21:53:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7561f99

xfce-extra/xfce4-mount-plugin: Add updating icon cache

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
index de100e9e7f0..9e6b4f45b09 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit gnome2-utils
+
 DESCRIPTION="An mount plug-in for the Xfce panel"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
@@ -23,3 +25,11 @@ src_install() {
default
find "${D}" -name '*.la' -delete || die
 }
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2018-07-13 Thread Michał Górny
commit: b6a5fd4b90f58ec69ddb4a254e512935346f3f46
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 13 21:48:24 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 13 21:53:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a5fd4b

xfce-extra/xfce4-mount-plugin: Bump to 1.1.3 (l10n fixes)

Closes: https://bugs.gentoo.org/658220

 xfce-extra/xfce4-mount-plugin/Manifest |  1 +
 .../xfce4-mount-plugin-1.1.3.ebuild| 25 ++
 2 files changed, 26 insertions(+)

diff --git a/xfce-extra/xfce4-mount-plugin/Manifest 
b/xfce-extra/xfce4-mount-plugin/Manifest
index c97b8f1887b..f351ba5be5b 100644
--- a/xfce-extra/xfce4-mount-plugin/Manifest
+++ b/xfce-extra/xfce4-mount-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-mount-plugin-1.1.2.tar.bz2 425997 BLAKE2B 
bc53f56d2cfe147ccabb3b8f16dbb6226e63dc77e724541bdac349cc17c24b216227e0ec4f8b84911ff97e8faa9b080d6118ed5ac436156c6e98971883ddd77f
 SHA512 
95a4654b2dca87d8c86190163e908170509a7d37ca9aabbce9f397552fcd53a27912c09a33c5c259ef01799fb690714e9b9d14a962fa781d59dfce61bb69c728
+DIST xfce4-mount-plugin-1.1.3.tar.bz2 431182 BLAKE2B 
ba197ae9028b726e3b1e2b7fd68ebaec3e8e247322d916a1579681af9b004418d4738bfff05e7b947d6bcc5a1bd3cd1e0419f2e7421ae8cf7a7aeb3011658132
 SHA512 
10894069fd98fa0b709a3e743f0d6f9a8e9487b0de8495c3d177731190480f18b11b0179325d2ed47f80eeeaea10144ddce7f9cd60397dfb6a0db602bd4f8124

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
new file mode 100644
index 000..de100e9e7f0
--- /dev/null
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="An mount plug-in for the Xfce panel"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE=""
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/, xfce-extra/xfce4-mount-plugin/files/

2018-03-25 Thread Michał Górny
commit: b79a106df41cc2641fe396801dcc99f873cfed43
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 25 16:13:51 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 25 17:27:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79a106d

xfce-extra/xfce4-mount-plugin: Drop old

 xfce-extra/xfce4-mount-plugin/Manifest |  1 -
 .../files/xfce4-mount-plugin-0.6.7-LINGUAS.patch   | 14 --
 .../xfce4-mount-plugin-0.6.7.ebuild| 31 --
 3 files changed, 46 deletions(-)

diff --git a/xfce-extra/xfce4-mount-plugin/Manifest 
b/xfce-extra/xfce4-mount-plugin/Manifest
index e6ee0f5937f..c97b8f1887b 100644
--- a/xfce-extra/xfce4-mount-plugin/Manifest
+++ b/xfce-extra/xfce4-mount-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-mount-plugin-0.6.7.tar.bz2 390163 BLAKE2B 
ac114502cc3dc2a50a287d95b5de65c540c6c5e69cb6724a0914b988b2bcc5c8a6dae3e1379f703db636ec2376e7ff065b62b2ca790cc56f07ddf4bf0951d19d
 SHA512 
18f4f4fc88c521f1fd6dcbcd3146fc8379e3aa0fb00e4787a34b6c52f68f765f18354e6b66e50c8b1a42e4f2366a5779cf057ba8b71fee45d0d3d023afe6fa7b
 DIST xfce4-mount-plugin-1.1.2.tar.bz2 425997 BLAKE2B 
bc53f56d2cfe147ccabb3b8f16dbb6226e63dc77e724541bdac349cc17c24b216227e0ec4f8b84911ff97e8faa9b080d6118ed5ac436156c6e98971883ddd77f
 SHA512 
95a4654b2dca87d8c86190163e908170509a7d37ca9aabbce9f397552fcd53a27912c09a33c5c259ef01799fb690714e9b9d14a962fa781d59dfce61bb69c728

diff --git 
a/xfce-extra/xfce4-mount-plugin/files/xfce4-mount-plugin-0.6.7-LINGUAS.patch 
b/xfce-extra/xfce4-mount-plugin/files/xfce4-mount-plugin-0.6.7-LINGUAS.patch
deleted file mode 100644
index 537c9c5f86e..000
--- a/xfce-extra/xfce4-mount-plugin/files/xfce4-mount-plugin-0.6.7-LINGUAS.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-http://bugs.gentoo.org/510872
-http://bugzilla.xfce.org/show_bug.cgi?id=10968
-
 configure
-+++ configure
-@@ -13946,7 +13946,7 @@
- 
- 
- 
--ALL_LINGUAS="ar ast bg ca cs da de el en_AU en_GB es eu fi fr gl hr hu id 
is it ja ko lt lv ms nb nl oc pa pl pt_BR pt ru sk sq sr sv th tr ug uk ur_PK 
ur vi zh_CN zh_TW "
-+ALL_LINGUAS="ar ast ca cs da de el en_GB es eu fi fr gl hu id it ja ko lt 
lv nb nl pl pt_BR pt ru sq sv tr ur_PK ur vi zh_CN zh_TW "
- 
-for ac_header in locale.h
- do :

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.7.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.7.ebuild
deleted file mode 100644
index ebad0811487..000
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.7.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="An mount plug-in for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="debug"
-
-RDEPEND=">=xfce-base/libxfce4ui-4.10
-   >=xfce-base/xfce4-panel-4.10"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_setup() {
-   PATCHES=( "${FILESDIR}"/${P}-LINGUAS.patch )
-
-   XFCONF=(
-   $(xfconf_use_debug)
-   )
-
-   DOCS=( AUTHORS ChangeLog NEWS README TODO )
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2018-03-23 Thread Markus Meier
commit: eb3c037ed865a34f37dac1f41c993aa12e3e32a9
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Mar 23 19:51:53 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Mar 23 19:51:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3c037e

xfce-extra/xfce4-mount-plugin: arm stable, bug #643074

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild
index cdf0b241c68..7d8d1249c8f 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2018-01-10 Thread Sergei Trofimovich
commit: 8602486686d9f2fb38bd9e1266a9d8725985c9e4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jan 10 20:06:40 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jan 10 21:22:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86024866

xfce-extra/xfce4-mount-plugin: stable 1.1.2 for hppa, bug #643074

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild
index 4e172e0e32c..cdf0b241c68 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2018-01-07 Thread Sergei Trofimovich
commit: 98c0c14242db6704f1a3b072b82681883963612c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan  7 20:06:11 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan  7 20:06:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c0c142

xfce-extra/xfce4-mount-plugin: stable 1.1.2 for ppc, bug #643074

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild
index 92ea910aded..4e172e0e32c 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2018-01-07 Thread Sergei Trofimovich
commit: 7604e2e573b1882c871ed04c836c7654338828e2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan  7 13:13:40 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan  7 13:17:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7604e2e5

xfce-extra/xfce4-mount-plugin: stable 1.1.2 for ppc64, bug #643074

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild
index cf735e1e943..92ea910aded 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2018-01-05 Thread Mikle Kolyada
commit: 4807eeafac0f259f17c85d2337963f706c840a3f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan  5 11:20:05 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan  5 11:22:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4807eeaf

xfce-extra/xfce4-mount-plugin: amd64 stable wrt bug #643074

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild
index 5c33d98b347..a5fe51597c1 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.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
@@ -9,7 +9,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2017-06-09 Thread Michał Górny
commit: 56d71cd01ecbeb63dc15b80b64c2c0fca5877621
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  9 07:03:52 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  9 07:38:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d71cd0

xfce-extra/xfce4-mount-plugin: Clean old up

 xfce-extra/xfce4-mount-plugin/Manifest |  1 -
 .../xfce4-mount-plugin-1.1.0.ebuild| 29 --
 2 files changed, 30 deletions(-)

diff --git a/xfce-extra/xfce4-mount-plugin/Manifest 
b/xfce-extra/xfce4-mount-plugin/Manifest
index b08fc34582c..c84bbc34466 100644
--- a/xfce-extra/xfce4-mount-plugin/Manifest
+++ b/xfce-extra/xfce4-mount-plugin/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-mount-plugin-0.6.7.tar.bz2 390163 SHA256 
541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d SHA512 
18f4f4fc88c521f1fd6dcbcd3146fc8379e3aa0fb00e4787a34b6c52f68f765f18354e6b66e50c8b1a42e4f2366a5779cf057ba8b71fee45d0d3d023afe6fa7b
 WHIRLPOOL 
87f60ccd0469e9ccc97d0a57ba3d968520edf5551cd017a8b90192eb4dec4b353e5fc08f8fc6fdef6cf22feab45122fa4ba66878babe08d9d302da094dcdd1e4
-DIST xfce4-mount-plugin-1.1.0.tar.bz2 425879 SHA256 
8ff26aee9efbdb8f4ed83fa1f34923666d1540db2dbffc3c95a8531eadf22e26 SHA512 
086fee8425c58448d07ff99c912bb7ef6eb1afcf0e29de4a62e445e67d5e37d7d808f04f271b8ae7a1fbabcc111edc135300cdb3eb77e4a6ad7d08fdeca34341
 WHIRLPOOL 
1d457a1486e348c3610cb32508dc2fea8f1faa4bafcc9007923b7110e9fa0af0319124f4bef871f030ae5d0a1320f8fa262e1b631d7cdc440f2286a8be4dad29
 DIST xfce4-mount-plugin-1.1.2.tar.bz2 425997 SHA256 
54578447abaf9da630a750d64acdc37d4fd20dda6460208d6d1ffaa9e43ee1a6 SHA512 
95a4654b2dca87d8c86190163e908170509a7d37ca9aabbce9f397552fcd53a27912c09a33c5c259ef01799fb690714e9b9d14a962fa781d59dfce61bb69c728
 WHIRLPOOL 
9fa8a19ad9a4e2da358785c5ddeced6e86da9c4701317c8828297324b4f0c015395de5b1305ebfc93ce550ab4def9988147e3b78d4fdfb739eb760e27efb999e

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.0.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.0.ebuild
deleted file mode 100644
index dcee13f1591..000
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="An mount plug-in for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
-IUSE="debug"
-
-RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/xfce4-panel-4.12:="
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_setup() {
-   XFCONF=(
-   $(xfconf_use_debug)
-   )
-
-   DOCS=( AUTHORS ChangeLog NEWS README TODO )
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2017-02-25 Thread Michał Górny
commit: bd33954eb7c55d4d11658da59db3df18067e2d02
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 25 11:06:03 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 25 11:18:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd33954e

xfce-extra/xfce4-mount-plugin: Bump to 1.1.2, minor bugfix

 xfce-extra/xfce4-mount-plugin/Manifest  | 2 +-
 ...{xfce4-mount-plugin-1.1.1.ebuild => xfce4-mount-plugin-1.1.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/Manifest 
b/xfce-extra/xfce4-mount-plugin/Manifest
index 76d8267857..b08fc34582 100644
--- a/xfce-extra/xfce4-mount-plugin/Manifest
+++ b/xfce-extra/xfce4-mount-plugin/Manifest
@@ -1,3 +1,3 @@
 DIST xfce4-mount-plugin-0.6.7.tar.bz2 390163 SHA256 
541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d SHA512 
18f4f4fc88c521f1fd6dcbcd3146fc8379e3aa0fb00e4787a34b6c52f68f765f18354e6b66e50c8b1a42e4f2366a5779cf057ba8b71fee45d0d3d023afe6fa7b
 WHIRLPOOL 
87f60ccd0469e9ccc97d0a57ba3d968520edf5551cd017a8b90192eb4dec4b353e5fc08f8fc6fdef6cf22feab45122fa4ba66878babe08d9d302da094dcdd1e4
 DIST xfce4-mount-plugin-1.1.0.tar.bz2 425879 SHA256 
8ff26aee9efbdb8f4ed83fa1f34923666d1540db2dbffc3c95a8531eadf22e26 SHA512 
086fee8425c58448d07ff99c912bb7ef6eb1afcf0e29de4a62e445e67d5e37d7d808f04f271b8ae7a1fbabcc111edc135300cdb3eb77e4a6ad7d08fdeca34341
 WHIRLPOOL 
1d457a1486e348c3610cb32508dc2fea8f1faa4bafcc9007923b7110e9fa0af0319124f4bef871f030ae5d0a1320f8fa262e1b631d7cdc440f2286a8be4dad29
-DIST xfce4-mount-plugin-1.1.1.tar.bz2 425768 SHA256 
440532172641471245c2b2964d3d9e63bec6f8255ab450d3800adeb2691f SHA512 
349416d763758ea94be16d7dcb10b0b05e5a3b9b9f2fab4b8ea96ff98796856a80427e54556c5ee510d255d6f51d7a6b39bf3d5d2c64e5d2b271cf5d16fe9310
 WHIRLPOOL 
8f573614caa72490400a85b20ccddf4ff11fcb385b96f377e83e36fb150528d44357368d42b9924691a3230f8ee192a72e496eca55407539967fe438d367eec7
+DIST xfce4-mount-plugin-1.1.2.tar.bz2 425997 SHA256 
54578447abaf9da630a750d64acdc37d4fd20dda6460208d6d1ffaa9e43ee1a6 SHA512 
95a4654b2dca87d8c86190163e908170509a7d37ca9aabbce9f397552fcd53a27912c09a33c5c259ef01799fb690714e9b9d14a962fa781d59dfce61bb69c728
 WHIRLPOOL 
9fa8a19ad9a4e2da358785c5ddeced6e86da9c4701317c8828297324b4f0c015395de5b1305ebfc93ce550ab4def9988147e3b78d4fdfb739eb760e27efb999e

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.1.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild
similarity index 100%
rename from xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.1.ebuild
rename to xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2017-02-19 Thread Kent Fredric
commit: 041e66c4c71d45c5d8dcd491e5539ffc3550322a
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Feb 19 15:31:48 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Feb 19 15:31:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=041e66c4

xfce-extra/xfce4-mount-plugin: Revert manifest change for regeneration

This reverts commit c8b755cc8a6cf03564318a20c8c45c28fc57f839.

 xfce-extra/xfce4-mount-plugin/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/xfce-extra/xfce4-mount-plugin/Manifest 
b/xfce-extra/xfce4-mount-plugin/Manifest
index 76d8267857..2beb398f14 100644
--- a/xfce-extra/xfce4-mount-plugin/Manifest
+++ b/xfce-extra/xfce4-mount-plugin/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-mount-plugin-0.6.7.tar.bz2 390163 SHA256 
541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d SHA512 
18f4f4fc88c521f1fd6dcbcd3146fc8379e3aa0fb00e4787a34b6c52f68f765f18354e6b66e50c8b1a42e4f2366a5779cf057ba8b71fee45d0d3d023afe6fa7b
 WHIRLPOOL 
87f60ccd0469e9ccc97d0a57ba3d968520edf5551cd017a8b90192eb4dec4b353e5fc08f8fc6fdef6cf22feab45122fa4ba66878babe08d9d302da094dcdd1e4
 DIST xfce4-mount-plugin-1.1.0.tar.bz2 425879 SHA256 
8ff26aee9efbdb8f4ed83fa1f34923666d1540db2dbffc3c95a8531eadf22e26 SHA512 
086fee8425c58448d07ff99c912bb7ef6eb1afcf0e29de4a62e445e67d5e37d7d808f04f271b8ae7a1fbabcc111edc135300cdb3eb77e4a6ad7d08fdeca34341
 WHIRLPOOL 
1d457a1486e348c3610cb32508dc2fea8f1faa4bafcc9007923b7110e9fa0af0319124f4bef871f030ae5d0a1320f8fa262e1b631d7cdc440f2286a8be4dad29
-DIST xfce4-mount-plugin-1.1.1.tar.bz2 425768 SHA256 
440532172641471245c2b2964d3d9e63bec6f8255ab450d3800adeb2691f SHA512 
349416d763758ea94be16d7dcb10b0b05e5a3b9b9f2fab4b8ea96ff98796856a80427e54556c5ee510d255d6f51d7a6b39bf3d5d2c64e5d2b271cf5d16fe9310
 WHIRLPOOL 
8f573614caa72490400a85b20ccddf4ff11fcb385b96f377e83e36fb150528d44357368d42b9924691a3230f8ee192a72e496eca55407539967fe438d367eec7



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2017-02-19 Thread Kent Fredric
commit: a197d1b1fb86d8731e43a743e1708ba37e569576
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Feb 19 15:32:18 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Feb 19 15:32:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a197d1b1

xfce-extra/xfce4-mount-plugin: Restore manifest change for metadata regen

This is needed to update the actual dist manifest server side

This reverts commit 041e66c4c71d45c5d8dcd491e5539ffc3550322a.

 xfce-extra/xfce4-mount-plugin/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xfce-extra/xfce4-mount-plugin/Manifest 
b/xfce-extra/xfce4-mount-plugin/Manifest
index 2beb398f14..76d8267857 100644
--- a/xfce-extra/xfce4-mount-plugin/Manifest
+++ b/xfce-extra/xfce4-mount-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-mount-plugin-0.6.7.tar.bz2 390163 SHA256 
541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d SHA512 
18f4f4fc88c521f1fd6dcbcd3146fc8379e3aa0fb00e4787a34b6c52f68f765f18354e6b66e50c8b1a42e4f2366a5779cf057ba8b71fee45d0d3d023afe6fa7b
 WHIRLPOOL 
87f60ccd0469e9ccc97d0a57ba3d968520edf5551cd017a8b90192eb4dec4b353e5fc08f8fc6fdef6cf22feab45122fa4ba66878babe08d9d302da094dcdd1e4
 DIST xfce4-mount-plugin-1.1.0.tar.bz2 425879 SHA256 
8ff26aee9efbdb8f4ed83fa1f34923666d1540db2dbffc3c95a8531eadf22e26 SHA512 
086fee8425c58448d07ff99c912bb7ef6eb1afcf0e29de4a62e445e67d5e37d7d808f04f271b8ae7a1fbabcc111edc135300cdb3eb77e4a6ad7d08fdeca34341
 WHIRLPOOL 
1d457a1486e348c3610cb32508dc2fea8f1faa4bafcc9007923b7110e9fa0af0319124f4bef871f030ae5d0a1320f8fa262e1b631d7cdc440f2286a8be4dad29
+DIST xfce4-mount-plugin-1.1.1.tar.bz2 425768 SHA256 
440532172641471245c2b2964d3d9e63bec6f8255ab450d3800adeb2691f SHA512 
349416d763758ea94be16d7dcb10b0b05e5a3b9b9f2fab4b8ea96ff98796856a80427e54556c5ee510d255d6f51d7a6b39bf3d5d2c64e5d2b271cf5d16fe9310
 WHIRLPOOL 
8f573614caa72490400a85b20ccddf4ff11fcb385b96f377e83e36fb150528d44357368d42b9924691a3230f8ee192a72e496eca55407539967fe438d367eec7



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2017-02-19 Thread Michał Górny
commit: 237871a989b38d99ce7b7063e4ccec5dc7d4b3bc
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 19 14:26:40 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 19 14:27:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237871a9

xfce-extra/xfce4-mount-plugin: Add missing ebuild for 1.1.1

 .../xfce4-mount-plugin-1.1.1.ebuild| 26 ++
 1 file changed, 26 insertions(+)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.1.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.1.ebuild
new file mode 100644
index 00..964f6dc5b7
--- /dev/null
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="An mount plug-in for the Xfce panel"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE=""
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2017-02-19 Thread Michał Górny
commit: c8b755cc8a6cf03564318a20c8c45c28fc57f839
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 19 13:50:30 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 19 13:52:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b755cc

xfce-extra/xfce4-mount-plugin: Bump to 1.1.1

 xfce-extra/xfce4-mount-plugin/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xfce-extra/xfce4-mount-plugin/Manifest 
b/xfce-extra/xfce4-mount-plugin/Manifest
index 2beb398f14..76d8267857 100644
--- a/xfce-extra/xfce4-mount-plugin/Manifest
+++ b/xfce-extra/xfce4-mount-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-mount-plugin-0.6.7.tar.bz2 390163 SHA256 
541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d SHA512 
18f4f4fc88c521f1fd6dcbcd3146fc8379e3aa0fb00e4787a34b6c52f68f765f18354e6b66e50c8b1a42e4f2366a5779cf057ba8b71fee45d0d3d023afe6fa7b
 WHIRLPOOL 
87f60ccd0469e9ccc97d0a57ba3d968520edf5551cd017a8b90192eb4dec4b353e5fc08f8fc6fdef6cf22feab45122fa4ba66878babe08d9d302da094dcdd1e4
 DIST xfce4-mount-plugin-1.1.0.tar.bz2 425879 SHA256 
8ff26aee9efbdb8f4ed83fa1f34923666d1540db2dbffc3c95a8531eadf22e26 SHA512 
086fee8425c58448d07ff99c912bb7ef6eb1afcf0e29de4a62e445e67d5e37d7d808f04f271b8ae7a1fbabcc111edc135300cdb3eb77e4a6ad7d08fdeca34341
 WHIRLPOOL 
1d457a1486e348c3610cb32508dc2fea8f1faa4bafcc9007923b7110e9fa0af0319124f4bef871f030ae5d0a1320f8fa262e1b631d7cdc440f2286a8be4dad29
+DIST xfce4-mount-plugin-1.1.1.tar.bz2 425768 SHA256 
440532172641471245c2b2964d3d9e63bec6f8255ab450d3800adeb2691f SHA512 
349416d763758ea94be16d7dcb10b0b05e5a3b9b9f2fab4b8ea96ff98796856a80427e54556c5ee510d255d6f51d7a6b39bf3d5d2c64e5d2b271cf5d16fe9310
 WHIRLPOOL 
8f573614caa72490400a85b20ccddf4ff11fcb385b96f377e83e36fb150528d44357368d42b9924691a3230f8ee192a72e496eca55407539967fe438d367eec7



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2017-02-01 Thread Michał Górny
commit: 58cecb0cfc7512dfed82f04046de62ae70df9b96
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  1 14:27:15 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  1 14:33:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58cecb0c

xfce-extra/xfce4-mount-plugin: Bump to 1.1.0

 xfce-extra/xfce4-mount-plugin/Manifest |  1 +
 .../xfce4-mount-plugin-1.1.0.ebuild| 30 ++
 2 files changed, 31 insertions(+)

diff --git a/xfce-extra/xfce4-mount-plugin/Manifest 
b/xfce-extra/xfce4-mount-plugin/Manifest
index 98152dd..2beb398 100644
--- a/xfce-extra/xfce4-mount-plugin/Manifest
+++ b/xfce-extra/xfce4-mount-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-mount-plugin-0.6.7.tar.bz2 390163 SHA256 
541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d SHA512 
18f4f4fc88c521f1fd6dcbcd3146fc8379e3aa0fb00e4787a34b6c52f68f765f18354e6b66e50c8b1a42e4f2366a5779cf057ba8b71fee45d0d3d023afe6fa7b
 WHIRLPOOL 
87f60ccd0469e9ccc97d0a57ba3d968520edf5551cd017a8b90192eb4dec4b353e5fc08f8fc6fdef6cf22feab45122fa4ba66878babe08d9d302da094dcdd1e4
+DIST xfce4-mount-plugin-1.1.0.tar.bz2 425879 SHA256 
8ff26aee9efbdb8f4ed83fa1f34923666d1540db2dbffc3c95a8531eadf22e26 SHA512 
086fee8425c58448d07ff99c912bb7ef6eb1afcf0e29de4a62e445e67d5e37d7d808f04f271b8ae7a1fbabcc111edc135300cdb3eb77e4a6ad7d08fdeca34341
 WHIRLPOOL 
1d457a1486e348c3610cb32508dc2fea8f1faa4bafcc9007923b7110e9fa0af0319124f4bef871f030ae5d0a1320f8fa262e1b631d7cdc440f2286a8be4dad29

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.0.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.0.ebuild
new file mode 100644
index ..ad3d4b6
--- /dev/null
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="An mount plug-in for the Xfce panel"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin;
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE="debug"
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+pkg_setup() {
+   XFCONF=(
+   $(xfconf_use_debug)
+   )
+
+   DOCS=( AUTHORS ChangeLog NEWS README TODO )
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/

2017-01-29 Thread Fabian Groffen
commit: 7188f582e56305304d360fe2fc3b1f60ed8f79cf
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 21:56:19 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jan 30 07:36:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7188f582

xfce-extra/xfce4-mount-plugin: dropped ~ia64-linux

Package-Manager: portage-2.3.3

 xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.7.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.7.ebuild
index f4237df..ac855bf 100644
--- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.7.ebuild
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=xfce-base/libxfce4ui-4.10