public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cookie-Baker/
Date: Tue, 21 Mar 2017 01:48:18 +0000 (UTC)	[thread overview]
Message-ID: <1490060886.0ecfebea8bf187eddfb5c1859747a71ccbf382fe.kentnl@gentoo> (raw)

commit:     0ecfebea8bf187eddfb5c1859747a71ccbf382fe
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 00:01:32 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 01:48:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ecfebea

dev-perl/Cookie-Baker: Bump to version 0.70.0

- Add USE=xs

Upstream:
- Allow RFC 6265 quoted cookie values.

Keywords:
- New deps = drop:
  alpha  ia64 ppc ppc64 sparc

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Cookie-Baker/Cookie-Baker-0.70.0.ebuild | 27 ++++++++++++++++++++++++
 dev-perl/Cookie-Baker/Manifest                   |  1 +
 dev-perl/Cookie-Baker/metadata.xml               |  7 ++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-perl/Cookie-Baker/Cookie-Baker-0.70.0.ebuild b/dev-perl/Cookie-Baker/Cookie-Baker-0.70.0.ebuild
new file mode 100644
index 00000000000..1c619e44d4e
--- /dev/null
+++ b/dev-perl/Cookie-Baker/Cookie-Baker-0.70.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=KAZEBURO
+DIST_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION="Cookie string generator / parser"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test +xs"
+
+RDEPEND="
+	virtual/perl-Exporter
+	dev-perl/URI
+	xs? ( dev-perl/Cookie-Baker-XS )
+"
+DEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.380.0
+	test? (
+		>=virtual/perl-Test-Simple-0.980.0
+		dev-perl/Test-Time
+	)
+"

diff --git a/dev-perl/Cookie-Baker/Manifest b/dev-perl/Cookie-Baker/Manifest
index 2e68f2e5050..7baad655971 100644
--- a/dev-perl/Cookie-Baker/Manifest
+++ b/dev-perl/Cookie-Baker/Manifest
@@ -1 +1,2 @@
 DIST Cookie-Baker-0.06.tar.gz 11976 SHA256 4b1fb173d6977af902fa018242a0b28099e5612a2fa43e0160380781f5d76ea0 SHA512 f8bc6f57f9318dd43e014a548a345a5c4def0ed0fe77dabff6ff6a7e77e497a496fc542f48f7defcb961aa53a78b06cf5f25b3011c22abad142dfeefc723f2b3 WHIRLPOOL aa81dbf58b9a2b902575a3ba2ba771201c50bd301732e7c420b028e4bcef99ce029525ad8f9bfd6e82ed0082718d6d6abdedbec9549df54ab9d33a063e614c6e
+DIST Cookie-Baker-0.07.tar.gz 12351 SHA256 178babfb341fa1b168db9863f109740f01bb95b4d90e4c57cb48160c52082d27 SHA512 ddaa9777df1bc73321b696c74beb9ca245bfb516895df5631994f10c6f724bc69d087af278fdc3860ee3f712274467c287594396428d78bdccbb17573ab90b32 WHIRLPOOL ebb39ccae55ce2b1518d5bd7fe3553d776ec105bbe618e4f585427f1112de7fcf8bad56873068efe1cc61a34bc1d356366c8bf90a4fbb420dc0fb45ae19b1854

diff --git a/dev-perl/Cookie-Baker/metadata.xml b/dev-perl/Cookie-Baker/metadata.xml
index 2b9a936fc0a..06ad5a43185 100644
--- a/dev-perl/Cookie-Baker/metadata.xml
+++ b/dev-perl/Cookie-Baker/metadata.xml
@@ -5,4 +5,11 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <use>
+    <flag name="xs">Install <pkg>dev-perl/Cookie-Baker-XS</pkg> for accelerated performance</flag>
+  </use>
+  <upstream>
+    <remote-id type="cpan">Cookie-Baker</remote-id>
+    <remote-id type="cpan-module">Cookie::Baker</remote-id>
+  </upstream>
 </pkgmetadata>


             reply	other threads:[~2017-03-21  1:48 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-21  1:48 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-27 12:02 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cookie-Baker/ Jakov Smolić
2021-10-14 21:21 Andreas K. Hüttel
2021-05-06  6:57 Agostino Sarubbo
2021-05-05 18:27 Sergei Trofimovich
2021-05-04 21:31 Andreas K. Hüttel
2021-05-04 21:27 Sam James
2021-05-04 21:27 Sam James
2020-06-29 11:34 Kent Fredric
2018-06-24 20:25 Sergei Trofimovich
2018-06-24 19:41 Sergei Trofimovich
2018-06-10 23:02 Sergei Trofimovich
2018-06-10 17:43 Thomas Deutschmann
2018-02-24  8:07 Jason Zaman
2017-12-23 19:53 Sergei Trofimovich
2017-10-05  5:08 Kent Fredric
2017-08-13  9:14 Sergei Trofimovich
2017-08-11 21:48 Sergei Trofimovich
2017-07-01 10:23 Sergei Trofimovich
2015-09-20 20:45 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=1490060886.0ecfebea8bf187eddfb5c1859747a71ccbf382fe.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