summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-editors/xxe-pro/Manifest6
-rw-r--r--app-editors/xxe-pro/files/xxe-pro.desktop9
-rw-r--r--app-editors/xxe-pro/metadata.xml9
-rw-r--r--app-editors/xxe-pro/xxe-pro-4.8.0.ebuild42
-rw-r--r--app-editors/xxe-pro/xxe-pro-4.9.1.ebuild42
5 files changed, 0 insertions, 108 deletions
diff --git a/app-editors/xxe-pro/Manifest b/app-editors/xxe-pro/Manifest
deleted file mode 100644
index e368bd3..0000000
--- a/app-editors/xxe-pro/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX xxe-pro.desktop 215 RMD160 f7cf3e0e909ddd6bab699767154ceb083a0bfe9d SHA1 411603d7997c63f23f8a33bd19a275df35325fd0 SHA256 7780beb5353f3a8301c55f031b89ecdf4ddf6badf8fd71614e7598ebc202a933
-DIST xxe-pro-4_8_0.tar.gz 23795671 RMD160 39c996e323b2b6b60b9fada28e3e2519e3f9297f SHA1 7786c201aed4fb2431d395cc7de315f80af8c049 SHA256 41b94256739613ceeeafe590b59eafc890ad99f08ca2461778ad2830ccfa0781
-DIST xxe-pro-4_9_1.tar.gz 22980254 RMD160 90a61e3633ef11a9a1ac53064f5b06787a07afad SHA1 649ea2ada58f31a17bac45183f53f7dc4257e58f SHA256 857b8404b8640ca5ef28c662f1a9324396e5a20811c131fa804eb9f4d208f6cf
-EBUILD xxe-pro-4.8.0.ebuild 1003 RMD160 91777e7923fe3d5a0b5dbe47a528d218f784a981 SHA1 7f354270d319a45e26b73a5ea13437c7d23d35e7 SHA256 431af1443162c24349f834fc9e101702e9f23293744ff89187522f9bc906b6f9
-EBUILD xxe-pro-4.9.1.ebuild 1005 RMD160 5399fe2736c1d8f21ea795fbf51868c20c6c28a1 SHA1 15b8d5ab48727e3c373b7dd49c40b5fb11b85bab SHA256 555ea5d38940a542f6238c8f550a25dda77fa0d8d8b458d0db9cf881bddcdb4e
-MISC metadata.xml 258 RMD160 36c7408d99ec9e4744eb812056807c973ad43654 SHA1 c9a8e30a62ee8979c9e3f9d9a04f45ddc9b95e98 SHA256 fa93955247f65072d146bc94ad4e380ca13d4388646c47dc9850580f550b5b47
diff --git a/app-editors/xxe-pro/files/xxe-pro.desktop b/app-editors/xxe-pro/files/xxe-pro.desktop
deleted file mode 100644
index ff3ae04..0000000
--- a/app-editors/xxe-pro/files/xxe-pro.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[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
deleted file mode 100644
index 385eecb..0000000
--- a/app-editors/xxe-pro/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?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>
- <name>Marc Schiffbauer</name>
- </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
deleted file mode 100644
index dbe4e76..0000000
--- a/app-editors/xxe-pro/xxe-pro-4.8.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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
-}
diff --git a/app-editors/xxe-pro/xxe-pro-4.9.1.ebuild b/app-editors/xxe-pro/xxe-pro-4.9.1.ebuild
deleted file mode 100644
index 0723bc8..0000000
--- a/app-editors/xxe-pro/xxe-pro-4.9.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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.9p1/${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
-}