Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Tk-JPEG-Lite: ChangeLog Tk-JPEG-Lite-2.01403.ebuild
Date: Fri, 03 Sep 2010 07:21:01
Message-Id: 20100903072049.575D920051@flycatcher.gentoo.org
1 tove 10/09/03 07:20:49
2
3 Modified: ChangeLog Tk-JPEG-Lite-2.01403.ebuild
4 Log:
5 Maintenance: fix license and quoting, EAPI bump
6
7 (Portage version: 2.2_rc74_p2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 dev-perl/Tk-JPEG-Lite/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Tk-JPEG-Lite/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Tk-JPEG-Lite/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Tk-JPEG-Lite/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Tk-JPEG-Lite/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 24 Oct 2006 22:05:32 -0000 1.11
23 +++ ChangeLog 3 Sep 2010 07:20:49 -0000 1.12
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-perl/Tk-JPEG-Lite
26 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-JPEG-Lite/ChangeLog,v 1.11 2006/10/24 22:05:32 mcummings Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-JPEG-Lite/ChangeLog,v 1.12 2010/09/03 07:20:49 tove Exp $
30 +
31 + 03 Sep 2010; Torsten Veller <tove@g.o> Tk-JPEG-Lite-2.01403.ebuild:
32 + Maintenance: fix license and quoting, EAPI bump
33
34 24 Oct 2006; Michael Cummings <mcummings@g.o>
35 Tk-JPEG-Lite-2.01403.ebuild:
36
37
38
39 1.12 dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.01403.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.01403.ebuild?rev=1.12&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.01403.ebuild?rev=1.12&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.01403.ebuild?r1=1.11&r2=1.12
44
45 Index: Tk-JPEG-Lite-2.01403.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.01403.ebuild,v
48 retrieving revision 1.11
49 retrieving revision 1.12
50 diff -u -r1.11 -r1.12
51 --- Tk-JPEG-Lite-2.01403.ebuild 24 Oct 2006 22:05:32 -0000 1.11
52 +++ Tk-JPEG-Lite-2.01403.ebuild 3 Sep 2010 07:20:49 -0000 1.12
53 @@ -1,31 +1,26 @@
54 -# Copyright 1999-2006 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.01403.ebuild,v 1.11 2006/10/24 22:05:32 mcummings Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.01403.ebuild,v 1.12 2010/09/03 07:20:49 tove Exp $
59
60 -inherit perl-module
61 +EAPI=3
62
63 -IUSE=""
64 +MODULE_AUTHOR=SREZIC
65 +inherit perl-module
66
67 DESCRIPTION="lite JPEG loader for Tk::Photo"
68 -SRC_URI="mirror://cpan/authors/id/S/SR/SREZIC/${P}.tar.gz"
69 -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/S/SR/SREZIC/"
70
71 SLOT="0"
72 -LICENSE="Artistic GPL-2"
73 KEYWORDS="amd64 ia64 ~ppc sparc x86"
74 +IUSE=""
75
76 -DEPEND="media-libs/jpeg
77 - dev-perl/perl-tk
78 - dev-lang/perl"
79 -
80 -src_unpack() {
81 - unpack ${A}
82 - cd ${S}
83 - for i in Makefile.PL tkjpeg MANIFEST; do
84 - sed -e 's:tkjpeg:tkjpeg-lite:' ${i} > ${i}.new \
85 - && mv ${i}.new ${i} || die "sed on ${i} failed!"
86 - done
87 - mv tkjpeg tkjpeg-lite
88 +RDEPEND="media-libs/jpeg
89 + dev-perl/perl-tk"
90 +DEPEND="${RDEPEND}"
91 +
92 +src_prepare() {
93 + perl-module_src_prepare
94 + sed -i -e 's:tkjpeg:tkjpeg-lite:' Makefile.PL tkjpeg MANIFEST || die
95 + mv tkjpeg tkjpeg-lite || die
96 }
97
98 pkg_postinst() {