public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-BrowserDetect/
Date: Mon, 14 Jun 2021 23:26:24 +0000 (UTC)	[thread overview]
Message-ID: <1623713174.39be6c76b38b043c95e7c222933bbedc66a88e27.dilfridge@gentoo> (raw)

commit:     39be6c76b38b043c95e7c222933bbedc66a88e27
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 14 23:25:40 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jun 14 23:26:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39be6c76

dev-perl/HTTP-BrowserDetect: Version bump 3.31

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

 .../HTTP-BrowserDetect-3.310.0.ebuild              | 34 ++++++++++++++++++++++
 dev-perl/HTTP-BrowserDetect/Manifest               |  1 +
 2 files changed, 35 insertions(+)

diff --git a/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-3.310.0.ebuild b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-3.310.0.ebuild
new file mode 100644
index 00000000000..c689d11f958
--- /dev/null
+++ b/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-3.310.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=OALDERS
+DIST_VERSION=3.31
+inherit perl-module
+
+DESCRIPTION="Determine Web browser, version, and platform from an HTTP user agent string"
+
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=""
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-JSON-PP
+		dev-perl/Path-Tiny
+		dev-perl/Test-FailWarnings
+		virtual/perl-Test-Simple
+		dev-perl/Test-Most
+		dev-perl/Test-NoWarnings
+		dev-perl/Hash-Merge
+	)
+"
+
+src_test() {
+	perl_rm_files t/release-*.t
+	perl-module_src_test
+}

diff --git a/dev-perl/HTTP-BrowserDetect/Manifest b/dev-perl/HTTP-BrowserDetect/Manifest
index afe760cd29c..76cbb1fb2f2 100644
--- a/dev-perl/HTTP-BrowserDetect/Manifest
+++ b/dev-perl/HTTP-BrowserDetect/Manifest
@@ -1 +1,2 @@
 DIST HTTP-BrowserDetect-3.14.tar.gz 95445 BLAKE2B 08a90c6e1154f7a7e1c55af2c056e67ba906d187f3ac8b4e82f1039446462ea9a60f1f875e5f26a2229275436c0deb5acbf090f893aef51f7971ae8e0e547c62 SHA512 cf05af60dbda462df81a9d38d5738826b820534c5fde52f41a290f6d3253783154a2e460042117be32e86dd95f7f1e0e6055b4ca549cb7972cd3c156200c09df
+DIST HTTP-BrowserDetect-3.31.tar.gz 121365 BLAKE2B 454f702905b269cf579bf6d192542cb8e4d63430b7107c78b505db65973c759f79f78053cc45e14b8f7c152f4c53fd18b728f04c0a5d8e86393b1c2bcc4c6b9f SHA512 9ea830b244be7b5d0707118f27a212c520a2117679fab75192881c04d244cc50ae71ee6de2d2be7c456c2a0d5f2bfd0c9bf473893a86ba5b13db89a7d4943e8b


             reply	other threads:[~2021-06-14 23:26 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-14 23:26 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-30  6:38 [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-BrowserDetect/ Arthur Zamarin
2023-12-30  6:38 Arthur Zamarin
2023-12-30  4:10 Sam James
2023-11-13  4:35 Sam James
2023-11-04 16:13 Arthur Zamarin
2023-09-12  0:43 Sam James
2023-07-24  9:25 Jakov Smolić
2023-06-21  4:11 Sam James
2021-12-05  3:15 Sam James
2021-12-05  3:08 Sam James
2021-11-02  2:01 Andreas K. Hüttel
2021-11-02  2:01 Andreas K. Hüttel
2021-08-03 12:00 Agostino Sarubbo
2021-08-02  3:53 Sam James
2021-06-16 15:40 Sergei Trofimovich
2018-06-10 19:03 Aaron Bauman
2018-06-10 16:42 Thomas Deutschmann
2017-10-24  8:31 Kent Fredric
2016-03-15 12:13 Agostino Sarubbo
2016-03-15 12:11 Agostino Sarubbo
2016-03-15 12:10 Agostino Sarubbo
2016-02-20 22:45 Patrice Clement

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=1623713174.39be6c76b38b043c95e7c222933bbedc66a88e27.dilfridge@gentoo \
    --to=dilfridge@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