Gentoo Archives: gentoo-commits

From: "Thomas Anderson (gentoofan23)" <gentoofan23@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/stfl: stfl-0.17.ebuild stfl-0.18.ebuild ChangeLog
Date: Sun, 22 Jun 2008 17:30:55
Message-Id: E1KATOr-0007El-S4@stork.gentoo.org
1 gentoofan23 08/06/22 17:30:49
2
3 Modified: stfl-0.17.ebuild stfl-0.18.ebuild ChangeLog
4 Log:
5 Fixed multilib bugs; keyworded ~amd64, bug #209304
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.4 dev-libs/stfl/stfl-0.17.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/stfl/stfl-0.17.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/stfl/stfl-0.17.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/stfl/stfl-0.17.ebuild?r1=1.3&r2=1.4
14
15 Index: stfl-0.17.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.17.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- stfl-0.17.ebuild 27 Dec 2007 12:50:07 -0000 1.3
22 +++ stfl-0.17.ebuild 22 Jun 2008 17:30:49 -0000 1.4
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.17.ebuild,v 1.3 2007/12/27 12:50:07 ticho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.17.ebuild,v 1.4 2008/06/22 17:30:49 gentoofan23 Exp $
29
30 inherit perl-module toolchain-funcs eutils
31
32 @@ -23,7 +23,7 @@
33 ruby? ( dev-lang/ruby )"
34
35 src_unpack() {
36 - unpack "${A}"
37 + unpack ${A}
38 cd "${S}"
39 sed -i \
40 -e "s!-Os -ggdb!!" \
41
42
43
44 1.2 dev-libs/stfl/stfl-0.18.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/stfl/stfl-0.18.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/stfl/stfl-0.18.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/stfl/stfl-0.18.ebuild?r1=1.1&r2=1.2
49
50 Index: stfl-0.18.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.18.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- stfl-0.18.ebuild 27 Dec 2007 12:47:51 -0000 1.1
57 +++ stfl-0.18.ebuild 22 Jun 2008 17:30:49 -0000 1.2
58 @@ -1,8 +1,8 @@
59 -# Copyright 1999-2007 Gentoo Foundation
60 +# Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.18.ebuild,v 1.1 2007/12/27 12:47:51 ticho Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.18.ebuild,v 1.2 2008/06/22 17:30:49 gentoofan23 Exp $
64
65 -inherit perl-module toolchain-funcs eutils
66 +inherit perl-module toolchain-funcs eutils multilib
67
68 DESCRIPTION="A library which implements a curses-based widget set for text terminals"
69 HOMEPAGE="http://www.clifford.at/stfl/"
70 @@ -10,7 +10,7 @@
71
72 LICENSE="LGPL-3"
73 SLOT="0"
74 -KEYWORDS="~x86"
75 +KEYWORDS="~amd64 ~x86"
76
77 IUSE="examples perl ruby"
78
79 @@ -23,13 +23,14 @@
80 ruby? ( dev-lang/ruby )"
81
82 src_unpack() {
83 - unpack "${A}"
84 + unpack ${A}
85 cd "${S}"
86 sed -i \
87 -e "s!-Os -ggdb!!" \
88 -e "s!^all:.*!all: libstfl.a!" \
89 Makefile
90
91 + epatch "${FILESDIR}/${P}-multilib.patch"
92 sed -i -e "s:/usr/lib/python2.4:${D}/usr/lib/python2.4:" \
93 python/Makefile.snippet
94
95 @@ -56,7 +57,7 @@
96 local exdir="/usr/share/doc/${PF}/examples"
97
98 dodir /usr/lib/python2.4/lib-dynload
99 - emake -j1 prefix="/usr" DESTDIR="${D}" install || die "make install failed"
100 + emake -j1 prefix="/usr" DESTDIR="${D}" LIBDIR="$(get_libdir)" install || die "make install failed"
101
102 dodoc README
103
104
105
106
107 1.16 dev-libs/stfl/ChangeLog
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/stfl/ChangeLog?rev=1.16&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/stfl/ChangeLog?rev=1.16&content-type=text/plain
111 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/stfl/ChangeLog?r1=1.15&r2=1.16
112
113 Index: ChangeLog
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v
116 retrieving revision 1.15
117 retrieving revision 1.16
118 diff -u -r1.15 -r1.16
119 --- ChangeLog 30 May 2008 06:35:33 -0000 1.15
120 +++ ChangeLog 22 Jun 2008 17:30:49 -0000 1.16
121 @@ -1,6 +1,10 @@
122 # ChangeLog for dev-libs/stfl
123 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
124 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v 1.15 2008/05/30 06:35:33 phreak Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v 1.16 2008/06/22 17:30:49 gentoofan23 Exp $
126 +
127 + 22 Jun 2008; Thomas Anderson <gentoofan23@g.o>
128 + +files/stfl-0.18-multilib.patch, stfl-0.18.ebuild:
129 + Fixed multilib bugs; keyworded ~amd64, bug #209304
130
131 30 May 2008; Christian Heim <phreak@g.o> metadata.xml:
132 Removing Andrej Kacian (Ticho) from metadata.xml (as per #59986). Assigning
133
134
135
136 --
137 gentoo-commits@l.g.o mailing list