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

commit:     1cc312eab8232570989affd5f49ca8fe24aff4f1
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sat Jan 14 18:12:39 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 10:12:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc312ea

sci-visualization/xyscan: EAPI bump 4 -> 6

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

 sci-visualization/xyscan/xyscan-3.3.1-r1.ebuild | 44 +++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/sci-visualization/xyscan/xyscan-3.3.1-r1.ebuild b/sci-visualization/xyscan/xyscan-3.3.1-r1.ebuild
new file mode 100644
index 00000000..4a1f4c5
--- /dev/null
+++ b/sci-visualization/xyscan/xyscan-3.3.1-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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"
+}


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

Thread overview: 9+ 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 --
2017-01-15 10:13 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/xyscan/ David Seifert
2017-11-25 17:42 David Seifert
2018-01-22 23:08 Andreas Sturmlechner
2018-01-22 23:08 Andreas Sturmlechner
2018-03-13 12:51 Michael Palimaka
2020-05-21  9:17 Andreas Sturmlechner
2024-07-31 10:12 Pacho Ramos
2025-01-29 18:49 Andreas Sturmlechner

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=1484475163.1cc312eab8232570989affd5f49ca8fe24aff4f1.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