From: "Marc Schiffbauer" <marc@schiffbauer.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mschiff:master commit in: app-editors/xxe-pro/, app-editors/xxe-pro/files/
Date: Thu, 23 Jun 2011 13:32:31 +0000 (UTC) [thread overview]
Message-ID: <56511f3543ae5271da8dd63c3aa2de6d1dab25c9.mschiff@gentoo> (raw)
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
+}
reply other threads:[~2011-06-23 13:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56511f3543ae5271da8dd63c3aa2de6d1dab25c9.mschiff@gentoo \
--to=marc@schiffbauer.net \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox