Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/automoc: automoc-0.9.88.ebuild ChangeLog
Date: Sat, 02 Mar 2013 20:19:59
Message-Id: 20130302201956.6378D2171D@flycatcher.gentoo.org
1 hwoarang 13/03/02 20:19:56
2
3 Modified: automoc-0.9.88.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.7 dev-util/automoc/automoc-0.9.88.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/automoc/automoc-0.9.88.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/automoc/automoc-0.9.88.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/automoc/automoc-0.9.88.ebuild?r1=1.6&r2=1.7
15
16 Index: automoc-0.9.88.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/automoc/automoc-0.9.88.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- automoc-0.9.88.ebuild 3 Dec 2012 13:34:40 -0000 1.6
23 +++ automoc-0.9.88.ebuild 2 Mar 2013 20:19:56 -0000 1.7
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/dev-util/automoc/automoc-0.9.88.ebuild,v 1.6 2012/12/03 13:34:40 kensington Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/automoc/automoc-0.9.88.ebuild,v 1.7 2013/03/02 20:19:56 hwoarang Exp $
30
31 EAPI="2"
32
33 @@ -18,7 +18,7 @@
34 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
35 IUSE=""
36
37 -DEPEND="x11-libs/qt-core:4"
38 +DEPEND="dev-qt/qtcore:4"
39 RDEPEND="${DEPEND}"
40
41 S="${WORKDIR}/${MY_P}"
42
43
44
45 1.7 dev-util/automoc/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/automoc/ChangeLog?rev=1.7&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/automoc/ChangeLog?rev=1.7&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/automoc/ChangeLog?r1=1.6&r2=1.7
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-util/automoc/ChangeLog,v
54 retrieving revision 1.6
55 retrieving revision 1.7
56 diff -u -r1.6 -r1.7
57 --- ChangeLog 3 Dec 2012 13:34:40 -0000 1.6
58 +++ ChangeLog 2 Mar 2013 20:19:56 -0000 1.7
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-util/automoc
61 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-util/automoc/ChangeLog,v 1.6 2012/12/03 13:34:40 kensington Exp $
63 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-util/automoc/ChangeLog,v 1.7 2013/03/02 20:19:56 hwoarang Exp $
65 +
66 + 02 Mar 2013; Markos Chandras <hwoarang@g.o> automoc-0.9.88.ebuild:
67 + Move Qt dependencies to the new category
68
69 03 Dec 2012; Michael Palimaka <kensington@g.o> automoc-0.9.88.ebuild:
70 Correct LICENSE, wrt bug #445640.