summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/ooextras/ooextras-20060909.ebuild')
-rw-r--r--app-office/ooextras/ooextras-20060909.ebuild33
1 files changed, 0 insertions, 33 deletions
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"
-}