Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/llgal: ChangeLog llgal-0.13.15.ebuild
Date: Sun, 16 Dec 2007 13:32:29
Message-Id: E1J3tbP-0006pP-M1@stork.gentoo.org
1 aballier 07/12/16 13:32:19
2
3 Modified: ChangeLog
4 Added: llgal-0.13.15.ebuild
5 Log:
6 version bump, thanks Brice for the notice
7 (Portage version: 2.1.4_rc10)
8
9 Revision Changes Path
10 1.24 media-gfx/llgal/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/llgal/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/llgal/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/llgal/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/llgal/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 22 Sep 2007 13:16:28 -0000 1.23
23 +++ ChangeLog 16 Dec 2007 13:32:19 -0000 1.24
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-gfx/llgal
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/llgal/ChangeLog,v 1.23 2007/09/22 13:16:28 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/llgal/ChangeLog,v 1.24 2007/12/16 13:32:19 aballier Exp $
29 +
30 +*llgal-0.13.15 (16 Dec 2007)
31 +
32 + 16 Dec 2007; Alexis Ballier <aballier@g.o> +llgal-0.13.15.ebuild:
33 + version bump, thanks Brice for the notice
34
35 22 Sep 2007; Christian Faulhammer <opfer@g.o> llgal-0.13.13.ebuild:
36 stable x86, bug 193397
37
38
39
40 1.1 media-gfx/llgal/llgal-0.13.15.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/llgal/llgal-0.13.15.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/llgal/llgal-0.13.15.ebuild?rev=1.1&content-type=text/plain
44
45 Index: llgal-0.13.15.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-gfx/llgal/llgal-0.13.15.ebuild,v 1.1 2007/12/16 13:32:19 aballier Exp $
50
51 inherit perl-module
52
53 DESCRIPTION="Command-line static web gallery generator"
54 HOMEPAGE="http://home.gna.org/llgal"
55 SRC_URI="http://download.gna.org/llgal/${P}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
60 IUSE="exif"
61
62 LINS="de en it fr"
63 for i in ${LINS}; do
64 IUSE="${IUSE} linguas_${i}"
65 done
66
67 RDEPEND="media-gfx/imagemagick
68 dev-lang/perl
69 dev-perl/ImageSize
70 dev-perl/URI
71 dev-perl/Locale-gettext
72 exif? ( media-libs/exiftool )"
73
74 src_compile() {
75 emake PREFIX=/usr SYSCONFDIR=/etc MANDIR=/usr/share/man \
76 PERL_INSTALLDIRS=vendor || die "Failed to compile"
77 }
78
79 src_install() {
80 emake DESTDIR="${D}" LOCALES="${LINGUAS}" PREFIX=/usr SYSCONFDIR=/etc \
81 PERL_INSTALLDIRS=vendor MANDIR=/usr/share/man \
82 install install-doc install-man DOCDIR=/usr/share/doc/${PF}/ \
83 || die "Failed to install"
84 fixlocalpod
85 dodoc Changes
86 }
87
88
89
90 --
91 gentoo-commits@g.o mailing list