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
commit37043c13a6970bff53583494ed9bfb8a47b6f5de (patch)
tree0d1a19a2aa7faca30cbc9d0c6295fb06755959da /app-editors/xxe
parentVersion bump (diff)
downloadhistorical-37043c13a6970bff53583494ed9bfb8a47b6f5de.tar.gz
historical-37043c13a6970bff53583494ed9bfb8a47b6f5de.tar.bz2
historical-37043c13a6970bff53583494ed9bfb8a47b6f5de.zip
Version bump
Diffstat (limited to 'app-editors/xxe')
-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
4 files changed, 47 insertions, 2 deletions
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
+}