public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/files/, sci-visualization/gnuplot/
Date: Mon, 29 May 2023 16:56:11 +0000 (UTC)	[thread overview]
Message-ID: <1685379322.a5ffd232dbe9f3aae4809f8d71355a97a65c2680.ulm@gentoo> (raw)

commit:     a5ffd232dbe9f3aae4809f8d71355a97a65c2680
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 16:55:13 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon May 29 16:55:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ffd232

sci-visualization/gnuplot: Update live ebuild

Update picins removal patch. Drop ggi USE flag, following upstream.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .../gnuplot/files/gnuplot-5.5-no-picins.patch          | 18 ------------------
 .../gnuplot/files/gnuplot-6.1-no-picins.patch          | 18 ++++++++++++++++++
 ...plot-5.5.9999-r1.ebuild => gnuplot-6.1.9999.ebuild} | 12 +++++-------
 3 files changed, 23 insertions(+), 25 deletions(-)

diff --git a/sci-visualization/gnuplot/files/gnuplot-5.5-no-picins.patch b/sci-visualization/gnuplot/files/gnuplot-5.5-no-picins.patch
deleted file mode 100644
index b27b0bd941bd..000000000000
--- a/sci-visualization/gnuplot/files/gnuplot-5.5-no-picins.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Do not require picins.sty.
-https://bugs.gentoo.org/577828#c4
-
---- gnuplot/docs/Makefile.am
-+++ gnuplot/docs/Makefile.am
-@@ -179,9 +179,10 @@
- 	$(AM_V_at)GNUPLOT_LIB=$(top_srcdir)/demo $(GNUPLOT_EXE) $(srcdir)/plotstyles.gnu
- 	  rm -f gpinsetfigure.tex ; \
- 	  ( echo "\usepackage{graphicx}" > gpinsetfigure.tex ; \
--	    echo "\usepackage{picins}" >> gpinsetfigure.tex ; \
- 	    echo "\newcommand{\gpinsetfigure}[1]{" >> gpinsetfigure.tex ; \
--	    echo "  \parpic[r][rt]{\includegraphics[width=3in,keepaspectratio]{#1}}" >> gpinsetfigure.tex ; \
-+	    echo "  \begin{figure}[htb]" >> gpinsetfigure.tex ; \
-+	    echo "  \centering\includegraphics[width=3in,keepaspectratio]{#1}" >> gpinsetfigure.tex ; \
-+	    echo "  \end{figure}" >> gpinsetfigure.tex ; \
- 	    echo "}" >> gpinsetfigure.tex ; \
- 	  ) ; \
- 	$(AM_V_GEN)touch $@

diff --git a/sci-visualization/gnuplot/files/gnuplot-6.1-no-picins.patch b/sci-visualization/gnuplot/files/gnuplot-6.1-no-picins.patch
new file mode 100644
index 000000000000..a0e2c8a429ab
--- /dev/null
+++ b/sci-visualization/gnuplot/files/gnuplot-6.1-no-picins.patch
@@ -0,0 +1,18 @@
+Do not require picins.sty.
+https://bugs.gentoo.org/577828#c4
+
+--- gnuplot/docs/Makefile.am
++++ gnuplot/docs/Makefile.am
+@@ -143,9 +143,10 @@
+ 	$(AM_V_at)GNUPLOT_LIB=$(top_srcdir)/demo $(GNUPLOT_EXE) $(srcdir)/plotstyles.gnu
+ 	rm -f gpinsetfigure.tex
+ 	printf '%s\n' '\usepackage{graphicx}' \
+-		'\usepackage{picins}' \
+ 		'\newcommand{\gpinsetfigure}[1]{' \
+-		'  \parpic[r][rt]{\includegraphics[width=3in,keepaspectratio]{#1}}' \
++		'  \begin{figure}[htb]' \
++		'  \centering\includegraphics[width=3in,keepaspectratio]{#1}' \
++		'  \end{figure}' \
+ 		'}' > gpinsetfigure.tex
+ 	$(AM_V_GEN)touch $@
+ 	$(AM_V_at)touch figurestyle

diff --git a/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild b/sci-visualization/gnuplot/gnuplot-6.1.9999.ebuild
similarity index 91%
rename from sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild
rename to sci-visualization/gnuplot/gnuplot-6.1.9999.ebuild
index 3e5902c5070b..94b71cafa1fa 100644
--- a/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild
+++ b/sci-visualization/gnuplot/gnuplot-6.1.9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 LUA_COMPAT=( lua5-{1,2,3,4} )
-WX_GTK_VER="3.0-gtk3"
+WX_GTK_VER="3.2-gtk3"
 
 inherit autotools lua-single readme.gentoo-r1 toolchain-funcs wxwidgets
 
@@ -20,14 +20,14 @@ if [[ -z ${PV%%*9999} ]]; then
 else
 	MY_P="${P/_/.}"
 	SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz"
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 fi
 
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="gnuplot"
 SLOT="0"
-IUSE="aqua bitmap cairo doc examples +gd ggi latex libcaca libcerf lua qt5 readline regis wxwidgets X"
+IUSE="aqua bitmap cairo doc examples +gd latex libcaca libcerf lua qt5 readline regis wxwidgets X"
 REQUIRED_USE="
 	doc? ( gd )
 	lua? ( ${LUA_REQUIRED_USE} )"
@@ -37,7 +37,6 @@ RDEPEND="
 		x11-libs/cairo
 		x11-libs/pango )
 	gd? ( >=media-libs/gd-2.0.35-r3:2=[png] )
-	ggi? ( media-libs/libggi )
 	latex? (
 		virtual/latex-base
 		lua? (
@@ -79,7 +78,7 @@ GP_VERSION="${PV%.*}"
 TEXMF="${EPREFIX}/usr/share/texmf-site"
 
 PATCHES=(
-	"${FILESDIR}"/${PN}-5.5-no-picins.patch
+	"${FILESDIR}"/${PN}-6.1-no-picins.patch
 )
 
 pkg_setup() {
@@ -128,7 +127,6 @@ src_configure() {
 		$(use_with bitmap bitmap-terminals) \
 		$(use_with cairo) \
 		$(use_with gd) \
-		"$(use_with ggi ggi "${EPREFIX}/usr/$(get_libdir)")" \
 		"$(use_with libcaca caca "${EPREFIX}/usr/$(get_libdir)")" \
 		$(use_with libcerf) \
 		$(use_with lua) \


             reply	other threads:[~2023-05-29 16:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-29 16:56 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-14  7:19 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/files/, sci-visualization/gnuplot/ Ulrich Müller
2024-08-03  9:57 Ulrich Müller
2023-10-09 19:31 Ulrich Müller
2021-10-18  9:01 Ulrich Müller
2021-08-03  6:08 Ulrich Müller
2020-12-23 11:10 Ulrich Müller
2020-11-07  4:07 Ulrich Müller
2020-11-06 12:57 Ulrich Müller
2019-07-23  7:19 Ulrich Müller
2018-01-12  8:37 Ulrich Müller
2017-11-19 11:46 Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1685379322.a5ffd232dbe9f3aae4809f8d71355a97a65c2680.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox