summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2003-11-11 16:50:25 +0000
committerDon Seiler <rizzo@gentoo.org>2003-11-11 16:50:25 +0000
commitf59ffc3e091d1e2b6f33761913d61a2f6445257a (patch)
treecf21d1748320f8ceb8f35393d4d3c9a74ee7ae56 /app-editors
parentVersion bump (diff)
downloadgentoo-2-f59ffc3e091d1e2b6f33761913d61a2f6445257a.tar.gz
gentoo-2-f59ffc3e091d1e2b6f33761913d61a2f6445257a.tar.bz2
gentoo-2-f59ffc3e091d1e2b6f33761913d61a2f6445257a.zip
Version bump
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/xxe/ChangeLog7
-rw-r--r--app-editors/xxe/Manifest4
-rw-r--r--app-editors/xxe/files/digest-xxe-2.51
-rw-r--r--app-editors/xxe/metadata.xml11
-rw-r--r--app-editors/xxe/xxe-2.5.ebuild33
5 files changed, 53 insertions, 3 deletions
diff --git a/app-editors/xxe/ChangeLog b/app-editors/xxe/ChangeLog
index 1e9e5aa31ec6..fc6248b9fe7d 100644
--- a/app-editors/xxe/ChangeLog
+++ b/app-editors/xxe/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/xxe
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.3 2003/08/21 17:53:16 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.4 2003/11/11 16:50:22 rizzo Exp $
+
+*xxe-2.5 (11 Nov 2003)
+
+ 11 Nov 2003; Don Seiler <rizzo@gentoo.org>; xxe-2.5.ebuild:
+ Version bump.
*xxe-2.4 (21 Aug 2003)
diff --git a/app-editors/xxe/Manifest b/app-editors/xxe/Manifest
index 8e619df0a85f..9d6ebf3056cb 100644
--- a/app-editors/xxe/Manifest
+++ b/app-editors/xxe/Manifest
@@ -1,7 +1,7 @@
MD5 58ec3f9b8cd264a365cd7bdf4d4026aa xxe-2.3_p1.ebuild 872
MD5 1ab6e975f50d60f0e96e1ef2a4e81fc5 xxe-2.4.ebuild 865
-MD5 adda153776fd2e83f99682ff7b22f718 ChangeLog 637
-MD5 4d4bc50834e62ec1098762b6fd4e71a0 xxe-2.5.ebuild 899
+MD5 301cddd8ce7c44ca60a99a1602fb0662 ChangeLog 637
+MD5 5249382244821fe7290ff0d94b3b080e xxe-2.5.ebuild 900
MD5 cba5f21f1e37c6fc886c08c621f8a636 metadata.xml 398
MD5 c4f1bbc41d54ea610234e1a6ad69df11 files/digest-xxe-2.3_p1 65
MD5 81355a8161daeedc2d0c825117aff404 files/digest-xxe-2.4 63
diff --git a/app-editors/xxe/files/digest-xxe-2.5 b/app-editors/xxe/files/digest-xxe-2.5
new file mode 100644
index 000000000000..e07d8f023614
--- /dev/null
+++ b/app-editors/xxe/files/digest-xxe-2.5
@@ -0,0 +1 @@
+MD5 e318ae2ea70d51177eec1eb05242aa8f xxe-std-25.tar.gz 8212817
diff --git a/app-editors/xxe/metadata.xml b/app-editors/xxe/metadata.xml
new file mode 100644
index 000000000000..31807e2a98ed
--- /dev/null
+++ b/app-editors/xxe/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>rizzo@gentoo.org</email>
+ <name>Don Seiler</name>
+ <description>I use this app and so am de facto maintainer.</description>
+</maintainer>
+<!-- <longdescription>Long description of the package</longdescription> -->
+</pkgmetadata>
diff --git a/app-editors/xxe/xxe-2.5.ebuild b/app-editors/xxe/xxe-2.5.ebuild
new file mode 100644
index 000000000000..0ad3a8f31d44
--- /dev/null
+++ b/app-editors/xxe/xxe-2.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/xxe-2.5.ebuild,v 1.1 2003/11/11 16:50:22 rizzo Exp $
+
+MY_PV="${PV/./}"
+S="${WORKDIR}/${PN}-std-${MY_PV}"
+DESCRIPTION="Java-based 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"
+
+RESTRICT="nostrip nomirror"
+RDEPEND=">=virtual/jdk-1.4.1"
+DEPEND=""
+INSTALLDIR=/opt/xxe
+
+src_compile() {
+ einfo "Nothing to compile, this is a binary package."
+}
+
+src_install() {
+ dodir ${INSTALLDIR}
+ cp -a ${S}/* ${D}/${INSTALLDIR}
+
+ #dynamic environment by T.Henderson@cs.ucl.ac.uk (Tristan Henderson)
+ dodir /etc/env.d
+ echo -e "PATH=${INSTALLDIR}\nROOTPATH=${INSTALLDIR}" > \
+ ${D}/etc/env.d/10xxe23
+}