commit:     1726a8b9f72b13054cd212e731c7d8282bfee130
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 16 20:11:41 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 16 20:14:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1726a8b9

sci-visualization/gnuplot: drop 5.4.9

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

 sci-visualization/gnuplot/Manifest                 |   1 -
 .../gnuplot/files/gnuplot-5.4.9-unbal-braces.patch |  31 ---
 sci-visualization/gnuplot/gnuplot-5.4.9.ebuild     | 208 ---------------------
 3 files changed, 240 deletions(-)

diff --git a/sci-visualization/gnuplot/Manifest 
b/sci-visualization/gnuplot/Manifest
index d92054840906..0c2fe0043f50 100644
--- a/sci-visualization/gnuplot/Manifest
+++ b/sci-visualization/gnuplot/Manifest
@@ -2,4 +2,3 @@ DIST gnuplot-5.4.10.tar.gz 5687565 BLAKE2B 
879159fb4b581aa334b221632af7268047077
 DIST gnuplot-5.4.4.tar.gz 5639573 BLAKE2B 
739849d123836c6c982c72a292274d55808cfecd34a36143ecc454b11215951d28efda1815b15048316e96a2f046789b35b8324c53655f2ac1361653235a23b6
 SHA512 
ec2f4f34e119a79adeaf2bc3ec1e9335147bd8808d6e689844b891b60319b6d0f627d8ec1b90c4df6bae5e6ed6373c51e1fb70373258c32b93cfc4b2ed821cb9
 DIST gnuplot-5.4.6.tar.gz 5655661 BLAKE2B 
a4e42679c9942936bc4692ba71a17c748002e0ce216b7980a79866d6f4090ff012b7079a8a1fb1b7d91c5df86afa8b2cb9f8c0b458184a4e0044cf7fbe715e45
 SHA512 
a78333f7c0ed3429b24fcdeb6296e67fb760e6f8ffc0801a6b379fcb12ae7e80cebe65a2655cb3530c2a2d4083adc34060c9a7cbe67ce98b660682c0edba174b
 DIST gnuplot-5.4.8.tar.gz 5684061 BLAKE2B 
bd897b55e267f50e2f5ce8a49a3a033277577cd972c9effaaaedb0bb2e75908ce34997e389edcc4bd0db1dd8a0d937925216ed6ebf4e51d6700bac50d12e6a47
 SHA512 
3fe0ed783db85d95bdbc13e24ec5dc9bb6b2d85b3571cc87d3c17c94f4463fb6e681376394e0918cf3915f8f53896e6423ce76cb8b6fdbefcd6ec3e1b3b80125
-DIST gnuplot-5.4.9.tar.gz 5686930 BLAKE2B 
5695739d67f04a3f993a8ce1515fd94f833811830d26fce036abaabcbb0d9b0acd6b8f78a876fc1befb552209b6f25dda2de02b1cec97d12f0a8d42e73e4306c
 SHA512 
4269c1193585088a66684c0302e2e80d09386b55d1fcb0b578295106737b740bd227ec791e73259960b523d5cec2623cdf9f4607002fb4327e659b073861244c

