Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/enca: ChangeLog enca-1.13.ebuild
Date: Mon, 05 Apr 2010 04:21:20
Message-Id: E1NydoJ-0001xg-Kl@stork.gentoo.org
1 abcd 10/04/05 04:21:15
2
3 Modified: ChangeLog enca-1.13.ebuild
4 Log:
5 Bump to EAPI=3, add prefix keywords
6 (Portage version: -svn/cvs/Linux i686)
7
8 Revision Changes Path
9 1.62 app-i18n/enca/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/enca/ChangeLog?rev=1.62&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/enca/ChangeLog?rev=1.62&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/enca/ChangeLog?r1=1.61&r2=1.62
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v
18 retrieving revision 1.61
19 retrieving revision 1.62
20 diff -u -r1.61 -r1.62
21 --- ChangeLog 25 Feb 2010 18:13:29 -0000 1.61
22 +++ ChangeLog 5 Apr 2010 04:21:15 -0000 1.62
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-i18n/enca
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.61 2010/02/25 18:13:29 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/ChangeLog,v 1.62 2010/04/05 04:21:15 abcd Exp $
28 +
29 + 05 Apr 2010; Jonathan Callen <abcd@g.o> enca-1.13.ebuild:
30 + Bump to EAPI=3, add prefix keywords
31
32 *enca-1.13 (25 Feb 2010)
33
34
35
36
37 1.2 app-i18n/enca/enca-1.13.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/enca/enca-1.13.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/enca/enca-1.13.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/enca/enca-1.13.ebuild?r1=1.1&r2=1.2
42
43 Index: enca-1.13.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.13.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- enca-1.13.ebuild 25 Feb 2010 18:13:29 -0000 1.1
50 +++ enca-1.13.ebuild 5 Apr 2010 04:21:15 -0000 1.2
51 @@ -1,8 +1,8 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.13.ebuild,v 1.1 2010/02/25 18:13:29 arfrever Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.13.ebuild,v 1.2 2010/04/05 04:21:15 abcd Exp $
56
57 -EAPI="2"
58 +EAPI="3"
59
60 inherit toolchain-funcs
61
62 @@ -12,7 +12,7 @@
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
67 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
68 IUSE="doc +recode"
69
70 DEPEND="recode? ( >=app-text/recode-3.6_p15 )"
71 @@ -21,7 +21,7 @@
72 src_configure() {
73 econf \
74 --enable-external \
75 - $(use_with recode librecode /usr) \
76 + $(use_with recode librecode "${EPREFIX}"/usr) \
77 $(use_enable doc gtk-doc)
78 }