Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/dillo: dillo-0.8.6.ebuild ChangeLog
Date: Sun, 18 Nov 2007 16:22:01
Message-Id: E1Itmu8-0001bN-V4@stork.gentoo.org
1 jer 07/11/18 16:21:52
2
3 Modified: dillo-0.8.6.ebuild ChangeLog
4 Log:
5 Stable for HPPA (bug #155220).
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.9 www-client/dillo/dillo-0.8.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/dillo/dillo-0.8.6.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/dillo/dillo-0.8.6.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/dillo/dillo-0.8.6.ebuild?r1=1.8&r2=1.9
14
15 Index: dillo-0.8.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.6.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- dillo-0.8.6.ebuild 18 Nov 2007 11:18:52 -0000 1.8
22 +++ dillo-0.8.6.ebuild 18 Nov 2007 16:21:52 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.6.ebuild,v 1.8 2007/11/18 11:18:52 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.6.ebuild,v 1.9 2007/11/18 16:21:52 jer Exp $
28
29 inherit flag-o-matic eutils autotools
30
31 @@ -15,7 +15,7 @@
32
33 LICENSE="GPL-2"
34 SLOT="0"
35 -KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc ~ppc64 sparc x86"
36 +KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ~ppc64 sparc x86"
37 MISC_IUSE="nls truetype"
38 IUSE="${MISC_IUSE} ipv6 ssl"
39
40 @@ -36,31 +36,31 @@
41 if [ "${DILLO_ICONSET}" = "kde" ]
42 then
43 einfo "Using Konqueror style icon set"
44 - cp ${S2}/pixmaps.konq.h ${S}/src/pixmaps.h
45 + cp "${S2}"/pixmaps.konq.h "${S}"/src/pixmaps.h
46 elif [ "${DILLO_ICONSET}" = "gnome" ]
47 then
48 einfo "Using Ximian style icon set"
49 - cp ${S2}/pixmaps.ximian.h ${S}/src/pixmaps.h
50 + cp "${S2}"/pixmaps.ximian.h "${S}"/src/pixmaps.h
51 elif [ "${DILLO_ICONSET}" = "mozilla" ]
52 then
53 einfo "Using Netscape style icon set"
54 - cp ${S2}/pixmaps.netscape.h ${S}/src/pixmaps.h
55 + cp "${S2}"/pixmaps.netscape.h "${S}"/src/pixmaps.h
56 elif [ "${DILLO_ICONSET}" = "cobalt" ]
57 then
58 einfo "Using Cobalt style icon set"
59 - cp ${S2}/pixmaps.cobalt.h ${S}/src/pixmaps.h
60 + cp "${S2}"/pixmaps.cobalt.h "${S}"/src/pixmaps.h
61 elif [ "${DILLO_ICONSET}" = "bold" ]
62 then
63 einfo "Using bold style icon set"
64 - cp ${S2}/pixmaps.bold.h ${S}/src/pixmaps.h
65 + cp "${S2}"/pixmaps.bold.h "${S}"/src/pixmaps.h
66 elif [ "${DILLO_ICONSET}" = "trans" ]
67 then
68 einfo "Using transparent style icon set"
69 - cp ${S2}/pixmaps.trans.h ${S}/src/pixmaps.h
70 + cp "${S2}"/pixmaps.trans.h "${S}"/src/pixmaps.h
71 elif [ "${DILLO_ICONSET}" = "trad" ]
72 then
73 einfo "Using the traditional icon set"
74 - cp ${S2}/pixmaps.trad.h ${S}/src/pixmaps.h
75 + cp "${S2}"/pixmaps.trad.h "${S}"/src/pixmaps.h
76 else
77 einfo "Using default Dillo icon set"
78 fi
79
80
81
82 1.54 www-client/dillo/ChangeLog
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/dillo/ChangeLog?rev=1.54&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/dillo/ChangeLog?rev=1.54&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/dillo/ChangeLog?r1=1.53&r2=1.54
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v
91 retrieving revision 1.53
92 retrieving revision 1.54
93 diff -u -r1.53 -r1.54
94 --- ChangeLog 18 Nov 2007 11:18:52 -0000 1.53
95 +++ ChangeLog 18 Nov 2007 16:21:52 -0000 1.54
96 @@ -1,6 +1,9 @@
97 # ChangeLog for www-client/dillo
98 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.53 2007/11/18 11:18:52 drac Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.54 2007/11/18 16:21:52 jer Exp $
101 +
102 + 18 Nov 2007; Jeroen Roovers <jer@g.o> dillo-0.8.6.ebuild:
103 + Stable for HPPA (bug #155220).
104
105 18 Nov 2007; Samuli Suominen <drac@g.o> dillo-0.8.6.ebuild:
106 amd64 stable wrt #155220, thanks to Thomas A. for testing.
107
108
109
110 --
111 gentoo-commits@g.o mailing list