Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tcltk/tclreadline: tclreadline-2.1.0.ebuild tclreadline-2.1.0-r1.ebuild ChangeLog tclreadline-2.1.0-r2.ebuild
Date: Sun, 04 Nov 2012 19:52:26
Message-Id: 20121104195208.A8493215F3@flycatcher.gentoo.org
1 jlec 12/11/04 19:52:08
2
3 Modified: tclreadline-2.1.0.ebuild
4 tclreadline-2.1.0-r1.ebuild ChangeLog
5 Added: tclreadline-2.1.0-r2.ebuild
6 Log:
7 dev-tcltk/tclreadline: Add fix for underlinking, #440648; pass all paths to configure for prefix stability
8
9 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
10
11 Revision Changes Path
12 1.18 dev-tcltk/tclreadline/tclreadline-2.1.0.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0.ebuild?rev=1.18&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0.ebuild?rev=1.18&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0.ebuild?r1=1.17&r2=1.18
17
18 Index: tclreadline-2.1.0.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0.ebuild,v
21 retrieving revision 1.17
22 retrieving revision 1.18
23 diff -u -r1.17 -r1.18
24 --- tclreadline-2.1.0.ebuild 12 Dec 2011 08:53:38 -0000 1.17
25 +++ tclreadline-2.1.0.ebuild 4 Nov 2012 19:52:08 -0000 1.18
26 @@ -1,18 +1,18 @@
27 -# Copyright 1999-2011 Gentoo Foundation
28 +# Copyright 1999-2012 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0.ebuild,v 1.17 2011/12/12 08:53:38 jlec Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0.ebuild,v 1.18 2012/11/04 19:52:08 jlec Exp $
32
33 DESCRIPTION="Readline extension to TCL"
34 HOMEPAGE="http://tclreadline.sf.net/"
35 SRC_URI="mirror://sourceforge/tclreadline/${P}.tar.gz"
36
37 -IUSE=""
38 -LICENSE="BSD"
39 SLOT="0"
40 +LICENSE="BSD"
41 KEYWORDS="alpha ~amd64 ppc ~sparc x86"
42 +IUSE=""
43
44 DEPEND="
45 - >=dev-lang/tcl-8.3
46 + dev-lang/tcl
47 sys-libs/readline"
48 RDEPEND="${DEPEND}"
49
50
51
52
53 1.5 dev-tcltk/tclreadline/tclreadline-2.1.0-r1.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r1.ebuild?rev=1.5&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r1.ebuild?rev=1.5&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r1.ebuild?r1=1.4&r2=1.5
58
59 Index: tclreadline-2.1.0-r1.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r1.ebuild,v
62 retrieving revision 1.4
63 retrieving revision 1.5
64 diff -u -r1.4 -r1.5
65 --- tclreadline-2.1.0-r1.ebuild 15 Dec 2011 12:15:03 -0000 1.4
66 +++ tclreadline-2.1.0-r1.ebuild 4 Nov 2012 19:52:08 -0000 1.5
67 @@ -1,6 +1,6 @@
68 -# Copyright 1999-2011 Gentoo Foundation
69 +# Copyright 1999-2012 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r1.ebuild,v 1.4 2011/12/15 12:15:03 ago Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r1.ebuild,v 1.5 2012/11/04 19:52:08 jlec Exp $
73
74 EAPI=4
75
76 @@ -10,10 +10,10 @@
77 HOMEPAGE="http://tclreadline.sf.net/"
78 SRC_URI="mirror://sourceforge/tclreadline/${P}.tar.gz"
79
80 -LICENSE="BSD"
81 -IUSE=""
82 SLOT="0"
83 +LICENSE="BSD"
84 KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
85 +IUSE=""
86
87 DEPEND="
88 dev-lang/tcl
89
90
91
92 1.18 dev-tcltk/tclreadline/ChangeLog
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/ChangeLog?rev=1.18&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/ChangeLog?rev=1.18&content-type=text/plain
96 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/ChangeLog?r1=1.17&r2=1.18
97
98 Index: ChangeLog
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/ChangeLog,v
101 retrieving revision 1.17
102 retrieving revision 1.18
103 diff -u -r1.17 -r1.18
104 --- ChangeLog 15 Dec 2011 12:15:03 -0000 1.17
105 +++ ChangeLog 4 Nov 2012 19:52:08 -0000 1.18
106 @@ -1,6 +1,14 @@
107 # ChangeLog for dev-tcltk/tclreadline
108 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
109 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/ChangeLog,v 1.17 2011/12/15 12:15:03 ago Exp $
110 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
111 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/ChangeLog,v 1.18 2012/11/04 19:52:08 jlec Exp $
112 +
113 +*tclreadline-2.1.0-r2 (04 Nov 2012)
114 +
115 + 04 Nov 2012; Justin Lecher <jlec@g.o> tclreadline-2.1.0.ebuild,
116 + tclreadline-2.1.0-r1.ebuild, +tclreadline-2.1.0-r2.ebuild,
117 + +files/tclreadline-2.1.0-gold.patch:
118 + Add fix for underlinking, #440648; pass all paths to configure for prefix
119 + stability
120
121 15 Dec 2011; Agostino Sarubbo <ago@g.o> tclreadline-2.1.0-r1.ebuild:
122 Stable for AMD64, wrt bug #393825
123
124
125
126 1.1 dev-tcltk/tclreadline/tclreadline-2.1.0-r2.ebuild
127
128 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r2.ebuild?rev=1.1&view=markup
129 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r2.ebuild?rev=1.1&content-type=text/plain
130
131 Index: tclreadline-2.1.0-r2.ebuild
132 ===================================================================
133 # Copyright 1999-2012 Gentoo Foundation
134 # Distributed under the terms of the GNU General Public License v2
135 # $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r2.ebuild,v 1.1 2012/11/04 19:52:08 jlec Exp $
136
137 EAPI=5
138
139 AUTOTOOLS_AUTORECONF=yes
140
141 inherit autotools-utils multilib
142
143 DESCRIPTION="Readline extension to TCL"
144 HOMEPAGE="http://tclreadline.sf.net/"
145 SRC_URI="mirror://sourceforge/tclreadline/${P}.tar.gz"
146
147 SLOT="0"
148 LICENSE="BSD"
149 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
150 IUSE="static-libs"
151
152 DEPEND="
153 dev-lang/tcl
154 sys-libs/readline"
155 RDEPEND="${DEPEND}"
156
157 PATCHES=( "${FILESDIR}"/${P}-gold.patch )
158
159 src_configure() {
160 local myeconfargs=(
161 --with-tcl="${EPREFIX}/usr/$(get_libdir)"
162 --with-tcl-includes="${EPREFIX}/usr/include"
163 --with-readline-includes="${EPREFIX}/usr/include"
164 --with-readline-library="${EPREFIX}/usr/$(get_libdir)"
165 )
166 autotools-utils_src_configure
167 }