diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-05-02 23:09:47 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-05-02 23:33:18 +0200 |
commit | d77d461b9c57d0e2d6c5775ff715144149584850 (patch) | |
tree | f19dbd8eaeee01583f7f14a69dc9e16eaacbbefb /dev-perl/SGMLSpm | |
parent | net-irc/weechat: version bump to 1.5 (diff) | |
download | gentoo-d77d461b9c57d0e2d6c5775ff715144149584850.tar.gz gentoo-d77d461b9c57d0e2d6c5775ff715144149584850.tar.bz2 gentoo-d77d461b9c57d0e2d6c5775ff715144149584850.zip |
dev-perl/SGMLSpm: Version bump
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl/SGMLSpm')
-rw-r--r-- | dev-perl/SGMLSpm/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/SGMLSpm/SGMLSpm-1.1.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/SGMLSpm/Manifest b/dev-perl/SGMLSpm/Manifest index 81728dc55bc1..59dccf1a6b51 100644 --- a/dev-perl/SGMLSpm/Manifest +++ b/dev-perl/SGMLSpm/Manifest @@ -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 index 000000000000..ad5731703cf3 --- /dev/null +++ b/dev-perl/SGMLSpm/SGMLSpm-1.1.ebuild @@ -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" |