summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2012-11-24 22:17:10 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2012-11-24 22:17:10 +0000
commit42c761c826483fa6f79469b9f3fee19ceb9bc0a0 (patch)
tree68d6839f71c8942fc0955faf421f3268a94d5e48 /app-officeext
parentMask USE opencolorio for now (diff)
downloadgentoo-2-42c761c826483fa6f79469b9f3fee19ceb9bc0a0.tar.gz
gentoo-2-42c761c826483fa6f79469b9f3fee19ceb9bc0a0.tar.bz2
gentoo-2-42c761c826483fa6f79469b9f3fee19ceb9bc0a0.zip
Remove old and b0rken
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key B6C5F7DE)
Diffstat (limited to 'app-officeext')
-rw-r--r--app-officeext/texmaths/ChangeLog5
-rw-r--r--app-officeext/texmaths/texmaths-0.36.ebuild28
2 files changed, 4 insertions, 29 deletions
diff --git a/app-officeext/texmaths/ChangeLog b/app-officeext/texmaths/ChangeLog
index 84079dcebbb3..1e38decac5e0 100644
--- a/app-officeext/texmaths/ChangeLog
+++ b/app-officeext/texmaths/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-officeext/texmaths
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-officeext/texmaths/ChangeLog,v 1.10 2012/11/24 21:48:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/texmaths/ChangeLog,v 1.11 2012/11/24 22:17:10 dilfridge Exp $
+
+ 24 Nov 2012; Andreas K. Huettel <dilfridge@gentoo.org> -texmaths-0.36.ebuild:
+ Remove old and b0rken
24 Nov 2012; Agostino Sarubbo <ago@gentoo.org> texmaths-0.36a.ebuild:
Stable for x86, wrt bug #444618
diff --git a/app-officeext/texmaths/texmaths-0.36.ebuild b/app-officeext/texmaths/texmaths-0.36.ebuild
deleted file mode 100644
index 07b664ddfac4..000000000000
--- a/app-officeext/texmaths/texmaths-0.36.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-officeext/texmaths/texmaths-0.36.ebuild,v 1.2 2012/08/21 08:39:00 scarabeus Exp $
-
-EAPI=4
-
-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
-"