Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/exiv2: exiv2-0.17.1.ebuild
Date: Sun, 02 Nov 2008 07:03:38
Message-Id: E1KwWzl-0008Ad-CH@stork.gentoo.org
1 vapier 08/11/02 07:03:33
2
3 Modified: exiv2-0.17.1.ebuild
4 Log:
5 tweak style
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
7
8 Revision Changes Path
9 1.3 media-gfx/exiv2/exiv2-0.17.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/exiv2/exiv2-0.17.1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/exiv2/exiv2-0.17.1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/exiv2/exiv2-0.17.1.ebuild?r1=1.2&r2=1.3
14
15 Index: exiv2-0.17.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/exiv2/exiv2-0.17.1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- exiv2-0.17.1.ebuild 27 Oct 2008 23:05:23 -0000 1.2
22 +++ exiv2-0.17.1.ebuild 2 Nov 2008 07:03:26 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/exiv2-0.17.1.ebuild,v 1.2 2008/10/27 23:05:23 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/exiv2-0.17.1.ebuild,v 1.3 2008/11/02 07:03:26 vapier Exp $
28
29 inherit eutils
30
31 @@ -11,17 +11,14 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
35 -
36 IUSE="doc nls zlib xmp examples unicode"
37 IUSE_LINGUAS="de es fi fr pl ru sk"
38 -
39 -for X in ${IUSE_LINGUAS}; do IUSE="${IUSE} linguas_${X}"; done
40 +IUSE="${IUSE} $(set -- ${IUSE_LINGUAS}; echo ${@/#/linguas_})"
41
42 RDEPEND="zlib? ( sys-libs/zlib )
43 xmp? ( dev-libs/expat )
44 nls? ( virtual/libintl )
45 virtual/libiconv"
46 -
47 DEPEND="${RDEPEND}
48 doc? ( app-doc/doxygen )
49 nls? ( sys-devel/gettext )"