williamh 15/07/06 17:09:39 Modified: go-sys-9999.ebuild ChangeLog Log: Add a subslot of the version number so we know which version is installed; this wil allow slot operators in dependencies on this package. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Revision Changes Path 1.5 dev-go/go-sys/go-sys-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-sys/go-sys-9999.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-sys/go-sys-9999.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-sys/go-sys-9999.ebuild?r1=1.4&r2=1.5 Index: go-sys-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-go/go-sys/go-sys-9999.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- go-sys-9999.ebuild 28 Jun 2015 23:19:15 -0000 1.4 +++ go-sys-9999.ebuild 6 Jul 2015 17:09:39 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-go/go-sys/go-sys-9999.ebuild,v 1.4 2015/06/28 23:19:15 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-go/go-sys/go-sys-9999.ebuild,v 1.5 2015/07/06 17:09:39 williamh Exp $ EAPI=5 EGO_PN=golang.org/x/sys/... @@ -18,7 +18,7 @@ DESCRIPTION="Go packages for low-level interaction with the operating system" HOMEPAGE="https://godoc.org/golang.org/x/sys" LICENSE="BSD" -SLOT="0" +SLOT="0/${PV}" IUSE="" DEPEND="" RDEPEND="" 1.6 dev-go/go-sys/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-sys/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-sys/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-sys/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-go/go-sys/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 1 Jul 2015 21:12:32 -0000 1.5 +++ ChangeLog 6 Jul 2015 17:09:39 -0000 1.6 @@ -1,6 +1,10 @@ # ChangeLog for dev-go/go-sys # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-go/go-sys/ChangeLog,v 1.5 2015/07/01 21:12:32 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-go/go-sys/ChangeLog,v 1.6 2015/07/06 17:09:39 williamh Exp $ + + 06 Jul 2015; William Hubbs <[email protected]> go-sys-9999.ebuild: + Add a subslot of the version number so we know which version is installed; + this wil allow slot operators in dependencies on this package. *go-sys-0_pre20150518 (01 Jul 2015)
