commit: 64dd510a962a01506a3a1777434b8547ca4eed1b
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 14:32:18 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 14:35:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64dd510a
sci-visualization/gnuplot: Live version for branch-5-2-stable.
Add RELEASE_NOTES and TODO to list of files installed with dodoc.
Package-Manager: Portage-2.3.14, Repoman-2.3.6
.../gnuplot/{gnuplot-5.3.9999.ebuild => gnuplot-5.2.9999.ebuild} | 4 ++--
sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild
b/sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild
similarity index 98%
copy from sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild
copy to sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild
index df97e58408f..564bad1aca7 100644
--- a/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild
+++ b/sci-visualization/gnuplot/gnuplot-5.2.9999.ebuild
@@ -12,7 +12,7 @@ if [[ -z ${PV%%*9999} ]]; then
inherit cvs
ECVS_SERVER="gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot"
ECVS_MODULE="gnuplot"
- ECVS_BRANCH="HEAD"
+ ECVS_BRANCH="branch-5-2-stable"
ECVS_USER="anonymous"
ECVS_CVS_OPTIONS="-dP"
MY_P="${PN}"
@@ -174,7 +174,7 @@ src_compile() {
src_install () {
emake DESTDIR="${D}" install
- dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README*
+ dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README* RELEASE_NOTES TODO
newdoc term/PostScript/README README-ps
newdoc term/js/README README-js
use lua && newdoc term/lua/README README-lua
diff --git a/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild
b/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild
index df97e58408f..53fd0391582 100644
--- a/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild
+++ b/sci-visualization/gnuplot/gnuplot-5.3.9999.ebuild
@@ -174,7 +174,7 @@ src_compile() {
src_install () {
emake DESTDIR="${D}" install
- dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README*
+ dodoc BUGS ChangeLog NEWS PGPKEYS PORTING README* RELEASE_NOTES TODO
newdoc term/PostScript/README README-ps
newdoc term/js/README README-js
use lua && newdoc term/lua/README README-lua