mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
sci-visualization/xyscan: Drop old
Closes: https://bugs.gentoo.org/537002 Package-Manager: Portage-2.3.20, Repoman-2.3.6
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST xyscan-3.31-src.tar.gz 1122203 BLAKE2B e98554af93bcd1ddae11d42aca00ca5609f95fd26690edf218e178c5a5058fec852c909a9a23440abf355d1aac411af40ced8106c1a674f688c3ce4484e5a786 SHA512 418456348d2493cc365c4cae4760a246d8113e1b0cf74c03aa385a5a40b02c20fdb873c007afea7e244e493c52eb2803cee4da0338f6e090ef87f20dc9a50f42
|
||||
DIST xyscan-4.30-src.tgz 2700346 BLAKE2B 553e751a8d8320aca0bdfcf9facb528463d4b9179f134c0d2739837af8756760e8831f868737658f21c109c76f87a0c7284c65138b5585481e8201f664f3653e SHA512 f520f9d54893e738e8c93c7f0f4c5940b17e25d2a8dcd42632993b92460cecd388e6bfaa69f3905bdb9e77ea2ec876f3b93d82079d3383d6edc4cc8baec512b6
|
||||
|
||||
@@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit qmake-utils 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="l10n_fr"
|
||||
|
||||
RDEPEND="dev-qt/qtcore:4
|
||||
dev-qt/qtgui:4"
|
||||
DEPEND="$RDEPEND"
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -i \
|
||||
-e "s:qApp->applicationDirPath() + \"/../docs\":\"${EPREFIX}/usr/share/doc/${PF}/html\":" \
|
||||
xyscanWindow.cpp || die "Failed to fix docs path"
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
eqmake4
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin xyscan
|
||||
HTML_DOCS=( docs/en/. )
|
||||
einstalldocs
|
||||
use l10n_fr && dodoc -r docs/fr
|
||||
newicon images/xyscanIcon.png xyscan.png
|
||||
make_desktop_entry xyscan "xyscan data point extractor"
|
||||
}
|
||||
Reference in New Issue
Block a user