diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-08-15 15:12:12 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-08-15 15:12:12 +0000 |
commit | b9f83e86b271fdeb642fd6748666e45dd77432dd (patch) | |
tree | 29451ccdaf8694f15907ca59fa791b3a1a995a1e /app-editors/xxe | |
parent | stable amd64 (diff) | |
download | historical-b9f83e86b271fdeb642fd6748666e45dd77432dd.tar.gz historical-b9f83e86b271fdeb642fd6748666e45dd77432dd.tar.bz2 historical-b9f83e86b271fdeb642fd6748666e45dd77432dd.zip |
version bump thanks to Gioele Barabucci <dev@gioelebarabucci.com>, Sascha Teske <gentoo@slasha.de>, Alexander Skwar <askwar@digitalprojects.com>, Benigno B. Junior <bbj@gentoo.org>, Almad <bugs@almad.net>, CJ Kucera <gentoo@apocalyptech.com> and Sergey Belyashov <b-s-a@narod.ru> in bug 124618
Package-Manager: portage-2.1.1_pre5-r1
Diffstat (limited to 'app-editors/xxe')
-rw-r--r-- | app-editors/xxe/ChangeLog | 12 | ||||
-rw-r--r-- | app-editors/xxe/files/digest-xxe-3.4.0 | 3 | ||||
-rw-r--r-- | app-editors/xxe/metadata.xml | 2 | ||||
-rw-r--r-- | app-editors/xxe/xxe-3.4.0.ebuild | 43 |
4 files changed, 58 insertions, 2 deletions
diff --git a/app-editors/xxe/ChangeLog b/app-editors/xxe/ChangeLog index 12f23446d17f..d811c029b290 100644 --- a/app-editors/xxe/ChangeLog +++ b/app-editors/xxe/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for app-editors/xxe # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.27 2006/01/20 00:04:51 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.28 2006/08/15 15:12:12 genstef Exp $ + +*xxe-3.4.0 (15 Aug 2006) + + 15 Aug 2006; Stefan Schweizer <genstef@gentoo.org> metadata.xml, + -xxe-3.0_p1.ebuild, +xxe-3.4.0.ebuild: + version bump thanks to Gioele Barabucci <dev@gioelebarabucci.com>, Sascha + Teske <gentoo@slasha.de>, Alexander Skwar <askwar@digitalprojects.com>, + Benigno B. Junior <bbj@gentoo.org>, Almad <bugs@almad.net>, CJ Kucera + <gentoo@apocalyptech.com> and Sergey Belyashov <b-s-a@narod.ru> in bug + 124618 *xxe-3.0_p1 (20 Jan 2006) diff --git a/app-editors/xxe/files/digest-xxe-3.4.0 b/app-editors/xxe/files/digest-xxe-3.4.0 new file mode 100644 index 000000000000..7f537bbd3673 --- /dev/null +++ b/app-editors/xxe/files/digest-xxe-3.4.0 @@ -0,0 +1,3 @@ +MD5 c0da285b4b6fd7513dd9fba4cd97c5c5 xxe-std-3_4_0.tar.gz 12316848 +RMD160 8fba664f55fc9a42aef875e97a98c7aef824b3a5 xxe-std-3_4_0.tar.gz 12316848 +SHA256 1871efd19dccec346e03bd6e0ed43f240ab45ae816cf9ff4e8dce63e1a84ce7e xxe-std-3_4_0.tar.gz 12316848 diff --git a/app-editors/xxe/metadata.xml b/app-editors/xxe/metadata.xml index 20ce219711a2..d52c9e243149 100644 --- a/app-editors/xxe/metadata.xml +++ b/app-editors/xxe/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> +<herd>maintainer-needed</herd> </pkgmetadata> diff --git a/app-editors/xxe/xxe-3.4.0.ebuild b/app-editors/xxe/xxe-3.4.0.ebuild new file mode 100644 index 000000000000..fef1c02c06df --- /dev/null +++ b/app-editors/xxe/xxe-3.4.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/xxe-3.4.0.ebuild,v 1.1 2006/08/15 15:12:12 genstef Exp $ + +MY_PV="${PV//./_}" +#MY_PV="${MY_PV/_p/p}" +S="${WORKDIR}/${PN}-std-${MY_PV}" +DESCRIPTION="The XMLmind XML Editor" +SRC_URI="http://www.xmlmind.net/xmleditor/_download/${PN}-std-${MY_PV}.tar.gz" +HOMEPAGE="http://www.xmlmind.com/xmleditor/index.html" +IUSE="" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="~x86 ~ppc ~amd64" + +RESTRICT="nostrip nomirror" +RDEPEND=">=virtual/jre-1.4.1" +DEPEND="" +INSTALLDIR="/opt/${PN}" + +src_install() { + dodir "${INSTALLDIR}" + cp -pPR "${S}"/* "${D}/${INSTALLDIR}" + + dodir /etc/env.d + echo -e "PATH=${INSTALLDIR}/bin\nROOTPATH=${INSTALLDIR}" > "${D}"/etc/env.d/10xxe + + insinto /usr/share/applications + doins "${FILESDIR}"/xxe.desktop +} + +pkg_postinst() { + einfo + einfo "XXE has been installed in /opt/xxe, to include this" + einfo "in your path, run the following:" + eerror " /usr/sbin/env-update && source /etc/profile" + einfo + ewarn "If you need special/accented characters, you'll need to export LANG" + ewarn "to your locale. Example: export LANG=es_ES.ISO8859-1" + ewarn "See http://www.xmlmind.com/xmleditor/user_faq.html#linuxlocale" + einfo +} |