Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libsexy: libsexy-0.1.11.ebuild ChangeLog
Date: Sat, 11 Oct 2008 23:53:21
Message-Id: E1KooGn-00077V-DR@stork.gentoo.org
1 eva 08/10/11 23:53:13
2
3 Modified: libsexy-0.1.11.ebuild ChangeLog
4 Log:
5 perl is not a RDEPEND and is an optional DEPEND.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
7
8 Revision Changes Path
9 1.9 x11-libs/libsexy/libsexy-0.1.11.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11.ebuild?r1=1.8&r2=1.9
14
15 Index: libsexy-0.1.11.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- libsexy-0.1.11.ebuild 11 Dec 2007 22:46:19 -0000 1.8
22 +++ libsexy-0.1.11.ebuild 11 Oct 2008 23:53:13 -0000 1.9
23 @@ -1,12 +1,12 @@
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/x11-libs/libsexy/libsexy-0.1.11.ebuild,v 1.8 2007/12/11 22:46:19 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11.ebuild,v 1.9 2008/10/11 23:53:13 eva Exp $
29
30 inherit gnome2
31
32 DESCRIPTION="Sexy GTK+ Widgets"
33 HOMEPAGE="http://www.chipx86.com/wiki/Libsexy"
34 -SRC_URI="http://releases.chipx86.com/libsexy/${PN}/${P}.tar.bz2"
35 +SRC_URI="http://releases.chipx86.com/${PN}/${PN}/${P}.tar.bz2"
36
37 LICENSE="LGPL-2"
38 SLOT="0"
39 @@ -17,9 +17,9 @@
40 >=x11-libs/gtk+-2.6
41 dev-libs/libxml2
42 >=x11-libs/pango-1.4.0
43 - >=app-text/iso-codes-0.49
44 - >=dev-lang/perl-5"
45 + >=app-text/iso-codes-0.49"
46 DEPEND="${RDEPEND}
47 + >=dev-lang/perl-5
48 >=dev-util/pkgconfig-0.19
49 doc? ( >=dev-util/gtk-doc-1.4 )"
50
51
52
53
54 1.35 x11-libs/libsexy/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.35&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.35&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?r1=1.34&r2=1.35
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v
63 retrieving revision 1.34
64 retrieving revision 1.35
65 diff -u -r1.34 -r1.35
66 --- ChangeLog 13 Dec 2007 20:33:27 -0000 1.34
67 +++ ChangeLog 11 Oct 2008 23:53:13 -0000 1.35
68 @@ -1,6 +1,9 @@
69 # ChangeLog for x11-libs/libsexy
70 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.34 2007/12/13 20:33:27 compnerd Exp $
72 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.35 2008/10/11 23:53:13 eva Exp $
74 +
75 + 11 Oct 2008; Gilles Dartiguelongue <eva@g.o> libsexy-0.1.11.ebuild:
76 + perl is not a RDEPEND and is an optional DEPEND.
77
78 14 Dec 2007; Saleem Abdulrasool <compnerd@g.o>
79 -libsexy-0.1.10.ebuild: