commit: 1b15d368160986145f333643197e833a73be8ef5 Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net> AuthorDate: Fri Oct 21 08:32:49 2016 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Oct 21 18:49:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b15d368
sci-calculators/qalculator: EAPI bump 4 -> 6 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2616 Signed-off-by: David Seifert <soap <AT> gentoo.org> .../qalculator/qalculator-0.4b-r1.ebuild | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/sci-calculators/qalculator/qalculator-0.4b-r1.ebuild b/sci-calculators/qalculator/qalculator-0.4b-r1.ebuild new file mode 100644 index 00000000..8e9ef58 --- /dev/null +++ b/sci-calculators/qalculator/qalculator-0.4b-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit eutils qmake-utils + +DESCRIPTION="A Qt4 based small calculator application" +HOMEPAGE="http://www.qt-apps.org/content/show.php/Qalculator?content=101326" +SRC_URI="http://www.qt-apps.org/CONTENT/content-files/101326-${P}-src.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-qt/qtgui:4" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${P}-src" + +src_configure() { + eqmake4 Qalculator.pro +} + +src_install() { + dobin Qalculator + make_desktop_entry Qalculator Qalculator accessories-calculator +}
