diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-05-24 20:48:11 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-05-24 21:12:28 +0200 |
commit | f96057292f896ee2119256dee5126f0178908473 (patch) | |
tree | 0b46b2f84ef3093912fda63df6270439411d4cab /app-editors/xmlcopyeditor | |
parent | app-editors/wxhexeditor: Drop old version relying on obsolete wxGTK (diff) | |
download | gentoo-f96057292f896ee2119256dee5126f0178908473.tar.gz gentoo-f96057292f896ee2119256dee5126f0178908473.tar.bz2 gentoo-f96057292f896ee2119256dee5126f0178908473.zip |
app-editors/xmlcopyeditor: Drop old version relying on obsolete wxGTK
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-editors/xmlcopyeditor')
-rw-r--r-- | app-editors/xmlcopyeditor/Manifest | 2 | ||||
-rw-r--r-- | app-editors/xmlcopyeditor/files/xmlcopyeditor-1.2.0.6-gcc-4.8.patch | 13 | ||||
-rw-r--r-- | app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.12.ebuild | 56 |
3 files changed, 0 insertions, 71 deletions
diff --git a/app-editors/xmlcopyeditor/Manifest b/app-editors/xmlcopyeditor/Manifest index c2ecc1f6233b..2364b08f4e77 100644 --- a/app-editors/xmlcopyeditor/Manifest +++ b/app-editors/xmlcopyeditor/Manifest @@ -1,3 +1 @@ -DIST GuideXML-templates.tar.gz 884 SHA256 3ede041b74a64a3f262455728486a616ffb496fa0d6f3c50610387d9de0d742e SHA512 1a303c8f0664d950b89430f940fc27b8cc4f3b76d076437e62edbc736c50bce5794a7178a2c99712a29db4de7e9e8b03c0f598ab702e4289cb77625d5a63ab30 WHIRLPOOL 6094faa76f1b731537e5d254cdd33a98830c22ad4fb99817fd8332b59a03451bf9e3c14ef2fc71c32ed2c74bf1c1ca132210aaf3b2bdeb4342f2a0fc24505f6f -DIST xmlcopyeditor-1.2.0.12.tar.gz 4052354 SHA256 7f33795ca8c6c25207970a4933ff41651314dbd9fd73e94ae68dfde100baa415 SHA512 501ad0302d0dfd3a695adc430ca4b2a720092c04797ee9d2da597971be3c10a51984ab3d444b044f058ba6b1b7a384f71c16aac9fa30e7eb32d509d56972e349 WHIRLPOOL 7b731890a61a2c6742c3c97de9e661fe625a72d289711f9d04cd376e16b3f37dfde8b2d595fdd7ab35d1de8b2e992fdd0e2c824f9b915744f2e52fd2830a9f86 DIST xmlcopyeditor-1.2.1.3.tar.gz 4266907 SHA256 9b684b5042b4af85d3626fd55108bd1d63c0007b5c794ef7cc4b026012b29d2f SHA512 1adda58bc262cd22898ba22eed3cad9f4a51f199e779172af2d51c5d7bf6dac072b9015b90906236de83d7acebe29d0aae6ae73998ec9d9b3c58b02f081e0b4d WHIRLPOOL c536382a6669f54f7abb84f31de57fc1cc11c85ddc20a90828c39e5edb2d112a741b9d1d7e5a0011b4c4ae337bf12f31ec556b9fd4a54da2219b754e48434df5 diff --git a/app-editors/xmlcopyeditor/files/xmlcopyeditor-1.2.0.6-gcc-4.8.patch b/app-editors/xmlcopyeditor/files/xmlcopyeditor-1.2.0.6-gcc-4.8.patch deleted file mode 100644 index 4367cee1fa0a..000000000000 --- a/app-editors/xmlcopyeditor/files/xmlcopyeditor-1.2.0.6-gcc-4.8.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/xmlcopyeditor-1.2.0.9/src/housestyle.h 2012-10-07 09:19:52.000000000 -0400 -+++ b/xmlcopyeditor-1.2.0.9/src/housestyle.h 2013-04-03 10:27:46.784455182 -0400 -@@ -68,8 +68,9 @@ - filterDirectory,
- filterFile,
- pathSeparator,
-- error,
-+ error
- #ifdef __WXMSW__
-+ ,
- aspellDataPath,
- aspellDictPath
- #endif
diff --git a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.12.ebuild b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.12.ebuild deleted file mode 100644 index 0facaeb9a381..000000000000 --- a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.12.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -WX_GTK_VER="2.8" - -inherit autotools 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 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="aqua guidexml" - -RDEPEND=">=dev-libs/libxml2-2.7.3-r1 - dev-libs/libxslt - dev-libs/xerces-c[icu] - dev-libs/libpcre - app-text/aspell - !aqua? ( x11-libs/wxGTK:2.8[X] ) - aqua? ( x11-libs/wxGTK:2.8[aqua] )" -DEPEND="${RDEPEND} - dev-libs/boost" - -DOCS=( AUTHORS ChangeLog README NEWS ) - -src_prepare() { - # fix desktop file - sed -i -e '/Categories/s/Application;//' \ - -e '/Icon/s/.png//' \ - -e 's/\r//g' \ - "src/${PN}.desktop" || die "sed on src/${PN}.desktop failed" - # bug #440744 - sed -i -e 's/ -Wall -g -fexceptions//g' \ - -e '/CXXFLAGS/s/CPPFLAGS/CXXFLAGS/' \ - configure.ac || die 'sed on configure.ac failed' - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install - - if use guidexml; then - insinto /usr/share/xmlcopyeditor/templates/ - for TEMPLATE in "${WORKDIR}"/GuideXML-templates/*.xml; do - newins "${TEMPLATE}" "${TEMPLATE##*/}" - done - fi - -} |