summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-04-27 08:36:13 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-04-27 08:36:13 +0000
commit7a8551322e9ba532dff9677dbdad82aeb4e99bf9 (patch)
tree3cedc0ee964614d4ad0a0c1c8adbadccea84c29d /app-officeext
parentAutomake 1.13 fix (diff)
downloadgentoo-2-7a8551322e9ba532dff9677dbdad82aeb4e99bf9.tar.gz
gentoo-2-7a8551322e9ba532dff9677dbdad82aeb4e99bf9.tar.bz2
gentoo-2-7a8551322e9ba532dff9677dbdad82aeb4e99bf9.zip
Stabilise latest, drop older.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-officeext')
-rw-r--r--app-officeext/texmaths/ChangeLog6
-rw-r--r--app-officeext/texmaths/texmaths-0.37-r1.ebuild4
-rw-r--r--app-officeext/texmaths/texmaths-0.37.ebuild28
3 files changed, 7 insertions, 31 deletions
diff --git a/app-officeext/texmaths/ChangeLog b/app-officeext/texmaths/ChangeLog
index ca561be66803..085e08d1b58a 100644
--- a/app-officeext/texmaths/ChangeLog
+++ b/app-officeext/texmaths/ChangeLog
@@ -1,6 +1,10 @@
# 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.14 2013/03/23 10:18:23 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/texmaths/ChangeLog,v 1.15 2013/04/27 08:36:13 scarabeus Exp $
+
+ 27 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> -texmaths-0.37.ebuild,
+ texmaths-0.37-r1.ebuild:
+ Stabilise latest, drop older.
*texmaths-0.37-r1 (23 Mar 2013)
diff --git a/app-officeext/texmaths/texmaths-0.37-r1.ebuild b/app-officeext/texmaths/texmaths-0.37-r1.ebuild
index 7edc89e5888a..7bf690d10f05 100644
--- a/app-officeext/texmaths/texmaths-0.37-r1.ebuild
+++ b/app-officeext/texmaths/texmaths-0.37-r1.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/texmaths/texmaths-0.37-r1.ebuild,v 1.2 2013/04/27 08:36:13 scarabeus Exp $
EAPI=5
@@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.oxt"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
diff --git a/app-officeext/texmaths/texmaths-0.37.ebuild b/app-officeext/texmaths/texmaths-0.37.ebuild
deleted file mode 100644
index 29c8f1bd929f..000000000000
--- a/app-officeext/texmaths/texmaths-0.37.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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.ebuild,v 1.2 2013/03/23 07:51:51 scarabeus Exp $
-
-EAPI=5
-
-MY_P="TexMaths-${PV}"
-
-OO_EXTENSIONS=(
- "${MY_P}.oxt"
-)
-
-inherit office-ext
-
-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
-"