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 25B5F13838B for ; Tue, 16 Sep 2014 22:09:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0249FE0973; Tue, 16 Sep 2014 22:09:06 +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 8C518E0973 for ; Tue, 16 Sep 2014 22:09:05 +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 59D01340342 for ; Tue, 16 Sep 2014 22:09:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16EAE5BCD for ; Tue, 16 Sep 2014 22:09:03 +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: <1410903222.3606ca5cdcb1613a0e4b073ede1c7f8fe0729092.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 X-VCS-Directories: sci-visualization/gnuplot/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 3606ca5cdcb1613a0e4b073ede1c7f8fe0729092 X-VCS-Branch: master Date: Tue, 16 Sep 2014 22:09:03 +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: 93514715-7141-4c44-b2fc-37e4d81c9982 X-Archives-Hash: 20c792f285517ee9c3fb8909ed11be1d commit: 3606ca5cdcb1613a0e4b073ede1c7f8fe0729092 Author: Christoph Junghans gentoo org> AuthorDate: Tue Sep 16 21:33:42 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue Sep 16 21:33:42 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3606ca5c libcerf patch got merged upstream Package-Manager: portage-2.2.8-r1 --- sci-visualization/gnuplot/ChangeLog | 3 +++ sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild | 1 + 2 files changed, 4 insertions(+) diff --git a/sci-visualization/gnuplot/ChangeLog b/sci-visualization/gnuplot/ChangeLog index 07c4b2b..bac226c 100644 --- a/sci-visualization/gnuplot/ChangeLog +++ b/sci-visualization/gnuplot/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 16 Sep 2014; Christoph Junghans gnuplot-5.0.9999.ebuild: + libcerf patch got merged upstream + 08 Sep 2014; Christoph Junghans gnuplot-5.0.9999.ebuild, metadata.xml: sync with gx86 diff --git a/sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild b/sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild index 5c1624f..05eabe3 100644 --- a/sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.0.9999.ebuild @@ -126,6 +126,7 @@ src_configure() { "$(use_with ggi ggi "${EPREFIX}/usr/$(get_libdir)")" \ "$(use_with ggi xmi "${EPREFIX}/usr/$(get_libdir)")" \ "$(use_with libcaca caca "${EPREFIX}/usr/$(get_libdir)")" \ + $(use_with libcerf) \ $(use_with lua) \ $(use_with svga linux-vga) \ $(use_with X x) \