diff options
author | Gerhard Bräunlich <wippbox@gmx.net> | 2016-10-21 10:33:29 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-10-21 20:49:34 +0200 |
commit | ac56f7678b91386cb46dcf4147f8eaaef7efbed0 (patch) | |
tree | 3277a8a751aaed29236b24303fe96a36edb7a848 /sci-calculators | |
parent | sci-calculators/qalculator: EAPI bump 4 -> 6 (diff) | |
download | gentoo-ac56f7678b91386cb46dcf4147f8eaaef7efbed0.tar.gz gentoo-ac56f7678b91386cb46dcf4147f8eaaef7efbed0.tar.bz2 gentoo-ac56f7678b91386cb46dcf4147f8eaaef7efbed0.zip |
sci-calculators/qalculator: Removing qalculator-0.4b (EAPI 4)
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2616
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/qalculator/qalculator-0.4b.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sci-calculators/qalculator/qalculator-0.4b.ebuild b/sci-calculators/qalculator/qalculator-0.4b.ebuild deleted file mode 100644 index a8e5a180b176..000000000000 --- a/sci-calculators/qalculator/qalculator-0.4b.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit eutils qt4-r2 - -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="" - -DEPEND="dev-qt/qtgui:4" - -S=${WORKDIR}/${P}-src - -src_install() { - dobin Qalculator - make_desktop_entry Qalculator Qalculator accessories-calculator -} |