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

2022-06-19 Thread Yixun Lan
commit: 08b3837f69db72e5252f53d288b655800b0a6619
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Jun 19 12:54:15 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun 19 12:54:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b3837f

xfce-extra/xfce4-verve-plugin: keyword 2.0.1 for ~riscv

Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild
index 921ffabf14c2..595178f2a348 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.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=7
@@ -9,7 +9,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:=



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

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

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

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

 xfce-extra/xfce4-verve-plugin/Manifest |  1 -
 .../xfce4-verve-plugin-2.0.0.ebuild| 33 --
 2 files changed, 34 deletions(-)

diff --git a/xfce-extra/xfce4-verve-plugin/Manifest 
b/xfce-extra/xfce4-verve-plugin/Manifest
index bbe1e4828e9..155f56518f4 100644
--- a/xfce-extra/xfce4-verve-plugin/Manifest
+++ b/xfce-extra/xfce4-verve-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-verve-plugin-2.0.0.tar.bz2 384165 BLAKE2B 
7223a2f52574a41acb07ea777a00470a7b0aed027b1084f6fc706d6af07eceb801b15bf2bcdfb9988806f18189363e34f99f929911e23c7ed702ee94c1ca21d7
 SHA512 
b6be658f5996857e1c5696dc66f973fa5875ba95682297ad157e107abae821023cdf7101ba5f8e5358740549e392b76bf7d1dae252f43bf1a7e8716d798ed39a
 DIST xfce4-verve-plugin-2.0.1.tar.bz2 384412 BLAKE2B 
3a0370b1027fef00d748de43bf420271e8d093a203a1c77dfbb8ecd093e139d35ce6f7d585558635b2f5566dc49d8c226c9d6ebe88e7a785ffeabe1a9c8f63eb
 SHA512 
