diff options
Diffstat (limited to 'app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.1.ebuild')
-rw-r--r-- | app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.1.ebuild b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.1.ebuild deleted file mode 100644 index 4a517dd008e6..000000000000 --- a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.1.ebuild,v 1.1 2008/08/12 23:46:27 yoswink Exp $ - -WX_GTK_VER="2.8" - -inherit wxwidgets - -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 - guidexml? ( mirror://gentoo/GuideXML-templates.tar.gz )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="guidexml" - -DEPEND="dev-libs/xerces-c \ - dev-libs/boost \ - dev-libs/libpcre \ - app-text/aspell \ - =x11-libs/wxGTK-2.8*" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - if use guidexml; then - insinto /usr/share/xmlcopyeditor/templates/ - for TEMPLATE in "${WORKDIR}"/GuideXML-templates/*.xml; do - newins "${TEMPLATE}" "${TEMPLATE##*/}" || die "GuideXML templates failed" - done - fi - - dodoc AUTHORS ChangeLog README NEWS -} |