williamh    15/08/05 17:55:37

  Modified:             go-sys-9999.ebuild ChangeLog
  Log:
  add support for golang-vcs-snapshot to live ebuild
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  Changes    Path
1.6                  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.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-sys/go-sys-9999.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-sys/go-sys-9999.ebuild?r1=1.5&r2=1.6

Index: go-sys-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-go/go-sys/go-sys-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- go-sys-9999.ebuild  6 Jul 2015 17:09:39 -0000       1.5
+++ go-sys-9999.ebuild  5 Aug 2015 17:55:37 -0000       1.6
@@ -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.5 
2015/07/06 17:09:39 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-go/go-sys/go-sys-9999.ebuild,v 1.6 
2015/08/05 17:55:37 williamh Exp $
 
 EAPI=5
 EGO_PN=golang.org/x/sys/...
@@ -12,6 +12,7 @@
        KEYWORDS="~amd64"
 EGIT_COMMIT="58e109635f5d754f4b3a8a0172db65a52fcab866"
        SRC_URI="https://github.com/golang/sys/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+       inherit golang-vcs-snapshot
 fi
 inherit golang-build
 
@@ -22,32 +23,3 @@
 IUSE=""
 DEPEND=""
 RDEPEND=""
-
-if [[ ${PV} != *9999* ]]; then
-src_unpack() {
-       local f
-
-       for f in ${A}
-       do
-               case "${f}" in
-                       *.tar|*.tar.gz|*.tar.bz2|*.tar.xz)
-                               local destdir=${WORKDIR}/${P}/src/${EGO_SRC}
-
-                               debug-print "${FUNCNAME}: unpacking ${f} to 
${destdir}"
-
-                               # XXX: check whether the directory structure 
inside is
-                               # fine? i.e. if the tarball has actually a 
parent dir.
-                               mkdir -p "${destdir}" || die
-                               tar -C "${destdir}" -x --strip-components 1 \
-                                       -f "${DISTDIR}/${f}" || die
-                               ;;
-                       *)
-                               debug-print "${FUNCNAME}: falling back to 
unpack for ${f}"
-
-                               # fall back to the default method
-                               unpack "${f}"
-                               ;;
-               esac
-       done
-}
-fi



1.7                  dev-go/go-sys/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-sys/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-sys/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-sys/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-go/go-sys/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   6 Jul 2015 17:09:39 -0000       1.6
+++ ChangeLog   5 Aug 2015 17:55:37 -0000       1.7
@@ -1,6 +1,9 @@
 # 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.6 2015/07/06 
17:09:39 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-go/go-sys/ChangeLog,v 1.7 2015/08/05 
17:55:37 williamh Exp $
+
+  05 Aug 2015; William Hubbs <[email protected]> go-sys-9999.ebuild:
+  add support for golang-vcs-snapshot to live ebuild
 
   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;




Reply via email to