summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-03-23 10:18:23 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-03-23 10:18:23 +0000
commit8f39ce3982105f4167d413535da0e2fad9e9e08d (patch)
treefc5d72e4341da684d3b629a9688743b07b82b3ad /app-officeext
parentmigrate to office-ext-r1 eclass (diff)
downloadgentoo-2-8f39ce3982105f4167d413535da0e2fad9e9e08d.tar.gz
gentoo-2-8f39ce3982105f4167d413535da0e2fad9e9e08d.tar.bz2
gentoo-2-8f39ce3982105f4167d413535da0e2fad9e9e08d.zip
migrate to office-ext-r1 eclass
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-officeext')
-rw-r--r--app-officeext/texmaths/ChangeLog7
-rw-r--r--app-officeext/texmaths/texmaths-0.37-r1.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/app-officeext/texmaths/ChangeLog b/app-officeext/texmaths/ChangeLog
index 979fe3e38a2d..ca561be66803 100644
--- a/app-officeext/texmaths/ChangeLog
+++ b/app-officeext/texmaths/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-officeext/texmaths
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-officeext/texmaths/ChangeLog,v 1.13 2013/03/23 07:51:51 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/texmaths/ChangeLog,v 1.14 2013/03/23 10:18:23 scarabeus Exp $
+
+*texmaths-0.37-r1 (23 Mar 2013)
+
+ 23 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> +texmaths-0.37-r1.ebuild:
+ migrate to office-ext-r1 eclass
23 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> -texmaths-0.36a.ebuild,
texmaths-0.37.ebuild:
diff --git a/app-officeext/texmaths/texmaths-0.37-r1.ebuild b/app-officeext/texmaths/texmaths-0.37-r1.ebuild
new file mode 100644
index 000000000000..7edc89e5888a
--- /dev/null
+++ b/app-officeext/texmaths/texmaths-0.37-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/texmaths/texmaths-0.37-r1.ebuild,v 1.1 2013/03/23 10:18:23 scarabeus Exp $
+
+EAPI=5
+
+MY_P="TexMaths-${PV}"
+
+OFFICE_EXTENSIONS=(
+ "${MY_P}.oxt"
+)
+
+inherit office-ext-r1
+
+DESCRIPTION="LaTeX Equation Editor for LibreOffice"
+HOMEPAGE="http://roland65.free.fr/texmaths/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.oxt"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ app-text/dvisvgm
+ virtual/tex-base
+"