williamh    14/12/11 17:28:16

  Modified:             go-9999.ebuild ChangeLog
  Log:
  sync live ebuild
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  Changes    Path
1.21                 dev-lang/go/go-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?r1=1.20&r2=1.21

Index: go-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- go-9999.ebuild      3 Nov 2014 20:22:56 -0000       1.20
+++ go-9999.ebuild      11 Dec 2014 17:28:16 -0000      1.21
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.20 
2014/11/03 20:22:56 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.21 
2014/12/11 17:28:16 williamh Exp $
 
 EAPI=5
 
@@ -41,7 +41,7 @@
 src_prepare()
 {
        if [[ ${PV} != 9999 ]]; then
-               epatch "${FILESDIR}"/${P}-no-Werror.patch
+               epatch "${FILESDIR}"/${PN}-1.2-no-Werror.patch
        fi
        epatch_user
 }
@@ -71,7 +71,7 @@
 src_install()
 {
        dobin bin/*
-       dodoc AUTHORS CONTRIBUTORS PATENTS README misc/editors
+       dodoc AUTHORS CONTRIBUTORS PATENTS README
 
        dodir /usr/lib/go
        insinto /usr/lib/go
@@ -84,6 +84,13 @@
        fperms -R +x /usr/lib/go/pkg/tool
 }
 
+pkg_preinst()
+{
+       has_version '<dev-lang/go-1.4' &&
+               export had_support_files=true ||
+               export had_support_files=false
+}
+
 pkg_postinst()
 {
        # If the go tool sees a package file timestamped older than a 
dependancy it
@@ -100,4 +107,14 @@
                ${REPLACING_VERSIONS} != ${PV} ]]; then
                elog "Release notes are located at 
http://golang.org/doc/go${PV}";
        fi
+
+       if $had_support_files; then
+               ewarn
+               ewarn "All editor support, IDE support, shell completion"
+               ewarn "support, etc has been removed from the go package"
+               ewarn "upstream."
+               ewarn "For more information on which support is available, see"
+               ewarn "the following URL:"
+               ewarn 
"https://github.com/golang/go/wiki/IDEsAndTextEditorPlugins";
+       fi
 }



1.57                 dev-lang/go/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   11 Dec 2014 17:03:50 -0000      1.56
+++ ChangeLog   11 Dec 2014 17:28:16 -0000      1.57
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/go
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.56 2014/12/11 
17:03:50 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.57 2014/12/11 
17:28:16 williamh Exp $
+
+  11 Dec 2014; William Hubbs <willi...@gentoo.org> go-9999.ebuild:
+  sync live ebuild
 
   11 Dec 2014; William Hubbs <willi...@gentoo.org> go-1.4.ebuild:
   Fix #532246 -- remove all optional support for editors, plugins, IDES, etc.




Reply via email to