c8397bd833e2a2cf25d86bd9234bdbafed00ce0783273532a57e87a5182d26b3e84b402ed8c9fd9204d5d46fbca257fcf6601f279d9929d806a4c36338379876

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
deleted file mode 100644
index 04213ff89ef..000
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A comfortable command line plugin for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-verve-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:=
-   >=xfce-base/xfce4-panel-4.12:=
-   dev-libs/glib:2=
-   >=dev-libs/libpcre-5:="
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-src_configure() {
-   local myconf=(
-   --libexecdir="${EPREFIX}"/usr/$(get_libdir)
-   )
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



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

2021-02-18 Thread Sam James
commit: 96825b4d56b86363a2f73e12092be7409e70c524
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 18 22:08:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 18 22:08:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96825b4d

xfce-extra/xfce4-verve-plugin: Stabilize 2.0.1 ppc, #769368

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

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

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild
index 3f2cc49a7d6..921ffabf14c 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild
@@ -9,7 +9,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:=



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

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

xfce-extra/xfce4-verve-plugin: Stabilize 2.0.1 arm, #769368

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

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

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild
index ce97f1dad5e..3f2cc49a7d6 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild
@@ -9,7 +9,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:=



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

2021-02-07 Thread Sam James
commit: 43453f30d3be3dc45f702dabb2909289abc2832e
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  8 06:11:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  8 06:11:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43453f30

xfce-extra/xfce4-verve-plugin: Stabilize 2.0.1 ppc64, #769368

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

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

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild
index bc08b03be44..ce97f1dad5e 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild
@@ -9,7 +9,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:=



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

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

xfce-extra/xfce4-verve-plugin: Stabilize 2.0.1 amd64, #769368

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

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

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild
index 72b1ecd9a87..bc08b03be44 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild
@@ -9,7 +9,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:=



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

2020-12-28 Thread Michał Górny
commit: 24eab02ae88a997989c540f57cc675e3cfba836a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 28 08:39:27 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 28 08:42:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24eab02a

xfce-extra/xfce4-verve-plugin: Bump to 2.0.1

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

 xfce-extra/xfce4-verve-plugin/Manifest |  1 +
 .../xfce4-verve-plugin-2.0.1.ebuild| 34 ++
 2 files changed, 35 insertions(+)

diff --git a/xfce-extra/xfce4-verve-plugin/Manifest 
b/xfce-extra/xfce4-verve-plugin/Manifest
index 2b5830bbca1..bbe1e4828e9 100644
--- a/xfce-extra/xfce4-verve-plugin/Manifest
+++ b/xfce-extra/xfce4-verve-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-verve-plugin-2.0.0.tar.bz2 384165 BLAKE2B 
7223a2f52574a41acb07ea777a00470a7b0aed027b1084f6fc706d6af07eceb801b15bf2bcdfb9988806f18189363e34f99f929911e23c7ed702ee94c1ca21d7
 SHA512 
b6be658f5996857e1c5696dc66f973fa5875ba95682297ad157e107abae821023cdf7101ba5f8e5358740549e392b76bf7d1dae252f43bf1a7e8716d798ed39a
+DIST xfce4-verve-plugin-2.0.1.tar.bz2 384412 BLAKE2B 
3a0370b1027fef00d748de43bf420271e8d093a203a1c77dfbb8ecd093e139d35ce6f7d585558635b2f5566dc49d8c226c9d6ebe88e7a785ffeabe1a9c8f63eb
 SHA512 
c8397bd833e2a2cf25d86bd9234bdbafed00ce0783273532a57e87a5182d26b3e84b402ed8c9fd9204d5d46fbca257fcf6601f279d9929d806a4c36338379876

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild
new file mode 100644
index 000..89349ae153f
--- /dev/null
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A comfortable command line plugin for the Xfce panel"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-verve-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:=
+   >=xfce-base/xfce4-panel-4.12:=
+   dev-libs/glib:2=
+   >=dev-libs/libpcre-5:="
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/intltool
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   --libexecdir="${EPREFIX}"/usr/$(get_libdir)
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2019-07-23 Thread Kent Fredric
commit: fc4d2365fccba90c6485184e5fd395127e3fbe6d
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Jul 23 13:56:45 2019 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Jul 23 13:56:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4d2365

xfce-extra/xfce4-verve-plugin: Drop ~x86-fbsd due to bug #665088

Judicious dropping of keywords due to inactivity in bug #665088
This percolates due to keyword inconsistencies in:
  dev-perl/Log-Agent, dev-perl/glib-perl, xfce-base/libxfce4ui
  xfce-base/xfce4-panel, xfce-base/xfconf

Bug: https://bugs.gentoo.org/665088
Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="x86-fbsd"
Signed-off-by: Kent Fredric  gentoo.org>

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

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
index c9a67c30f8b..377fa7eb7ff 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,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 ~x86-fbsd 
~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:=



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

2019-05-18 Thread Michał Górny
commit: f319d7bc8628404a54037c67eb2fbe4a57178313
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 18 08:20:39 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 18 11:11:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f319d7bc

xfce-extra/xfce4-verve-plugin: Degrade to ~ia64

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

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

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
index 0c78376afb9..c9a67c30f8b 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
@@ -9,7 +9,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 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=



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

2019-04-07 Thread Michał Górny
commit: ac712cc6aa847a147867d945369d61fff5b55a09
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  7 07:39:46 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  7 08:29:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac712cc6

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

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

 xfce-extra/xfce4-verve-plugin/Manifest |  1 -
 .../xfce4-verve-plugin-1.1.0.ebuild| 34 --
 2 files changed, 35 deletions(-)

diff --git a/xfce-extra/xfce4-verve-plugin/Manifest 
b/xfce-extra/xfce4-verve-plugin/Manifest
index 10a48515aff..2b5830bbca1 100644
--- a/xfce-extra/xfce4-verve-plugin/Manifest
+++ b/xfce-extra/xfce4-verve-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-verve-plugin-1.1.0.tar.bz2 353998 BLAKE2B 
fa1f521e7c5a8a9640746e6c4ab96e2adcb280d225a7cc81ed3b63808b15b30e95806e00621c80e39b946314603ee695d6c40daea21d6d011e7f94c24ab99667
 SHA512 
7e4c01fb6ba51c86eb7ba75fd1fdfbad11c4cadb64de3c28da711b3c17d67cb521f0fc6d92efbf81d6a01e988ea6a4fc9619c3737ada17b20b347914ca19ec19
 DIST xfce4-verve-plugin-2.0.0.tar.bz2 384165 BLAKE2B 
7223a2f52574a41acb07ea777a00470a7b0aed027b1084f6fc706d6af07eceb801b15bf2bcdfb9988806f18189363e34f99f929911e23c7ed702ee94c1ca21d7
 SHA512 
b6be658f5996857e1c5696dc66f973fa5875ba95682297ad157e107abae821023cdf7101ba5f8e5358740549e392b76bf7d1dae252f43bf1a7e8716d798ed39a

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
deleted file mode 100644
index 05f65a1b47c..000
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit multilib xfconf
-
-DESCRIPTION="A comfortable command line plugin for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-verve-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 ~x86-fbsd 
~amd64-linux ~x86-linux"
-IUSE="dbus"
-
-RDEPEND=">=xfce-base/exo-0.6:=
-   >=xfce-base/libxfce4util-4.8:=
-   >=xfce-base/libxfcegui4-4.8:=
-   >=xfce-base/xfce4-panel-4.8:=
-   dev-libs/glib:2=
-   >=dev-libs/libpcre-5:=
-   dbus? ( >=dev-libs/dbus-glib-0.98:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-pkg_setup() {
-   XFCONF=(
-   --libexecdir="${EPREFIX}"/usr/$(get_libdir)
-   $(use_enable dbus)
-   )
-
-   DOCS=( AUTHORS ChangeLog NEWS README THANKS )
-}



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

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

xfce-extra/xfce4-verve-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-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
index db69bf2ba1a..0c78376afb9 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
@@ -9,7 +9,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 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=



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

2018-11-27 Thread Tobias Klausmann
commit: 88696165d5eff2cba6c29a8e16d1b97a59009167
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Nov 27 16:00:58 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Nov 27 16:00:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88696165

xfce-extra/xfce4-verve-plugin-2.0.0-r0: alpha stable

Bug: http://bugs.gentoo.org/652774
Signed-off-by: Tobias Klausmann  gentoo.org>

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

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
index a512db41275..22d05ecb1ec 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
@@ -9,7 +9,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 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=



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

2018-11-24 Thread Sergei Trofimovich
commit: 43548552c0439ad86f7f720f33a22b92edd6f918
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 24 13:40:09 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 24 13:40:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43548552

xfce-extra/xfce4-verve-plugin: stable 2.0.0 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-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
index 764e30e5991..a512db41275 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
@@ -9,7 +9,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 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=



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

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

xfce-extra/xfce4-verve-plugin: stable 2.0.0 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-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
index eadb984b2cc..764e30e5991 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
@@ -9,7 +9,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 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=



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

2018-11-15 Thread Thomas Deutschmann
commit: 49e38f2352af622730be923971d78e303a59ca4b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:38:36 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e38f23

xfce-extra/xfce4-verve-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-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
index 9b2e20db05b..eadb984b2cc 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
@@ -9,7 +9,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 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=



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

2018-11-12 Thread Mikle Kolyada
commit: f54abc526397ec32e39b31b80bd066e192f90f05
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 14:08:37 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 14:08:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54abc52

xfce-extra/xfce4-verve-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-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
index bca38884468..9b2e20db05b 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.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
@@ -9,7 +9,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 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=



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

2018-07-10 Thread Michał Górny
commit: 1b6bcd4bd66639b29e8e1a1c96a2a803b3c41393
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 10 10:48:15 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 10 12:29:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6bcd4b

xfce-extra/xfce4-verve-plugin: Inline mirror://xfce

 xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild | 2 +-
 xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
index 4dcb7c9aa15..05f65a1b47c 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
@@ -6,7 +6,7 @@ inherit multilib xfconf
 
 DESCRIPTION="A comfortable command line plugin for the Xfce panel"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin;
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
index 7feaa6d127d..bca38884468 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="A comfortable command line plugin for the Xfce panel"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin;
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"



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

2018-04-16 Thread Michał Górny
commit: fab6d4a7ef740b82f7b1c7030ce66e0e790e4d32
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 16 19:32:07 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 16 19:32:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab6d4a7

xfce-extra/xfce4-verve-plugin: Bump to 2.0.0

 xfce-extra/xfce4-verve-plugin/Manifest |  1 +
 .../xfce4-verve-plugin-2.0.0.ebuild| 33 ++
 2 files changed, 34 insertions(+)

diff --git a/xfce-extra/xfce4-verve-plugin/Manifest 
b/xfce-extra/xfce4-verve-plugin/Manifest
index 19e52435353..10a48515aff 100644
--- a/xfce-extra/xfce4-verve-plugin/Manifest
+++ b/xfce-extra/xfce4-verve-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-verve-plugin-1.1.0.tar.bz2 353998 BLAKE2B 
fa1f521e7c5a8a9640746e6c4ab96e2adcb280d225a7cc81ed3b63808b15b30e95806e00621c80e39b946314603ee695d6c40daea21d6d011e7f94c24ab99667
 SHA512 
7e4c01fb6ba51c86eb7ba75fd1fdfbad11c4cadb64de3c28da711b3c17d67cb521f0fc6d92efbf81d6a01e988ea6a4fc9619c3737ada17b20b347914ca19ec19
+DIST xfce4-verve-plugin-2.0.0.tar.bz2 384165 BLAKE2B 
7223a2f52574a41acb07ea777a00470a7b0aed027b1084f6fc706d6af07eceb801b15bf2bcdfb9988806f18189363e34f99f929911e23c7ed702ee94c1ca21d7
 SHA512 
b6be658f5996857e1c5696dc66f973fa5875ba95682297ad157e107abae821023cdf7101ba5f8e5358740549e392b76bf7d1dae252f43bf1a7e8716d798ed39a

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
new file mode 100644
index 000..7feaa6d127d
--- /dev/null
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-2.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A comfortable command line plugin for the Xfce panel"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-verve-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 ~x86-fbsd 
~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=
+   >=xfce-base/xfce4-panel-4.12:=
+   dev-libs/glib:2=
+   >=dev-libs/libpcre-5:="
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   --libexecdir="${EPREFIX}"/usr/$(get_libdir)
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-04-08 Thread Michał Górny
commit: 9bf21f522c4732fd1dc466c7e52166e5dec6a3ef
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 09:02:43 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 09:04:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf21f52

xfce-extra/xfce4-verve-plugin: Un-stabilize sparc

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

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
index 769e36f513b..4dcb7c9aa15 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.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=5
@@ -10,7 +10,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 ~x86-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="dbus"
 
 RDEPEND=">=xfce-base/exo-0.6:=



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

2017-06-09 Thread Michał Górny
commit: 0662aca171970eddffc2fb3d0678e1c73478e391
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  9 07:06:15 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  9 07:39:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0662aca1

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

 xfce-extra/xfce4-verve-plugin/Manifest |  1 -
 .../xfce4-verve-plugin-1.0.1.ebuild| 34 --
 2 files changed, 35 deletions(-)

diff --git a/xfce-extra/xfce4-verve-plugin/Manifest 
b/xfce-extra/xfce4-verve-plugin/Manifest
index 85a5e04bd30..ac825461ddf 100644
--- a/xfce-extra/xfce4-verve-plugin/Manifest
+++ b/xfce-extra/xfce4-verve-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-verve-plugin-1.0.1.tar.bz2 325191 SHA256 
3b9c847ef4b10259137e4c8d1baa4a05486b35d3ff01ded3c00a8669c7dc9bf8 SHA512 
cef3a332e8c7927aed22355ea8beae7e588a831bfc43519a20cfc6c4f8d0d93221c0d9d84bb726221aaf47a856d4d1b7dfba88583b9173157c2f7bb351b96189
 WHIRLPOOL 
5f6bb20a93fb3799a359cca7b01fd1505014a385a86614e82af3b82a4a46746c2e00c5cfa09ef4593c61d1bf6a1020c916122883096bae50d2be86b29a6ee8a2
 DIST xfce4-verve-plugin-1.1.0.tar.bz2 353998 SHA256 
a3196f818c7ad57d19cd6581e168fd2b9f96de070246aea70c35ce2e5f9d9c84 SHA512 
7e4c01fb6ba51c86eb7ba75fd1fdfbad11c4cadb64de3c28da711b3c17d67cb521f0fc6d92efbf81d6a01e988ea6a4fc9619c3737ada17b20b347914ca19ec19
 WHIRLPOOL 
9ae874faceb35d38217271d89a434bb5b0dd5cd250032f1b3a79feb934c46b07f496a2e2ec024ffeaeb709076d59bf29b52391295ccdbfecebe96db5a8ad4b91

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.1.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.1.ebuild
deleted file mode 100644
index 769e36f513b..000
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit multilib xfconf
-
-DESCRIPTION="A comfortable command line plugin for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-verve-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 ~x86-fbsd ~amd64-linux 
~x86-linux"
-IUSE="dbus"
-
-RDEPEND=">=xfce-base/exo-0.6:=
-   >=xfce-base/libxfce4util-4.8:=
-   >=xfce-base/libxfcegui4-4.8:=
-   >=xfce-base/xfce4-panel-4.8:=
-   dev-libs/glib:2=
-   >=dev-libs/libpcre-5:=
-   dbus? ( >=dev-libs/dbus-glib-0.98:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-pkg_setup() {
-   XFCONF=(
-   --libexecdir="${EPREFIX}"/usr/$(get_libdir)
-   $(use_enable dbus)
-   )
-
-   DOCS=( AUTHORS ChangeLog NEWS README THANKS )
-}



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

2017-01-29 Thread Fabian Groffen
commit: cb275812df7b03b0e1ee0edd48a4851b36b5ef98
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 21:59:28 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jan 30 07:36:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb275812

xfce-extra/xfce4-verve-plugin: dropped ~ia64-linux ~x86-freebsd ~x86-interix

Package-Manager: portage-2.3.3

 xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.1.ebuild | 4 ++--
 xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.1.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.1.ebuild
index 29cb416..7acde49 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.1.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 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 ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
 IUSE="dbus"
 
 RDEPEND=">=xfce-base/exo-0.6:=

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
index ea48948..7acde49 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
@@ -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 ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
 IUSE="dbus"
 
 RDEPEND=">=xfce-base/exo-0.6:=



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

2017-01-26 Thread Agostino Sarubbo
commit: ef9e08f7c3e48884a2d97b7d63857c6ae8798560
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 26 10:21:07 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 26 10:21:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef9e08f7

xfce-extra/xfce4-verve-plugin: sparc stable wrt bug #586614

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
index 87ed219..ea48948 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
@@ -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 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="dbus"
 
 RDEPEND=">=xfce-base/exo-0.6:=



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

2017-01-13 Thread Agostino Sarubbo
commit: 334c365c210e5ba82dda4bf4d2eedbc37402c77c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 13 15:41:12 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 13 15:41:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=334c365c

xfce-extra/xfce4-verve-plugin: x86 stable wrt bug #586614

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
index 0ff8d6b..a58e50e 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $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 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="dbus"
 
 RDEPEND=">=xfce-base/exo-0.6:=



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

2016-12-20 Thread Tobias Klausmann
commit: a8eaffd52f14746e1329e9a4f867a7c2624da995
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Dec 20 11:02:22 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Dec 20 12:31:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8eaffd5

xfce-extra/xfce4-verve-plugin-1.1.0-r0: stable on amd64

Gentoo-Bug: 586614

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

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
index 6d76267..0ff8d6b 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
@@ -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 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="dbus"
 
 RDEPEND=">=xfce-base/exo-0.6:=



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

2016-09-28 Thread Jeroen Roovers
commit: b904809431cdabe74690fdd8ef6aa7c26975b90f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep 29 04:46:46 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep 29 04:46:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9048094

xfce-extra/xfce4-verve-plugin: Stable for HPPA (bug #586614).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

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

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
index d404492..6d76267 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
@@ -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 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="dbus"
 
 RDEPEND=">=xfce-base/exo-0.6:=



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

2016-09-28 Thread Jeroen Roovers
commit: b1357ee5b9d5f3571bad0bef447439e4a2401568
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep 29 04:36:35 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep 29 04:36:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1357ee5

xfce-extra/xfce4-verve-plugin: Stable for PPC64 (bug #586614).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

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

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
index 9c896db..d404492 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
@@ -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 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="dbus"
 
 RDEPEND=">=xfce-base/exo-0.6:=



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

2016-08-02 Thread Michał Górny
commit: 25a476204e767de66a5abe703616f4cd8c0faf3d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug  2 15:29:07 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  2 16:09:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a47620

xfce-extra/xfce4-verve-plugin: Prune old

 xfce-extra/xfce4-verve-plugin/Manifest |  1 -
 .../xfce4-verve-plugin-1.0.0.ebuild| 34 --
 2 files changed, 35 deletions(-)

diff --git a/xfce-extra/xfce4-verve-plugin/Manifest 
b/xfce-extra/xfce4-verve-plugin/Manifest
index 9740ff6..85a5e04 100644
--- a/xfce-extra/xfce4-verve-plugin/Manifest
+++ b/xfce-extra/xfce4-verve-plugin/Manifest
@@ -1,3 +1,2 @@
-DIST xfce4-verve-plugin-1.0.0.tar.bz2 324945 SHA256 
d011a47ed3b075afdb9673342537fae5deeedc7834daf64b95bc0b541545f1a3 SHA512 
c29368bc727c665d21bceebd868e3a837b1c3f1550a5c5b61005d9d0565e7dc87cf2f3662e3c4aeecb6f5bdf08d590cc58f75ef3254f281aa8705e94d85f245e
 WHIRLPOOL 
09dae350ba2dc29e3cdd92e16b034db26adbe686e8d71b747192c01b4a5fcf9f022e1d5f2786b0c3c7c2440d18cefcf4e8a1b4c0bcc4550502f326acb86ef764
 DIST xfce4-verve-plugin-1.0.1.tar.bz2 325191 SHA256 
3b9c847ef4b10259137e4c8d1baa4a05486b35d3ff01ded3c00a8669c7dc9bf8 SHA512 
cef3a332e8c7927aed22355ea8beae7e588a831bfc43519a20cfc6c4f8d0d93221c0d9d84bb726221aaf47a856d4d1b7dfba88583b9173157c2f7bb351b96189
 WHIRLPOOL 
5f6bb20a93fb3799a359cca7b01fd1505014a385a86614e82af3b82a4a46746c2e00c5cfa09ef4593c61d1bf6a1020c916122883096bae50d2be86b29a6ee8a2
 DIST xfce4-verve-plugin-1.1.0.tar.bz2 353998 SHA256 
a3196f818c7ad57d19cd6581e168fd2b9f96de070246aea70c35ce2e5f9d9c84 SHA512 
7e4c01fb6ba51c86eb7ba75fd1fdfbad11c4cadb64de3c28da711b3c17d67cb521f0fc6d92efbf81d6a01e988ea6a4fc9619c3737ada17b20b347914ca19ec19
 WHIRLPOOL 
9ae874faceb35d38217271d89a434bb5b0dd5cd250032f1b3a79feb934c46b07f496a2e2ec024ffeaeb709076d59bf29b52391295ccdbfecebe96db5a8ad4b91

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.0.ebuild
deleted file mode 100644
index acc66c0..000
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit multilib xfconf
-
-DESCRIPTION="A comfortable command line plugin for the Xfce panel"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-verve-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 ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="dbus"
-
-RDEPEND=">=xfce-base/exo-0.6
-   >=xfce-base/libxfce4util-4.8
-   >=xfce-base/libxfcegui4-4.8
-   >=xfce-base/xfce4-panel-4.8
-   >=dev-libs/libpcre-5
-   dbus? ( >=dev-libs/dbus-glib-0.98 )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-pkg_setup() {
-   XFCONF=(
-   --libexecdir="${EPREFIX}"/usr/$(get_libdir)
-   $(use_enable dbus)
-   )
-
-   DOCS=( AUTHORS ChangeLog NEWS README THANKS )
-}



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

2016-06-30 Thread Tobias Klausmann
commit: 4a5c9864db7c2fb6c9fc7007da26e60bf075b53b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Jun 30 16:55:57 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Jun 30 16:58:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5c9864

xfce-extra/xfce4-verve-plugin-1.1.0-r0: add alpha keyword

Gentoo-Bug: 586614

Package-Manager: portage-2.3.0

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

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
index 9126000..9c896db 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
@@ -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 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="dbus"
 
 RDEPEND=">=xfce-base/exo-0.6:=



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

2016-06-26 Thread Markus Meier
commit: 709fec6cbf7d157a9f4d4355f062f8261ca0bf77
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Jun 26 18:44:14 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Jun 26 18:44:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=709fec6c

xfce-extra/xfce4-verve-plugin: arm stable, bug #586614

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

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

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
index ba0347e..9126000 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 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 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="dbus"
 
 RDEPEND=">=xfce-base/exo-0.6:=



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

2015-10-17 Thread Mikle Kolyada
commit: 709830522a635e2182133cf4d8ea83f6dbb0661d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Oct 17 18:28:08 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Oct 17 18:30:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70983052

xfce-extra/xfce4-verve-plugin: sparc stable wrt bug #553500

Package-Manager: portage-2.2.20.1

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

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.1.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.1.ebuild
index 69e6fff..29cb416 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.1.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.0.1.ebuild
@@ -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 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="dbus"
 
 RDEPEND=">=xfce-base/exo-0.6:=