Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/xxe: ChangeLog xxe-4.3.0.ebuild
Date: Thu, 23 Apr 2009 17:44:48
Message-Id: E1Lx2yb-0003Wr-HU@stork.gentoo.org
1 patrick 09/04/23 17:44:45
2
3 Modified: ChangeLog
4 Added: xxe-4.3.0.ebuild
5 Log:
6 Bump to 4.3.0, fixes #180270
7 (Portage version: 2.2_rc31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.36 app-editors/xxe/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xxe/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xxe/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xxe/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 21 Apr 2008 16:39:51 -0000 1.35
23 +++ ChangeLog 23 Apr 2009 17:44:45 -0000 1.36
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-editors/xxe
26 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.35 2008/04/21 16:39:51 phreak Exp $
28 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.36 2009/04/23 17:44:45 patrick Exp $
30 +
31 +*xxe-4.3.0 (23 Apr 2009)
32 +
33 + 23 Apr 2009; Patrick Lauer <patrick@g.o> +xxe-4.3.0.ebuild:
34 + Bump to 4.3.0, fixes #180270
35
36 21 Apr 2008; Christian Heim <phreak@g.o> metadata.xml:
37 Fix up metadata.xml. If there's no maintainer for the package, the metadata
38
39
40
41 1.1 app-editors/xxe/xxe-4.3.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xxe/xxe-4.3.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xxe/xxe-4.3.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xxe-4.3.0.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/xxe-4.3.0.ebuild,v 1.1 2009/04/23 17:44:45 patrick Exp $
51
52 MY_PV="${PV//./_}"
53 MY_PV="${MY_PV/_p/p}"
54 S="${WORKDIR}/${PN}-perso-${MY_PV}"
55
56 ADDON_LIST="batik_imagetoolkit jimi_imagetoolkit dav_vdrive ftp_vdrive jeuclid_imagetoolkit mathml_config"
57 ADDON_LIST="${ADDON_LIST} dita_dtd_config sample_customize_xxe sdocbook_config slides_config wxs_config"
58 ADDON_LIST="${ADDON_LIST} xep_foprocessor fop1_foprocessor xfc_foprocessor xxe-devdocs xxe-docsrc xxe_config_pack"
59
60 DESCRIPTION="The XMLmind XML Editor"
61
62 for i in ${ADDON_LIST}
63 do
64 SRC_URI_ADDON="${SRC_URI_ADDON} http://www.xmlmind.com/xmleditor/_download/${i}-${MY_PV}.zip"
65 done
66
67 SRC_URI="http://www.xmlmind.com/xmleditor/_download/${PN}-perso-${MY_PV}.tar.gz
68 doc? ( http://www.xmlmind.com/xmleditor/_download/${PN}-devdocs-${MY_PV}.tar.gz )
69 !minimal? ( ${SRC_URI_ADDON} )"
70
71 HOMEPAGE="http://www.xmlmind.com/xmleditor/index.html"
72 IUSE="doc minimal"
73
74 SLOT="0"
75 LICENSE="as-is"
76 KEYWORDS="~x86 ~ppc ~amd64"
77
78 RESTRICT="strip mirror"
79 RDEPEND=">=virtual/jre-1.4.1"
80 DEPEND=""
81 INSTALLDIR=/opt/${PN}
82
83 src_install() {
84 dodir ${INSTALLDIR}
85 cp -pPR "${S}"/* "${D}"/${INSTALLDIR}
86
87 dodir /etc/env.d
88 echo -e "PATH=${INSTALLDIR}/bin\nROOTPATH=${INSTALLDIR}" > "${D}"/etc/env.d/10xxe
89
90 insinto /usr/share/applications
91 doins "${FILESDIR}"/xxe.desktop
92
93 if ( use doc )
94 then
95 dodir /usr/share/doc/${PF}
96 cp -R "${WORKDIR}"/doc/* "${D}"/usr/share/doc/${PF}
97 mv "${D}"/${INSTALLDIR}/doc/* "${D}"/usr/share/doc/${PF}
98 fi
99 rm -rf "${D}"/${INSTALLDIR}/doc
100
101 if ( ! use minimal )
102 then
103 for i in ${ADDON_LIST}
104 do
105 cp -R "${WORKDIR}"/$i "${D}"/opt/xxe/addon
106 done
107 fi
108 # apt_format
109 }
110
111 pkg_postinst() {
112 einfo
113 einfo "XXE has been installed in /opt/xxe, to include this"
114 einfo "in your path, run the following:"
115 eerror " /usr/sbin/env-update && source /etc/profile"
116 einfo
117 ewarn "If you need special/accented characters, you'll need to export LANG"
118 ewarn "to your locale. Example: export LANG=es_ES.ISO8859-1"
119 ewarn "See http://www.xmlmind.com/xmleditor/user_faq.html#linuxlocale"
120 einfo
121 }