diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-08-26 15:09:31 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-08-26 15:09:31 +0000 |
commit | 1e96966b4eeacca0ea5e8706d7b09bde12074bd5 (patch) | |
tree | 0bdb21c9334210889c2687cadcca366d64bf7df9 /dev-perl/SGMLSpm | |
parent | dev-haskell/hashable: initial layout (diff) | |
download | gentoo-2-1e96966b4eeacca0ea5e8706d7b09bde12074bd5.tar.gz gentoo-2-1e96966b4eeacca0ea5e8706d7b09bde12074bd5.tar.bz2 gentoo-2-1e96966b4eeacca0ea5e8706d7b09bde12074bd5.zip |
revbump -> EAPI 5
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-perl/SGMLSpm')
-rw-r--r-- | dev-perl/SGMLSpm/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/SGMLSpm/SGMLSpm-1.03-r7.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-perl/SGMLSpm/ChangeLog b/dev-perl/SGMLSpm/ChangeLog index 10b5c994ff6d..45cfbfe98f46 100644 --- a/dev-perl/SGMLSpm/ChangeLog +++ b/dev-perl/SGMLSpm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/SGMLSpm -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v 1.47 2012/06/24 13:00:04 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v 1.48 2013/08/26 15:09:31 idella4 Exp $ + +*SGMLSpm-1.03-r7 (26 Aug 2013) + + 26 Aug 2013; Ian Delaney <idella4@gentoo.org> +SGMLSpm-1.03-r7.ebuild: + revbump -> EAPI 5 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03-r7.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03-r7.ebuild new file mode 100644 index 000000000000..e7d31849aca1 --- /dev/null +++ b/dev-perl/SGMLSpm/SGMLSpm-1.03-r7.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r7.ebuild,v 1.1 2013/08/26 15:09:31 idella4 Exp $ + +EAPI=5 + +inherit eutils perl-module + +MY_P="${P}ii" +S=${WORKDIR}/${PN} + +DESCRIPTION="Perl library for parsing the output of nsgmls" +HOMEPAGE="http://search.cpan.org/author/DMEGG/SGMLSpm-1.03ii/" +SRC_URI="mirror://cpan/authors/id/D/DM/DMEGG/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~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="" + +src_prepare() { + cp "${FILESDIR}"/Makefile.PL "${S}"/Makefile.PL + epatch "${FILESDIR}"/sgmlspl.patch + mv sgmlspl{.pl,} +} |