williamh 14/12/31 01:00:46 Modified: go-9999.ebuild ChangeLog Log: Install README.md instead of README for bug #533994 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Revision Changes Path 1.24 dev-lang/go/go-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?r1=1.23&r2=1.24 Index: go-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- go-9999.ebuild 13 Dec 2014 05:08:41 -0000 1.23 +++ go-9999.ebuild 31 Dec 2014 01:00:46 -0000 1.24 @@ -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.23 2014/12/13 05:08:41 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.24 2014/12/31 01:00:46 williamh Exp $ EAPI=5 @@ -71,7 +71,7 @@ src_install() { dobin bin/* - dodoc AUTHORS CONTRIBUTORS PATENTS README + dodoc AUTHORS CONTRIBUTORS PATENTS README.md dodir /usr/lib/go insinto /usr/lib/go 1.60 dev-lang/go/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.60&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.60&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?r1=1.59&r2=1.60 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- ChangeLog 13 Dec 2014 05:08:41 -0000 1.59 +++ ChangeLog 31 Dec 2014 01:00:46 -0000 1.60 @@ -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.59 2014/12/13 05:08:41 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.60 2014/12/31 01:00:46 williamh Exp $ + + 31 Dec 2014; William Hubbs <[email protected]> go-9999.ebuild: + Install README.md instead of README for bug #533994 13 Dec 2014; William Hubbs <[email protected]> go-9999.ebuild: migrate the live ebuild to git instead of mercurial to follow upstream