diff --git a/sci-visualization/gnuplot/files/gnuplot-5.4.9-unbal-braces.patch 
b/sci-visualization/gnuplot/files/gnuplot-5.4.9-unbal-braces.patch
deleted file mode 100644
index 3261f60e61c1..000000000000
--- a/sci-visualization/gnuplot/files/gnuplot-5.4.9-unbal-braces.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-https://bugs.gentoo.org/915492
-Patch from upstream branch-5-4-stable branch
-
-commit b5b668ca442e0d7399e2b432fe5fe5fb4c48a1a2
-Author: Peter Korsgaard <pe...@korsgaard.com>
-Date:   Sun Oct 1 10:20:31 2023 +0200
-
-    term/post.trm: unbreak !HAVE_DEFLATE_ENCODER builds
-
---- a/term/post.trm
-+++ b/term/post.trm
-@@ -4000,17 +4000,16 @@ PS_image (unsigned int M, unsigned int N, coordval 
*image, gpiPoint *corner, t_i
-       cscale = 1.0;
- 
- #ifdef HAVE_DEFLATE_ENCODER
--    if (ps_params->level3) {
-+    if (ps_params->level3)
-       encoded_image = (void *)PS_encode_png_image(M, N, image, color_mode,
-                                           bits_per_component, max_colors, 
cscale,
-                                           &num_encoded_bytes);
--    } else {
-+    else
- #endif
-       encoded_image = PS_encode_image(M, N, image, color_mode,
-                                       bits_per_component, max_colors, cscale,
-                                       (ps_params->level1 ? PS_ASCII_HEX : 
PS_ASCII85),
-                                       &num_encoded_bytes);
--    }
- 
- 
-     fputs("%%%%BeginImage\n", gppsfile);

diff --git a/sci-visualization/gnuplot/gnuplot-5.4.9.ebuild 
b/sci-visualization/gnuplot/gnuplot-5.4.9.ebuild
deleted file mode 100644
index f1d6a09bdf07..000000000000
--- a/sci-visualization/gnuplot/gnuplot-5.4.9.ebuild
+++ /dev/null
@@ -1,208 +0,0 @@
-# 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.2-gtk3"
-
-inherit autotools lua-single readme.gentoo-r1 toolchain-funcs wxwidgets
-
-DESCRIPTION="Command-line driven interactive plotting program"
-HOMEPAGE="http://www.gnuplot.info/";
-
-if [[ -z ${PV%%*9999} ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://git.code.sf.net/p/gnuplot/gnuplot-main";
-       EGIT_BRANCH="master"
-       MY_P="${PN}"
-       EGIT_CHECKOUT_DIR="${WORKDIR}/${MY_P}"
-else
-       MY_P="${P/_/.}"
-       SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz"
-       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"
-REQUIRED_USE="
-       doc? ( gd )
-       lua? ( ${LUA_REQUIRED_USE} )"
-
-RDEPEND="
-       cairo? (
-               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? (
-                       dev-tex/pgf
-                       >=dev-texlive/texlive-latexrecommended-2008-r2 ) )
-       libcaca? ( media-libs/libcaca )
-       lua? ( ${LUA_DEPS} )
-       qt5? (
-               dev-qt/qtcore:5=
-               dev-qt/qtgui:5=
-               dev-qt/qtnetwork:5=
-               dev-qt/qtprintsupport:5=
-               dev-qt/qtsvg:5=
-               dev-qt/qtwidgets:5= )
-       readline? ( sys-libs/readline:0= )
-       libcerf? ( sci-libs/libcerf )
-       wxwidgets? (
-               x11-libs/wxGTK:${WX_GTK_VER}[X]
-               x11-libs/cairo
-               x11-libs/pango
-               x11-libs/gtk+:3 )
-       X? ( x11-libs/libXaw )"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="
-       virtual/pkgconfig
-       doc? (
-               virtual/latex-base
-               dev-texlive/texlive-latexextra
-               dev-texlive/texlive-langgreek
-               dev-texlive/texlive-mathscience
-               app-text/ghostscript-gpl )
-       qt5? ( dev-qt/linguist-tools:5 )"
-
-IDEPEND="latex? ( virtual/latex-base )"
-
-GP_VERSION="${PV%.*}"
-TEXMF="${EPREFIX}/usr/share/texmf-site"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-5.0.6-no-picins.patch
-       "${FILESDIR}"/${PN}-5.4.9-unbal-braces.patch
-)
-
-pkg_setup() {
-       use lua && lua-single_pkg_setup
-}
-
-src_prepare() {
-       default
-
-       if [[ ${PV##*.} = 9999 ]]; then
-               local dir
-               for dir in config demo m4 term tutorial; do
-                       emake -C "$dir" -f Makefile.am.in Makefile.am
-               done
-       fi
-
-       # Add special version identification as required by provision 2
-       # of the gnuplot license
-       sed -i -e "1s/.*/& (Gentoo revision ${PR})/" PATCHLEVEL || die
-
-       eautoreconf
-
-       # Make sure we don't mix build & host flags.
-       sed -i \
-               -e 's:@CPPFLAGS@:$(BUILD_CPPFLAGS):' \
-               -e 's:@CFLAGS@:$(BUILD_CFLAGS):' \
-               -e 's:@LDFLAGS@:$(BUILD_LDFLAGS):' \
-               -e 's:@CC@:$(CC_FOR_BUILD):' \
-               docs/Makefile.in || die
-}
-
-src_configure() {
-       if ! use latex; then
-               sed -i -e '/SUBDIRS/s/LaTeX//' share/Makefile.in || die
-       fi
-
-       use wxwidgets && setup-wxwidgets
-
-       tc-export CC CXX                        #453174
-       tc-export_build_env BUILD_CC
-       export CC_FOR_BUILD=${BUILD_CC}
-
-       econf \
-               --with-texdir="${TEXMF}/tex/latex/${PN}" \
-               --with-readline=$(usex readline gnu builtin) \
-               $(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) \
-               $(use_with regis) \
-               $(use_with X x) \
-               --enable-stats \
-               $(use_with qt5 qt qt5) \
-               $(use_enable wxwidgets) \
-               DIST_CONTACT="https://bugs.gentoo.org/"; \
-               EMACS=no
-}
-
-src_compile() {
-       # Prevent access violations, see bug 201871
-       export VARTEXFONTS="${T}/fonts"
-
-       emake all
-
-       if use doc; then
-               if use cairo; then
-                       emake -C docs pdf
-               else
-                       ewarn "Cannot build figures unless cairo is enabled."
-                       ewarn "Building documentation without figures."
-                       emake -C docs pdf_nofig
-                       mv docs/nofigures.pdf docs/gnuplot.pdf || die
-               fi
-       fi
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       dodoc BUGS NEWS PGPKEYS README* RELEASE_NOTES
-       newdoc term/PostScript/README README-ps
-       newdoc term/js/README README-js
-       use lua && newdoc term/lua/README README-lua
-
-       local DOC_CONTENTS='Gnuplot no longer links against pdflib. You can
-               use the "pdfcairo" terminal for PDF output.'
-       use cairo || DOC_CONTENTS+=' It is available with USE="cairo".'
-       use gd && DOC_CONTENTS+="\n\nFor font support in png/jpeg/gif output,
-               you may have to set the GDFONTPATH and GNUPLOT_DEFAULT_GDFONT
-               environment variables. See the FAQ file in /usr/share/doc/${PF}/
-               for more information."
-       readme.gentoo_create_doc
-
-       if use examples; then
-               # Demo files
-               insinto /usr/share/${PN}/${GP_VERSION}
-               doins -r demo
-               rm "${ED}"/usr/share/${PN}/${GP_VERSION}/demo/binary{1,2,3} || 
die
-               rm "${ED}"/usr/share/${PN}/${GP_VERSION}/demo/plugin/*.{o,so} 
|| die
-       fi
-
-       if use doc; then
-               # Manual, FAQ
-               dodoc docs/gnuplot.pdf FAQ.pdf
-               # Documentation for making PostScript files
-               docinto psdoc
-               dodoc docs/psdoc/{*.doc,*.tex,*.ps,*.gpi,README}
-       fi
-}
-
-src_test() {
-       emake check GNUTERM="dumb"
-}
-
-pkg_postinst() {
-       use latex && texmf-update
-       readme.gentoo_print_elog
-}
-
-pkg_postrm() {
-       use latex && texmf-update
-}

Reply via email to