public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mschiff:master commit in: app-editors/xxe-pro/, app-editors/xxe-pro/files/
@ 2011-06-23 13:32 Marc Schiffbauer
  0 siblings, 0 replies; only message in thread
From: Marc Schiffbauer @ 2011-06-23 13:32 UTC (permalink / raw
  To: gentoo-commits

commit:     56511f3543ae5271da8dd63c3aa2de6d1dab25c9
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 13:27:02 2011 +0000
Commit:     Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
CommitDate: Thu Jun 23 13:27:02 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mschiff.git;a=commit;h=56511f35

added ebuild for the xxe-pro XML editor (you need a license)

---
 app-editors/xxe-pro/files/xxe-pro.desktop |    9 ++++++
 app-editors/xxe-pro/metadata.xml          |    8 +++++
 app-editors/xxe-pro/xxe-pro-4.8.0.ebuild  |   42 +++++++++++++++++++++++++++++
 3 files changed, 59 insertions(+), 0 deletions(-)

diff --git a/app-editors/xxe-pro/files/xxe-pro.desktop b/app-editors/xxe-pro/files/xxe-pro.desktop
new file mode 100644
index 0000000..ff3ae04
--- /dev/null
+++ b/app-editors/xxe-pro/files/xxe-pro.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Exec=/opt/xxe-pro/bin/xxe
+Icon=/opt/xxe-pro/bin/icon/xxe.gif
+Name=XMLmind XML Editor (Pro Version)
+GenericName=XML Editor
+Comment=XML file editor
+Categories=Development;

diff --git a/app-editors/xxe-pro/metadata.xml b/app-editors/xxe-pro/metadata.xml
new file mode 100644
index 0000000..0046ad7
--- /dev/null
+++ b/app-editors/xxe-pro/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>no-herd</herd>
+	<maintainer>
+		<email>mschiff@gentoo.org</email>
+	</maintainer>
+</pkgmetadata>

diff --git a/app-editors/xxe-pro/xxe-pro-4.8.0.ebuild b/app-editors/xxe-pro/xxe-pro-4.8.0.ebuild
new file mode 100644
index 0000000..dbe4e76
--- /dev/null
+++ b/app-editors/xxe-pro/xxe-pro-4.8.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MY_PV="${PV//./_}"
+MY_PV="${MY_PV/_p/p}"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+DESCRIPTION="The XMLmind XML Editor (Professional Version)"
+HOMEPAGE="http://www.xmlmind.com/xmleditor/index.html"
+SRC_URI="http://www.xmlmind.com/store_download/xe-usr-4.8/${PN}-${MY_PV}.tar.gz"
+IUSE=""
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="~amd64 ~x86"
+
+RESTRICT="fetch strip mirror"
+RDEPEND=">=virtual/jre-1.5.0"
+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-pro
+
+	insinto /usr/share/applications
+	doins "${FILESDIR}"/xxe-pro.desktop
+}
+
+pkg_postinst() {
+	einfo
+	einfo "XXE Pro has been installed in /opt/${PN}, to include this"
+	einfo "in your path, run the following:"
+	einfo "    /usr/sbin/env-update && source /etc/profile"
+	einfo
+}



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-23 13:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-23 13:32 [gentoo-commits] dev/mschiff:master commit in: app-editors/xxe-pro/, app-editors/xxe-pro/files/ Marc Schiffbauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox