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/SGMLSpm/
Date: Mon, 02 May 2016 21:33:33
Message-Id: 1462224798.d77d461b9c57d0e2d6c5775ff715144149584850.dilfridge@gentoo
1 commit: d77d461b9c57d0e2d6c5775ff715144149584850
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 21:09:47 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 21:33:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77d461b
7
8 dev-perl/SGMLSpm: Version bump
9
10 Package-Manager: portage-2.2.28
11
12 dev-perl/SGMLSpm/Manifest | 1 +
13 dev-perl/SGMLSpm/SGMLSpm-1.1.ebuild | 16 ++++++++++++++++
14 2 files changed, 17 insertions(+)
15
16 diff --git a/dev-perl/SGMLSpm/Manifest b/dev-perl/SGMLSpm/Manifest
17 index 81728dc..59dccf1 100644
18 --- a/dev-perl/SGMLSpm/Manifest
19 +++ b/dev-perl/SGMLSpm/Manifest
20 @@ -1 +1,2 @@
21 DIST SGMLSpm-1.03ii.tar.gz 93250 SHA256 f06895c0206dada9f9e7f07ecaeb6a3651fd648f4820f49c1f76bfeaec2f2913 SHA512 edbac8112561912d5d7a9faee2d920bf763576ace5a9bdef5fc3f235533805643ad8db5f57d96c34ce9ecbf1796399dc531f40ab4b2796a1e130a8f288c901d4 WHIRLPOOL 9a08d394026aedc6b3c3634f590a9a9c4bbc406f22537c8126ed5b857e787c13a2ccbc295ee10bb6f3299b38099a281e0efa36ab6579cc9f98a96ea2f7849186
22 +DIST SGMLSpm-1.1.tar.gz 114100 SHA256 550c9245291c8df2242f7e88f7921a0f636c7eec92c644418e7d89cfea70b2bd SHA512 0ca3f0f3265f20661ae88ad4764fbf82f226382f79f62c01653265cc7372524dfdf30ce5abffc0344624f5e6138e483952471f8c18d59794b40035af0b7526bc WHIRLPOOL 4a0eaa6283959d9a1f4622c5d0abb128506bbd0a26d04387afe4205d46ad1287c531fd0a1be41d54dd89d9570dee6ad27059c021d5e7d92625443fdeabdc9390
23
24 diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.1.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.1.ebuild
25 new file mode 100644
26 index 0000000..ad57317
27 --- /dev/null
28 +++ b/dev-perl/SGMLSpm/SGMLSpm-1.1.ebuild
29 @@ -0,0 +1,16 @@
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_AUTHOR=RAAB
37 +inherit eutils perl-module
38 +
39 +DESCRIPTION="Perl library for parsing the output of nsgmls"
40 +LICENSE="GPL-2+"
41 +SLOT="0"
42 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
43 +IUSE=""
44 +
45 +DEPEND="dev-perl/Module-Build"