commit: d9f687fb63918a8b15bfb778ccaf5bbade04f45f Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net> AuthorDate: Sat Jan 14 18:13:18 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Jan 15 10:12:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f687fb
sci-visualization/xyscan: removing EAPI 4 ebuild Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/3476 sci-visualization/xyscan/xyscan-3.3.1.ebuild | 39 ---------------------------- 1 file changed, 39 deletions(-) diff --git a/sci-visualization/xyscan/xyscan-3.3.1.ebuild b/sci-visualization/xyscan/xyscan-3.3.1.ebuild deleted file mode 100644 index a4adade..00000000 --- a/sci-visualization/xyscan/xyscan-3.3.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -LANGS="fr" - -inherit eutils qt4-r2 versionator - -MY_PV=$(replace_version_separator 2 '') - -DESCRIPTION="Tool for extracting data points from graphs" -HOMEPAGE="http://star.physics.yale.edu/~ullrich/xyscanDistributionPage/" -SRC_URI="http://star.physics.yale.edu/~ullrich/${PN}DistributionPage/${MY_PV}/${PN}-${MY_PV}-src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-qt/qtcore:4 - dev-qt/qtgui:4" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}" - -src_prepare() { - sed -i \ - -e "s:qApp->applicationDirPath() + \"/../docs\":\"${EPREFIX}/usr/share/doc/${PF}/html\":" \ - xyscanWindow.cpp || die "Failed to fix docs path" -} - -src_install() { - dobin xyscan - dohtml -r docs/en/* - use linguas_fr && doins -r docs/fr - newicon images/xyscanIcon.png xyscan.png - make_desktop_entry xyscan "xyscan data point extractor" -}
