diff options
Diffstat (limited to 'app-editors/kxmleditor/kxmleditor-1.1.4-r1.ebuild')
-rw-r--r-- | app-editors/kxmleditor/kxmleditor-1.1.4-r1.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app-editors/kxmleditor/kxmleditor-1.1.4-r1.ebuild b/app-editors/kxmleditor/kxmleditor-1.1.4-r1.ebuild deleted file mode 100644 index ca98a68e650b..000000000000 --- a/app-editors/kxmleditor/kxmleditor-1.1.4-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/kxmleditor/kxmleditor-1.1.4-r1.ebuild,v 1.6 2009/07/19 12:05:19 nixnut Exp $ - -ARTS_REQUIRED="never" - -inherit kde - -DESCRIPTION="KDE XML Editor to display and edit contents of XML files" -HOMEPAGE="http://kxmleditor.sourceforge.net" -SRC_URI="mirror://sourceforge/kxmleditor/${P}.tar.gz" - -SLOT="3.5" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -need-kde 3.5 - -PATCHES=( - "${FILESDIR}/kxmleditor-1.1.4-desktop-file.diff" - ) - -src_unpack() { - kde_src_unpack - rm -f "${S}"/configure -} |