diff options
author | William Hubbs <williamh@gentoo.org> | 2014-12-31 01:00:46 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2014-12-31 01:00:46 +0000 |
commit | 5cf04d95ba7a4076355a1709621e41777753c604 (patch) | |
tree | 0bf6f437bf261abf6e2a5695b7eef590e21dd3d1 /dev-lang/go | |
parent | revbump; conversion -> distutils-r1 (diff) | |
download | gentoo-2-5cf04d95ba7a4076355a1709621e41777753c604.tar.gz gentoo-2-5cf04d95ba7a4076355a1709621e41777753c604.tar.bz2 gentoo-2-5cf04d95ba7a4076355a1709621e41777753c604.zip |
Install README.md instead of README for bug #533994
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'dev-lang/go')
-rw-r--r-- | dev-lang/go/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/go/go-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog index 5b610729f901..d1d792ba4ac2 100644 --- a/dev-lang/go/ChangeLog +++ b/dev-lang/go/ChangeLog @@ -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 <williamh@gentoo.org> go-9999.ebuild: + Install README.md instead of README for bug #533994 13 Dec 2014; William Hubbs <williamh@gentoo.org> go-9999.ebuild: migrate the live ebuild to git instead of mercurial to follow upstream diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild index 209a7172c9a5..61e437bc4872 100644 --- a/dev-lang/go/go-9999.ebuild +++ b/dev-lang/go/go-9999.ebuild @@ -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_test() src_install() { dobin bin/* - dodoc AUTHORS CONTRIBUTORS PATENTS README + dodoc AUTHORS CONTRIBUTORS PATENTS README.md dodir /usr/lib/go insinto /usr/lib/go |