public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/epix/
Date: Fri, 16 Jul 2021 23:44:40 +0000 (UTC)	[thread overview]
Message-ID: <1626479011.4db6ac88ab2aa4ac289513152bccb42eaa99e31c.soap@gentoo> (raw)

commit:     4db6ac88ab2aa4ac289513152bccb42eaa99e31c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 16 23:43:31 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jul 16 23:43:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db6ac88

sci-visualization/epix: cleanup

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-visualization/epix/epix-1.2.19.ebuild | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/sci-visualization/epix/epix-1.2.19.ebuild b/sci-visualization/epix/epix-1.2.19.ebuild
index 9324913332a..f8355a91afb 100644
--- a/sci-visualization/epix/epix-1.2.19.ebuild
+++ b/sci-visualization/epix/epix-1.2.19.ebuild
@@ -3,14 +3,14 @@
 
 EAPI=7
 
-inherit elisp-common bash-completion-r1 autotools
+inherit autotools bash-completion-r1 elisp-common
 
 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"
+SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc emacs examples"
 
@@ -24,9 +24,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 SITEFILE=50${PN}-gentoo.el
 
-PATCHES=(
-	"${FILESDIR}/${P}-autotools.patch"
-)
+PATCHES=( "${FILESDIR}"/${P}-autotools.patch )
 
 src_prepare() {
 	default
@@ -34,26 +32,28 @@ src_prepare() {
 }
 
 src_configure() {
-	econf \
-		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
-		--disable-epix-el
+	econf --disable-epix-el
 }
 
 src_install() {
 	default
+
+	newbashcomp bash_completions epix
+	bashcomp_alias epix flix elaps laps
+
 	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-compile *.el
+		elisp-install ${PN} *.elc *.el
 		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
 	fi
-	newbashcomp bash_completions epix
-	bashcomp_alias epix flix elaps laps
+
 	if use doc; then
 		dodoc doc/*gz
 		docompress -x /usr/share/doc/${PF}/manual{.pdf,.ps,_src.tar}.gz
 	fi
+
 	if use examples; then
 		cd samples || die
 		docinto examples


             reply	other threads:[~2021-07-16 23:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-16 23:44 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-09 15:06 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/epix/ Arthur Zamarin
2023-06-03 11:15 Arthur Zamarin
2021-07-26 11:17 Sam James
2021-07-18  6:35 Agostino Sarubbo
2021-07-18  6:33 Agostino Sarubbo
2021-04-12  2:31 Sam James
2020-06-27 20:45 Andreas K. Hüttel
2019-12-20 22:49 Ulrich Müller
2019-11-05 18:29 Michał Górny
2019-11-04 14:35 Mikle Kolyada
2019-09-01 15:25 Mikle Kolyada
2017-01-15 10:13 David Seifert

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=1626479011.4db6ac88ab2aa4ac289513152bccb42eaa99e31c.soap@gentoo \
    --to=soap@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