Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog golang-build.eclass
Date: Fri, 03 Jul 2015 21:45:17
Message-Id: 20150703214506.929A174F@oystercatcher.gentoo.org
1 williamh 15/07/03 21:45:06
2
3 Modified: ChangeLog golang-build.eclass
4 Log:
5 golang-build.eclass: drop the slot dependency; it was pointed out to me
6 that they do not force rebuilds in DEPEND
7
8 Revision Changes Path
9 1.1697 eclass/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1697&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1697&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1696&r2=1.1697
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
18 retrieving revision 1.1696
19 retrieving revision 1.1697
20 diff -u -r1.1696 -r1.1697
21 --- ChangeLog 1 Jul 2015 11:28:23 -0000 1.1696
22 +++ ChangeLog 3 Jul 2015 21:45:06 -0000 1.1697
23 @@ -1,6 +1,10 @@
24 # ChangeLog for eclass directory
25 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1696 2015/07/01 11:28:23 mrueg Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1697 2015/07/03 21:45:06 williamh Exp $
28 +
29 + 03 Jul 2015; William Hubbs <williamh@g.o> golang-build.eclass:
30 + drop the slot dependency; it was pointed out to me that they do not trigger
31 + rebuilds in DEPEND
32
33 01 Jul 2015; Manuel RĂ¼ger <mrueg@g.o> kde4-base.eclass:
34 Sync with overlay. Add SRC_URIs for newer KDE SC, KDE Workspace releases and
35
36
37
38 1.3 eclass/golang-build.eclass
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/golang-build.eclass?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/golang-build.eclass?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/golang-build.eclass?r1=1.2&r2=1.3
43
44 Index: golang-build.eclass
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/eclass/golang-build.eclass,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- golang-build.eclass 24 Jun 2015 17:04:53 -0000 1.2
51 +++ golang-build.eclass 3 Jul 2015 21:45:06 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/eclass/golang-build.eclass,v 1.2 2015/06/24 17:04:53 williamh Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/eclass/golang-build.eclass,v 1.3 2015/07/03 21:45:06 williamh Exp $
57
58 # @ECLASS: golang-build.eclass
59 # @MAINTAINER:
60 @@ -24,7 +24,7 @@
61
62 _GOLANG_BUILD=1
63
64 -DEPEND=">=dev-lang/go-1.4.2:="
65 +DEPEND=">=dev-lang/go-1.4.2"
66 STRIP_MASK="*.a"
67
68 # @ECLASS-VARIABLE: EGO_PN