* [gentoo-commits] repo/gentoo:master commit in: dev-perl/WWW-Pastebin-PastebinCom-Create/
@ 2016-05-21 0:36 Andreas Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Hüttel @ 2016-05-21 0:36 UTC (permalink / raw
To: gentoo-commits
commit: cb9ac2c84be6867c3cf98ed764b3e58034f24bbb
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May 8 19:20:21 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 21 00:11:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9ac2c8
dev-perl/WWW-Pastebin-PastebinCom-Create: Exclude network tests.
-r1 bump required because to detect network options, we need EAPI6-only
perl-module.eclass features.
But in-place EAPI6 changes are suspected to be dangerous.
This module is not so complex, so an -r1 bump should be better than worrying about
random breakage.
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
...WWW-Pastebin-PastebinCom-Create-1.3.0-r1.ebuild | 35 ++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0-r1.ebuild b/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0-r1.ebuild
new file mode 100644
index 0000000..8dff92c
--- /dev/null
+++ b/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=ZOFFIX
+DIST_VERSION=1.003
+inherit perl-module
+
+DESCRIPTION="Paste on www.pastebin.com without API keys"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Moo-1.4.1
+ >=dev-perl/WWW-Mechanize-1.730.0
+"
+DEPEND="${RDEPEND}
+ dev-perl/Module-Build
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+
+src_test() {
+ local my_test_control=${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}
+ if ! has network ${my_test_control} ; then
+ einfo "Supressing Network Test without DIST_TEST_OVERRIDE =~ network"
+ perl_rm_files t/01-paste.t
+ fi
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/WWW-Pastebin-PastebinCom-Create/
@ 2016-05-21 0:36 Andreas Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Hüttel @ 2016-05-21 0:36 UTC (permalink / raw
To: gentoo-commits
commit: 5306089d4cb0dbc9e942b741ea718167fc59d11e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 00:15:10 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 21 00:15:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5306089d
dev-perl/WWW-Pastebin-PastebinCom-Create: Remove old
Package-Manager: portage-2.2.28
dev-perl/WWW-Pastebin-PastebinCom-Create/Manifest | 1 -
...WWW-Pastebin-PastebinCom-Create-0.4.0-r1.ebuild | 27 -------------------
.../WWW-Pastebin-PastebinCom-Create-1.3.0.ebuild | 30 ----------------------
3 files changed, 58 deletions(-)
diff --git a/dev-perl/WWW-Pastebin-PastebinCom-Create/Manifest b/dev-perl/WWW-Pastebin-PastebinCom-Create/Manifest
index 1d8dc88..6cc2203 100644
--- a/dev-perl/WWW-Pastebin-PastebinCom-Create/Manifest
+++ b/dev-perl/WWW-Pastebin-PastebinCom-Create/Manifest
@@ -1,2 +1 @@
-DIST WWW-Pastebin-PastebinCom-Create-0.004.tar.gz 8283 SHA256 dd4a265a4cc77f6323036b4e1e1b72b390f941db29a1126811c4726dfa02f8b4 SHA512 b268dbc8518f1057a81092f8354dcafab8900f6dcdd62e8c607f8e6341e289fbcbdf22f3fbc2c04733d2ea3e6be352c6de683ed78385fe6bb81100418f7fa701 WHIRLPOOL 2fd5bceb414d196a637f3df2edc2143464b38cacea0d0530ab4a6c545455e257528798a79815baab6ecaf6585931ba5387f66dd9adc71135ff516aaf9fcec938
DIST WWW-Pastebin-PastebinCom-Create-1.003.tar.gz 15663 SHA256 96b24d47f02df306bec091ff57acdad183c14edceb2bf2180c25d34a234c4277 SHA512 6388477145578fbe0478463884fe5cb3240c153e486dda48e9e54ead47d2ef75b22e65476241a9e834c66609427bed53d0c269b62d8575ac4af3eba6f8b93fe9 WHIRLPOOL c99e6485938ecfcc8529cd1c6a0b176dec55e21fbef9179900fec0dbc7100db058b77b271bc99dfa08a7372fdd081780b292dde729f84a808b123b72bec62f3a
diff --git a/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.4.0-r1.ebuild b/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.4.0-r1.ebuild
deleted file mode 100644
index f079b61..0000000
--- a/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-0.4.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ZOFFIX
-MODULE_VERSION=0.004
-inherit perl-module
-
-DESCRIPTION="Paste to <http://pastebin.com> from Perl"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-perl/URI-1.35
- >=dev-perl/libwww-perl-5.807"
-DEPEND="${RDEPEND}
- dev-perl/Module-Build
- test? (
- virtual/perl-Test-Simple
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- )"
-
-SRC_TEST="do"
diff --git a/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0.ebuild b/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0.ebuild
deleted file mode 100644
index a4fafe6..0000000
--- a/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ZOFFIX
-MODULE_VERSION=1.003
-inherit perl-module
-
-DESCRIPTION="Paste on www.pastebin.com without API keys"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/Moo-1.4.1
- >=dev-perl/WWW-Mechanize-1.730.0
-"
-DEPEND="${RDEPEND}
- dev-perl/Module-Build
- test? (
- virtual/perl-Test-Simple
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- )
-"
-
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/WWW-Pastebin-PastebinCom-Create/
@ 2021-10-03 12:12 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-10-03 12:12 UTC (permalink / raw
To: gentoo-commits
commit: 06a262701f3c5b54889d0556237f2dee334c7bbd
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 3 11:58:21 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 3 12:12:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a26270
dev-perl/WWW-Pastebin-PastebinCom-Create: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...-r1.ebuild => WWW-Pastebin-PastebinCom-Create-1.3.0-r2.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0-r1.ebuild b/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0-r2.ebuild
similarity index 85%
rename from dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0-r1.ebuild
rename to dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0-r2.ebuild
index 8984fb4a458..ef0b48f2f91 100644
--- a/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0-r1.ebuild
+++ b/dev-perl/WWW-Pastebin-PastebinCom-Create/WWW-Pastebin-PastebinCom-Create-1.3.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=ZOFFIX
DIST_VERSION=1.003
@@ -11,14 +11,12 @@ DESCRIPTION="Paste on www.pastebin.com without API keys"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/Moo-1.4.1
>=dev-perl/WWW-Mechanize-1.730.0
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-perl/Module-Build
test? (
virtual/perl-Test-Simple
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-10-03 12:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-03 12:12 [gentoo-commits] repo/gentoo:master commit in: dev-perl/WWW-Pastebin-PastebinCom-Create/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2016-05-21 0:36 Andreas Hüttel
2016-05-21 0:36 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox