diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-01-11 12:29:39 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-01-11 12:29:39 +0000 |
commit | 1f0440ef1f5ed50a761de680a5502d1c48d9c72d (patch) | |
tree | ba284405ef01682abc5a1232a7775d428d88b101 /app-officeext | |
parent | Remove old (diff) | |
download | gentoo-2-1f0440ef1f5ed50a761de680a5502d1c48d9c72d.tar.gz gentoo-2-1f0440ef1f5ed50a761de680a5502d1c48d9c72d.tar.bz2 gentoo-2-1f0440ef1f5ed50a761de680a5502d1c48d9c72d.zip |
Stabilise on amd64 and x86. Drop older.
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-officeext')
-rw-r--r-- | app-officeext/dmaths/ChangeLog | 8 | ||||
-rw-r--r-- | app-officeext/dmaths/dmaths-3.4.2.2.ebuild | 22 | ||||
-rw-r--r-- | app-officeext/dmaths/dmaths-3.4.9.0.ebuild | 6 |
3 files changed, 9 insertions, 27 deletions
diff --git a/app-officeext/dmaths/ChangeLog b/app-officeext/dmaths/ChangeLog index 65adfd6dc989..effce9920063 100644 --- a/app-officeext/dmaths/ChangeLog +++ b/app-officeext/dmaths/ChangeLog @@ -1,6 +1,10 @@ # 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.4 2012/10/31 21:02:29 scarabeus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-officeext/dmaths/ChangeLog,v 1.5 2013/01/11 12:29:39 scarabeus Exp $ + + 11 Jan 2013; Tomáš Chvátal <scarabeus@gentoo.org> -dmaths-3.4.2.2.ebuild, + dmaths-3.4.9.0.ebuild: + Stabilise on amd64 and x86. Drop older. *dmaths-3.4.9.0 (31 Oct 2012) diff --git a/app-officeext/dmaths/dmaths-3.4.2.2.ebuild b/app-officeext/dmaths/dmaths-3.4.2.2.ebuild deleted file mode 100644 index f5e27dd5a9b2..000000000000 --- a/app-officeext/dmaths/dmaths-3.4.2.2.ebuild +++ /dev/null @@ -1,22 +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/dmaths/dmaths-3.4.2.2.ebuild,v 1.2 2012/05/23 08:54:33 scarabeus Exp $ - -EAPI=4 - -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}" diff --git a/app-officeext/dmaths/dmaths-3.4.9.0.ebuild b/app-officeext/dmaths/dmaths-3.4.9.0.ebuild index 1019ec8db1c1..753208a5239f 100644 --- a/app-officeext/dmaths/dmaths-3.4.9.0.ebuild +++ b/app-officeext/dmaths/dmaths-3.4.9.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-officeext/dmaths/dmaths-3.4.9.0.ebuild,v 1.2 2013/01/11 12:29:39 scarabeus Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://extensions.libreoffice.org/extension-center/${PN}/releases/${PV} LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="virtual/ooo" |