diff options
Diffstat (limited to 'app-officeext')
-rw-r--r-- | app-officeext/dmaths/ChangeLog | 10 | ||||
-rw-r--r-- | app-officeext/dmaths/dmaths-3.3.ebuild | 24 | ||||
-rw-r--r-- | app-officeext/dmaths/metadata.xml | 5 |
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> |