Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/llgal: llgal-0.13.17-r1.ebuild ChangeLog llgal-0.13.17.ebuild llgal-0.13.16.ebuild
Date: Mon, 02 Sep 2013 14:18:04
Message-Id: 20130902141756.2D1E42004C@flycatcher.gentoo.org
1 idella4 13/09/02 14:17:56
2
3 Modified: ChangeLog
4 Added: llgal-0.13.17-r1.ebuild
5 Removed: llgal-0.13.17.ebuild llgal-0.13.16.ebuild
6 Log:
7 revbump -> EAPI 5, tidy install
8
9 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
10
11 Revision Changes Path
12 1.31 media-gfx/llgal/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/llgal/ChangeLog?rev=1.31&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/llgal/ChangeLog?rev=1.31&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/llgal/ChangeLog?r1=1.30&r2=1.31
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-gfx/llgal/ChangeLog,v
21 retrieving revision 1.30
22 retrieving revision 1.31
23 diff -u -r1.30 -r1.31
24 --- ChangeLog 6 Feb 2012 19:46:23 -0000 1.30
25 +++ ChangeLog 2 Sep 2013 14:17:56 -0000 1.31
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-gfx/llgal
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/llgal/ChangeLog,v 1.30 2012/02/06 19:46:23 armin76 Exp $
30 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/llgal/ChangeLog,v 1.31 2013/09/02 14:17:56 idella4 Exp $
32 +
33 +*llgal-0.13.17-r1 (02 Sep 2013)
34 +
35 + 02 Sep 2013; Ian Delaney <idella4@g.o> +llgal-0.13.17-r1.ebuild,
36 + -llgal-0.13.16.ebuild, -llgal-0.13.17.ebuild:
37 + revbump -> EAPI 5, tidy install
38
39 06 Feb 2012; Raúl Porcel <armin76@g.o> llgal-0.13.15.ebuild,
40 llgal-0.13.16.ebuild, llgal-0.13.17.ebuild:
41 @@ -150,4 +156,3 @@
42 27 Nov 2005; Alexandre Buisse <nattfodd@g.o> +metadata.xml, +llgal-0.11.4.ebuild:
43 Initial import. ebuild provided by upstream (bgoglin.free.fr/llgal) with
44 feedback from myself. No known issues.
45 -
46
47
48
49 1.1 media-gfx/llgal/llgal-0.13.17-r1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/llgal/llgal-0.13.17-r1.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/llgal/llgal-0.13.17-r1.ebuild?rev=1.1&content-type=text/plain
53
54 Index: llgal-0.13.17-r1.ebuild
55 ===================================================================
56 # Copyright 1999-2013 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/media-gfx/llgal/llgal-0.13.17-r1.ebuild,v 1.1 2013/09/02 14:17:56 idella4 Exp $
59
60 EAPI=5
61
62 inherit perl-module
63
64 DESCRIPTION="Command-line static web gallery generator"
65 HOMEPAGE="http://home.gna.org/llgal"
66 SRC_URI="http://download.gna.org/llgal/${P}.tar.bz2"
67
68 LICENSE="GPL-2"
69 SLOT="0"
70 KEYWORDS="~amd64 ~ppc ~x86"
71 # Package warrants IUSE doc and possibly examples
72 IUSE="exif"
73
74 LINS="de en it fr"
75 for i in ${LINS}; do
76 IUSE="${IUSE} linguas_${i}"
77 done
78
79 RDEPEND="media-gfx/imagemagick
80 dev-perl/ImageSize
81 dev-perl/URI
82 dev-perl/Locale-gettext
83 exif? ( media-libs/exiftool )"
84
85 src_compile() {
86 emake PREFIX=/usr SYSCONFDIR=/etc MANDIR=/usr/share/man PERL_INSTALLDIRS=vendor
87 mv doc/llgalrc . || die
88 }
89
90 src_install() {
91 emake DESTDIR="${D}" LOCALES="${LINGUAS}" PREFIX=/usr SYSCONFDIR=/etc \
92 PERL_INSTALLDIRS=vendor MANDIR=/usr/share/man \
93 install install-doc install-man DOCDIR=/usr/share/doc/${PF}/html/
94 fixlocalpod
95 dodoc README llgalrc llgalrc.5
96 }