From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- app-editors/xmlcopyeditor/Manifest | 5 +++ app-editors/xmlcopyeditor/metadata.xml | 15 ++++++++ .../xmlcopyeditor/xmlcopyeditor-1.2.1.3.ebuild | 43 ++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 app-editors/xmlcopyeditor/Manifest create mode 100644 app-editors/xmlcopyeditor/metadata.xml create mode 100644 app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3.ebuild (limited to 'app-editors/xmlcopyeditor') diff --git a/app-editors/xmlcopyeditor/Manifest b/app-editors/xmlcopyeditor/Manifest new file mode 100644 index 000000000000..e1fd557fdda8 --- /dev/null +++ b/app-editors/xmlcopyeditor/Manifest @@ -0,0 +1,5 @@ +DIST xmlcopyeditor-1.2.1.3.tar.gz 4266907 SHA256 9b684b5042b4af85d3626fd55108bd1d63c0007b5c794ef7cc4b026012b29d2f SHA512 1adda58bc262cd22898ba22eed3cad9f4a51f199e779172af2d51c5d7bf6dac072b9015b90906236de83d7acebe29d0aae6ae73998ec9d9b3c58b02f081e0b4d WHIRLPOOL c536382a6669f54f7abb84f31de57fc1cc11c85ddc20a90828c39e5edb2d112a741b9d1d7e5a0011b4c4ae337bf12f31ec556b9fd4a54da2219b754e48434df5 +EBUILD xmlcopyeditor-1.2.1.3.ebuild 921 SHA256 30cca5cec646834595967cbe3334dde9fa832f0de2ef513ede1ae035f0d52722 SHA512 c226e815d601d6551bc97a85d731379fb627d64a49f0e8a6e3993b4667968604fa3882b7a94b75713f0ff4f417038f71ddd92a3f34e0c0abc824aa242cc0e3c2 WHIRLPOOL 31085e96f4f67283241cf58d3c4806fcb81f02c5656d39b26e1bfaa2992da47974f68ea00432ca5f99a5860e76869cb67a6503152ffae5edd97336c6001773c3 +MISC ChangeLog 3520 SHA256 7501c99609de978629939ab4da5b728b1581f444a34d6916060cb9273b2c4295 SHA512 030d71854edd93d8e55a1f3075def8c8d68b2021cb21e6a51ab5d05016e1be44fa7325d754c35c2dd573d0a16a62a637a412d2aaa1fac1a7248a4b283d29bcfb WHIRLPOOL 29000253e0f9526339d4d683c781a65b799374daeb156f108d97197a47548ee00e6ff610e4782ac548c88cbcd70e95f0ca2d427c90e9f1b1ac4c601dadfba999 +MISC ChangeLog-2015 5815 SHA256 564cbb92211cb98dea6c8cf69f04724c983b59a90d23960818f97fae7e090442 SHA512 9a83765ff76b8d32c68b8612b443d85485545763ecca67815b57b2e72d44e0ab27f620b2beba922c88f722d968734b90921efe244e22b7201a11fbc42ec23366 WHIRLPOOL 839c61f0371773be11a328dd408fad2f715d259c8c918dbb71bdb3a514a5559cf5a6218207a3c4d3709c7fa36a4fa3378b622880f92574c77f47f4882b2beb20 +MISC metadata.xml 441 SHA256 873e8e7accfbadb208593802efcb2d69741f4e5580531f8b7008d07354e270dd SHA512 c84691628454ff4f8b4111cf4516f8e134ae9960564b0bb2242d0cfc30632c1a68bcf5620cc75534854285b7ab1929a5f0da0743a1afb3be19ef78184c6ab450 WHIRLPOOL cc1ed594dda4c1e833c152b0d0011302fa3f4232f077a6418d5cf35fc17d9ff698413606da8422413ca7ac4c74be17bd8e8f32dcb70d9b43c302aa163e8c78c4 diff --git a/app-editors/xmlcopyeditor/metadata.xml b/app-editors/xmlcopyeditor/metadata.xml new file mode 100644 index 000000000000..fdd4b7a4a7e6 --- /dev/null +++ b/app-editors/xmlcopyeditor/metadata.xml @@ -0,0 +1,15 @@ + + + + + rhill@gentoo.org + Ryan Hill + Maintainer + + + Fast, free, validating XML editor. + + + xml-copy-editor + + diff --git a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3.ebuild b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3.ebuild new file mode 100644 index 000000000000..f8f58ca6770f --- /dev/null +++ b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" + +WX_GTK_VER="3.0" + +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" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +IUSE="aqua nls" + +RDEPEND=" + app-text/aspell + dev-libs/libxml2 + dev-libs/libxslt + dev-libs/xerces-c[icu] + dev-libs/libpcre + !aqua? ( x11-libs/wxGTK:${WX_GTK_VER}[X] ) + aqua? ( x11-libs/wxGTK:${WX_GTK_VER}[aqua] )" +DEPEND="${RDEPEND} + dev-libs/boost + dev-util/intltool" + +DOCS=( AUTHORS ChangeLog README NEWS ) + +src_prepare() { + # bug #440744 + sed -i -e 's/ -Wall -g -fexceptions//g' configure.ac || die + eautoreconf + + need-wxwidgets unicode +} + +src_configure() { + econf $(use_enable nls) +} -- cgit v1.2.3