diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-27 08:21:50 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-27 08:21:50 +0000 |
commit | 7fc646e534d2708187bffc250392781fcceb4610 (patch) | |
tree | 030abad65143972659aae0e0a201aad340909d6f /app-officeext | |
parent | Stabilise latest, drop older. (diff) | |
download | gentoo-2-7fc646e534d2708187bffc250392781fcceb4610.tar.gz gentoo-2-7fc646e534d2708187bffc250392781fcceb4610.tar.bz2 gentoo-2-7fc646e534d2708187bffc250392781fcceb4610.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/dmaths/ChangeLog | 6 | ||||
-rw-r--r-- | app-officeext/dmaths/dmaths-3.4.9.0-r1.ebuild | 4 | ||||
-rw-r--r-- | app-officeext/dmaths/dmaths-3.4.9.0.ebuild | 22 |
3 files changed, 7 insertions, 25 deletions
diff --git a/app-officeext/dmaths/ChangeLog b/app-officeext/dmaths/ChangeLog index 6edef98a832c..40ecb147500f 100644 --- a/app-officeext/dmaths/ChangeLog +++ b/app-officeext/dmaths/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-officeext/dmaths # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-officeext/dmaths/ChangeLog,v 1.6 2013/03/23 10:17:23 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-officeext/dmaths/ChangeLog,v 1.7 2013/04/27 08:21:49 scarabeus Exp $ + + 27 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> -dmaths-3.4.9.0.ebuild, + dmaths-3.4.9.0-r1.ebuild: + Stabilise latest, drop older. *dmaths-3.4.9.0-r1 (23 Mar 2013) diff --git a/app-officeext/dmaths/dmaths-3.4.9.0-r1.ebuild b/app-officeext/dmaths/dmaths-3.4.9.0-r1.ebuild index 5e00dc3bd1fa..47cfb2f42d63 100644 --- a/app-officeext/dmaths/dmaths-3.4.9.0-r1.ebuild +++ b/app-officeext/dmaths/dmaths-3.4.9.0-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/dmaths/dmaths-3.4.9.0-r1.ebuild,v 1.1 2013/03/23 10:17:22 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-officeext/dmaths/dmaths-3.4.9.0-r1.ebuild,v 1.2 2013/04/27 08:21:49 scarabeus Exp $ EAPI=5 @@ -15,5 +15,5 @@ SRC_URI="http://extensions.libreoffice.org/extension-center/${PN}/releases/${PV} LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" diff --git a/app-officeext/dmaths/dmaths-3.4.9.0.ebuild b/app-officeext/dmaths/dmaths-3.4.9.0.ebuild deleted file mode 100644 index 753208a5239f..000000000000 --- a/app-officeext/dmaths/dmaths-3.4.9.0.ebuild +++ /dev/null @@ -1,22 +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/dmaths/dmaths-3.4.9.0.ebuild,v 1.2 2013/01/11 12:29:39 scarabeus Exp $ - -EAPI=5 - -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}" |