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

2024-03-22 Thread Michał Górny
commit: e1b9dcc4ae074ed87933a8568cf305fc67e0bc68
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 22 13:32:42 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 22 14:05:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b9dcc4

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

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

 xfce-extra/xfce4-clipman-plugin/Manifest   |  1 -
 .../xfce4-clipman-plugin-1.6.5.ebuild  | 80 --
 2 files changed, 81 deletions(-)

diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest 
b/xfce-extra/xfce4-clipman-plugin/Manifest
index c3decaecbe61..7f038edc4aae 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-clipman-plugin-1.6.5.tar.bz2 483621 BLAKE2B 
0c13126a17e0fc668945b479dab3919b3f6e03a0ad378050041f40ddc4d0f138ffec128be779275eac637daf42352de4ac143d43d26cb8f40ac4d754d8ee70fb
 SHA512 
b0ae4a3928590346dd0f9786959c138f7e9cc03afa974eee558890fcd2b96c019bd4be67f7c231cac802fb6356c64b1e0394ef327aae6256fc433ced245fdff9
 DIST xfce4-clipman-plugin-1.6.6.tar.bz2 487832 BLAKE2B 
4d27c06c71c978680a2785db67262196293f1692fd82ba9cfdc2810b021dc83d8778243801e0766741e8f194a5aaa0573d5548443f6c3bfc9f7b970d7f102446
 SHA512 
4f6bb8f56111903af576d06ce5883e8ada2cb3ea377e09a79d2c5fb6f37743dac621649465a573a8a29a1fb884e7608a53dd6486eada23c7f8ee6401237988af

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.5.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.5.ebuild
deleted file mode 100644
index ae9f8d989bc4..
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.5.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
-HOMEPAGE="
-   https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin/start
-   https://gitlab.xfce.org/panel-plugins/xfce4-clipman-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="X qrcode wayland"
-
-DEPEND="
-   >=dev-libs/glib-2.60.0
-   >=x11-libs/gtk+-3.22.29:3[X?]
-   >=xfce-base/libxfce4ui-4.14.0:=
-   >=xfce-base/libxfce4util-4.14.0:=
-   >=xfce-base/xfce4-panel-4.14.0:=
-   >=xfce-base/xfconf-4.14.0:=
-   X? (
-   >=x11-libs/libX11-1.6.7
-   >=x11-libs/libXtst-1.0.0
-   )
-   qrcode? ( >=media-gfx/qrencode-3.3.0:= )
-   wayland? (
-   >=dev-libs/wayland-1.15.0
-   )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   X? (
-   >=x11-base/xorg-proto-7.0.0
-   )
-   wayland? (
-   >=dev-util/wayland-scanner-1.15.0
-   )
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable qrcode libqrencode)
-
-   $(use_enable X libx11)
-   $(use_enable X gdk-x11)
-   $(use_enable X libxproto)
-   $(use_enable X libxtst)
-
-   $(use_enable wayland wayland-scanner)
-   $(use_enable wayland wayland-client)
-   )
-
-   econf "${myconf[@]}"
-}
-
-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-clipman-plugin/

2024-03-22 Thread Arthur Zamarin
commit: e459f59422606b27cee21253bb5cd5efdcf84f2c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 22 13:17:33 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 22 13:17:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e459f594

xfce-extra/xfce4-clipman-plugin: Stabilize 1.6.6 ppc, #927112

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild
index 2efd082259c0..c63df7601ee1 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.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"
 IUSE="X qrcode wayland"
 
 DEPEND="



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

2024-03-16 Thread Arthur Zamarin
commit: 38f45cc239c46bb7e678de9139772ba4ce9a0629
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:34:19 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:34:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38f45cc2

xfce-extra/xfce4-clipman-plugin: Stabilize 1.6.6 amd64, #927112

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild
index c1aef612c511..a569c38d3408 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.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"
 IUSE="X qrcode wayland"
 
 DEPEND="



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

2024-03-16 Thread Arthur Zamarin
commit: 255bdbf3d77f7a9eddad0582c75082654eb7b54e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 17:34:20 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 17:34:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255bdbf3

xfce-extra/xfce4-clipman-plugin: Stabilize 1.6.6 x86, #927112

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild
index a569c38d3408..2efd082259c0 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.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"
 IUSE="X qrcode wayland"
 
 DEPEND="



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

2024-03-16 Thread Arthur Zamarin
commit: ebf66870061b05046e3db73776315d3af1140bfd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 16:45:04 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 16:45:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf66870

xfce-extra/xfce4-clipman-plugin: Stabilize 1.6.6 arm, #927112

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild
index 728cbd82937a..c1aef612c511 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.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"
 IUSE="X qrcode wayland"
 
 DEPEND="



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

2024-03-16 Thread Arthur Zamarin
commit: 3219a5d48df9d69d5cd56e4b80c8070d074f5ef3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 16 10:22:58 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 16 10:22:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3219a5d4

xfce-extra/xfce4-clipman-plugin: Stabilize 1.6.6 ppc64, #927112

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild
index 1e9a3da9e982..728cbd82937a 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.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"
 IUSE="X qrcode wayland"
 
 DEPEND="



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

2024-02-29 Thread Michał Górny
commit: 9812b1e80c29245cb58e77aeab48e75e661200eb
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 29 15:16:58 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 29 15:18:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9812b1e8

xfce-extra/xfce4-clipman-plugin: Bump to 1.6.6

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

 xfce-extra/xfce4-clipman-plugin/Manifest   |  1 +
 .../xfce4-clipman-plugin-1.6.6.ebuild  | 75 ++
 2 files changed, 76 insertions(+)

diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest 
b/xfce-extra/xfce4-clipman-plugin/Manifest
index 5fcc749626c5..c3decaecbe61 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-clipman-plugin-1.6.5.tar.bz2 483621 BLAKE2B 
0c13126a17e0fc668945b479dab3919b3f6e03a0ad378050041f40ddc4d0f138ffec128be779275eac637daf42352de4ac143d43d26cb8f40ac4d754d8ee70fb
 SHA512 
b0ae4a3928590346dd0f9786959c138f7e9cc03afa974eee558890fcd2b96c019bd4be67f7c231cac802fb6356c64b1e0394ef327aae6256fc433ced245fdff9
+DIST xfce4-clipman-plugin-1.6.6.tar.bz2 487832 BLAKE2B 
4d27c06c71c978680a2785db67262196293f1692fd82ba9cfdc2810b021dc83d8778243801e0766741e8f194a5aaa0573d5548443f6c3bfc9f7b970d7f102446
 SHA512 
4f6bb8f56111903af576d06ce5883e8ada2cb3ea377e09a79d2c5fb6f37743dac621649465a573a8a29a1fb884e7608a53dd6486eada23c7f8ee6401237988af

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild
new file mode 100644
index ..1e9a3da9e982
--- /dev/null
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.6.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
+HOMEPAGE="
+   https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin/start
+   https://gitlab.xfce.org/panel-plugins/xfce4-clipman-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="X qrcode wayland"
+
+DEPEND="
+   >=dev-libs/glib-2.60.0
+   >=x11-libs/gtk+-3.22.29:3[wayland?,X?]
+   >=xfce-base/libxfce4ui-4.14.0:=
+   >=xfce-base/libxfce4util-4.14.0:=
+   >=xfce-base/xfce4-panel-4.14.0:=
+   >=xfce-base/xfconf-4.14.0:=
+   X? (
+   >=x11-libs/libX11-1.6.7
+   >=x11-libs/libXtst-1.0.0
+   )
+   qrcode? ( >=media-gfx/qrencode-3.3.0:= )
+   wayland? (
+   >=dev-libs/wayland-1.15.0
+   )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   X? (
+   >=x11-base/xorg-proto-7.0.0
+   )
+   wayland? (
+   >=dev-util/wayland-scanner-1.15.0
+   )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable qrcode libqrencode)
+
+   $(use_enable wayland)
+   $(use_enable X x11)
+   )
+
+   econf "${myconf[@]}"
+}
+
+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-clipman-plugin/

2023-10-06 Thread Michał Górny
commit: a1c51d4deac2489e4a1e29045d47ac0321b7df95
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  6 17:51:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  6 18:12:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c51d4d

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

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

 xfce-extra/xfce4-clipman-plugin/Manifest   |  2 -
 .../xfce4-clipman-plugin-1.6.3.ebuild  | 62 --
 .../xfce4-clipman-plugin-1.6.4.ebuild  | 62 --
 3 files changed, 126 deletions(-)

diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest 
b/xfce-extra/xfce4-clipman-plugin/Manifest
index c8f586ee470b..5fcc749626c5 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1,3 +1 @@
-DIST xfce4-clipman-plugin-1.6.3.tar.bz2 486276 BLAKE2B 
f92c93e4ab57fbe37560c389620696f5c11fa8cbd328f29d4895c25c6f18fec88267cc152a1cab39084f08f8fdc070669b665cbad4089ae9577be776a3ad3663
 SHA512 
a117f64035a6656c2f8603d9b0adec18bcbe8e1ee6a80b838e4cc40480cc3510afe5f32815ff89b1936cbdbadadf8e1e645f0202d97cc877aec125b51b72064b
-DIST xfce4-clipman-plugin-1.6.4.tar.bz2 480785 BLAKE2B 
adc04a41e373fa62f822f0f11a2eac5b684ba89f718806c3d64bb8ddb88eb7de1cc059e3b0dd5baf8201ac8e5c3879d3e4fe57a11ba07684d5fb590062889a15
 SHA512 
e2cb4068ad00e89d848c72ab4c1b7aac0d41bdd006b60afd09e0323fca1c9033b04a68221f5a2cb6be1347eac8879dfa6bd8b0483c2a075eb36e8cf65ea7
 DIST xfce4-clipman-plugin-1.6.5.tar.bz2 483621 BLAKE2B 
0c13126a17e0fc668945b479dab3919b3f6e03a0ad378050041f40ddc4d0f138ffec128be779275eac637daf42352de4ac143d43d26cb8f40ac4d754d8ee70fb
 SHA512 
b0ae4a3928590346dd0f9786959c138f7e9cc03afa974eee558890fcd2b96c019bd4be67f7c231cac802fb6356c64b1e0394ef327aae6256fc433ced245fdff9

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild
deleted file mode 100644
index 4fb8b2d129ba..
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
-HOMEPAGE="
-   https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin/start
-   https://gitlab.xfce.org/panel-plugins/xfce4-clipman-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="qrcode"
-
-DEPEND="
-   >=dev-libs/glib-2.60:2=
-   >=x11-libs/gtk+-3.22.29:3=
-   x11-libs/libXtst:=
-   >=xfce-base/libxfce4ui-4.14:=
-   >=xfce-base/libxfce4util-4.14:=
-   >=xfce-base/xfce4-panel-4.14:=
-   >=xfce-base/xfconf-4.14:=
-   qrcode? ( >=media-gfx/qrencode-3.3.0:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   x11-base/xorg-proto
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable qrcode libqrencode)
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.4.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.4.ebuild
deleted file mode 100644
index 955d7912e0b2..
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.4.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
-HOMEPAGE="
-   https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin/start
-   https://gitlab.xfce.org/panel-plugins/xfce4-clipman-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="qrcode"
-
-DEPEND="
-   >=dev-libs/glib-2.60:2=
-   >=x11-libs/gtk+-3.22.29:3=
-   x11-libs/libXtst:=
-   >=xfce-base/libxfce4ui-4.14:=
-   >=xfce-base/libxfce4util-4.14:=
-   >=xfce-base/xfce4-panel-4.14:=
-   >=xfce-base/xfconf-4.14:=
-   qrcode? ( >=media-gfx/qrencode-3.3.0:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   x11-base/xorg-proto
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable qrcode libqrencode)
-   

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

2023-10-06 Thread Arthur Zamarin
commit: 593a6aa74ece86edab7e1e6d8584b767d93c5288
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct  6 17:44:01 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct  6 17:44:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593a6aa7

xfce-extra/xfce4-clipman-plugin: Stabilize 1.6.5 ppc64, #915244

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.5.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.5.ebuild
index 5dee1df0d640..ae9f8d989bc4 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.5.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.5.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"
 IUSE="X qrcode wayland"
 
 DEPEND="



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

2023-10-06 Thread Sam James
commit: d2416b4f3483c32a51daf238c56379ea461c5c48
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct  6 14:54:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct  6 14:54:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2416b4f

xfce-extra/xfce4-clipman-plugin: Stabilize 1.6.5 arm, #915244

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.5.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.5.ebuild
index 6b577820744b..71dc220f6861 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.5.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.5.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"
 IUSE="X qrcode wayland"
 
 DEPEND="



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

2023-10-06 Thread Sam James
commit: ebecac2452589ccf28724eeb1f45219d90265cf6
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct  6 14:30:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct  6 14:30:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebecac24

xfce-extra/xfce4-clipman-plugin: Stabilize 1.6.5 x86, #915244

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.5.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.5.ebuild
index a0d6402bf9d7..6b577820744b 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.5.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.5.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"
 IUSE="X qrcode wayland"
 
 DEPEND="



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

2023-09-29 Thread Michał Górny
commit: 18bfd9f376cdff90b8e8071ed649e4c3a804c62e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 29 12:47:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 29 12:47:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18bfd9f3

xfce-extra/xfce4-clipman-plugin: Bump to 1.6.5

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

 xfce-extra/xfce4-clipman-plugin/Manifest   |  1 +
 .../xfce4-clipman-plugin-1.6.5.ebuild  | 80 ++
 2 files changed, 81 insertions(+)

diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest 
b/xfce-extra/xfce4-clipman-plugin/Manifest
index c778aa9805b9..c8f586ee470b 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-clipman-plugin-1.6.3.tar.bz2 486276 BLAKE2B 
f92c93e4ab57fbe37560c389620696f5c11fa8cbd328f29d4895c25c6f18fec88267cc152a1cab39084f08f8fdc070669b665cbad4089ae9577be776a3ad3663
 SHA512 
a117f64035a6656c2f8603d9b0adec18bcbe8e1ee6a80b838e4cc40480cc3510afe5f32815ff89b1936cbdbadadf8e1e645f0202d97cc877aec125b51b72064b
 DIST xfce4-clipman-plugin-1.6.4.tar.bz2 480785 BLAKE2B 
adc04a41e373fa62f822f0f11a2eac5b684ba89f718806c3d64bb8ddb88eb7de1cc059e3b0dd5baf8201ac8e5c3879d3e4fe57a11ba07684d5fb590062889a15
 SHA512 
e2cb4068ad00e89d848c72ab4c1b7aac0d41bdd006b60afd09e0323fca1c9033b04a68221f5a2cb6be1347eac8879dfa6bd8b0483c2a075eb36e8cf65ea7
+DIST xfce4-clipman-plugin-1.6.5.tar.bz2 483621 BLAKE2B 
0c13126a17e0fc668945b479dab3919b3f6e03a0ad378050041f40ddc4d0f138ffec128be779275eac637daf42352de4ac143d43d26cb8f40ac4d754d8ee70fb
 SHA512 
b0ae4a3928590346dd0f9786959c138f7e9cc03afa974eee558890fcd2b96c019bd4be67f7c231cac802fb6356c64b1e0394ef327aae6256fc433ced245fdff9

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.5.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.5.ebuild
new file mode 100644
index ..a0d6402bf9d7
--- /dev/null
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.5.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
+HOMEPAGE="
+   https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin/start
+   https://gitlab.xfce.org/panel-plugins/xfce4-clipman-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="X qrcode wayland"
+
+DEPEND="
+   >=dev-libs/glib-2.60.0
+   >=x11-libs/gtk+-3.22.29:3[X?]
+   >=xfce-base/libxfce4ui-4.14.0:=
+   >=xfce-base/libxfce4util-4.14.0:=
+   >=xfce-base/xfce4-panel-4.14.0:=
+   >=xfce-base/xfconf-4.14.0:=
+   X? (
+   >=x11-libs/libX11-1.6.7
+   >=x11-libs/libXtst-1.0.0
+   )
+   qrcode? ( >=media-gfx/qrencode-3.3.0:= )
+   wayland? (
+   >=dev-libs/wayland-1.15.0
+   )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   X? (
+   >=x11-base/xorg-proto-7.0.0
+   )
+   wayland? (
+   >=dev-util/wayland-scanner-1.15.0
+   )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable qrcode libqrencode)
+
+   $(use_enable X libx11)
+   $(use_enable X gdk-x11)
+   $(use_enable X libxproto)
+   $(use_enable X libxtst)
+
+   $(use_enable wayland wayland-scanner)
+   $(use_enable wayland wayland-client)
+   )
+
+   econf "${myconf[@]}"
+}
+
+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-clipman-plugin/

2023-07-31 Thread Michał Górny
commit: 0f9fc7828b0f8651cbf0780e4ea6964ad839c783
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 31 14:41:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 31 14:41:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9fc782

xfce-extra/xfce4-clipman-plugin: Bump to 1.6.4

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

 xfce-extra/xfce4-clipman-plugin/Manifest   |  1 +
 .../xfce4-clipman-plugin-1.6.4.ebuild  | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest 
b/xfce-extra/xfce4-clipman-plugin/Manifest
index c7dd32a1e8fd..c778aa9805b9 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-clipman-plugin-1.6.3.tar.bz2 486276 BLAKE2B 
f92c93e4ab57fbe37560c389620696f5c11fa8cbd328f29d4895c25c6f18fec88267cc152a1cab39084f08f8fdc070669b665cbad4089ae9577be776a3ad3663
 SHA512 
a117f64035a6656c2f8603d9b0adec18bcbe8e1ee6a80b838e4cc40480cc3510afe5f32815ff89b1936cbdbadadf8e1e645f0202d97cc877aec125b51b72064b
+DIST xfce4-clipman-plugin-1.6.4.tar.bz2 480785 BLAKE2B 
adc04a41e373fa62f822f0f11a2eac5b684ba89f718806c3d64bb8ddb88eb7de1cc059e3b0dd5baf8201ac8e5c3879d3e4fe57a11ba07684d5fb590062889a15
 SHA512 
e2cb4068ad00e89d848c72ab4c1b7aac0d41bdd006b60afd09e0323fca1c9033b04a68221f5a2cb6be1347eac8879dfa6bd8b0483c2a075eb36e8cf65ea7

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.4.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.4.ebuild
new file mode 100644
index ..955d7912e0b2
--- /dev/null
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.4.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
+HOMEPAGE="
+   https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin/start
+   https://gitlab.xfce.org/panel-plugins/xfce4-clipman-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="qrcode"
+
+DEPEND="
+   >=dev-libs/glib-2.60:2=
+   >=x11-libs/gtk+-3.22.29:3=
+   x11-libs/libXtst:=
+   >=xfce-base/libxfce4ui-4.14:=
+   >=xfce-base/libxfce4util-4.14:=
+   >=xfce-base/xfce4-panel-4.14:=
+   >=xfce-base/xfconf-4.14:=
+   qrcode? ( >=media-gfx/qrencode-3.3.0:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   x11-base/xorg-proto
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable qrcode libqrencode)
+   )
+
+   econf "${myconf[@]}"
+}
+
+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-clipman-plugin/

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

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

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

 xfce-extra/xfce4-clipman-plugin/Manifest   |  1 -
 .../xfce4-clipman-plugin-1.6.2.ebuild  | 52 --
 2 files changed, 53 deletions(-)

diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest 
b/xfce-extra/xfce4-clipman-plugin/Manifest
index f881777ad221..c7dd32a1e8fd 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-clipman-plugin-1.6.2.tar.bz2 465656 BLAKE2B 
bde94cda7ec97d0af9f238bb3cffb69a7f469a03d27608681042ad701175a1900abed1d79bdc38d45afe5ed48da2054a837358bd150f5075bc194a9547bbf56f
 SHA512 
4bd49b3b6311d232d422d92007638b05409bc0c90fdc20a39459ac8c706c0502b99a3c89a0276ca1c0e2cfb0a151c78a0a8b18a16bbf65cc5778bcb51db2
 DIST xfce4-clipman-plugin-1.6.3.tar.bz2 486276 BLAKE2B 
f92c93e4ab57fbe37560c389620696f5c11fa8cbd328f29d4895c25c6f18fec88267cc152a1cab39084f08f8fdc070669b665cbad4089ae9577be776a3ad3663
 SHA512 
a117f64035a6656c2f8603d9b0adec18bcbe8e1ee6a80b838e4cc40480cc3510afe5f32815ff89b1936cbdbadadf8e1e645f0202d97cc877aec125b51b72064b

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
deleted file mode 100644
index 664fa35b68d0..
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-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="qrcode"
-
-RDEPEND=">=dev-libs/glib-2.42:2=
-   >=x11-libs/gtk+-3.22.29:3=
-   x11-libs/libXtst:=
-   >=xfce-base/libxfce4ui-4.14:=
-   >=xfce-base/libxfce4util-4.14:=
-   >=xfce-base/xfce4-panel-4.14:=
-   >=xfce-base/xfconf-4.14:=
-   qrcode? ( >=media-gfx/qrencode-3.3.0:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   x11-base/xorg-proto"
-
-src_configure() {
-   local myconf=(
-   $(use_enable qrcode libqrencode)
-   )
-
-   econf "${myconf[@]}"
-}
-
-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-clipman-plugin/

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

xfce-extra/xfce4-clipman-plugin: Stabilize 1.6.3 x86, #908331

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild
index cb3828985ab4..4fb8b2d129ba 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.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"
 IUSE="qrcode"
 
 DEPEND="



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

2023-06-11 Thread Sam James
commit: 6b3d7c818e289ae82a2a2ac2efb40e3d3f4d1a7f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 11 15:46:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 11 15:46:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b3d7c81

xfce-extra/xfce4-clipman-plugin: Stabilize 1.6.3 amd64, #908331

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild
index 77d67a136410..cb3828985ab4 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.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"
 IUSE="qrcode"
 
 DEPEND="



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

2023-06-11 Thread Sam James
commit: 95f08c6dfab8d2ee74cec6ba4d8d182c74b0473b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 11 15:36:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 11 15:36:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f08c6d

xfce-extra/xfce4-clipman-plugin: Stabilize 1.6.3 ppc64, #908331

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild
index 8fa33f3edc9f..7f38323bd221 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.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"
 IUSE="qrcode"
 
 DEPEND="



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

2023-06-11 Thread Sam James
commit: bd11072c227940909d96cb79ac5eab61c8cf1966
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 11 15:36:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 11 15:36:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd11072c

xfce-extra/xfce4-clipman-plugin: Stabilize 1.6.3 ppc, #908331

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild
index 7f38323bd221..77d67a136410 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.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"
 IUSE="qrcode"
 
 DEPEND="



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

2023-03-20 Thread Michał Górny
commit: baba1b8ac01b179d64500958abd5bf1daca17cc8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 21 05:40:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 21 05:40:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baba1b8a

xfce-extra/xfce4-clipman-plugin: Bump to 1.6.3

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

 xfce-extra/xfce4-clipman-plugin/Manifest   |  1 +
 .../xfce4-clipman-plugin-1.6.3.ebuild  | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest 
b/xfce-extra/xfce4-clipman-plugin/Manifest
index 9f79dd005ee7..f881777ad221 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-clipman-plugin-1.6.2.tar.bz2 465656 BLAKE2B 
bde94cda7ec97d0af9f238bb3cffb69a7f469a03d27608681042ad701175a1900abed1d79bdc38d45afe5ed48da2054a837358bd150f5075bc194a9547bbf56f
 SHA512 
4bd49b3b6311d232d422d92007638b05409bc0c90fdc20a39459ac8c706c0502b99a3c89a0276ca1c0e2cfb0a151c78a0a8b18a16bbf65cc5778bcb51db2
+DIST xfce4-clipman-plugin-1.6.3.tar.bz2 486276 BLAKE2B 
f92c93e4ab57fbe37560c389620696f5c11fa8cbd328f29d4895c25c6f18fec88267cc152a1cab39084f08f8fdc070669b665cbad4089ae9577be776a3ad3663
 SHA512 
a117f64035a6656c2f8603d9b0adec18bcbe8e1ee6a80b838e4cc40480cc3510afe5f32815ff89b1936cbdbadadf8e1e645f0202d97cc877aec125b51b72064b

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild
new file mode 100644
index ..955d7912e0b2
--- /dev/null
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
+HOMEPAGE="
+   https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin/start
+   https://gitlab.xfce.org/panel-plugins/xfce4-clipman-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="qrcode"
+
+DEPEND="
+   >=dev-libs/glib-2.60:2=
+   >=x11-libs/gtk+-3.22.29:3=
+   x11-libs/libXtst:=
+   >=xfce-base/libxfce4ui-4.14:=
+   >=xfce-base/libxfce4util-4.14:=
+   >=xfce-base/xfce4-panel-4.14:=
+   >=xfce-base/xfconf-4.14:=
+   qrcode? ( >=media-gfx/qrencode-3.3.0:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   x11-base/xorg-proto
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable qrcode libqrencode)
+   )
+
+   econf "${myconf[@]}"
+}
+
+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-clipman-plugin/

2021-11-18 Thread Yixun Lan
commit: 6a15772085ba0a7e0f58fe8256c42fb9561ff326
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Nov 18 14:46:06 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Nov 19 06:22:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a157720

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
index 41a4554da0bf..664fa35b68d0 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.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="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.42:2=



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

2021-07-06 Thread Michał Górny
commit: 3b8606e5c80812214877eff5dafff69b490f1cbb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  6 07:14:23 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  6 07:57:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8606e5

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

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

 xfce-extra/xfce4-clipman-plugin/Manifest   |  1 -
 .../xfce4-clipman-plugin-1.6.1.ebuild  | 51 --
 2 files changed, 52 deletions(-)

diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest 
b/xfce-extra/xfce4-clipman-plugin/Manifest
index f658655e306..9f79dd005ee 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-clipman-plugin-1.6.1.tar.bz2 471364 BLAKE2B 
cd037db1920aabde5f661401b9adbb81041e72688b431407c19865c10f3c61e41bbc034ff218461b108965b1d294ebd603be500dec7741687ddc0cdeeec69a6c
 SHA512 
