commit: 0364bc7462c9fdafa3ec77bf70a480a1ef728c85 Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net> AuthorDate: Fri Sep 2 12:18:46 2016 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Sep 2 20:09:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0364bc74
sci-astronomy/xfitsview: Deleted EAPI 4 ebuild xfitsview-2.2-r1.ebuild Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/2187 Signed-off-by: David Seifert <soap <AT> gentoo.org> sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild | 33 ------------------------- 1 file changed, 33 deletions(-) diff --git a/sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild b/sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild deleted file mode 100644 index 6747852..00000000 --- a/sci-astronomy/xfitsview/xfitsview-2.2-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit eutils - -MY_PN=XFITSview -MY_P=${MY_PN}${PV} - -DESCRIPTION="Viewer for astronomical images in FITS format" -HOMEPAGE="http://www.nrao.edu/software/fitsview/" -SRC_URI="ftp://ftp.cv.nrao.edu/fits/os-support/unix/xfitsview/${PN}${PV}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND=">=x11-libs/motif-2.3:0" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_PN} - -src_prepare() { - find "${S}" -name "*old.c" -delete || die - epatch "${FILESDIR}"/${P}-build_system.patch -} - -src_install() { - dobin XFITSview - dodoc README changes notes.text -}
