Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-go/go-sys: go-sys-9999.ebuild ChangeLog
Date: Mon, 06 Jul 2015 17:09:48
Message-Id: 20150706170939.367FB756@oystercatcher.gentoo.org
1 williamh 15/07/06 17:09:39
2
3 Modified: go-sys-9999.ebuild ChangeLog
4 Log:
5 Add a subslot of the version number so we know which version is installed; this wil allow slot operators in dependencies on this package.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
8
9 Revision Changes Path
10 1.5 dev-go/go-sys/go-sys-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-sys/go-sys-9999.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-sys/go-sys-9999.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-sys/go-sys-9999.ebuild?r1=1.4&r2=1.5
15
16 Index: go-sys-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-go/go-sys/go-sys-9999.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- go-sys-9999.ebuild 28 Jun 2015 23:19:15 -0000 1.4
23 +++ go-sys-9999.ebuild 6 Jul 2015 17:09:39 -0000 1.5
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-go/go-sys/go-sys-9999.ebuild,v 1.4 2015/06/28 23:19:15 williamh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-go/go-sys/go-sys-9999.ebuild,v 1.5 2015/07/06 17:09:39 williamh Exp $
29
30 EAPI=5
31 EGO_PN=golang.org/x/sys/...
32 @@ -18,7 +18,7 @@
33 DESCRIPTION="Go packages for low-level interaction with the operating system"
34 HOMEPAGE="https://godoc.org/golang.org/x/sys"
35 LICENSE="BSD"
36 -SLOT="0"
37 +SLOT="0/${PV}"
38 IUSE=""
39 DEPEND=""
40 RDEPEND=""
41
42
43
44 1.6 dev-go/go-sys/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-sys/ChangeLog?rev=1.6&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-sys/ChangeLog?rev=1.6&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-sys/ChangeLog?r1=1.5&r2=1.6
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-go/go-sys/ChangeLog,v
53 retrieving revision 1.5
54 retrieving revision 1.6
55 diff -u -r1.5 -r1.6
56 --- ChangeLog 1 Jul 2015 21:12:32 -0000 1.5
57 +++ ChangeLog 6 Jul 2015 17:09:39 -0000 1.6
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-go/go-sys
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-go/go-sys/ChangeLog,v 1.5 2015/07/01 21:12:32 williamh Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-go/go-sys/ChangeLog,v 1.6 2015/07/06 17:09:39 williamh Exp $
63 +
64 + 06 Jul 2015; William Hubbs <williamh@g.o> go-sys-9999.ebuild:
65 + Add a subslot of the version number so we know which version is installed;
66 + this wil allow slot operators in dependencies on this package.
67
68 *go-sys-0_pre20150518 (01 Jul 2015)