diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-08-21 08:39:01 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-08-21 08:39:01 +0000 |
commit | ace3c184438b6dea7c2ba2502095a31e718cb38e (patch) | |
tree | 3edfb3b9a7a80fbba00bd9969daa02b0ba249852 | |
parent | Version bump to latest 3.5 release series. (diff) | |
download | gentoo-2-ace3c184438b6dea7c2ba2502095a31e718cb38e.tar.gz gentoo-2-ace3c184438b6dea7c2ba2502095a31e718cb38e.tar.bz2 gentoo-2-ace3c184438b6dea7c2ba2502095a31e718cb38e.zip |
Stable 0.36 on amd64 and x86. Drop older.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
-rw-r--r-- | app-officeext/texmaths/ChangeLog | 6 | ||||
-rw-r--r-- | app-officeext/texmaths/texmaths-0.35.ebuild | 28 | ||||
-rw-r--r-- | app-officeext/texmaths/texmaths-0.36.ebuild | 4 |
3 files changed, 7 insertions, 31 deletions
diff --git a/app-officeext/texmaths/ChangeLog b/app-officeext/texmaths/ChangeLog index cac882e5f25f..496561bbf8e8 100644 --- a/app-officeext/texmaths/ChangeLog +++ b/app-officeext/texmaths/ChangeLog @@ -1,6 +1,10 @@ # 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.5 2012/08/16 12:11:21 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-officeext/texmaths/ChangeLog,v 1.6 2012/08/21 08:39:00 scarabeus Exp $ + + 21 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> -texmaths-0.35.ebuild, + texmaths-0.36.ebuild: + Stable 0.36 on amd64 and x86. Drop older. *texmaths-0.36 (16 Aug 2012) diff --git a/app-officeext/texmaths/texmaths-0.35.ebuild b/app-officeext/texmaths/texmaths-0.35.ebuild deleted file mode 100644 index 817dea82bcca..000000000000 --- a/app-officeext/texmaths/texmaths-0.35.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.35.ebuild,v 1.2 2012/05/23 08:54:32 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 -" diff --git a/app-officeext/texmaths/texmaths-0.36.ebuild b/app-officeext/texmaths/texmaths-0.36.ebuild index f9d354b801f2..07b664ddfac4 100644 --- a/app-officeext/texmaths/texmaths-0.36.ebuild +++ b/app-officeext/texmaths/texmaths-0.36.ebuild @@ -1,6 +1,6 @@ # 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.1 2012/08/16 12:11:21 scarabeus Exp $ +# $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 @@ -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="" |