summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-03-28 23:43:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-03-28 23:45:22 +0200
commit12272bc5a86369f1b7d7b89e84f3db2a359d28ef (patch)
tree470d293999db10bde79e04393da360cc2c82a1c8 /app-text/searchmonkey/searchmonkey-2.0.0.ebuild
parentprofiles: Drop obsolete media-gfx/pencil mask (diff)
downloadgentoo-12272bc5a86369f1b7d7b89e84f3db2a359d28ef.tar.gz
gentoo-12272bc5a86369f1b7d7b89e84f3db2a359d28ef.tar.bz2
gentoo-12272bc5a86369f1b7d7b89e84f3db2a359d28ef.zip
app-text/searchmonkey: Remove last-rited package
Closes: https://bugs.gentoo.org/644534
Diffstat (limited to 'app-text/searchmonkey/searchmonkey-2.0.0.ebuild')
-rw-r--r--app-text/searchmonkey/searchmonkey-2.0.0.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/app-text/searchmonkey/searchmonkey-2.0.0.ebuild b/app-text/searchmonkey/searchmonkey-2.0.0.ebuild
deleted file mode 100644
index c69ce6729127..000000000000
--- a/app-text/searchmonkey/searchmonkey-2.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit qt4-r2
-
-MY_PN=${PN}2
-MY_P=${PN}_v${PV}
-
-DESCRIPTION="Powerful text searches using regular expressions"
-HOMEPAGE="http://searchmonkey.sourceforge.net/"
-# Switch to ^s when we switch to EAPI=6.
-SRC_URI="mirror://sourceforge/project/${PN}/S${MY_PN:1}/${PV}%20%5Bstable%5D/${MY_P}.zip"
-
-LICENSE="GPL-3"
-SLOT="2"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- dev-qt/qtcore:4
- dev-qt/qtgui:4"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S="${WORKDIR}"/${MY_P}
-
-PATCHES=(
- "${FILESDIR}"/${P}-gcc4.7.patch
- "${FILESDIR}"/${P}-gcc6.patch
-)
-
-src_install() {
- newbin ${PN} ${MY_PN}
-
- # Hand-made desktop icon
- doicon pixmaps/searchmonkey-300x300.png
- domenu "${FILESDIR}"/${P}.desktop
-}