Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/SGMLSpm: SGMLSpm-1.03-r7.ebuild ChangeLog
Date: Mon, 26 Aug 2013 15:09:43
Message-Id: 20130826150931.AA43A2004C@flycatcher.gentoo.org
1 idella4 13/08/26 15:09:31
2
3 Modified: ChangeLog
4 Added: SGMLSpm-1.03-r7.ebuild
5 Log:
6 revbump -> EAPI 5
7
8 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.48 dev-perl/SGMLSpm/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SGMLSpm/ChangeLog?rev=1.48&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SGMLSpm/ChangeLog?rev=1.48&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SGMLSpm/ChangeLog?r1=1.47&r2=1.48
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v
20 retrieving revision 1.47
21 retrieving revision 1.48
22 diff -u -r1.47 -r1.48
23 --- ChangeLog 24 Jun 2012 13:00:04 -0000 1.47
24 +++ ChangeLog 26 Aug 2013 15:09:31 -0000 1.48
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/SGMLSpm
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v 1.47 2012/06/24 13:00:04 tove Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v 1.48 2013/08/26 15:09:31 idella4 Exp $
31 +
32 +*SGMLSpm-1.03-r7 (26 Aug 2013)
33 +
34 + 26 Aug 2013; Ian Delaney <idella4@g.o> +SGMLSpm-1.03-r7.ebuild:
35 + revbump -> EAPI 5
36
37 24 Jun 2012; Torsten Veller <tove@g.o> metadata.xml:
38 Update CPAN upstream info
39
40
41
42 1.1 dev-perl/SGMLSpm/SGMLSpm-1.03-r7.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r7.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r7.ebuild?rev=1.1&content-type=text/plain
46
47 Index: SGMLSpm-1.03-r7.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r7.ebuild,v 1.1 2013/08/26 15:09:31 idella4 Exp $
52
53 EAPI=5
54
55 inherit eutils perl-module
56
57 MY_P="${P}ii"
58 S=${WORKDIR}/${PN}
59
60 DESCRIPTION="Perl library for parsing the output of nsgmls"
61 HOMEPAGE="http://search.cpan.org/author/DMEGG/SGMLSpm-1.03ii/"
62 SRC_URI="mirror://cpan/authors/id/D/DM/DMEGG/${MY_P}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 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"
67 IUSE=""
68
69 src_prepare() {
70 cp "${FILESDIR}"/Makefile.PL "${S}"/Makefile.PL
71 epatch "${FILESDIR}"/sgmlspl.patch
72 mv sgmlspl{.pl,}
73 }