Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/regexp-common/
Date: Sat, 30 Apr 2016 22:05:26
Message-Id: 1462052447.9fa95b2a591a6d2c596e7f93e269f2d2e7063d08.dilfridge@gentoo
1 commit: 9fa95b2a591a6d2c596e7f93e269f2d2e7063d08
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 21:40:47 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 21:40:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa95b2a
7
8 dev-perl/regexp-common: Version bump
9
10 Package-Manager: portage-2.2.28
11
12 dev-perl/regexp-common/Manifest | 1 +
13 .../regexp-common/regexp-common-2016020301.0.0.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/dev-perl/regexp-common/Manifest b/dev-perl/regexp-common/Manifest
17 index 0c932fa..e587a7c 100644
18 --- a/dev-perl/regexp-common/Manifest
19 +++ b/dev-perl/regexp-common/Manifest
20 @@ -1 +1,2 @@
21 DIST Regexp-Common-2013031301.tar.gz 115724 SHA256 729a8198d264aa64ecbb233ff990507f97fbb66bda746b95f3286f50f5f25c84 SHA512 2fad761c169be76771856938a53f28dab232cb44cea4e22f56869754633f9a38f94568096ac0f21a885e6dd11049f401c8957b04929eee6802b8454c4fe4f62a WHIRLPOOL 6879d3f4ec48f55554b8f41d1de56f541156182eaa7f257a0ee76ee21c81a78e5fa9270da296da2ce97490cb6c67d0e6815a3b32ec152e6a3cc6e561b864443c
22 +DIST Regexp-Common-2016020301.tar.gz 119181 SHA256 ccdcb6ca034b2948f2efa042c75aff9edee355b800a81943432efcca95fa7e59 SHA512 20b773015b6c604e5811ea030802605a9e71c9049342a8b88e4d45de310a2f7df468ac4c5b79102870abc290777bccadf380299c64c944aa6fe01f31596a9da0 WHIRLPOOL ce56276ef7b25d5f98a7249630a2c69bb3d78ab028ad18ed39e903d3ee7100e457b54526f63ef101909f25a2b622321d49b3e3592615c764bdc421e42954878f
23
24 diff --git a/dev-perl/regexp-common/regexp-common-2016020301.0.0.ebuild b/dev-perl/regexp-common/regexp-common-2016020301.0.0.ebuild
25 new file mode 100644
26 index 0000000..c13db27
27 --- /dev/null
28 +++ b/dev-perl/regexp-common/regexp-common-2016020301.0.0.ebuild
29 @@ -0,0 +1,19 @@
30 +# Copyright 1999-2014 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=6
35 +
36 +DIST_NAME=Regexp-Common
37 +DIST_AUTHOR=ABIGAIL
38 +DIST_VERSION=2016020301
39 +inherit perl-module
40 +
41 +DESCRIPTION="Provide commonly requested regular expressions"
42 +
43 +LICENSE="|| ( Artistic Artistic-2 MIT BSD )"
44 +SLOT="0"
45 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
46 +IUSE=""
47 +
48 +DEPEND="virtual/perl-ExtUtils-MakeMaker"