dev-perl/SGMLSpm: Version bump
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 2 May 2016 21:09:47 +0000 (23:09 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 2 May 2016 21:33:18 +0000 (23:33 +0200)
Package-Manager: portage-2.2.28

dev-perl/SGMLSpm/Manifest
dev-perl/SGMLSpm/SGMLSpm-1.1.ebuild [new file with mode: 0644]

index 81728dc55bc1087008daf38ce83f0255a8ab3340..59dccf1a6b5123157acb7b7e13a5a64106dd8fef 100644 (file)
@@ -1 +1,2 @@
 DIST SGMLSpm-1.03ii.tar.gz 93250 SHA256 f06895c0206dada9f9e7f07ecaeb6a3651fd648f4820f49c1f76bfeaec2f2913 SHA512 edbac8112561912d5d7a9faee2d920bf763576ace5a9bdef5fc3f235533805643ad8db5f57d96c34ce9ecbf1796399dc531f40ab4b2796a1e130a8f288c901d4 WHIRLPOOL 9a08d394026aedc6b3c3634f590a9a9c4bbc406f22537c8126ed5b857e787c13a2ccbc295ee10bb6f3299b38099a281e0efa36ab6579cc9f98a96ea2f7849186
+DIST SGMLSpm-1.1.tar.gz 114100 SHA256 550c9245291c8df2242f7e88f7921a0f636c7eec92c644418e7d89cfea70b2bd SHA512 0ca3f0f3265f20661ae88ad4764fbf82f226382f79f62c01653265cc7372524dfdf30ce5abffc0344624f5e6138e483952471f8c18d59794b40035af0b7526bc WHIRLPOOL 4a0eaa6283959d9a1f4622c5d0abb128506bbd0a26d04387afe4205d46ad1287c531fd0a1be41d54dd89d9570dee6ad27059c021d5e7d92625443fdeabdc9390
diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.1.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.1.ebuild
new file mode 100644 (file)
index 0000000..ad57317
--- /dev/null
@@ -0,0 +1,16 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=RAAB
+inherit eutils perl-module
+
+DESCRIPTION="Perl library for parsing the output of nsgmls"
+LICENSE="GPL-2+"
+SLOT="0"
+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"
+IUSE=""
+
+DEPEND="dev-perl/Module-Build"