summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-08-03 14:50:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-08-03 15:00:17 +0200
commita254a34c239511c3b6d5ab6a8b331128345e9c6e (patch)
tree798432deaba513f0be640598485f6f2e9f000510 /sci-visualization
parentx11-themes/comix-xcursors: Drop 0.8.2, EAPI5-- (diff)
downloadgentoo-a254a34c239511c3b6d5ab6a8b331128345e9c6e.tar.gz
gentoo-a254a34c239511c3b6d5ab6a8b331128345e9c6e.tar.bz2
gentoo-a254a34c239511c3b6d5ab6a8b331128345e9c6e.zip
sci-visualization/epix: Drop 1.2.11-r3, EAPI5--
Closes: https://bugs.gentoo.org/790524 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/epix/Manifest1
-rw-r--r--sci-visualization/epix/epix-1.2.11-r3.ebuild65
-rw-r--r--sci-visualization/epix/files/epix-1.2.10-autotools.patch85
3 files changed, 0 insertions, 151 deletions
diff --git a/sci-visualization/epix/Manifest b/sci-visualization/epix/Manifest
index bbfa0f1195c1..24a058d107b2 100644
--- a/sci-visualization/epix/Manifest
+++ b/sci-visualization/epix/Manifest
@@ -1,2 +1 @@
-DIST epix-1.2.11_withpdf.tar.bz2 1709429 BLAKE2B db9cba5b94e27742347f8fc85366399016438681a7016077966e5048b9a178404af8305da7d170722aaac82d85283552f87fbba76b21e788fee546b0e0aebf43 SHA512 16d0edf13711e469a13faba83d47fbab983277a95cfed0e343089258da0b8a56104af9fc217aaa70928c50f10e7d152df93c3638cf2a65a2833142645a829a45
DIST epix-1.2.19_withpdf.tar.bz2 1757443 BLAKE2B 4c7d78f27d355e078ebbe81f9c5d9b1d342f4f04d5f91260460d0559bfb7fc8204668072c06c8d493eb739c492b2935bffd24cb77cd554cd863734b7d84ff6e1 SHA512 b51821256ccaf9957562964b1342ee1656d1d8456081869797d8c704df3098d2643135767987b0673aa64a16703cb2e21deea4aef7d1598e67b9661b98245cda
diff --git a/sci-visualization/epix/epix-1.2.11-r3.ebuild b/sci-visualization/epix/epix-1.2.11-r3.ebuild
deleted file mode 100644
index 747862885521..000000000000
--- a/sci-visualization/epix/epix-1.2.11-r3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp-common bash-completion-r1 autotools epatch
-
-DESCRIPTION="2- and 3-D plotter for creating images (to be used in LaTeX)"
-HOMEPAGE="https://mathcs.holycross.edu/~ahwang/current/ePiX.html"
-SRC_URI="https://mathcs.holycross.edu/~ahwang/epix/${P}_withpdf.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="doc emacs examples"
-
-DEPEND="
- virtual/latex-base
- dev-texlive/texlive-pstricks
- dev-texlive/texlive-pictures
- dev-texlive/texlive-latexextra
- dev-texlive/texlive-latexrecommended
- emacs? ( >=app-editors/emacs-23.1:* )"
-RDEPEND="${DEPEND}"
-SITEFILE=50${PN}-gentoo.el
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.2.10-autotools.patch
- eautoreconf
-}
-
-src_configure() {
- econf \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
- --disable-epix-el
-}
-
-src_install() {
- default
- if use emacs; then
- # do compilation here as the make install target will
- # create the .el file
- elisp-compile *.el || die "elisp-compile failed!"
- elisp-install ${PN} *.elc *.el || die "elisp-install failed!"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- fi
- newbashcomp bash_completions epix
- bashcomp_alias epix flix elaps laps
- if use doc; then
- dodoc doc/*gz
- fi
- if use examples; then
- cd samples || die
- docinto examples
- dodoc *.xp *.flx *c *h README
- fi
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/sci-visualization/epix/files/epix-1.2.10-autotools.patch b/sci-visualization/epix/files/epix-1.2.10-autotools.patch
deleted file mode 100644
index 03f93cd26c9c..000000000000
--- a/sci-visualization/epix/files/epix-1.2.10-autotools.patch
+++ /dev/null
@@ -1,85 +0,0 @@
-diff -Nur epix-1.2.10.orig/configure.ac epix-1.2.10/configure.ac
---- epix-1.2.10.orig/configure.ac 2012-11-29 21:04:20.411280150 -0800
-+++ epix-1.2.10/configure.ac 2012-11-29 21:14:00.462163755 -0800
-@@ -9,6 +9,7 @@
- dnl Checks for programs.
- AC_PROG_CXX
- AC_PROG_LN_S
-+AM_PROG_AR
- AC_PROG_RANLIB
- AC_PROG_MAKE_SET
- AC_PROG_INSTALL
-diff -Nur epix-1.2.10.orig/doc/Makefile.am epix-1.2.10/doc/Makefile.am
---- epix-1.2.10.orig/doc/Makefile.am 2012-11-29 21:04:20.414280167 -0800
-+++ epix-1.2.10/doc/Makefile.am 2012-11-29 21:04:30.491329674 -0800
-@@ -1,7 +1,7 @@
- # Makefile.am for ePiX v1.x "doc" directory
- #
-
--EPIXFLAGS = --no-defaults -I.. -L.. -lepix -v
-+EPIXFLAGS = --no-defaults -I.. -L.. -lepix -q
-
- %.eepic: %.xp
- ../epix-local $(EPIXFLAGS) $<
-@@ -13,13 +13,13 @@
- CLEANFILES = *~ *.aux *.dvi *.log *.out *.toc \
- *.fdx *.flg *.fnd *.idx *.ilg *.ind \
- epix.info epix.info.bz2 manual_src.tar manual.pdf manual.ps \
-- manual_src.tar.gz manual.pdf.gz manual.ps.gz manual-stamp
-+ manual_src.tar.gz manual.pdf manual.ps.gz manual-stamp
-
- MAINTAINERCLEANFILES = *.eepic *.aux *.dvi *.log *.out *.toc \
- *.fdx *.flg *.fnd *.idx *.ilg *.ind
-
- ## Targets ##
--doc_DATA = manual.pdf.gz manual.ps.gz manual_src.tar.gz
-+doc_DATA =
-
- info_TEXINFOS = epix.texi
-
-@@ -42,8 +42,7 @@
- gzip -9 -c manual.ps > manual.ps.gz
-
- #PDF
--manual.pdf.gz: manual-stamp
-- gzip -9 -c manual.pdf > manual.pdf.gz
-+manual.pdf: manual-stamp
-
- epix.info: manual-stamp epix.texi
- makeinfo epix.texi 2>&1 >/dev/null
-diff -Nur epix-1.2.10.orig/Makefile.am epix-1.2.10/Makefile.am
---- epix-1.2.10.orig/Makefile.am 2012-11-29 21:04:20.415280173 -0800
-+++ epix-1.2.10/Makefile.am 2012-11-29 21:05:52.489734436 -0800
-@@ -56,7 +56,7 @@
-
- EPIX_CONFFILES = bash_completions $(EPIX_EL)
-
--EPIX_NOTEFILES = AUTHORS BUGS ChangeLog COPYING INSTALL NEWS POST-INSTALL \
-+EPIX_NOTEFILES = AUTHORS BUGS ChangeLog NEWS POST-INSTALL \
- README THANKS VERSION
-
- EXTRA_DIST = $(bin_SCRIPTS) $(man_MANS) $(EPIX_CONFFILES) $(EPIX_NOTEFILES) \
-@@ -85,11 +85,6 @@
- -e 's%@RUNTIME_COMPILER\@%$(CXX)%;' $< > $@-local
- chmod a+x $@ $@-local
-
--# libepix.a
--libepix.a: $(libepix_a_OBJECTS)
-- ar -ru libepix.a $(libepix_a_OBJECTS)
-- $(RANLIB) libepix.a
--
- # object file dependencies
- $(libepix_a_LIBADD): %.o: %.cc %.h
-
-diff -Nur epix-1.2.10.orig/samples/Makefile.am epix-1.2.10/samples/Makefile.am
---- epix-1.2.10.orig/samples/Makefile.am 2012-11-29 21:04:20.416280179 -0800
-+++ epix-1.2.10/samples/Makefile.am 2012-11-29 21:04:30.491329674 -0800
-@@ -7,7 +7,7 @@
- CLEANFILES = *~ *.eepic *.eps sample_src.tar sample_src.tar.gz sample-stamp
-
- ## Targets ##
--doc_DATA = sample_src.tar.gz
-+doc_DATA =
-
-
- # tar up tex, xp, and eepic files