diff options
author | Torsten Veller <tove@gentoo.org> | 2010-08-23 07:03:21 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-08-23 07:03:21 +0000 |
commit | 2c3b6c6f6ad671e1c2df4fdf67b0775b4e7f24bc (patch) | |
tree | cfa311d2b1429b9d55013bc671f315fcff673d38 /app-editors/xmlcopyeditor | |
parent | Drop RDEPEND on dev-libs/boost (#293064) (diff) | |
download | gentoo-2-2c3b6c6f6ad671e1c2df4fdf67b0775b4e7f24bc.tar.gz gentoo-2-2c3b6c6f6ad671e1c2df4fdf67b0775b4e7f24bc.tar.bz2 gentoo-2-2c3b6c6f6ad671e1c2df4fdf67b0775b4e7f24bc.zip |
Cleanup
(Portage version: 2.2_rc67_p630/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/xmlcopyeditor')
4 files changed, 6 insertions, 125 deletions
diff --git a/app-editors/xmlcopyeditor/ChangeLog b/app-editors/xmlcopyeditor/ChangeLog index c5bb5cd1764e..24a004b6660a 100644 --- a/app-editors/xmlcopyeditor/ChangeLog +++ b/app-editors/xmlcopyeditor/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/xmlcopyeditor # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.16 2010/08/23 07:02:15 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.17 2010/08/23 07:03:21 tove Exp $ + + 23 Aug 2010; Torsten Veller <tove@gentoo.org> + -xmlcopyeditor-1.2.0.1.ebuild, -xmlcopyeditor-1.2.0.2-r1.ebuild, + -xmlcopyeditor-1.2.0.2-r2.ebuild: + Cleanup 23 Aug 2010; Torsten Veller <tove@gentoo.org> xmlcopyeditor-1.2.0.6.ebuild: 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 -} diff --git a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2-r1.ebuild b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2-r1.ebuild deleted file mode 100644 index d48eeae44f4a..000000000000 --- a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2-r1.ebuild +++ /dev/null @@ -1,42 +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.2-r1.ebuild,v 1.2 2008/10/24 21:13:39 pvdabeel 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 ~ppc ~x86" -IUSE="guidexml" - -DEPEND="dev-libs/libxml2 \ - dev-libs/libxslt \ - dev-libs/xerces-c \ - dev-libs/boost \ - dev-libs/libpcre \ - app-text/aspell \ - =x11-libs/wxGTK-2.8*" - -pkg_setup() { - check_wxuse X -} - -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 -} diff --git a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2-r2.ebuild b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2-r2.ebuild deleted file mode 100644 index 04e086f10cfc..000000000000 --- a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2-r2.ebuild +++ /dev/null @@ -1,46 +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/xmlcopyeditor/xmlcopyeditor-1.2.0.2-r2.ebuild,v 1.2 2009/07/01 06:18:08 dirtyepic Exp $ - -EAPI="2" - -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 ~ppc ~x86" -IUSE="guidexml" - -DEPEND=">=dev-libs/libxml2-2.7.3-r1 \ - dev-libs/libxslt \ - dev-libs/xerces-c \ - dev-libs/boost \ - dev-libs/libpcre \ - app-text/aspell \ - x11-libs/wxGTK:2.8[X]" - -RDEPEND=${DEPEND} - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc44.patch -} - -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 -} |