summaryrefslogtreecommitdiff
path: root/app-office/ooextras
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-office/ooextras
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-office/ooextras')
-rw-r--r--app-office/ooextras/Manifest3
-rw-r--r--app-office/ooextras/metadata.xml12
-rw-r--r--app-office/ooextras/ooextras-20060909.ebuild33
3 files changed, 48 insertions, 0 deletions
diff --git a/app-office/ooextras/Manifest b/app-office/ooextras/Manifest
new file mode 100644
index 000000000000..0088023cda61
--- /dev/null
+++ b/app-office/ooextras/Manifest
@@ -0,0 +1,3 @@
+DIST ooextras20060909.tgz 19152149 BLAKE2B fb189427e636969289db7e10c9225734ea26d41bbac0b376e2d1501caa7b7d9243722d8c4001b3dcb56c9d5aa8e1bebfe8389d1b9f4c24c93e4bb2d23fee30dd SHA512 5e58a11ddf3e82e19f606ad734777eed8beb987fbc7765f9c0154f6a9a0c288f56da47a2bc4b5f091927ee9ccb41a668c7cb518c528af7642ab95ca73dc5b81f
+EBUILD ooextras-20060909.ebuild 716 BLAKE2B e3af6706fd723ad2a1389dfc365541bd5f12465e2806eb025ba218051ee523d781812b78510013a6baa7196e61209b70bdb6a070e2e2a2baacc6eca3596c3455 SHA512 fe32188ee5273d62c4049ffe130b16f3ffbc203b792d5589aa934875115ffdc689a3056e8a65eac81c806cdafb793483f4f109727aeace111bdfcbf6a7885a49
+MISC metadata.xml 562 BLAKE2B 3d8f2966ce288cf17e50668518fbaf7d2f67901c68a7159884407e7bdadf1fbf00ee28b4758f582becb1818e8a7dbdd7d92ffa1bef64c7ced867e9d09e8deda4 SHA512 be8f9c9cb7b0d9a75e97dced24904f44de6a7ff1302fa31b2d5b91e3eb0406579e92029e12223495ec0761dd56ca52045bfc7d5af02a3b02317a47caba2c6e04
diff --git a/app-office/ooextras/metadata.xml b/app-office/ooextras/metadata.xml
new file mode 100644
index 000000000000..2ddd7c9530a9
--- /dev/null
+++ b/app-office/ooextras/metadata.xml
@@ -0,0 +1,12 @@
+<?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
new file mode 100644
index 000000000000..4ce0c8a7f825
--- /dev/null
+++ b/app-office/ooextras/ooextras-20060909.ebuild
@@ -0,0 +1,33 @@
+# 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"
+}