summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild')
-rw-r--r--app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild
deleted file mode 100644
index 740c3a09313e..000000000000
--- a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0"
-inherit autotools wxwidgets xdg
-
-DESCRIPTION="XML Copy Editor is a fast, free, validating XML editor"
-HOMEPAGE="http://xml-copy-editor.sourceforge.net/"
-SRC_URI="mirror://sourceforge/xml-copy-editor/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="aqua nls"
-
-RDEPEND="
- app-text/aspell
- dev-libs/libxml2
- dev-libs/libxslt
- dev-libs/xerces-c[icu]
- dev-libs/libpcre
- x11-libs/wxGTK:${WX_GTK_VER}[X]"
-DEPEND="${RDEPEND}
- dev-libs/boost"
-BDEPEND="dev-util/intltool"
-
-PATCHES=( "${FILESDIR}"/${P}-no-automagic-enchant.patch )
-
-src_prepare() {
- default
-
- # bug #440744
- sed -i -e 's/ -Wall -g -fexceptions//g' configure.ac || die
- eautoreconf
-}
-
-src_configure() {
- setup-wxwidgets unicode
- econf \
- --with-wx-config="${WX_CONFIG}" \
- $(use_enable nls)
-}