summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-10-31 21:02:29 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-10-31 21:02:29 +0000
commitde706ad68d8d44fe0ed35087aee988fb3e7de418 (patch)
tree13ac8af1325a3e2efed830b72ef4b2bcba9d9c37 /app-officeext
parentlast fix for USE=build bootstrapping, missed a line on the previous commit (diff)
downloadgentoo-2-de706ad68d8d44fe0ed35087aee988fb3e7de418.tar.gz
gentoo-2-de706ad68d8d44fe0ed35087aee988fb3e7de418.tar.bz2
gentoo-2-de706ad68d8d44fe0ed35087aee988fb3e7de418.zip
Version bump to latest.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-officeext')
-rw-r--r--app-officeext/dmaths/ChangeLog8
-rw-r--r--app-officeext/dmaths/dmaths-3.4.9.0.ebuild22
2 files changed, 28 insertions, 2 deletions
diff --git a/app-officeext/dmaths/ChangeLog b/app-officeext/dmaths/ChangeLog
index 19f62db9837d..65adfd6dc989 100644
--- a/app-officeext/dmaths/ChangeLog
+++ b/app-officeext/dmaths/ChangeLog
@@ -1,6 +1,11 @@
# 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.3 2012/05/23 08:54:33 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/dmaths/ChangeLog,v 1.4 2012/10/31 21:02:29 scarabeus Exp $
+
+*dmaths-3.4.9.0 (31 Oct 2012)
+
+ 31 Oct 2012; Tomáš Chvátal <scarabeus@gentoo.org> +dmaths-3.4.9.0.ebuild:
+ Version bump to latest.
23 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> dmaths-3.4.2.2.ebuild:
Stable on amd64 and x86.
@@ -16,4 +21,3 @@
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.4.9.0.ebuild b/app-officeext/dmaths/dmaths-3.4.9.0.ebuild
new file mode 100644
index 000000000000..1019ec8db1c1
--- /dev/null
+++ b/app-officeext/dmaths/dmaths-3.4.9.0.ebuild
@@ -0,0 +1,22 @@
+# 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.4.9.0.ebuild,v 1.1 2012/10/31 21:02:29 scarabeus Exp $
+
+EAPI=5
+
+OO_EXTENSIONS=(
+ "${PN}addon.oxt"
+)
+inherit office-ext
+
+DESCRIPTION="Mathematics Formula Editor Extension"
+HOMEPAGE="http://extensions.libreoffice.org/extension-center/dmaths"
+SRC_URI="http://extensions.libreoffice.org/extension-center/${PN}/releases/${PV}/${PN}addon.oxt"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/ooo"
+DEPEND="${RDEPEND}"