From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7C82A138825 for ; Sat, 8 Nov 2014 20:48:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F300E08EE; Sat, 8 Nov 2014 20:48:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09B39E08EE for ; Sat, 8 Nov 2014 20:48:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00ED13404EC for ; Sat, 8 Nov 2014 20:48:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A09249B77 for ; Sat, 8 Nov 2014 20:48:49 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1415479709.e850bd6a27d017ef66c1312de0b92b348aaee0ee.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/gnuplot/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/gnuplot/ChangeLog sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild sci-visualization/gnuplot/gnuplot-5.1.9999.ebuild X-VCS-Directories: sci-visualization/gnuplot/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: e850bd6a27d017ef66c1312de0b92b348aaee0ee X-VCS-Branch: master Date: Sat, 8 Nov 2014 20:48:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 321b51c5-d45b-4893-a92e-fc9ece2c68af X-Archives-Hash: 346aa7ccfa9d18a78c96cd0c714361a2 commit: e850bd6a27d017ef66c1312de0b92b348aaee0ee Author: Christoph Junghans gentoo org> AuthorDate: Sat Nov 8 20:48:29 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Sat Nov 8 20:48:29 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e850bd6a added latest dev version Package-Manager: portage-2.2.8-r2 --- sci-visualization/gnuplot/ChangeLog | 6 ++++++ sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild | 2 +- .../gnuplot/{gnuplot-5.0.9999.ebuild => gnuplot-5.1.9999.ebuild} | 0 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/sci-visualization/gnuplot/ChangeLog b/sci-visualization/gnuplot/ChangeLog index bac226c..2244691 100644 --- a/sci-visualization/gnuplot/ChangeLog +++ b/sci-visualization/gnuplot/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*gnuplot-5.1.9999 (08 Nov 2014) + + 08 Nov 2014; Christoph Junghans +gnuplot-5.1.9999.ebuild, + gnuplot-5.0.9999.ebuild: + added latest dev version + 16 Sep 2014; Christoph Junghans gnuplot-5.0.9999.ebuild: libcerf patch got merged upstream diff --git a/sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild b/sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild index 05eabe3..ba3a990 100644 --- a/sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild @@ -13,7 +13,7 @@ if [[ -z ${PV%%*9999} ]]; then inherit autotools cvs ECVS_SERVER="gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot" ECVS_MODULE="gnuplot" - ECVS_BRANCH="HEAD" + ECVS_BRANCH="branch-5-0-stable" ECVS_USER="anonymous" ECVS_CVS_OPTIONS="-dP" MY_P="${PN}" diff --git a/sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild b/sci-visualization/gnuplot/gnuplot-5.1.9999.ebuild similarity index 100% copy from sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild copy to sci-visualization/gnuplot/gnuplot-5.1.9999.ebuild