From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/App-Nopaste/
Date: Tue, 21 Mar 2017 03:59:45 +0000 (UTC) [thread overview]
Message-ID: <1490068779.b5511bf62cd7c20041ed13a60f83e1b6f6b4944d.kentnl@gentoo> (raw)
commit: b5511bf62cd7c20041ed13a60f83e1b6f6b4944d
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 03:59:22 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 03:59:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5511bf6
dev-perl/App-Nopaste: Bump to version 1.8.0
- EAPI6
- Parallel Tests
- Add USE=browser
Upstream:
- Deprecate codepeek service
- Look for credentials in ~/.github for gist service
- Fix handling of filename in gist command
- Update Paste URLs for Debian and Ubuntu
Keywords:
- New deps, keywords dropped:
arm ppc
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-perl/App-Nopaste/App-Nopaste-1.8.0.ebuild | 53 +++++++++++++++++++++++++++
dev-perl/App-Nopaste/Manifest | 1 +
dev-perl/App-Nopaste/metadata.xml | 4 +-
3 files changed, 57 insertions(+), 1 deletion(-)
diff --git a/dev-perl/App-Nopaste/App-Nopaste-1.8.0.ebuild b/dev-perl/App-Nopaste/App-Nopaste-1.8.0.ebuild
new file mode 100644
index 00000000000..4d3c438f53a
--- /dev/null
+++ b/dev-perl/App-Nopaste/App-Nopaste-1.8.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.008
+inherit perl-module
+
+DESCRIPTION="Easy access to any pastebin"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+pastebin +browser clipboard github test"
+
+RDEPEND="
+ dev-perl/Class-Load
+ virtual/perl-Exporter
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+ dev-perl/Getopt-Long-Descriptive
+ dev-perl/JSON-MaybeXS
+ dev-perl/Module-Pluggable
+ dev-perl/Module-Runtime
+ dev-perl/Path-Tiny
+ dev-perl/URI
+ dev-perl/WWW-Mechanize
+ >=dev-perl/namespace-clean-0.190.0
+ pastebin? (
+ >=dev-perl/WWW-Pastebin-PastebinCom-Create-1.3.0
+ )
+ clipboard? (
+ dev-perl/Clipboard
+ )
+ github? (
+ dev-vcs/git[perl]
+ )
+ browser? (
+ dev-perl/Browser-Open
+ )
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-CPAN-Meta-Requirements-2.120.620
+ virtual/perl-ExtUtils-MakeMaker
+ virtual/perl-Module-Metadata
+ test? (
+ virtual/perl-File-Spec
+ dev-perl/libwww-perl
+ dev-perl/Test-Deep
+ dev-perl/Test-Fatal
+ >=virtual/perl-Test-Simple-0.880.0
+ )
+"
diff --git a/dev-perl/App-Nopaste/Manifest b/dev-perl/App-Nopaste/Manifest
index 18da59776cf..0c77a10bdf6 100644
--- a/dev-perl/App-Nopaste/Manifest
+++ b/dev-perl/App-Nopaste/Manifest
@@ -1 +1,2 @@
DIST App-Nopaste-1.004.tar.gz 45403 SHA256 62eac2cd9bef0a3bd41c16da94236619ecab1f5cf950807dcd64783c9a7d2a16 SHA512 d3fd4116ed4a3e73ac53ac60e122b7d79b877d056ab5a0715d6c478f0c6dd0d7c1fe19def769e67ddf6328fe95ee4ee7a412938e6ac5fb6440c05f0328bd75b5 WHIRLPOOL ba2be134c1d0ee37cd4d03bf1516e2b3c0872cb58010075cc5f6b9d440bbaeca86ac5d041a700b37b3932cb03cb377ced9ef223038d3c0c0a5fa09707c48fe61
+DIST App-Nopaste-1.008.tar.gz 50065 SHA256 aef499a1bb6e3a72a31b076bb7fb17d2aaa6c99709fe1a09ad143af5fc4f5141 SHA512 619e69e394f558e103ad343789e8bba9f791506886ceac797711077089258dba0ad7fbb46c0d4649ed224781ad7850c9ad24192ddd9439fd76c496b43a2c6cbc WHIRLPOOL 9077776647a79d220969cbb26cd7f6f1d466fafefce8499ec351549ac2e7df711d8c01d2e0afe45ef96a80637ef91bc327eef7b87978b72a38cf88c0883c24e1
diff --git a/dev-perl/App-Nopaste/metadata.xml b/dev-perl/App-Nopaste/metadata.xml
index 44d70eff3c6..91bac54ebeb 100644
--- a/dev-perl/App-Nopaste/metadata.xml
+++ b/dev-perl/App-Nopaste/metadata.xml
@@ -8,7 +8,8 @@
<use>
<flag name="pastebin">pastebin.com support</flag>
<flag name="clipboard">copying of URLs with -x/--copy</flag>
- <flag name="github">Github authentication</flag>
+ <flag name="github">Github authentication</flag>
+ <flag name="browser">Spawn browser with pasted page</flag>
</use>
<upstream>
<remote-id type="cpan">App-Nopaste</remote-id>
@@ -18,6 +19,7 @@
<remote-id type="cpan-module">App::Nopaste::Service::Codepeek</remote-id>
<remote-id type="cpan-module">App::Nopaste::Service::Debian</remote-id>
<remote-id type="cpan-module">App::Nopaste::Service::Gist</remote-id>
+ <remote-id type="cpan-module">App::Nopaste::Service::Mojopaste</remote-id>
<remote-id type="cpan-module">App::Nopaste::Service::PastebinCom</remote-id>
<remote-id type="cpan-module">App::Nopaste::Service::Pastie</remote-id>
<remote-id type="cpan-module">App::Nopaste::Service::Shadowcat</remote-id>
next reply other threads:[~2017-03-21 3:59 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-21 3:59 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-06-20 4:15 [gentoo-commits] repo/gentoo:master commit in: dev-perl/App-Nopaste/ Kent Fredric
2020-04-22 21:07 Kent Fredric
2020-04-11 14:07 Kent Fredric
2018-08-19 8:20 Kent Fredric
2017-09-18 9:31 Kent Fredric
2017-08-12 22:40 Sergei Trofimovich
2017-08-12 22:40 Sergei Trofimovich
2017-04-16 7:59 Kent Fredric
2017-04-05 22:03 Michael Weber
2016-05-21 0:07 Andreas Hüttel
2015-12-26 21:17 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1490068779.b5511bf62cd7c20041ed13a60f83e1b6f6b4944d.kentnl@gentoo \
--to=kentnl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox