public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2016-11-19 11:41 Patrice Clement
  0 siblings, 0 replies; 24+ messages in thread
From: Patrice Clement @ 2016-11-19 11:41 UTC (permalink / raw
  To: gentoo-commits

commit:     41aaa62f841871dcfc13a292acd1053c0f82973c
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 11:39:49 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 11:39:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41aaa62f

dev-perl/Clipboard: Stable for amd64. Mark stable for the remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.3.0

 dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild b/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild
index 0696164..33828b1 100644
--- a/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild
+++ b/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Copy and paste with any OS"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm ppc ppc64 x86"
 IUSE=""
 
 # See bug 521890.


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2016-11-19 11:41 Patrice Clement
  0 siblings, 0 replies; 24+ messages in thread
From: Patrice Clement @ 2016-11-19 11:41 UTC (permalink / raw
  To: gentoo-commits

commit:     8a4c4cc257b485fa4589ce2af593c72eb73a9a98
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 11:41:01 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 11:41:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4c4cc2

dev-perl/Clipboard: Clean up old.

Package-Manager: portage-2.3.0

 dev-perl/Clipboard/Clipboard-0.130.0-r1.ebuild | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.130.0-r1.ebuild b/dev-perl/Clipboard/Clipboard-0.130.0-r1.ebuild
deleted file mode 100644
index 54f5b95..00000000
--- a/dev-perl/Clipboard/Clipboard-0.130.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=KING
-MODULE_VERSION=0.13
-inherit perl-module
-
-DESCRIPTION="Copy and paste with any OS"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
-IUSE=""
-
-RDEPEND="x11-misc/xclip"


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2017-06-19 19:12 Kent Fredric
  0 siblings, 0 replies; 24+ messages in thread
From: Kent Fredric @ 2017-06-19 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     470446762317324da4c722afcab0c9e8c34b54ba
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 19:12:21 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 19:12:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47044676

dev-perl/Clipboard: Fix for '.' in @INC re bug #615138

Generic Module::Install fix for Perl 5.26

Bug: https://bugs.gentoo.org/615138
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild b/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild
index 59b85d8657a..903469328a1 100644
--- a/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild
+++ b/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,3 +19,9 @@ PATCHES=(
 )
 
 RDEPEND="x11-misc/xclip"
+
+src_prepare() {
+	sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
+		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+	perl-module_src_prepare
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2018-04-05 14:11 Aaron Bauman
  0 siblings, 0 replies; 24+ messages in thread
From: Aaron Bauman @ 2018-04-05 14:11 UTC (permalink / raw
  To: gentoo-commits

commit:     bc5d047cb9785dd8f63d39ae69041a885953939f
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 14:03:36 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Apr  5 14:09:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5d047c

dev-perl/Clipboard: amd64 stable

Bug: https://bugs.gentoo.org/652546
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild b/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild
index 1b02d004d0b..4aacf8260be 100644
--- a/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild
+++ b/dev-perl/Clipboard/Clipboard-0.130.0-r3.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
@@ -10,7 +10,7 @@ inherit perl-module virtualx
 DESCRIPTION="Copy and paste with any OS"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 # See bug 521890.


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2018-04-05 18:29 Thomas Deutschmann
  0 siblings, 0 replies; 24+ messages in thread
From: Thomas Deutschmann @ 2018-04-05 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     93e4c628e72a37d1f1784bafac35f6671304b2eb
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 18:19:34 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr  5 18:28:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e4c628

dev-perl/Clipboard: x86 stable (bug #652546)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild b/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild
index 4aacf8260be..c7ae41f674f 100644
--- a/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild
+++ b/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module virtualx
 DESCRIPTION="Copy and paste with any OS"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE=""
 
 # See bug 521890.


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2018-04-07  4:01 Matt Turner
  0 siblings, 0 replies; 24+ messages in thread
From: Matt Turner @ 2018-04-07  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     c8c67aa221d6a62b8d71e77daf0779785b00c6ad
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  7 04:00:50 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr  7 04:00:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c67aa2

dev-perl/Clipboard-0.130.0-r3: ppc64 stable, bug 652546

 dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild b/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild
index 1badfb0746f..fcd6e6131cd 100644
--- a/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild
+++ b/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module virtualx
 DESCRIPTION="Copy and paste with any OS"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ppc64 x86"
 IUSE=""
 
 # See bug 521890.


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2018-04-16  6:42 Mikle Kolyada
  0 siblings, 0 replies; 24+ messages in thread
From: Mikle Kolyada @ 2018-04-16  6:42 UTC (permalink / raw
  To: gentoo-commits

commit:     c05de4e45d597b4bf519e4b803b92ad988760bf0
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 06:41:31 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Apr 16 06:41:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c05de4e4

dev-perl/Clipboard: arm stable wrt bug #652546

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild b/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild
index fcd6e6131cd..e66f219513f 100644
--- a/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild
+++ b/dev-perl/Clipboard/Clipboard-0.130.0-r3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module virtualx
 DESCRIPTION="Copy and paste with any OS"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
+KEYWORDS="amd64 arm ppc ppc64 x86"
 IUSE=""
 
 # See bug 521890.


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2018-04-24  2:20 Kent Fredric
  0 siblings, 0 replies; 24+ messages in thread
From: Kent Fredric @ 2018-04-24  2:20 UTC (permalink / raw
  To: gentoo-commits

commit:     9411afaebefb6b18448ffb9b0f6ccf337fd3954e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 23:20:27 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 02:09:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9411afae

dev-perl/Clipboard: Cleanup old

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild | 27 --------------------------
 1 file changed, 27 deletions(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild b/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild
deleted file mode 100644
index 903469328a1..00000000000
--- a/dev-perl/Clipboard/Clipboard-0.130.0-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=KING
-MODULE_VERSION=0.13
-inherit perl-module
-
-DESCRIPTION="Copy and paste with any OS"
-
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86"
-IUSE=""
-
-# See bug 521890.
-PATCHES=(
-	"${FILESDIR}"/"${P}"-insecure-tempfile.patch
-)
-
-RDEPEND="x11-misc/xclip"
-
-src_prepare() {
-	sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
-		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-	perl-module_src_prepare
-}


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2020-06-20  2:35 Kent Fredric
  0 siblings, 0 replies; 24+ messages in thread
From: Kent Fredric @ 2020-06-20  2:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c8f931affbd86ed5f3c0d9dc6c479bf4d9dae909
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 20 02:35:23 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 02:35:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f931af

dev-perl/Clipboard: Bump to version 0.260.0

- EAPI7
- Remove upstreamed patches

Upstream:
- Repackage using dzil, avoiding '.'-in-INC issues.
- Fix test failures w/o .-in-INC
- Fix insecure tempfile usage (previously patched in gentoo)
- Add copy_to_all_selections()
- Minimal native osX clipboard compat added
- Fix some wide-character-in-print warnings with xclip

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Clipboard/Clipboard-0.260.0.ebuild | 36 +++++++++++++++++++++++++++++
 dev-perl/Clipboard/Manifest                 |  1 +
 dev-perl/Clipboard/metadata.xml             |  1 -
 3 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.260.0.ebuild b/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
new file mode 100644
index 00000000000..d117299cf2a
--- /dev/null
+++ b/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=0.26
+inherit perl-module virtualx
+
+DESCRIPTION="Copy and paste with any OS"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-perl/CGI
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	dev-perl/URI
+	x11-misc/xclip
+"
+DEPEND="
+	dev-perl/Module-Build
+"
+BDEPEND="
+	${RDEPEND}
+	>=dev-perl/Module-Build-0.280.0
+	test? (
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"
+src_test() {
+	virtx perl-module_src_test
+}

diff --git a/dev-perl/Clipboard/Manifest b/dev-perl/Clipboard/Manifest
index 92224100c68..4e486ec79cb 100644
--- a/dev-perl/Clipboard/Manifest
+++ b/dev-perl/Clipboard/Manifest
@@ -1 +1,2 @@
 DIST Clipboard-0.13.tar.gz 21616 BLAKE2B 6e46f36fcfbcbd61ca35dddb85b16da49ee7b2d6f3e0cf6b15e90a5730b649d0bb960108c33d6896903570f3baaf5ce871511dfd3a1330625b9974190fb408bc SHA512 29792efabee3bdbd808c445714f344608f79799561029d3311b3c263e7bd52ddd8be6e17773f2e027b0d38afecd5d7057af3a129e053c1c01928cf2c5a12bd6b
+DIST Clipboard-0.26.tar.gz 25159 BLAKE2B d4bb2c311afabf5e6e751b144d71f269aebdc743cab31b1064e1f77f563e109ee1a196ec0a483aa362d39e1549cc02ebfa01b82172dcd10a3a173278fa64ece3 SHA512 68427934e4c460492f0fca1ea45891070e6aa544b49896d383786918055889ab179bc9d926018f85d6f77e89f7882098750d55b8dc656047bc63ec07d1c515c1

diff --git a/dev-perl/Clipboard/metadata.xml b/dev-perl/Clipboard/metadata.xml
index 040e0e7ce25..2c4b5e26d06 100644
--- a/dev-perl/Clipboard/metadata.xml
+++ b/dev-perl/Clipboard/metadata.xml
@@ -11,6 +11,5 @@
     <remote-id type="cpan-module">Clipboard::MacPasteboard</remote-id>
     <remote-id type="cpan-module">Clipboard::Win32</remote-id>
     <remote-id type="cpan-module">Clipboard::Xclip</remote-id>
-    <remote-id type="cpan-module">PhonyClipboard</remote-id>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2020-08-21 10:08 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2020-08-21 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     148a696f8e33cf6e4e7db2bef31ce263a2843747
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 09:56:22 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 09:56:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=148a696f

dev-perl/Clipboard: Stabilize 0.260.0 arm, #738212

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Clipboard/Clipboard-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.260.0.ebuild b/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
index d117299cf2a..521f8fca8c2 100644
--- a/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
+++ b/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module virtualx
 DESCRIPTION="Copy and paste with any OS"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 arm ~ppc ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2020-08-24  0:08 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2020-08-24  0:08 UTC (permalink / raw
  To: gentoo-commits

commit:     255847d0d9cc6fbdf5724382c942bda84f8d9316
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 23:33:48 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 00:07:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255847d0

dev-perl/Clipboard: Stabilize 0.260.0 x86, #738212

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Clipboard/Clipboard-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.260.0.ebuild b/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
index 521f8fca8c2..86cb88516e0 100644
--- a/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
+++ b/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module virtualx
 DESCRIPTION="Copy and paste with any OS"
 
 SLOT="0"
-KEYWORDS="~amd64 arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 arm ~ppc ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2020-08-24 19:06 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2020-08-24 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     a8c5c4732e48fa929c5e0b5207671d0ccfc8f243
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 18:41:22 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 19:06:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8c5c473

dev-perl/Clipboard: Stabilize 0.260.0 amd64, #738212

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Clipboard/Clipboard-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.260.0.ebuild b/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
index 86cb88516e0..0906dc42e2d 100644
--- a/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
+++ b/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module virtualx
 DESCRIPTION="Copy and paste with any OS"
 
 SLOT="0"
-KEYWORDS="~amd64 arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm ~ppc ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2020-08-25 10:14 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2020-08-25 10:14 UTC (permalink / raw
  To: gentoo-commits

commit:     c70b79ad61a93cb3b9562351892647676bdb8ac4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 09:58:54 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 09:58:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70b79ad

dev-perl/Clipboard: Stabilize 0.260.0 ppc64, #738212

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Clipboard/Clipboard-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.260.0.ebuild b/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
index 0906dc42e2d..7c7f9af48ab 100644
--- a/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
+++ b/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module virtualx
 DESCRIPTION="Copy and paste with any OS"
 
 SLOT="0"
-KEYWORDS="amd64 arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm ~ppc ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2020-08-31 14:11 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2020-08-31 14:11 UTC (permalink / raw
  To: gentoo-commits

commit:     7aea101e08b9f47a196c3363080f6cef3fb765cd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 13:50:16 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 14:11:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aea101e

dev-perl/Clipboard: Stabilize 0.260.0 ppc, #738212

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Clipboard/Clipboard-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.260.0.ebuild b/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
index 7c7f9af48ab..bda71bb30a3 100644
--- a/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
+++ b/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module virtualx
 DESCRIPTION="Copy and paste with any OS"
 
 SLOT="0"
-KEYWORDS="amd64 arm ~ppc ppc64 x86"
+KEYWORDS="amd64 arm ppc ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2021-05-02 20:36 Andreas K. Hüttel
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas K. Hüttel @ 2021-05-02 20:36 UTC (permalink / raw
  To: gentoo-commits

commit:     ae9c99680506316b9049b15db7891c856172751f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 20:32:16 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May  2 20:36:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9c9968

dev-perl/Clipboard: Version bump 0.28

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Clipboard/Clipboard-0.280.0.ebuild | 36 +++++++++++++++++++++++++++++
 dev-perl/Clipboard/Manifest                 |  1 +
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/Clipboard/Clipboard-0.280.0.ebuild b/dev-perl/Clipboard/Clipboard-0.280.0.ebuild
new file mode 100644
index 00000000000..c4dc4dbe62f
--- /dev/null
+++ b/dev-perl/Clipboard/Clipboard-0.280.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=0.28
+inherit perl-module virtualx
+
+DESCRIPTION="Copy and paste with any OS"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-perl/CGI
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	dev-perl/URI
+	x11-misc/xclip
+"
+DEPEND="
+	dev-perl/Module-Build
+"
+BDEPEND="
+	${RDEPEND}
+	>=dev-perl/Module-Build-0.280.0
+	test? (
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"
+src_test() {
+	virtx perl-module_src_test
+}

diff --git a/dev-perl/Clipboard/Manifest b/dev-perl/Clipboard/Manifest
index e3608ccb592..5911f5e5402 100644
--- a/dev-perl/Clipboard/Manifest
+++ b/dev-perl/Clipboard/Manifest
@@ -1 +1,2 @@
 DIST Clipboard-0.26.tar.gz 25159 BLAKE2B d4bb2c311afabf5e6e751b144d71f269aebdc743cab31b1064e1f77f563e109ee1a196ec0a483aa362d39e1549cc02ebfa01b82172dcd10a3a173278fa64ece3 SHA512 68427934e4c460492f0fca1ea45891070e6aa544b49896d383786918055889ab179bc9d926018f85d6f77e89f7882098750d55b8dc656047bc63ec07d1c515c1
+DIST Clipboard-0.28.tar.gz 26673 BLAKE2B d0fa906f3761407513214cc7fe49b6f14c31d078cb15a58a5f515823c2216a89dfaff02dde58853f4e236302d635a97ecbf4050c2474a6dc33dbc8f5cfd83349 SHA512 154aad47e03cce2609a6fb615fd95ca283d18b7c8f6af2219f662946d13b7554088c585b8160ae35f96137a411236fcd81a89dc4388ab03da4318d0cc7767c32


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2021-07-28  3:12 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-07-28  3:12 UTC (permalink / raw
  To: gentoo-commits

commit:     a440dd019c8dd4fa7302f1c78650ed7df562b0b4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 28 03:10:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 28 03:10:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a440dd01

dev-perl/Clipboard: Stabilize 0.280.0 ppc64, #804735

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Clipboard/Clipboard-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.280.0.ebuild b/dev-perl/Clipboard/Clipboard-0.280.0.ebuild
index dd8a06e7978..ac615a8c099 100644
--- a/dev-perl/Clipboard/Clipboard-0.280.0.ebuild
+++ b/dev-perl/Clipboard/Clipboard-0.280.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module virtualx
 DESCRIPTION="Copy and paste with any OS"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ppc ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2021-07-31  6:23 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-07-31  6:23 UTC (permalink / raw
  To: gentoo-commits

commit:     1979420de72faca188ad482558b1eca2b3f0a098
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 06:23:08 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 06:23:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1979420d

dev-perl/Clipboard: Stabilize 0.280.0 arm, #804735

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Clipboard/Clipboard-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.280.0.ebuild b/dev-perl/Clipboard/Clipboard-0.280.0.ebuild
index 16307d26263..c69c1b3a076 100644
--- a/dev-perl/Clipboard/Clipboard-0.280.0.ebuild
+++ b/dev-perl/Clipboard/Clipboard-0.280.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module virtualx
 DESCRIPTION="Copy and paste with any OS"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
+KEYWORDS="amd64 arm ppc ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2021-10-11 21:27 Andreas K. Hüttel
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas K. Hüttel @ 2021-10-11 21:27 UTC (permalink / raw
  To: gentoo-commits

commit:     d3c813b484c01fee40fe2e313c2c8ea948bd20ed
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 21:25:11 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 21:27:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c813b4

dev-perl/Clipboard: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Clipboard/Clipboard-0.260.0.ebuild | 36 -----------------------------
 dev-perl/Clipboard/Manifest                 |  1 -
 2 files changed, 37 deletions(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.260.0.ebuild b/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
deleted file mode 100644
index bda71bb30a3..00000000000
--- a/dev-perl/Clipboard/Clipboard-0.260.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=SHLOMIF
-DIST_VERSION=0.26
-inherit perl-module virtualx
-
-DESCRIPTION="Copy and paste with any OS"
-
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-perl/CGI
-	virtual/perl-File-Spec
-	virtual/perl-File-Temp
-	dev-perl/URI
-	x11-misc/xclip
-"
-DEPEND="
-	dev-perl/Module-Build
-"
-BDEPEND="
-	${RDEPEND}
-	>=dev-perl/Module-Build-0.280.0
-	test? (
-		>=virtual/perl-Test-Simple-0.880.0
-	)
-"
-src_test() {
-	virtx perl-module_src_test
-}

diff --git a/dev-perl/Clipboard/Manifest b/dev-perl/Clipboard/Manifest
index 5911f5e5402..13ce2d402c4 100644
--- a/dev-perl/Clipboard/Manifest
+++ b/dev-perl/Clipboard/Manifest
@@ -1,2 +1 @@
-DIST Clipboard-0.26.tar.gz 25159 BLAKE2B d4bb2c311afabf5e6e751b144d71f269aebdc743cab31b1064e1f77f563e109ee1a196ec0a483aa362d39e1549cc02ebfa01b82172dcd10a3a173278fa64ece3 SHA512 68427934e4c460492f0fca1ea45891070e6aa544b49896d383786918055889ab179bc9d926018f85d6f77e89f7882098750d55b8dc656047bc63ec07d1c515c1
 DIST Clipboard-0.28.tar.gz 26673 BLAKE2B d0fa906f3761407513214cc7fe49b6f14c31d078cb15a58a5f515823c2216a89dfaff02dde58853f4e236302d635a97ecbf4050c2474a6dc33dbc8f5cfd83349 SHA512 154aad47e03cce2609a6fb615fd95ca283d18b7c8f6af2219f662946d13b7554088c585b8160ae35f96137a411236fcd81a89dc4388ab03da4318d0cc7767c32


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2024-05-02  1:57 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2024-05-02  1:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f236b49f62c1f9c42b45671a01458a06bc323b8d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  2 01:42:04 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  2 01:56:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f236b49f

dev-perl/Clipboard: add 0.290.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Clipboard/Clipboard-0.290.0.ebuild | 41 +++++++++++++++++++++++++++++
 dev-perl/Clipboard/Manifest                 |  1 +
 2 files changed, 42 insertions(+)

diff --git a/dev-perl/Clipboard/Clipboard-0.290.0.ebuild b/dev-perl/Clipboard/Clipboard-0.290.0.ebuild
new file mode 100644
index 000000000000..a3b01ea5cc82
--- /dev/null
+++ b/dev-perl/Clipboard/Clipboard-0.290.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=0.29
+inherit perl-module virtualx
+
+DESCRIPTION="Copy and paste with any OS"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+	dev-perl/CGI
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	dev-perl/URI
+	|| (
+		x11-misc/xclip
+		x11-misc/xsel
+	)
+"
+DEPEND="
+	dev-perl/Module-Build
+"
+BDEPEND="
+	${RDEPEND}
+	>=dev-perl/Module-Build-0.280.0
+	test? (
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"
+
+src_test() {
+	# t/drivers.t will get confused about cygwin/win32 otherwise...
+	unset SSH_CONNECTION
+
+	virtx perl-module_src_test
+}

diff --git a/dev-perl/Clipboard/Manifest b/dev-perl/Clipboard/Manifest
index 13ce2d402c49..50a81d2ffceb 100644
--- a/dev-perl/Clipboard/Manifest
+++ b/dev-perl/Clipboard/Manifest
@@ -1 +1,2 @@
 DIST Clipboard-0.28.tar.gz 26673 BLAKE2B d0fa906f3761407513214cc7fe49b6f14c31d078cb15a58a5f515823c2216a89dfaff02dde58853f4e236302d635a97ecbf4050c2474a6dc33dbc8f5cfd83349 SHA512 154aad47e03cce2609a6fb615fd95ca283d18b7c8f6af2219f662946d13b7554088c585b8160ae35f96137a411236fcd81a89dc4388ab03da4318d0cc7767c32
+DIST Clipboard-0.29.tar.gz 25413 BLAKE2B 2639bd027249f5f68d01496dbc3c81543e445163f86ee88d654a540ef9790f51fbece465fd9773457f08bf7f2d3896f6d9c75e1613f6680df0d79ffe2496b609 SHA512 34d9a121e2a13db74e1944a6ff10bab59dc96747a9586edf0fe90041549dc73be744c1cc1552083b87a5012fba58a19ecfbc94acf2669e0a67873368e57e00d8


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2024-05-02  7:13 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2024-05-02  7:13 UTC (permalink / raw
  To: gentoo-commits

commit:     44a8d26f5c102d3d34c6ce9ff82faf2faaa6e901
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  2 07:06:53 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  2 07:13:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a8d26f

dev-perl/Clipboard: tests need both xclip+xsel

... which is fair enough.

Closes: https://bugs.gentoo.org/931072
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Clipboard/Clipboard-0.290.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-perl/Clipboard/Clipboard-0.290.0.ebuild b/dev-perl/Clipboard/Clipboard-0.290.0.ebuild
index a3b01ea5cc82..0db35985d40f 100644
--- a/dev-perl/Clipboard/Clipboard-0.290.0.ebuild
+++ b/dev-perl/Clipboard/Clipboard-0.290.0.ebuild
@@ -30,6 +30,8 @@ BDEPEND="
 	>=dev-perl/Module-Build-0.280.0
 	test? (
 		>=virtual/perl-Test-Simple-0.880.0
+		x11-misc/xclip
+		x11-misc/xsel
 	)
 "
 


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2024-06-10  2:18 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2024-06-10  2:18 UTC (permalink / raw
  To: gentoo-commits

commit:     efc92b9fef80581c6a6c2a9f1a4c271718b97e9b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 02:15:46 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 02:15:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc92b9f

dev-perl/Clipboard: Stabilize 0.290.0 ppc, #933959

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Clipboard/Clipboard-0.290.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.290.0.ebuild b/dev-perl/Clipboard/Clipboard-0.290.0.ebuild
index 8ead06b7daf9..a5ba229a8633 100644
--- a/dev-perl/Clipboard/Clipboard-0.290.0.ebuild
+++ b/dev-perl/Clipboard/Clipboard-0.290.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module virtualx
 DESCRIPTION="Copy and paste with any OS"
 
 SLOT="0"
-KEYWORDS="amd64 arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm ppc ~ppc64 ~x86"
 
 RDEPEND="
 	dev-perl/CGI


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2024-06-10  2:18 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2024-06-10  2:18 UTC (permalink / raw
  To: gentoo-commits

commit:     5066e07ba4ef54bfb194e3d6a55c18778310f0d6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 02:15:48 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 02:15:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5066e07b

dev-perl/Clipboard: Stabilize 0.290.0 x86, #933959

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Clipboard/Clipboard-0.290.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.290.0.ebuild b/dev-perl/Clipboard/Clipboard-0.290.0.ebuild
index 952c49d3a9bf..2386801ea40f 100644
--- a/dev-perl/Clipboard/Clipboard-0.290.0.ebuild
+++ b/dev-perl/Clipboard/Clipboard-0.290.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module virtualx
 DESCRIPTION="Copy and paste with any OS"
 
 SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 ~x86"
+KEYWORDS="amd64 arm ppc ppc64 x86"
 
 RDEPEND="
 	dev-perl/CGI


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2024-06-10  2:18 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2024-06-10  2:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d36018fbe6d524bb018a685f16855c6a4d3ff06e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 02:15:47 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 02:15:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36018fb

dev-perl/Clipboard: Stabilize 0.290.0 ppc64, #933959

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Clipboard/Clipboard-0.290.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Clipboard/Clipboard-0.290.0.ebuild b/dev-perl/Clipboard/Clipboard-0.290.0.ebuild
index a5ba229a8633..952c49d3a9bf 100644
--- a/dev-perl/Clipboard/Clipboard-0.290.0.ebuild
+++ b/dev-perl/Clipboard/Clipboard-0.290.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module virtualx
 DESCRIPTION="Copy and paste with any OS"
 
 SLOT="0"
-KEYWORDS="amd64 arm ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm ppc ppc64 ~x86"
 
 RDEPEND="
 	dev-perl/CGI


^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/
@ 2024-07-07 11:02 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2024-07-07 11:02 UTC (permalink / raw
  To: gentoo-commits

commit:     ac9e724372f70296bfa4492cd4f16f4cb526ac2e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  7 10:19:55 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul  7 11:01:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9e7243

dev-perl/Clipboard: add 0.300.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Clipboard/Clipboard-0.300.0.ebuild | 43 +++++++++++++++++++++++++++++
 dev-perl/Clipboard/Manifest                 |  1 +
 2 files changed, 44 insertions(+)

diff --git a/dev-perl/Clipboard/Clipboard-0.300.0.ebuild b/dev-perl/Clipboard/Clipboard-0.300.0.ebuild
new file mode 100644
index 000000000000..9cade5d1305e
--- /dev/null
+++ b/dev-perl/Clipboard/Clipboard-0.300.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=0.30
+inherit perl-module virtualx
+
+DESCRIPTION="Copy and paste with any OS"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+	dev-perl/CGI
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	dev-perl/URI
+	|| (
+		x11-misc/xclip
+		x11-misc/xsel
+	)
+"
+DEPEND="
+	dev-perl/Module-Build
+"
+BDEPEND="
+	${RDEPEND}
+	>=dev-perl/Module-Build-0.280.0
+	test? (
+		>=virtual/perl-Test-Simple-0.880.0
+		x11-misc/xclip
+		x11-misc/xsel
+	)
+"
+
+src_test() {
+	# t/drivers.t will get confused about cygwin/win32 otherwise...
+	unset SSH_CONNECTION
+
+	virtx perl-module_src_test
+}

diff --git a/dev-perl/Clipboard/Manifest b/dev-perl/Clipboard/Manifest
index 50a81d2ffceb..e4736d4abc1d 100644
--- a/dev-perl/Clipboard/Manifest
+++ b/dev-perl/Clipboard/Manifest
@@ -1,2 +1,3 @@
 DIST Clipboard-0.28.tar.gz 26673 BLAKE2B d0fa906f3761407513214cc7fe49b6f14c31d078cb15a58a5f515823c2216a89dfaff02dde58853f4e236302d635a97ecbf4050c2474a6dc33dbc8f5cfd83349 SHA512 154aad47e03cce2609a6fb615fd95ca283d18b7c8f6af2219f662946d13b7554088c585b8160ae35f96137a411236fcd81a89dc4388ab03da4318d0cc7767c32
 DIST Clipboard-0.29.tar.gz 25413 BLAKE2B 2639bd027249f5f68d01496dbc3c81543e445163f86ee88d654a540ef9790f51fbece465fd9773457f08bf7f2d3896f6d9c75e1613f6680df0d79ffe2496b609 SHA512 34d9a121e2a13db74e1944a6ff10bab59dc96747a9586edf0fe90041549dc73be744c1cc1552083b87a5012fba58a19ecfbc94acf2669e0a67873368e57e00d8
+DIST Clipboard-0.30.tar.gz 25938 BLAKE2B 6ef112d19ca44ebefec0efd419cfa8104782f768fcd12e434da1b844296f29294e7b28b75038a8a24fb25b07ec4e17e45c86e6dc2d9f17665714345237e2369c SHA512 7b3b949fdeb2a4e39b25d209a781bc2ec0eba36a0108e3671811281cf942011d89941f909f696068432063905cc6c6e4876e267233c4bd732adc0cfbe008d9c3


^ permalink raw reply related	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2024-07-07 11:02 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-05 14:11 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Clipboard/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2024-07-07 11:02 Sam James
2024-06-10  2:18 Sam James
2024-06-10  2:18 Sam James
2024-06-10  2:18 Sam James
2024-05-02  7:13 Sam James
2024-05-02  1:57 Sam James
2021-10-11 21:27 Andreas K. Hüttel
2021-07-31  6:23 Sam James
2021-07-28  3:12 Sam James
2021-05-02 20:36 Andreas K. Hüttel
2020-08-31 14:11 Sam James
2020-08-25 10:14 Sam James
2020-08-24 19:06 Sam James
2020-08-24  0:08 Sam James
2020-08-21 10:08 Sam James
2020-06-20  2:35 Kent Fredric
2018-04-24  2:20 Kent Fredric
2018-04-16  6:42 Mikle Kolyada
2018-04-07  4:01 Matt Turner
2018-04-05 18:29 Thomas Deutschmann
2017-06-19 19:12 Kent Fredric
2016-11-19 11:41 Patrice Clement
2016-11-19 11:41 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox