summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-06-05 14:29:05 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-06-05 19:56:47 +0200
commit2330f2d1817969fc96b5c9c7c2995cdc50c320f5 (patch)
tree358cfc66ce3710738903706e530ec78cd29957b0 /kde-misc/kim4/kim4-0.9.5-r1.ebuild
parentsys-auth/polkit-kde-agent: Cleanup last-rited package (diff)
downloadgentoo-2330f2d1817969fc96b5c9c7c2995cdc50c320f5.tar.gz
gentoo-2330f2d1817969fc96b5c9c7c2995cdc50c320f5.tar.bz2
gentoo-2330f2d1817969fc96b5c9c7c2995cdc50c320f5.zip
kde-misc/kim4: Cleanup last-rited package
Diffstat (limited to 'kde-misc/kim4/kim4-0.9.5-r1.ebuild')
-rw-r--r--kde-misc/kim4/kim4-0.9.5-r1.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/kde-misc/kim4/kim4-0.9.5-r1.ebuild b/kde-misc/kim4/kim4-0.9.5-r1.ebuild
deleted file mode 100644
index 3a707556c6ce..000000000000
--- a/kde-misc/kim4/kim4-0.9.5-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="A Dolphin and Konqueror service menu for ImageMagick"
-HOMEPAGE="http://www.kde-apps.org/content/show.php/Kim+%28Kde+Image+Menu%29?content=11505"
-SRC_URI="http://bouveyron.free.fr/kim/release/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-RDEPEND="
- kde-apps/kdialog
- || (
- kde-apps/dolphin
- kde-apps/konqueror
- )
- virtual/imagemagick-tools
-"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-install.sh.patch
-}
-
-src_install() {
- DESTDIR=${D} ./install.sh || die
- dodoc AUTHORS ChangeLog README || die
-}