summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-05-09 20:33:54 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-05-09 20:33:54 +0000
commitddf364867479f98ebcc60b70ee1d97adee79f75b (patch)
treeaa3c838e3630875757f76edf67e3780a94df295b /app-officeext
parentUpdate the default unpack to detect cases when oxt is packed elsewhere. (diff)
downloadgentoo-2-ddf364867479f98ebcc60b70ee1d97adee79f75b.tar.gz
gentoo-2-ddf364867479f98ebcc60b70ee1d97adee79f75b.tar.bz2
gentoo-2-ddf364867479f98ebcc60b70ee1d97adee79f75b.zip
Initial commit. Fixes bug#251598.
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Diffstat (limited to 'app-officeext')
-rw-r--r--app-officeext/dmaths/ChangeLog10
-rw-r--r--app-officeext/dmaths/dmaths-3.3.ebuild24
-rw-r--r--app-officeext/dmaths/metadata.xml5
3 files changed, 39 insertions, 0 deletions
diff --git a/app-officeext/dmaths/ChangeLog b/app-officeext/dmaths/ChangeLog
new file mode 100644
index 000000000000..6dd94abb50f8
--- /dev/null
+++ b/app-officeext/dmaths/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-officeext/dmaths
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/dmaths/ChangeLog,v 1.1 2012/05/09 20:33:54 scarabeus Exp $
+
+*dmaths-3.3 (09 May 2012)
+
+ 09 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> +dmaths-3.3.ebuild,
+ +metadata.xml:
+ Initial commit. Fixes bug#251598.
+
diff --git a/app-officeext/dmaths/dmaths-3.3.ebuild b/app-officeext/dmaths/dmaths-3.3.ebuild
new file mode 100644
index 000000000000..e81b7387c99c
--- /dev/null
+++ b/app-officeext/dmaths/dmaths-3.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/dmaths/dmaths-3.3.ebuild,v 1.1 2012/05/09 20:33:54 scarabeus Exp $
+
+EAPI=4
+
+OO_EXTENSIONS=(
+ "DmathsAddon.oxt"
+)
+inherit office-ext
+
+DESCRIPTION="Formula Editor Extension"
+HOMEPAGE="http://www.dmaths.org/"
+SRC_URI="http://www.${PN}.org/documentation/lib/exe/fetch.php?media=description:${PN}${PV/./}.zip -> ${P}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/ooo"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/Dmaths${PV/./}"
diff --git a/app-officeext/dmaths/metadata.xml b/app-officeext/dmaths/metadata.xml
new file mode 100644
index 000000000000..5d46203011d6
--- /dev/null
+++ b/app-officeext/dmaths/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>openoffice</herd>
+</pkgmetadata>