2a2aa5d7b5d841b11c6d54d4872fc8cbfb83981b2d4678075ff5aa2a4df9ea88de95b837bf3896d7ce5f434827ebb64238e68cca2e17a7104433ed5847d949dd
 DIST xfce4-clipman-plugin-1.6.2.tar.bz2 465656 BLAKE2B 
bde94cda7ec97d0af9f238bb3cffb69a7f469a03d27608681042ad701175a1900abed1d79bdc38d45afe5ed48da2054a837358bd150f5075bc194a9547bbf56f
 SHA512 
4bd49b3b6311d232d422d92007638b05409bc0c90fdc20a39459ac8c706c0502b99a3c89a0276ca1c0e2cfb0a151c78a0a8b18a16bbf65cc5778bcb51db2

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild
deleted file mode 100644
index 7c4a540463b..000
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-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="qrcode"
-
-RDEPEND=">=dev-libs/glib-2.32:2=
-   >=x11-libs/gtk+-3.14:3=
-   x11-libs/libXtst:=
-   >=xfce-base/libxfce4ui-4.12:=
-   >=xfce-base/libxfce4util-4.12:=
-   >=xfce-base/xfce4-panel-4.12:=
-   >=xfce-base/xfconf-4.10:=
-   qrcode? ( >=media-gfx/qrencode-3.3.0:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   x11-base/xorg-proto"
-
-src_configure() {
-   local myconf=(
-   $(use_enable qrcode libqrencode)
-   )
-
-   econf "${myconf[@]}"
-}
-
-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-clipman-plugin/

2021-07-05 Thread Sam James
commit: d684657aa0fe33d0a52f601dac567d520b0f78c2
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  6 01:47:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  6 01:47:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d684657a

xfce-extra/xfce4-clipman-plugin: Stabilize 1.6.2 arm, #799911

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
index 32c636aa74e..41a4554da0b 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.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="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.42:2=



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

2021-07-03 Thread Agostino Sarubbo
commit: e24d6dca8c736bfcdf80e42441f4c2e96f91a7a0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul  3 06:22:02 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul  3 06:22:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24d6dca

xfce-extra/xfce4-clipman-plugin: ppc64 stable wrt bug #799911

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
index 77669532047..32c636aa74e 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.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="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.42:2=



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

2021-07-03 Thread Agostino Sarubbo
commit: ad43853ff7026fa70c417eff53d5fa6dc27adc01
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul  3 06:19:46 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul  3 06:19:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad43853f

xfce-extra/xfce4-clipman-plugin: ppc stable wrt bug #799911

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
index e488fd580ff..77669532047 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.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="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.42:2=



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

2021-07-02 Thread Sam James
commit: b334f7e0ebecc763ef2a9b77f44535fb85559991
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:30:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:30:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b334f7e0

xfce-extra/xfce4-clipman-plugin: Stabilize 1.6.2 amd64, #799911

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
index 888771c2ba1..e488fd580ff 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.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="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.42:2=



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

2021-07-02 Thread Sam James
commit: 223b7186e3c964c52b7d4e47c90e9118ed8a6199
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:27:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:27:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223b7186

xfce-extra/xfce4-clipman-plugin: Stabilize 1.6.2 x86, #799911

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
index 98bbe22b672..888771c2ba1 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.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="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.42:2=



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

2021-05-06 Thread Michał Górny
commit: 5c182456307c63be9b383cfdd2b2b9979a20a91b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  6 08:46:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  6 08:49:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c182456

xfce-extra/xfce4-clipman-plugin: Bump to 1.6.2

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

 xfce-extra/xfce4-clipman-plugin/Manifest   |  1 +
 .../xfce4-clipman-plugin-1.6.2.ebuild  | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest 
b/xfce-extra/xfce4-clipman-plugin/Manifest
index af1d33fb5cf..f658655e306 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-clipman-plugin-1.6.1.tar.bz2 471364 BLAKE2B 
cd037db1920aabde5f661401b9adbb81041e72688b431407c19865c10f3c61e41bbc034ff218461b108965b1d294ebd603be500dec7741687ddc0cdeeec69a6c
 SHA512 
2a2aa5d7b5d841b11c6d54d4872fc8cbfb83981b2d4678075ff5aa2a4df9ea88de95b837bf3896d7ce5f434827ebb64238e68cca2e17a7104433ed5847d949dd
+DIST xfce4-clipman-plugin-1.6.2.tar.bz2 465656 BLAKE2B 
bde94cda7ec97d0af9f238bb3cffb69a7f469a03d27608681042ad701175a1900abed1d79bdc38d45afe5ed48da2054a837358bd150f5075bc194a9547bbf56f
 SHA512 
4bd49b3b6311d232d422d92007638b05409bc0c90fdc20a39459ac8c706c0502b99a3c89a0276ca1c0e2cfb0a151c78a0a8b18a16bbf65cc5778bcb51db2

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
new file mode 100644
index 000..98bbe22b672
--- /dev/null
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-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="qrcode"
+
+RDEPEND=">=dev-libs/glib-2.42:2=
+   >=x11-libs/gtk+-3.22.29:3=
+   x11-libs/libXtst:=
+   >=xfce-base/libxfce4ui-4.14:=
+   >=xfce-base/libxfce4util-4.14:=
+   >=xfce-base/xfce4-panel-4.14:=
+   >=xfce-base/xfconf-4.14:=
+   qrcode? ( >=media-gfx/qrencode-3.3.0:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   x11-base/xorg-proto"
+
+src_configure() {
+   local myconf=(
+   $(use_enable qrcode libqrencode)
+   )
+
+   econf "${myconf[@]}"
+}
+
+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-clipman-plugin/

2020-09-18 Thread Michał Górny
commit: 5f92030c9b9639a0ab0b30846c6c4073235e1661
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 18 09:43:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 18 09:45:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f92030c

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

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

 xfce-extra/xfce4-clipman-plugin/Manifest   |  1 -
 .../xfce4-clipman-plugin-1.4.4.ebuild  | 51 --
 2 files changed, 52 deletions(-)

diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest 
b/xfce-extra/xfce4-clipman-plugin/Manifest
index 1df49de228e..af1d33fb5cf 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-clipman-plugin-1.4.4.tar.bz2 460114 BLAKE2B 
c3a6d8a9a3f36367bddf3803b86dc4bd5bf2dff94d675695caf95010c563b96b69ce4015d83568e9500f8f5d579f41ef8c5ce94804ecd58baa04f7cc9aa54f16
 SHA512 
4cb798faab4efdc7a5013cffd06ce527efbda4ba5b96063734d261a864f22075a2d6dd1f79a33c8bdfb39ceea8f89af3daac023aaed8a5a386c70604e8a77965
 DIST xfce4-clipman-plugin-1.6.1.tar.bz2 471364 BLAKE2B 
cd037db1920aabde5f661401b9adbb81041e72688b431407c19865c10f3c61e41bbc034ff218461b108965b1d294ebd603be500dec7741687ddc0cdeeec69a6c
 SHA512 
2a2aa5d7b5d841b11c6d54d4872fc8cbfb83981b2d4678075ff5aa2a4df9ea88de95b837bf3896d7ce5f434827ebb64238e68cca2e17a7104433ed5847d949dd

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild
deleted file mode 100644
index 7c4a540463b..000
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-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="qrcode"
-
-RDEPEND=">=dev-libs/glib-2.32:2=
-   >=x11-libs/gtk+-3.14:3=
-   x11-libs/libXtst:=
-   >=xfce-base/libxfce4ui-4.12:=
-   >=xfce-base/libxfce4util-4.12:=
-   >=xfce-base/xfce4-panel-4.12:=
-   >=xfce-base/xfconf-4.10:=
-   qrcode? ( >=media-gfx/qrencode-3.3.0:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   x11-base/xorg-proto"
-
-src_configure() {
-   local myconf=(
-   $(use_enable qrcode libqrencode)
-   )
-
-   econf "${myconf[@]}"
-}
-
-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-clipman-plugin/

2020-07-19 Thread Sam James
commit: ed580bd88a8d5d08fb467e1de0f514ee38f7ac2c
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 13:35:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 13:38:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed580bd8

xfce-extra/xfce4-clipman-plugin: arm stable (bug #725708)

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild
index 8904a0c06d6..7c4a540463b 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.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="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2020-06-29 Thread Mikle Kolyada
commit: 6143d9becd64127c56423c50a4f3f62fa6ae3887
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jun 29 18:23:36 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jun 29 18:23:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6143d9be

xfce-extra/xfce4-clipman-plugin: amd64 stable wrt bug #725708

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild
index 6708b2ddc7d..8904a0c06d6 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.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="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2020-06-20 Thread Thomas Deutschmann
commit: 056aaba98f2ad72f153a39e1f000196c2a539d90
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jun 20 15:02:48 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jun 20 15:23:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056aaba9

xfce-extra/xfce4-clipman-plugin: x86 stable (bug #725708)

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild
index 74f69e766b2..6708b2ddc7d 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.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="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2020-06-14 Thread Sergei Trofimovich
commit: 1be224b233a01b961e1155cf6cdb196f45789025
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 14 20:11:54 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 14 20:19:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be224b2

xfce-extra/xfce4-clipman-plugin: stable 1.6.1 for ppc

stable wrt bug #725708

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild
index 5d0577f975d..74f69e766b2 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.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="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2020-06-14 Thread Sergei Trofimovich
commit: f7c9ed14efcd521b95abef232856ba48ddc072f0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 14 20:08:10 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 14 20:08:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c9ed14

xfce-extra/xfce4-clipman-plugin: stable 1.6.1 for ppc64

stable wrt bug #725708

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild
index d763b3de7d1..5d0577f975d 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.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="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2020-05-04 Thread Michał Górny
commit: b240665e84191bac38d79769664e197033390892
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 09:39:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 09:39:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b240665e

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

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

 xfce-extra/xfce4-clipman-plugin/Manifest   |  1 -
 .../xfce4-clipman-plugin-1.4.3.ebuild  | 51 --
 2 files changed, 52 deletions(-)

diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest 
b/xfce-extra/xfce4-clipman-plugin/Manifest
index db8fb5356a2..1df49de228e 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1,3 +1,2 @@
-DIST xfce4-clipman-plugin-1.4.3.tar.bz2 492784 BLAKE2B 
f52dc92976e0b826b7aab2b8a3b9e099bb31e3d670911608d7a39c9805b011bb4c77db1fb01379e3244682a4bcefba617e246cc9ade50ecd275ea554d928385f
 SHA512 
28bc8e2be8dd3eac13a7988b68933ce84dd8cc756f0a19636cd5850d6e36714a73ad9650a28ebfc54d9ad3adb23c242abf89806124b4e00fe7d1701be1b52414
 DIST xfce4-clipman-plugin-1.4.4.tar.bz2 460114 BLAKE2B 
c3a6d8a9a3f36367bddf3803b86dc4bd5bf2dff94d675695caf95010c563b96b69ce4015d83568e9500f8f5d579f41ef8c5ce94804ecd58baa04f7cc9aa54f16
 SHA512 
4cb798faab4efdc7a5013cffd06ce527efbda4ba5b96063734d261a864f22075a2d6dd1f79a33c8bdfb39ceea8f89af3daac023aaed8a5a386c70604e8a77965
 DIST xfce4-clipman-plugin-1.6.1.tar.bz2 471364 BLAKE2B 
cd037db1920aabde5f661401b9adbb81041e72688b431407c19865c10f3c61e41bbc034ff218461b108965b1d294ebd603be500dec7741687ddc0cdeeec69a6c
 SHA512 
2a2aa5d7b5d841b11c6d54d4872fc8cbfb83981b2d4678075ff5aa2a4df9ea88de95b837bf3896d7ce5f434827ebb64238e68cca2e17a7104433ed5847d949dd

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
deleted file mode 100644
index 3bffeef7840..000
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-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="qrcode"
-
-RDEPEND=">=dev-libs/glib-2.32:2=
-   >=x11-libs/gtk+-3.14:3=
-   x11-libs/libXtst:=
-   >=xfce-base/libxfce4ui-4.12:=
-   >=xfce-base/libxfce4util-4.12:=
-   >=xfce-base/xfce4-panel-4.12:=
-   >=xfce-base/xfconf-4.10:=
-   qrcode? ( >=media-gfx/qrencode-3.3.0:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   x11-base/xorg-proto"
-
-src_configure() {
-   local myconf=(
-   $(use_enable qrcode libqrencode)
-   )
-
-   econf "${myconf[@]}"
-}
-
-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-clipman-plugin/

2020-04-23 Thread Agostino Sarubbo
commit: 0cc0ff85e84121da3516a2bcbf0455f6ff467400
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Apr 23 10:39:57 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Apr 23 10:39:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc0ff85

xfce-extra/xfce4-clipman-plugin: ppc64 stable wrt bug #717452

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild
index f6cfb28f8a8..7c4a540463b 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.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="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2020-04-23 Thread Agostino Sarubbo
commit: efd980679ac074d445cbb49695bf2aa263f195ca
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Apr 23 06:23:54 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Apr 23 06:23:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd98067

xfce-extra/xfce4-clipman-plugin: ppc stable wrt bug #717452

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild
index 46fe9c10733..f6cfb28f8a8 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.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="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2020-04-23 Thread Agostino Sarubbo
commit: dd2dff05d4d4ebb2c412e91acdac309fe3534cd5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Apr 23 06:21:39 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Apr 23 06:21:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd2dff05

xfce-extra/xfce4-clipman-plugin: arm stable wrt bug #717452

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild
index 56b7fc0a5c1..46fe9c10733 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.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="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2020-04-19 Thread Agostino Sarubbo
commit: f018e9af87a6fccea129702fb10a0868e307d6ad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 19 18:24:25 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 19 18:24:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f018e9af

xfce-extra/xfce4-clipman-plugin: x86 stable wrt bug #717452

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild
index 416ede4056e..56b7fc0a5c1 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.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="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2020-04-18 Thread Agostino Sarubbo
commit: f289f572677af0e9778bc7534f4fbd48eecd60f6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr 18 09:17:25 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr 18 09:17:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f289f572

xfce-extra/xfce4-clipman-plugin: amd64 stable wrt bug #717452

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild
index d763b3de7d1..416ede4056e 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.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="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2020-04-05 Thread Michał Górny
commit: 7913ad681ad83b888e51bcdd5a5d620de80b0318
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  5 05:53:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  5 08:12:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7913ad68

xfce-extra/xfce4-clipman-plugin: Bump to 1.6.1

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

 xfce-extra/xfce4-clipman-plugin/Manifest   |  1 +
 .../xfce4-clipman-plugin-1.6.1.ebuild  | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest 
b/xfce-extra/xfce4-clipman-plugin/Manifest
index 69627ddf702..db8fb5356a2 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-clipman-plugin-1.4.3.tar.bz2 492784 BLAKE2B 
f52dc92976e0b826b7aab2b8a3b9e099bb31e3d670911608d7a39c9805b011bb4c77db1fb01379e3244682a4bcefba617e246cc9ade50ecd275ea554d928385f
 SHA512 
28bc8e2be8dd3eac13a7988b68933ce84dd8cc756f0a19636cd5850d6e36714a73ad9650a28ebfc54d9ad3adb23c242abf89806124b4e00fe7d1701be1b52414
 DIST xfce4-clipman-plugin-1.4.4.tar.bz2 460114 BLAKE2B 
c3a6d8a9a3f36367bddf3803b86dc4bd5bf2dff94d675695caf95010c563b96b69ce4015d83568e9500f8f5d579f41ef8c5ce94804ecd58baa04f7cc9aa54f16
 SHA512 
4cb798faab4efdc7a5013cffd06ce527efbda4ba5b96063734d261a864f22075a2d6dd1f79a33c8bdfb39ceea8f89af3daac023aaed8a5a386c70604e8a77965
+DIST xfce4-clipman-plugin-1.6.1.tar.bz2 471364 BLAKE2B 
cd037db1920aabde5f661401b9adbb81041e72688b431407c19865c10f3c61e41bbc034ff218461b108965b1d294ebd603be500dec7741687ddc0cdeeec69a6c
 SHA512 
2a2aa5d7b5d841b11c6d54d4872fc8cbfb83981b2d4678075ff5aa2a4df9ea88de95b837bf3896d7ce5f434827ebb64238e68cca2e17a7104433ed5847d949dd

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild
new file mode 100644
index 000..d763b3de7d1
--- /dev/null
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-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="qrcode"
+
+RDEPEND=">=dev-libs/glib-2.32:2=
+   >=x11-libs/gtk+-3.14:3=
+   x11-libs/libXtst:=
+   >=xfce-base/libxfce4ui-4.12:=
+   >=xfce-base/libxfce4util-4.12:=
+   >=xfce-base/xfce4-panel-4.12:=
+   >=xfce-base/xfconf-4.10:=
+   qrcode? ( >=media-gfx/qrencode-3.3.0:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   x11-base/xorg-proto"
+
+src_configure() {
+   local myconf=(
+   $(use_enable qrcode libqrencode)
+   )
+
+   econf "${myconf[@]}"
+}
+
+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-clipman-plugin/

2020-03-01 Thread Michał Górny
commit: d2bcfaca94fd0abc787beac52d0af3ded5ec8223
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar  1 19:06:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar  1 19:08:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2bcfaca

xfce-extra/xfce4-clipman-plugin: Bump to 1.4.4

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

 xfce-extra/xfce4-clipman-plugin/Manifest   |  1 +
 .../xfce4-clipman-plugin-1.4.4.ebuild  | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest 
b/xfce-extra/xfce4-clipman-plugin/Manifest
index 0af910ec526..69627ddf702 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-clipman-plugin-1.4.3.tar.bz2 492784 BLAKE2B 
f52dc92976e0b826b7aab2b8a3b9e099bb31e3d670911608d7a39c9805b011bb4c77db1fb01379e3244682a4bcefba617e246cc9ade50ecd275ea554d928385f
 SHA512 
28bc8e2be8dd3eac13a7988b68933ce84dd8cc756f0a19636cd5850d6e36714a73ad9650a28ebfc54d9ad3adb23c242abf89806124b4e00fe7d1701be1b52414
+DIST xfce4-clipman-plugin-1.4.4.tar.bz2 460114 BLAKE2B 
c3a6d8a9a3f36367bddf3803b86dc4bd5bf2dff94d675695caf95010c563b96b69ce4015d83568e9500f8f5d579f41ef8c5ce94804ecd58baa04f7cc9aa54f16
 SHA512 
4cb798faab4efdc7a5013cffd06ce527efbda4ba5b96063734d261a864f22075a2d6dd1f79a33c8bdfb39ceea8f89af3daac023aaed8a5a386c70604e8a77965

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild
new file mode 100644
index 000..d763b3de7d1
--- /dev/null
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.4.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-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="qrcode"
+
+RDEPEND=">=dev-libs/glib-2.32:2=
+   >=x11-libs/gtk+-3.14:3=
+   x11-libs/libXtst:=
+   >=xfce-base/libxfce4ui-4.12:=
+   >=xfce-base/libxfce4util-4.12:=
+   >=xfce-base/xfce4-panel-4.12:=
+   >=xfce-base/xfconf-4.10:=
+   qrcode? ( >=media-gfx/qrencode-3.3.0:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   x11-base/xorg-proto"
+
+src_configure() {
+   local myconf=(
+   $(use_enable qrcode libqrencode)
+   )
+
+   econf "${myconf[@]}"
+}
+
+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-clipman-plugin/

2019-07-23 Thread Kent Fredric
commit: 307c186068e3d9ca95e777f940b7bf6089ce9218
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Jul 23 13:55:07 2019 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Jul 23 13:55:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=307c1860

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
index 7ada34ad3fc..3bffeef7840 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.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
@@ -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 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2019-04-07 Thread Michał Górny
commit: c3cf0afcdf2d7d64669e57872354901c138a2ca9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  7 07:35:05 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  7 08:28:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3cf0afc

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

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

 xfce-extra/xfce4-clipman-plugin/Manifest   |  1 -
 .../xfce4-clipman-plugin-1.4.2-r1.ebuild   | 51 --
 2 files changed, 52 deletions(-)

diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest 
b/xfce-extra/xfce4-clipman-plugin/Manifest
index 2c69ce7db42..0af910ec526 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-clipman-plugin-1.4.2.tar.bz2 485244 BLAKE2B 
6e183b82db5c3325691d04afa110c4dd83b013a94ed9b3b1b1b7bbb4166bcb1176a6b4ed52fd0b3256b7f73816a0031ea6084f31344a9ac3187b7b5fd25f01ed
 SHA512 
f12d9e3e37a26f9dade5b76e73ac3998030112b53e7ec7b756128f7f1ee28d19a1d7b8d4a26e0ccb69aaba2f0ab2f6c4cd5a435bd1cc7efd81c05b711480eba6
 DIST xfce4-clipman-plugin-1.4.3.tar.bz2 492784 BLAKE2B 
f52dc92976e0b826b7aab2b8a3b9e099bb31e3d670911608d7a39c9805b011bb4c77db1fb01379e3244682a4bcefba617e246cc9ade50ecd275ea554d928385f
 SHA512 
28bc8e2be8dd3eac13a7988b68933ce84dd8cc756f0a19636cd5850d6e36714a73ad9650a28ebfc54d9ad3adb23c242abf89806124b4e00fe7d1701be1b52414

diff --git 
a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2-r1.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2-r1.ebuild
deleted file mode 100644
index 47a3103d9da..000
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-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="qrcode"
-
-RDEPEND=">=dev-libs/glib-2.32:2=
-   >=x11-libs/gtk+-3.14:3=
-   x11-libs/libXtst:=
-   >=xfce-base/libxfce4ui-4.12:=
-   >=xfce-base/libxfce4util-4.12:=
-   >=xfce-base/xfce4-panel-4.12:=
-   >=xfce-base/xfconf-4.10:=
-   qrcode? ( >=media-gfx/qrencode-3.3.0:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   x11-base/xorg-proto"
-
-src_configure() {
-   local myconf=(
-   $(use_enable qrcode libqrencode)
-   )
-
-   econf "${myconf[@]}"
-}
-
-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-clipman-plugin/

2018-12-02 Thread Mikle Kolyada
commit: 6b431a87eb2f6128ad323594680b783e8744f150
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  2 11:10:32 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  2 11:10:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b431a87

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
index 98df85ac2bd..7ada34ad3fc 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.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 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
index 5defdeee01d..98df85ac2bd 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.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 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2018-11-15 Thread Thomas Deutschmann
commit: 9f0685661d76221b5d8816694e13e127a5f4c997
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:27:51 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:02:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f068566

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
index 2c0ff46ca86..5188f37c5a6 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.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 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2018-11-12 Thread Mikle Kolyada
commit: 0fac27dd16cb933f7ec8c15108895cc311f1c415
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:49:56 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:49:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fac27dd

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
index 496bd2d27d5..2c0ff46ca86 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.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 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2018-10-27 Thread Michał Górny
commit: d025dc3fd34aeb10657b0b25f8625b3f9a8cef58
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 27 12:15:07 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 27 12:30:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d025dc3f

xfce-extra/xfce4-clipman-plugin: Bump to 1.4.3 (bugfix)

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

 xfce-extra/xfce4-clipman-plugin/Manifest   |  1 +
 .../xfce4-clipman-plugin-1.4.3.ebuild  | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest 
b/xfce-extra/xfce4-clipman-plugin/Manifest
index 3b9eba14f6c..2c69ce7db42 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-clipman-plugin-1.4.2.tar.bz2 485244 BLAKE2B 
6e183b82db5c3325691d04afa110c4dd83b013a94ed9b3b1b1b7bbb4166bcb1176a6b4ed52fd0b3256b7f73816a0031ea6084f31344a9ac3187b7b5fd25f01ed
 SHA512 
f12d9e3e37a26f9dade5b76e73ac3998030112b53e7ec7b756128f7f1ee28d19a1d7b8d4a26e0ccb69aaba2f0ab2f6c4cd5a435bd1cc7efd81c05b711480eba6
+DIST xfce4-clipman-plugin-1.4.3.tar.bz2 492784 BLAKE2B 
f52dc92976e0b826b7aab2b8a3b9e099bb31e3d670911608d7a39c9805b011bb4c77db1fb01379e3244682a4bcefba617e246cc9ade50ecd275ea554d928385f
 SHA512 
28bc8e2be8dd3eac13a7988b68933ce84dd8cc756f0a19636cd5850d6e36714a73ad9650a28ebfc54d9ad3adb23c242abf89806124b4e00fe7d1701be1b52414

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
new file mode 100644
index 000..496bd2d27d5
--- /dev/null
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-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="qrcode"
+
+RDEPEND=">=dev-libs/glib-2.32:2=
+   >=x11-libs/gtk+-3.14:3=
+   x11-libs/libXtst:=
+   >=xfce-base/libxfce4ui-4.12:=
+   >=xfce-base/libxfce4util-4.12:=
+   >=xfce-base/xfce4-panel-4.12:=
+   >=xfce-base/xfconf-4.10:=
+   qrcode? ( >=media-gfx/qrencode-3.3.0:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   x11-base/xorg-proto"
+
+src_configure() {
+   local myconf=(
+   $(use_enable qrcode libqrencode)
+   )
+
+   econf "${myconf[@]}"
+}
+
+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-clipman-plugin/

2018-09-13 Thread Michał Górny
commit: b0c4adb72f1648e2b6f718f57f8356c7580e3c59
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 13 06:23:06 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 13 06:24:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c4adb7

xfce-extra/xfce4-clipman-plugin: Remove obsolete deps

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

 ...clipman-plugin-1.4.2.ebuild => xfce4-clipman-plugin-1.4.2-r1.ebuild} | 2 --
 1 file changed, 2 deletions(-)

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2-r1.ebuild
similarity index 95%
rename from xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
rename to xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2-r1.ebuild
index 0712d1f5ea6..abc9347b32e 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2-r1.ebuild
@@ -16,9 +16,7 @@ IUSE="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=
>=x11-libs/gtk+-3.14:3=
-   dev-libs/libunique:1=
x11-libs/libXtst:=
-   >=xfce-base/exo-0.10:=
>=xfce-base/libxfce4ui-4.12:=
>=xfce-base/libxfce4util-4.12:=
>=xfce-base/xfce4-panel-4.12:=



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

2018-09-13 Thread Michał Górny
commit: 07ca7d6f9dcac704a5e4ed36f743f27d0997bde5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 13 06:23:44 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 13 06:24:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ca7d6f

xfce-extra/xfce4-clipman-plugin: Correct license to GPL-2+

 xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2-r1.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2-r1.ebuild
index abc9347b32e..47a3103d9da 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2-r1.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-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 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="qrcode"



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-clipman-plugin/, xfce-extra/xfce4-power-manager/

2018-05-21 Thread Matt Turner
commit: f0044072de4974fcb3f55f98754d5984ed719c36
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon May 21 23:47:50 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 22 01:05:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0044072

xfce-extra/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).

 xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild | 2 +-
 xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.1.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
index a9d2e45397f..5f1a2cdaf06 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
@@ -28,7 +28,7 @@ DEPEND="${RDEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 src_configure() {
local myconf=(

diff --git a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.1.ebuild 
b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.1.ebuild
index 00beb27e3ac..c69433e9964 100644
--- a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.1.ebuild
+++ b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.1.ebuild
@@ -33,7 +33,7 @@ DEPEND="${COMMON_DEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig
-   x11-proto/xproto"
+   x11-base/xorg-proto"
 
 src_configure() {
local myconf=(



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

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

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

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
index d58965bfa2c..a9d2e45397f 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.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 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2018-01-10 Thread Sergei Trofimovich
commit: 2b2bbc5f88810d4ee296cac91d39289ab97510f0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jan 10 20:06:21 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jan 10 21:22:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2bbc5f

xfce-extra/xfce4-clipman-plugin: stable 1.4.2 for hppa, bug #643074

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
index b5bbd506808..d58965bfa2c 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.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 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2018-01-07 Thread Sergei Trofimovich
commit: 3098203ab56127e18b9e582873e29e313ea252a0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan  7 20:05:16 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan  7 20:05:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3098203a

xfce-extra/xfce4-clipman-plugin: stable 1.4.2 for ppc, bug #643074

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
index ee7230510d0..b5bbd506808 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.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 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2018-01-07 Thread Sergei Trofimovich
commit: 0361788c86679c77ef27ff3d96f3095b89af16b0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan  7 13:13:18 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan  7 13:17:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0361788c

xfce-extra/xfce4-clipman-plugin: stable 1.4.2 for ppc64, bug #643074

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

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
index cb2e59937c9..ee7230510d0 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.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 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2018-01-05 Thread Mikle Kolyada
commit: 2a5626abd66ee5a6ab5990a2374c942ffa33d143
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan  5 11:11:39 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan  5 11:16:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5626ab

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

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
index d34918e38d9..32602fcfb28 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.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
@@ -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 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2017-07-21 Thread Michał Górny
commit: 8efa49983a9066c64035a7fc5efa6757de47a4f1
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 21 14:28:20 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 21 14:31:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8efa4998

xfce-extra/xfce4-clipman-plugin: Bump to 1.4.2

 xfce-extra/xfce4-clipman-plugin/Manifest   |  2 +-
 1.ebuild => xfce4-clipman-plugin-1.4.2.ebuild} | 37 +++---
 2 files changed, 26 insertions(+), 13 deletions(-)

diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest 
b/xfce-extra/xfce4-clipman-plugin/Manifest
index 84efe0c436a..544bf358fcd 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1,2 +1,2 @@
 DIST xfce4-clipman-plugin-1.2.6.tar.bz2 438346 SHA256 
23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5 SHA512 
fc6b4cee1990ff13f4c0050ebf3e4b69fc0f7124fa2dd9b41933ce11449d322fad666b1af82bd610ce2add28d012a7dddc345be4afa1432bb330ecd6344a168e
 WHIRLPOOL 
6fa94e6e364c1a10e9de6cd80a1fad889a411ea3ca533647bf10f73967c60f1ad10caeefb0e838977b2b01f550a88561b196eba1f42949f00edb76103ec8ed2c
-DIST xfce4-clipman-plugin-1.4.1.tar.bz2 484795 SHA256 
341cce9665a89e5930e754ef3e27ff97594da22b82b1403099ebcf5c18a5351f SHA512 
e5db43899c888c8c9f47f020c79ccc636b2a484427646f9f93243c668403324f83f7c0da7ca68492df3162b4b1d7463000c5ecc2016e86f5f1a443bcba01dd54
 WHIRLPOOL 
25403d2221e48994b1bfc72acc6893880bb7e0bd81d92e4a60cc4fca365ed0132b491f12d76d3c0dffba6cd3f1360e2a8a919b16d5d5227a5d358fda60376dae
+DIST xfce4-clipman-plugin-1.4.2.tar.bz2 485244 SHA256 
cf2b45e327e67cc187dcb99a6ef6d95570463045accd24540e17172f005189b3 SHA512 
f12d9e3e37a26f9dade5b76e73ac3998030112b53e7ec7b756128f7f1ee28d19a1d7b8d4a26e0ccb69aaba2f0ab2f6c4cd5a435bd1cc7efd81c05b711480eba6
 WHIRLPOOL 
f50dfc77c0d1c95a048a9313e43a266de798a3587ab7ad58ed638ab849760ad98a716364bfbaa9de92f0227a6d617643065477560efaa3ea0486fa6cd9e90eb0

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.1.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
similarity index 69%
rename from xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.1.ebuild
rename to xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
index 13aa2c44e9c..d34918e38d9 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.1.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit xfconf
+EAPI=6
+
+inherit gnome2-utils
 
 DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin;
@@ -11,30 +12,42 @@ 
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="debug qrcode"
+IUSE="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=
>=x11-libs/gtk+-3.14:3=
-   dev-libs/libunique:1
-   x11-libs/libXtst
+   dev-libs/libunique:1=
+   x11-libs/libXtst:=
>=xfce-base/exo-0.10:=
>=xfce-base/libxfce4ui-4.12:=
>=xfce-base/libxfce4util-4.12:=
>=xfce-base/xfce4-panel-4.12:=
>=xfce-base/xfconf-4.10:=
-   qrcode? ( >=media-gfx/qrencode-3.3.0 )"
+   qrcode? ( >=media-gfx/qrencode-3.3.0:= )"
 DEPEND="${RDEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig
x11-proto/xproto"
 
-pkg_setup() {
-   XFCONF=(
-   --docdir="${EPREFIX}"/usr/share/doc/${PF}
+src_configure() {
+   local myconf=(
$(use_enable qrcode libqrencode)
-   $(xfconf_use_debug)
-   )
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
 
-   DOCS=( AUTHORS ChangeLog NEWS README )
+pkg_postrm() {
+   gnome2_icon_cache_update
 }



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

2017-06-07 Thread Michał Górny
commit: 0493bb126e2d6a8d57adb9bc2efd00bf10a8d4aa
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 10:09:25 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:05:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0493bb12

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

 xfce-extra/xfce4-clipman-plugin/Manifest   |  1 -
 .../xfce4-clipman-plugin-1.4.0.ebuild  | 40 --
 2 files changed, 41 deletions(-)

diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest 
b/xfce-extra/xfce4-clipman-plugin/Manifest
index 3a83faddbac..84efe0c436a 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-clipman-plugin-1.2.6.tar.bz2 438346 SHA256 
23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5 SHA512 
fc6b4cee1990ff13f4c0050ebf3e4b69fc0f7124fa2dd9b41933ce11449d322fad666b1af82bd610ce2add28d012a7dddc345be4afa1432bb330ecd6344a168e
 WHIRLPOOL 
6fa94e6e364c1a10e9de6cd80a1fad889a411ea3ca533647bf10f73967c60f1ad10caeefb0e838977b2b01f550a88561b196eba1f42949f00edb76103ec8ed2c
-DIST xfce4-clipman-plugin-1.4.0.tar.bz2 471045 SHA256 
a97671540663df1d90503f73695ac36e16fa2c832be8845ad9402529b8148294 SHA512 
69579fc8d492bdde17ea00dc6329bc0c48c89c6e4e73fd99e0bb8e66ed095a302082106e667112dbb52bcbf91c295d6fcffa1712e8222c18b8cdeabf5c117011
 WHIRLPOOL 
29fb4ea07ea40fa2198602012ce68470898ac32ac3f78de66caa1ecbee9ef304d2d30bcdfd387a789ba7fa04037db12588945f7309ccba7cf5869377239e1010
 DIST xfce4-clipman-plugin-1.4.1.tar.bz2 484795 SHA256 
341cce9665a89e5930e754ef3e27ff97594da22b82b1403099ebcf5c18a5351f SHA512 
e5db43899c888c8c9f47f020c79ccc636b2a484427646f9f93243c668403324f83f7c0da7ca68492df3162b4b1d7463000c5ecc2016e86f5f1a443bcba01dd54
 WHIRLPOOL 
25403d2221e48994b1bfc72acc6893880bb7e0bd81d92e4a60cc4fca365ed0132b491f12d76d3c0dffba6cd3f1360e2a8a919b16d5d5227a5d358fda60376dae

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.0.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.0.ebuild
deleted file mode 100644
index 13aa2c44e9c..000
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-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="debug qrcode"
-
-RDEPEND=">=dev-libs/glib-2.32:2=
-   >=x11-libs/gtk+-3.14:3=
-   dev-libs/libunique:1
-   x11-libs/libXtst
-   >=xfce-base/exo-0.10:=
-   >=xfce-base/libxfce4ui-4.12:=
-   >=xfce-base/libxfce4util-4.12:=
-   >=xfce-base/xfce4-panel-4.12:=
-   >=xfce-base/xfconf-4.10:=
-   qrcode? ( >=media-gfx/qrencode-3.3.0 )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   x11-proto/xproto"
-
-pkg_setup() {
-   XFCONF=(
-   --docdir="${EPREFIX}"/usr/share/doc/${PF}
-   $(use_enable qrcode libqrencode)
-   $(xfconf_use_debug)
-   )
-
-   DOCS=( AUTHORS ChangeLog NEWS README )
-}



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

2017-04-11 Thread Patrick McLean
commit: 9b5a81d7b84c08d5111d4fa7c6d704300e6567a4
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Apr 11 18:52:25 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Apr 11 18:52:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5a81d7

xfce-extra/xfce4-clipman-plugin: Version bump to 1.4.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 xfce-extra/xfce4-clipman-plugin/Manifest   |  1 +
 .../xfce4-clipman-plugin-1.4.1.ebuild  | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest 
b/xfce-extra/xfce4-clipman-plugin/Manifest
index 5af52a84ef1..3a83faddbac 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-clipman-plugin-1.2.6.tar.bz2 438346 SHA256 
23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5 SHA512 
fc6b4cee1990ff13f4c0050ebf3e4b69fc0f7124fa2dd9b41933ce11449d322fad666b1af82bd610ce2add28d012a7dddc345be4afa1432bb330ecd6344a168e
 WHIRLPOOL 
6fa94e6e364c1a10e9de6cd80a1fad889a411ea3ca533647bf10f73967c60f1ad10caeefb0e838977b2b01f550a88561b196eba1f42949f00edb76103ec8ed2c
 DIST xfce4-clipman-plugin-1.4.0.tar.bz2 471045 SHA256 
a97671540663df1d90503f73695ac36e16fa2c832be8845ad9402529b8148294 SHA512 
69579fc8d492bdde17ea00dc6329bc0c48c89c6e4e73fd99e0bb8e66ed095a302082106e667112dbb52bcbf91c295d6fcffa1712e8222c18b8cdeabf5c117011
 WHIRLPOOL 
29fb4ea07ea40fa2198602012ce68470898ac32ac3f78de66caa1ecbee9ef304d2d30bcdfd387a789ba7fa04037db12588945f7309ccba7cf5869377239e1010
+DIST xfce4-clipman-plugin-1.4.1.tar.bz2 484795 SHA256 
341cce9665a89e5930e754ef3e27ff97594da22b82b1403099ebcf5c18a5351f SHA512 
e5db43899c888c8c9f47f020c79ccc636b2a484427646f9f93243c668403324f83f7c0da7ca68492df3162b4b1d7463000c5ecc2016e86f5f1a443bcba01dd54
 WHIRLPOOL 
25403d2221e48994b1bfc72acc6893880bb7e0bd81d92e4a60cc4fca365ed0132b491f12d76d3c0dffba6cd3f1360e2a8a919b16d5d5227a5d358fda60376dae

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.1.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.1.ebuild
new file mode 100644
index 000..4a9fb1d85b9
--- /dev/null
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-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="debug qrcode"
+
+RDEPEND=">=dev-libs/glib-2.32:2=
+   >=x11-libs/gtk+-3.14:3=
+   dev-libs/libunique:1
+   x11-libs/libXtst
+   >=xfce-base/exo-0.10:=
+   >=xfce-base/libxfce4ui-4.12:=
+   >=xfce-base/libxfce4util-4.12:=
+   >=xfce-base/xfce4-panel-4.12:=
+   >=xfce-base/xfconf-4.10:=
+   qrcode? ( >=media-gfx/qrencode-3.3.0 )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   x11-proto/xproto"
+
+pkg_setup() {
+   XFCONF=(
+   --docdir="${EPREFIX}"/usr/share/doc/${PF}
+   $(use_enable qrcode libqrencode)
+   $(xfconf_use_debug)
+   )
+
+   DOCS=( AUTHORS ChangeLog NEWS README )
+}



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

2017-01-29 Thread Fabian Groffen
commit: 14cbde43e9bc3dfdf434155006c03a60a094bd4c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 21:53:34 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jan 30 07:36:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14cbde43

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

Package-Manager: portage-2.3.3

 xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.6.ebuild | 4 ++--
 xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.6.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.6.ebuild
index 0b4e946..9898e15 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.6.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.6.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 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="debug qrcode"
 
 RDEPEND=">=dev-libs/glib-2.18

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.0.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.0.ebuild
index 82904c0..f4e28c4 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.0.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.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 ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="debug qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



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

2016-09-15 Thread Jason Zaman
commit: b719d5d8faffa4b6b780e5cf283996de5896654f
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu Sep 15 14:07:12 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu Sep 15 14:07:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b719d5d8

xfce-extra/xfce4-clipman-plugin: bump to 1.4.0

Package-Manager: portage-2.2.28

 xfce-extra/xfce4-clipman-plugin/Manifest   |  1 +
 .../xfce4-clipman-plugin-1.4.0.ebuild  | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest 
b/xfce-extra/xfce4-clipman-plugin/Manifest
index e16aa74..5af52a8 100644
--- a/xfce-extra/xfce4-clipman-plugin/Manifest
+++ b/xfce-extra/xfce4-clipman-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-clipman-plugin-1.2.6.tar.bz2 438346 SHA256 
23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5 SHA512 
fc6b4cee1990ff13f4c0050ebf3e4b69fc0f7124fa2dd9b41933ce11449d322fad666b1af82bd610ce2add28d012a7dddc345be4afa1432bb330ecd6344a168e
 WHIRLPOOL 
6fa94e6e364c1a10e9de6cd80a1fad889a411ea3ca533647bf10f73967c60f1ad10caeefb0e838977b2b01f550a88561b196eba1f42949f00edb76103ec8ed2c
+DIST xfce4-clipman-plugin-1.4.0.tar.bz2 471045 SHA256 
a97671540663df1d90503f73695ac36e16fa2c832be8845ad9402529b8148294 SHA512 
69579fc8d492bdde17ea00dc6329bc0c48c89c6e4e73fd99e0bb8e66ed095a302082106e667112dbb52bcbf91c295d6fcffa1712e8222c18b8cdeabf5c117011
 WHIRLPOOL 
29fb4ea07ea40fa2198602012ce68470898ac32ac3f78de66caa1ecbee9ef304d2d30bcdfd387a789ba7fa04037db12588945f7309ccba7cf5869377239e1010

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.0.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.0.ebuild
new file mode 100644
index ..82904c0
--- /dev/null
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-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 ~amd64-linux ~ia64-linux ~x86-linux"
+IUSE="debug qrcode"
+
+RDEPEND=">=dev-libs/glib-2.32:2=
+   >=x11-libs/gtk+-3.14:3=
+   dev-libs/libunique:1
+   x11-libs/libXtst
+   >=xfce-base/exo-0.10:=
+   >=xfce-base/libxfce4ui-4.12:=
+   >=xfce-base/libxfce4util-4.12:=
+   >=xfce-base/xfce4-panel-4.12:=
+   >=xfce-base/xfconf-4.10:=
+   qrcode? ( >=media-gfx/qrencode-3.3.0 )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   x11-proto/xproto"
+
+pkg_setup() {
+   XFCONF=(
+   --docdir="${EPREFIX}"/usr/share/doc/${PF}
+   $(use_enable qrcode libqrencode)
+   $(xfconf_use_debug)
+   )
+
+   DOCS=( AUTHORS ChangeLog NEWS README )
+}