From 34573005c751d14fac94c06ff0013899655c0bd5 Mon Sep 17 00:00:00 2001 From: Don Seiler Date: Tue, 15 Feb 2005 15:15:28 +0000 Subject: Version bump, closes bug #82085 (Portage version: 2.0.51.16) --- app-editors/xxe/ChangeLog | 8 +++++- app-editors/xxe/Manifest | 2 ++ app-editors/xxe/files/digest-xxe-2.8_p1 | 1 - app-editors/xxe/files/digest-xxe-2.9 | 1 + app-editors/xxe/xxe-2.8_p1.ebuild | 43 --------------------------------- app-editors/xxe/xxe-2.9.ebuild | 43 +++++++++++++++++++++++++++++++++ 6 files changed, 53 insertions(+), 45 deletions(-) delete mode 100644 app-editors/xxe/files/digest-xxe-2.8_p1 create mode 100644 app-editors/xxe/files/digest-xxe-2.9 delete mode 100644 app-editors/xxe/xxe-2.8_p1.ebuild create mode 100644 app-editors/xxe/xxe-2.9.ebuild (limited to 'app-editors') diff --git a/app-editors/xxe/ChangeLog b/app-editors/xxe/ChangeLog index fe7b9b29cb3e..56c3e1c742ef 100644 --- a/app-editors/xxe/ChangeLog +++ b/app-editors/xxe/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/xxe # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.21 2005/01/25 19:47:32 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.22 2005/02/15 15:15:28 rizzo Exp $ + +*xxe-2.9 (15 Feb 2005) + + 15 Feb 2005; Don Seiler -xxe-2.8_p1.ebuild, + +xxe-2.9.ebuild: + Version bump, closes bug #82085 25 Jan 2005; Don Seiler xxe-2.8_p1.ebuild: Adding postinst note about setting LANG for special characters. Closes Bug diff --git a/app-editors/xxe/Manifest b/app-editors/xxe/Manifest index 3f789dfc43dc..22dfd749061c 100644 --- a/app-editors/xxe/Manifest +++ b/app-editors/xxe/Manifest @@ -1,5 +1,7 @@ MD5 ad190b1dc14e9cf85723135a9a12e72c ChangeLog 3103 MD5 41ecb89862cace4da8241f245f406764 metadata.xml 322 MD5 e86748b08e42935bcced07a3d5d0b4d7 xxe-2.8_p1.ebuild 1260 +MD5 e86748b08e42935bcced07a3d5d0b4d7 xxe-2.9.ebuild 1260 MD5 fcd68b7f1df3f38457f9bb4bb82e8e2c files/digest-xxe-2.8_p1 66 MD5 c0efedfb73e48162d44f28ff140e07b8 files/xxe.desktop 206 +MD5 361e12f27bb2ea53d191603fe8cdf0bd files/digest-xxe-2.9 64 diff --git a/app-editors/xxe/files/digest-xxe-2.8_p1 b/app-editors/xxe/files/digest-xxe-2.8_p1 deleted file mode 100644 index 182fda2977f1..000000000000 --- a/app-editors/xxe/files/digest-xxe-2.8_p1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c4033ba14c282d47c643234f431a2bd8 xxe-std-28p1.tar.gz 12162143 diff --git a/app-editors/xxe/files/digest-xxe-2.9 b/app-editors/xxe/files/digest-xxe-2.9 new file mode 100644 index 000000000000..b3b01301f95b --- /dev/null +++ b/app-editors/xxe/files/digest-xxe-2.9 @@ -0,0 +1 @@ +MD5 47f37d56223c40012f3a364281d95cbf xxe-std-29.tar.gz 12689786 diff --git a/app-editors/xxe/xxe-2.8_p1.ebuild b/app-editors/xxe/xxe-2.8_p1.ebuild deleted file mode 100644 index 416343dffd9e..000000000000 --- a/app-editors/xxe/xxe-2.8_p1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/xxe-2.8_p1.ebuild,v 1.4 2005/01/25 19:47:32 rizzo 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/jdk-1.4.1" -DEPEND="" -INSTALLDIR=/opt/${PN} - -src_install() { - dodir ${INSTALLDIR} - cp -a ${S}/* ${D}/${INSTALLDIR} - - dodir /etc/env.d - echo -e "PATH=${INSTALLDIR}\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 -} diff --git a/app-editors/xxe/xxe-2.9.ebuild b/app-editors/xxe/xxe-2.9.ebuild new file mode 100644 index 000000000000..4fd96e9e1fd4 --- /dev/null +++ b/app-editors/xxe/xxe-2.9.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/xxe-2.9.ebuild,v 1.1 2005/02/15 15:15:28 rizzo 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/jdk-1.4.1" +DEPEND="" +INSTALLDIR=/opt/${PN} + +src_install() { + dodir ${INSTALLDIR} + cp -a ${S}/* ${D}/${INSTALLDIR} + + dodir /etc/env.d + echo -e "PATH=${INSTALLDIR}\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 +} -- cgit v1.2.3-65-gdbad