summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kimagemapeditor/kimagemapeditor-4.0.2.ebuild')
-rw-r--r--kde-base/kimagemapeditor/kimagemapeditor-4.0.2.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/kde-base/kimagemapeditor/kimagemapeditor-4.0.2.ebuild b/kde-base/kimagemapeditor/kimagemapeditor-4.0.2.ebuild
deleted file mode 100644
index eaa6a20b59ae..000000000000
--- a/kde-base/kimagemapeditor/kimagemapeditor-4.0.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kimagemapeditor/kimagemapeditor-4.0.2.ebuild,v 1.1 2008/03/11 00:06:34 philantrop Exp $
-
-EAPI="1"
-
-KMNAME=kdewebdev
-inherit kde4-meta
-
-DESCRIPTION="KDE web development - image map editor"
-KEYWORDS="~amd64 ~x86"
-HOMEPAGE="http://www.kde.org/"
-IUSE="debug htmlhandbook tidy"
-
-DEPEND="
- tidy? ( app-text/htmltidy )"
-
-src_compile() {
- mycmakeargs="${mycmakeargs}
- -DWITH_quanta=OFF
- $(cmake-utils_use_with tidy LibTidy)"
-
- kde4-meta_src_compile
-}