Gentoo Archives: gentoo-commits

From: "Dominik Kapusta (ayoy)" <ayoy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/lfhex: lfhex-0.4-r1.ebuild ChangeLog lfhex-0.3.7.2.ebuild lfhex-0.42.ebuild
Date: Mon, 05 Oct 2009 19:15:24
Message-Id: E1Mut1n-0000ZH-4Z@stork.gentoo.org
1 ayoy 09/10/05 19:15:23
2
3 Modified: lfhex-0.4-r1.ebuild ChangeLog lfhex-0.3.7.2.ebuild
4 lfhex-0.42.ebuild
5 Log:
6 Removed alternative dependency on Qt metapackage
7 (Portage version: 2.2_rc43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 app-editors/lfhex/lfhex-0.4-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lfhex/lfhex-0.4-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lfhex/lfhex-0.4-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lfhex/lfhex-0.4-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: lfhex-0.4-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.4-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- lfhex-0.4-r1.ebuild 27 Jul 2008 00:52:39 -0000 1.3
23 +++ lfhex-0.4-r1.ebuild 5 Oct 2009 19:15:22 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2009 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.4-r1.ebuild,v 1.3 2008/07/27 00:52:39 carlo Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.4-r1.ebuild,v 1.4 2009/10/05 19:15:22 ayoy Exp $
30
31 EAPI="1"
32
33 @@ -15,9 +15,8 @@
34
35 IUSE=""
36
37 -RDEPEND="|| ( x11-libs/qt-gui:4
38 - <x11-libs/qt-4.4:4 )
39 - >=x11-libs/libXt-1.0.0"
40 +RDEPEND="x11-libs/qt-gui:4
41 + >=x11-libs/libXt-1.0.0"
42
43 DEPEND="sys-devel/flex
44 sys-devel/bison
45
46
47
48 1.24 app-editors/lfhex/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lfhex/ChangeLog?rev=1.24&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lfhex/ChangeLog?rev=1.24&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lfhex/ChangeLog?r1=1.23&r2=1.24
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/app-editors/lfhex/ChangeLog,v
57 retrieving revision 1.23
58 retrieving revision 1.24
59 diff -u -r1.23 -r1.24
60 --- ChangeLog 16 Nov 2008 17:35:55 -0000 1.23
61 +++ ChangeLog 5 Oct 2009 19:15:22 -0000 1.24
62 @@ -1,6 +1,10 @@
63 # ChangeLog for app-editors/lfhex
64 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/ChangeLog,v 1.23 2008/11/16 17:35:55 dragonheart Exp $
66 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/ChangeLog,v 1.24 2009/10/05 19:15:22 ayoy Exp $
68 +
69 + 05 Oct 2009; Dominik Kapusta <ayoy@g.o> lfhex-0.4-r1.ebuild,
70 + lfhex-0.42.ebuild:
71 + Removed alternative dependency on Qt metapackage
72
73 *lfhex-0.42 (16 Nov 2008)
74
75
76
77
78 1.5 app-editors/lfhex/lfhex-0.3.7.2.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lfhex/lfhex-0.3.7.2.ebuild?rev=1.5&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lfhex/lfhex-0.3.7.2.ebuild?rev=1.5&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lfhex/lfhex-0.3.7.2.ebuild?r1=1.4&r2=1.5
83
84 Index: lfhex-0.3.7.2.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.3.7.2.ebuild,v
87 retrieving revision 1.4
88 retrieving revision 1.5
89 diff -u -r1.4 -r1.5
90 --- lfhex-0.3.7.2.ebuild 22 Jul 2007 08:56:15 -0000 1.4
91 +++ lfhex-0.3.7.2.ebuild 5 Oct 2009 19:15:22 -0000 1.5
92 @@ -1,6 +1,6 @@
93 -# Copyright 1999-2007 Gentoo Foundation
94 +# Copyright 1999-2009 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.3.7.2.ebuild,v 1.4 2007/07/22 08:56:15 omp Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.3.7.2.ebuild,v 1.5 2009/10/05 19:15:22 ayoy Exp $
98
99 inherit eutils
100
101
102
103
104 1.2 app-editors/lfhex/lfhex-0.42.ebuild
105
106 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lfhex/lfhex-0.42.ebuild?rev=1.2&view=markup
107 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lfhex/lfhex-0.42.ebuild?rev=1.2&content-type=text/plain
108 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/lfhex/lfhex-0.42.ebuild?r1=1.1&r2=1.2
109
110 Index: lfhex-0.42.ebuild
111 ===================================================================
112 RCS file: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.42.ebuild,v
113 retrieving revision 1.1
114 retrieving revision 1.2
115 diff -u -r1.1 -r1.2
116 --- lfhex-0.42.ebuild 16 Nov 2008 17:35:56 -0000 1.1
117 +++ lfhex-0.42.ebuild 5 Oct 2009 19:15:22 -0000 1.2
118 @@ -1,6 +1,6 @@
119 -# Copyright 1999-2008 Gentoo Foundation
120 +# Copyright 1999-2009 Gentoo Foundation
121 # Distributed under the terms of the GNU General Public License v2
122 -# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.42.ebuild,v 1.1 2008/11/16 17:35:56 dragonheart Exp $
123 +# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.42.ebuild,v 1.2 2009/10/05 19:15:22 ayoy Exp $
124
125 EAPI="1"
126
127 @@ -15,9 +15,8 @@
128
129 IUSE=""
130
131 -RDEPEND="|| ( x11-libs/qt-gui:4
132 - <x11-libs/qt-4.4:4 )
133 - >=x11-libs/libXt-1.0.0"
134 +RDEPEND="x11-libs/qt-gui:4
135 + >=x11-libs/libXt-1.0.0"
136
137 DEPEND="sys-devel/flex
138 sys-devel/bison