Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/kdevelop-pg-qt: kdevelop-pg-qt-1.1.0.ebuild ChangeLog
Date: Sun, 26 Jul 2015 06:31:45
Message-Id: 20150726063139.AC5B8EE@oystercatcher.gentoo.org
1 mgorny 15/07/26 06:31:39
2
3 Modified: kdevelop-pg-qt-1.1.0.ebuild ChangeLog
4 Log:
5 Fix S=. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/184 by a17r.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.1.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.1.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.1.0.ebuild?r1=1.1&r2=1.2
15
16 Index: kdevelop-pg-qt-1.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.1.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- kdevelop-pg-qt-1.1.0.ebuild 25 Jul 2015 16:00:41 -0000 1.1
23 +++ kdevelop-pg-qt-1.1.0.ebuild 26 Jul 2015 06:31:39 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.1.0.ebuild,v 1.1 2015/07/25 16:00:41 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.1.0.ebuild,v 1.2 2015/07/26 06:31:39 mgorny Exp $
29
30 EAPI=5
31
32 @@ -23,3 +23,5 @@
33 sys-devel/flex
34 "
35 RDEPEND="dev-util/kdevelop:4"
36 +
37 +S="${WORKDIR}/${PN}"
38
39
40
41 1.18 dev-util/kdevelop-pg-qt/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog?rev=1.18&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog?rev=1.18&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog?r1=1.17&r2=1.18
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog,v
50 retrieving revision 1.17
51 retrieving revision 1.18
52 diff -u -r1.17 -r1.18
53 --- ChangeLog 25 Jul 2015 16:00:41 -0000 1.17
54 +++ ChangeLog 26 Jul 2015 06:31:39 -0000 1.18
55 @@ -1,6 +1,10 @@
56 # ChangeLog for dev-util/kdevelop-pg-qt
57 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog,v 1.17 2015/07/25 16:00:41 mgorny Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/ChangeLog,v 1.18 2015/07/26 06:31:39 mgorny Exp $
60 +
61 + 26 Jul 2015; Michał Górny <mgorny@g.o> kdevelop-pg-qt-1.1.0.ebuild:
62 + Fix S=. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/184 by
63 + a17r.
64
65 *kdevelop-pg-qt-1.1.0 (25 Jul 2015)