Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in lxqt-base/lxqt-config-randr: lxqt-config-randr-0.7.0.ebuild ChangeLog
Date: Fri, 30 Jan 2015 16:32:32
Message-Id: 20150130163220.9E94F10B3E@oystercatcher.gentoo.org
1 kensington 15/01/30 16:32:20
2
3 Modified: lxqt-config-randr-0.7.0.ebuild ChangeLog
4 Log:
5 Update SRC_URI by Michael Vetter <g.bluehut@×××××.com> wrt bug #537032.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
8
9 Revision Changes Path
10 1.4 lxqt-base/lxqt-config-randr/lxqt-config-randr-0.7.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-config-randr/lxqt-config-randr-0.7.0.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-config-randr/lxqt-config-randr-0.7.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-config-randr/lxqt-config-randr-0.7.0.ebuild?r1=1.3&r2=1.4
15
16 Index: lxqt-config-randr-0.7.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-config-randr/lxqt-config-randr-0.7.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- lxqt-config-randr-0.7.0.ebuild 16 Nov 2014 12:42:27 -0000 1.3
23 +++ lxqt-config-randr-0.7.0.ebuild 30 Jan 2015 16:32:20 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-config-randr/lxqt-config-randr-0.7.0.ebuild,v 1.3 2014/11/16 12:42:27 jauhien Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-config-randr/lxqt-config-randr-0.7.0.ebuild,v 1.4 2015/01/30 16:32:20 kensington Exp $
30
31 EAPI=5
32 inherit cmake-utils
33 @@ -12,7 +12,7 @@
34 inherit git-r3
35 EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
36 else
37 - SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz"
38 + SRC_URI="http://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
39 KEYWORDS="~amd64 ~arm ~x86"
40 S=${WORKDIR}
41 fi
42
43
44
45 1.3 lxqt-base/lxqt-config-randr/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-config-randr/ChangeLog?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-config-randr/ChangeLog?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-config-randr/ChangeLog?r1=1.2&r2=1.3
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-config-randr/ChangeLog,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- ChangeLog 29 May 2014 08:15:27 -0000 1.2
58 +++ ChangeLog 30 Jan 2015 16:32:20 -0000 1.3
59 @@ -1,6 +1,10 @@
60 # ChangeLog for lxqt-base/lxqt-config-randr
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-config-randr/ChangeLog,v 1.2 2014/05/29 08:15:27 mrueg Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-config-randr/ChangeLog,v 1.3 2015/01/30 16:32:20 kensington Exp $
65 +
66 + 30 Jan 2015; Michael Palimaka <kensington@g.o>
67 + lxqt-config-randr-0.7.0.ebuild:
68 + Update SRC_URI by Michael Vetter <g.bluehut@×××××.com> wrt bug #537032.
69
70 29 May 2014; Manuel Rüger <mrueg@g.o> lxqt-config-randr-0.7.0.ebuild:
71 Add ~arm keyword.