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/gri/
Date: Sun, 15 Jan 2017 10:13:15 +0000 (UTC)	[thread overview]
Message-ID: <1484475144.043cfc266e0c767b1c1a48560044a5fdb5a832f0.soap@gentoo> (raw)

commit:     043cfc266e0c767b1c1a48560044a5fdb5a832f0
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sat Jan 14 15:51:42 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 10:12:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043cfc26

sci-visualization/gri: Removing EAPI 4 ebuild

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3469

 sci-visualization/gri/Manifest           |  1 -
 sci-visualization/gri/gri-2.12.19.ebuild | 84 --------------------------------
 2 files changed, 85 deletions(-)

diff --git a/sci-visualization/gri/Manifest b/sci-visualization/gri/Manifest
index 683c820..20ccfc2 100644
--- a/sci-visualization/gri/Manifest
+++ b/sci-visualization/gri/Manifest
@@ -1,2 +1 @@
-DIST gri-2.12.19.tar.gz 1658449 SHA256 9c1b315f309268a64c538c691644ac83665c88a65c408d427afe8ed22592b6e6 SHA512 cf4c4675b5e5d38b3ef3f6db1209bd29e08b9d5547edc245ec78bbd0f0549937c6de0298c3bd3a565206ab2f8742c45a2344b227136f13412faf9734c5bbe3c6 WHIRLPOOL 5fa851fb8f13bcc3bdbf9d07c2af75295c3014a52b65e723e8ce9c9186af5c7a6a49df45cd3a9115fce562676df1ee07c1df68c6a19fec3e4f6134a528b5fe4b
 DIST gri-2.12.23.tar.gz 1668587 SHA256 a24e703f30250ed705c0a242aa59a24748259ea7355fca52152f367f45bfd2e7 SHA512 0b028c56e9603fd00480ad7a92461c1e60f7879d89bffb5b83a2ee52c8870546e584c75478777dbb2d4934095fe9a9d4efd2aa2ff756c1860459a1e0cc0b4216 WHIRLPOOL f272827cfa5fa65604dc2a116660a78b7b0ac1df6d5ddacd943fae5ab258d05546285bffb89779aabe710c79a04d3f665b25484af3bbf5ffa1762ca3cee0c245

diff --git a/sci-visualization/gri/gri-2.12.19.ebuild b/sci-visualization/gri/gri-2.12.19.ebuild
deleted file mode 100644
index 754c65e..00000000
--- a/sci-visualization/gri/gri-2.12.19.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit eutils elisp-common
-
-DESCRIPTION="language for scientific graphics programming"
-HOMEPAGE="http://gri.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gri/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc emacs examples"
-RESTRICT="test"
-
-DEPEND=">=sci-libs/netcdf-3.5.0
-	virtual/latex-base
-	media-gfx/imagemagick[png]
-	app-text/ghostscript-gpl
-	emacs? ( virtual/emacs )"
-
-RDEPEND="${DEPEND}"
-
-SITEFILE="50gri-gentoo.el"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-2.12.18-postscript.patch
-}
-
-src_compile() {
-	VARTEXFONTS="${T}/fonts" emake || die
-	if use emacs; then
-		elisp-compile src/*.el || die
-	fi
-}
-
-src_install() {
-	# Replace PREFIX now and correct paths in the startup message.
-	sed -e s,PREFIX/share/gri/doc/,/usr/share/doc/${P}/, -i "${S}/src/startup.msg"
-
-	einstall || die
-
-	# license text not necessary
-	rm "${D}"/usr/share/gri/doc/license.txt
-
-	# install target installs it always and in the wrong location
-	# remove it here and call elisp-install in case of USE=emacs below
-	rm -rf "${D}"/usr/share/emacs
-
-	if ! use doc; then
-		sed -e "s/Manual at.*//" -i "${D}"/usr/share/gri/startup.msg
-		rm "${D}"/usr/share/gri/doc/cmdrefcard.ps
-		rm "${D}"/usr/share/gri/doc/refcard.ps
-		rm -rf "${D}"/usr/share/gri/doc/html
-	fi
-	if ! use examples; then
-		sed -e "s/Examples at.*//" -i "${D}"/usr/share/gri/startup.msg
-		rm -rf "${D}"/usr/share/gri/doc/examples
-	fi
-
-	dodoc README
-
-	#move docs to the proper place
-	mv "${D}"/usr/share/gri/doc/* "${D}/usr/share/doc/${PF}"
-	rmdir "${D}/usr/share/gri/doc/"
-
-	if use emacs; then
-		cd src
-		elisp-install ${PN} *.{el,elc} || die
-		elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
-			|| die
-	fi
-}
-
-pkg_postinst() {
-	use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-	use emacs && elisp-site-regen
-}


             reply	other threads:[~2017-01-15 10:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-15 10:13 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-12-20 22:49 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gri/ Ulrich Müller
2017-02-11 19:47 David Seifert
2015-09-25 14:43 Agostino Sarubbo
2015-09-24 12:56 Agostino Sarubbo

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=1484475144.043cfc266e0c767b1c1a48560044a5fdb5a832f0.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