Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/basqet: basqet-0.2.0.ebuild basqet-0.1.4.ebuild ChangeLog
Date: Sat, 02 Mar 2013 23:47:28
Message-Id: 20130302234725.4C7DF2171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 23:47:25
2
3 Modified: basqet-0.2.0.ebuild basqet-0.1.4.ebuild ChangeLog
4 Log:
5 Move Qt dependencies to the new category
6
7 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
8
9 Revision Changes Path
10 1.2 x11-misc/basqet/basqet-0.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/basqet/basqet-0.2.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/basqet/basqet-0.2.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/basqet/basqet-0.2.0.ebuild?r1=1.1&r2=1.2
15
16 Index: basqet-0.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/basqet/basqet-0.2.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- basqet-0.2.0.ebuild 8 May 2012 21:34:02 -0000 1.1
23 +++ basqet-0.2.0.ebuild 2 Mar 2013 23:47:25 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/basqet/basqet-0.2.0.ebuild,v 1.1 2012/05/08 21:34:02 kensington Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/basqet/basqet-0.2.0.ebuild,v 1.2 2013/03/02 23:47:25 hwoarang Exp $
30
31 EAPI=4
32
33 @@ -15,8 +15,8 @@
34 KEYWORDS="~amd64 ~x86"
35 IUSE=""
36
37 -DEPEND="x11-libs/qt-core:4
38 - x11-libs/qt-gui:4"
39 +DEPEND="dev-qt/qtcore:4
40 + dev-qt/qtgui:4"
41 RDEPEND="${DEPEND}"
42
43 S=${WORKDIR}/release_${PV}
44
45
46
47 1.2 x11-misc/basqet/basqet-0.1.4.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/basqet/basqet-0.1.4.ebuild?rev=1.2&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/basqet/basqet-0.1.4.ebuild?rev=1.2&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/basqet/basqet-0.1.4.ebuild?r1=1.1&r2=1.2
52
53 Index: basqet-0.1.4.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/x11-misc/basqet/basqet-0.1.4.ebuild,v
56 retrieving revision 1.1
57 retrieving revision 1.2
58 diff -u -r1.1 -r1.2
59 --- basqet-0.1.4.ebuild 20 Jan 2011 23:03:45 -0000 1.1
60 +++ basqet-0.1.4.ebuild 2 Mar 2013 23:47:25 -0000 1.2
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2011 Gentoo Foundation
63 +# Copyright 1999-2013 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/basqet/basqet-0.1.4.ebuild,v 1.1 2011/01/20 23:03:45 spatz Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/basqet/basqet-0.1.4.ebuild,v 1.2 2013/03/02 23:47:25 hwoarang Exp $
67
68 EAPI=3
69
70 @@ -15,8 +15,8 @@
71 KEYWORDS="~amd64 ~x86"
72 IUSE=""
73
74 -DEPEND="x11-libs/qt-gui:4
75 - x11-libs/qt-xmlpatterns:4"
76 +DEPEND="dev-qt/qtgui:4
77 + dev-qt/qtxmlpatterns:4"
78 RDEPEND="${DEPEND}"
79
80 src_prepare() {
81
82
83
84 1.6 x11-misc/basqet/ChangeLog
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/basqet/ChangeLog?rev=1.6&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/basqet/ChangeLog?rev=1.6&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/basqet/ChangeLog?r1=1.5&r2=1.6
89
90 Index: ChangeLog
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/x11-misc/basqet/ChangeLog,v
93 retrieving revision 1.5
94 retrieving revision 1.6
95 diff -u -r1.5 -r1.6
96 --- ChangeLog 8 May 2012 21:34:02 -0000 1.5
97 +++ ChangeLog 2 Mar 2013 23:47:25 -0000 1.6
98 @@ -1,6 +1,10 @@
99 # ChangeLog for x11-misc/basqet
100 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
101 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/basqet/ChangeLog,v 1.5 2012/05/08 21:34:02 kensington Exp $
102 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
103 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/basqet/ChangeLog,v 1.6 2013/03/02 23:47:25 hwoarang Exp $
104 +
105 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> basqet-0.1.4.ebuild,
106 + basqet-0.2.0.ebuild:
107 + Move Qt dependencies to the new category
108
109 *basqet-0.2.0 (08 May 2012)
110
111 @@ -30,4 +34,3 @@
112 04 Nov 2009; Ben de Groot <yngwin@g.o> +basqet-0.1.0.ebuild,
113 +metadata.xml:
114 Initial import. Ebuild by me.
115 -