From 1b15d368160986145f333643197e833a73be8ef5 Mon Sep 17 00:00:00 2001 From: Gerhard Bräunlich Date: Fri, 21 Oct 2016 10:32:49 +0200 Subject: 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 --- .../qalculator/qalculator-0.4b-r1.ebuild | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 sci-calculators/qalculator/qalculator-0.4b-r1.ebuild (limited to 'sci-calculators') 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 000000000000..8e9ef587e0d5 --- /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 +} -- cgit v1.2.3-18-g5258