Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/elinks: ChangeLog elinks-0.12_pre5-r1.ebuild
Date: Mon, 31 Jan 2011 16:54:11
Message-Id: 20110131165359.96B8820054@flycatcher.gentoo.org
1 darkside 11/01/31 16:53:59
2
3 Modified: ChangeLog elinks-0.12_pre5-r1.ebuild
4 Log:
5 Port changes from Gentoo Prefix, use EPREFIX/ED, add KEYWORDS, convert to EAPI3. bug 352839
6
7 (Portage version: 2.1.9.35/cvs/Linux i686)
8
9 Revision Changes Path
10 1.137 www-client/elinks/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.137&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?rev=1.137&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/ChangeLog?r1=1.136&r2=1.137
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v
19 retrieving revision 1.136
20 retrieving revision 1.137
21 diff -u -r1.136 -r1.137
22 --- ChangeLog 29 Jan 2011 13:06:33 -0000 1.136
23 +++ ChangeLog 31 Jan 2011 16:53:59 -0000 1.137
24 @@ -1,6 +1,11 @@
25 # ChangeLog for www-client/elinks
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.136 2011/01/29 13:06:33 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/ChangeLog,v 1.137 2011/01/31 16:53:59 darkside Exp $
29 +
30 + 31 Jan 2011; Jeremy Olexa <darkside@g.o>
31 + elinks-0.12_pre5-r1.ebuild:
32 + Port changes from Gentoo Prefix, use EPREFIX/ED, add KEYWORDS, convert to
33 + EAPI3. bug 352839
34
35 29 Jan 2011; Raúl Porcel <armin76@g.o> elinks-0.11.7.ebuild:
36 ia64 stable
37
38
39
40 1.8 www-client/elinks/elinks-0.12_pre5-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r1.ebuild?rev=1.8&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r1.ebuild?rev=1.8&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r1.ebuild?r1=1.7&r2=1.8
45
46 Index: elinks-0.12_pre5-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r1.ebuild,v
49 retrieving revision 1.7
50 retrieving revision 1.8
51 diff -u -r1.7 -r1.8
52 --- elinks-0.12_pre5-r1.ebuild 6 Jan 2011 21:41:15 -0000 1.7
53 +++ elinks-0.12_pre5-r1.ebuild 31 Jan 2011 16:53:59 -0000 1.8
54 @@ -1,8 +1,8 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r1.ebuild,v 1.7 2011/01/06 21:41:15 spock Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.12_pre5-r1.ebuild,v 1.8 2011/01/31 16:53:59 darkside Exp $
59
60 -EAPI="2"
61 +EAPI="3"
62
63 inherit eutils autotools flag-o-matic
64
65 @@ -14,7 +14,7 @@
66
67 LICENSE="GPL-2"
68 SLOT="0"
69 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
70 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
71 IUSE="bittorrent bzip2 debug finger ftp gopher gpm guile idn ipv6 \
72 javascript lua +mouse nls nntp perl ruby samba ssl unicode X zlib"
73 RESTRICT="test"
74 @@ -71,13 +71,13 @@
75 fi
76
77 if use ssl ; then
78 - myconf="${myconf} --with-openssl"
79 + myconf="${myconf} --with-openssl=${EPREFIX}/usr"
80 else
81 myconf="${myconf} --without-openssl --without-gnutls"
82 fi
83
84 econf \
85 - --sysconfdir=/etc/elinks \
86 + --sysconfdir="${EPREFIX}"/etc/elinks \
87 --enable-leds \
88 --enable-88-colors \
89 --enable-256-colors \
90 @@ -102,7 +102,7 @@
91 $(use_enable finger) \
92 $(use_enable samba smb) \
93 $(use_enable mouse) \
94 - ${myconf} || die
95 + ${myconf}
96 }
97
98 src_install() {
99 @@ -121,7 +121,7 @@
100
101 # Remove some conflicting files on OSX. The files provided by OSX 10.4
102 # are more or less the same. -- Fabian Groffen (2005-06-30)
103 - rm -f "${D}"/usr/share/locale/locale.alias "${D}"/usr/lib/charset.alias
104 + rm -f "${ED}"/usr/share/locale/locale.alias "${ED}"/usr/lib/charset.alias
105 }
106
107 pkg_postinst() {