summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-20 19:08:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-20 19:09:44 +0100
commit4831c2f8f697014db1846ef83947b467ef671298 (patch)
tree33b4be448c9c7d0073717214fde52d9aaecd2884 /app-office
parentdev-python/cython-0.29.14-r1: Add python_check_deps (diff)
downloadgentoo-4831c2f8f697014db1846ef83947b467ef671298.tar.gz
gentoo-4831c2f8f697014db1846ef83947b467ef671298.tar.bz2
gentoo-4831c2f8f697014db1846ef83947b467ef671298.zip
app-office/ooextras: Drop last-rited package
Closes: https://bugs.gentoo.org/697400 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r--app-office/ooextras/Manifest1
-rw-r--r--app-office/ooextras/metadata.xml12
-rw-r--r--app-office/ooextras/ooextras-20060909.ebuild33
3 files changed, 0 insertions, 46 deletions
diff --git a/app-office/ooextras/Manifest b/app-office/ooextras/Manifest
deleted file mode 100644
index 53ad96b1d4e2..000000000000
--- a/app-office/ooextras/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ooextras20060909.tgz 19152149 BLAKE2B fb189427e636969289db7e10c9225734ea26d41bbac0b376e2d1501caa7b7d9243722d8c4001b3dcb56c9d5aa8e1bebfe8389d1b9f4c24c93e4bb2d23fee30dd SHA512 5e58a11ddf3e82e19f606ad734777eed8beb987fbc7765f9c0154f6a9a0c288f56da47a2bc4b5f091927ee9ccb41a668c7cb518c528af7642ab95ca73dc5b81f
diff --git a/app-office/ooextras/metadata.xml b/app-office/ooextras/metadata.xml
deleted file mode 100644
index 2ddd7c9530a9..000000000000
--- a/app-office/ooextras/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>office@gentoo.org</email>
- <name>Gentoo Office project</name>
- </maintainer>
- <longdescription>OOExtras is a set of community generated templates and sample files. For it to do anything useful, you also have to install one of the different flavours of OpenOffice.org that Gentoo provides</longdescription>
- <upstream>
- <remote-id type="sourceforge">ooextras</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-office/ooextras/ooextras-20060909.ebuild b/app-office/ooextras/ooextras-20060909.ebuild
deleted file mode 100644
index 4ce0c8a7f825..000000000000
--- a/app-office/ooextras/ooextras-20060909.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="OOExtras: Extra Templates for OpenOffice.org!"
-HOMEPAGE="http://ooextras.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ooextras/${PN}${PV}.tgz"
-
-INSTDIR="/opt/${PN}"
-S="${WORKDIR}/downloads"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 -sparc x86"
-IUSE=""
-RDEPEND="virtual/ooo"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- true # nothing to do
-}
-
-src_install() {
- dodir ${INSTDIR}
- cp -R -- "${S}"/. "${D}"/${INSTDIR}/
-}
-
-pkg_postinst() {
- elog "Please add ${INSTDIR} to your template paths in OpenOffice.org"
- elog "You can do this under:"
- elog "Tools > Options > OpenOffice.org > Paths"
-}