diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-10 09:39:56 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-10 09:39:56 +0000 |
commit | def8e2873161e917b5fd3d1291569628b6c67d0e (patch) | |
tree | e0c50199f738a894c8e093b32bb15702ea8655ac /app-officeext | |
parent | Remove gucharmap dependency, it has not been needed since at least abiword-2.... (diff) | |
download | gentoo-2-def8e2873161e917b5fd3d1291569628b6c67d0e.tar.gz gentoo-2-def8e2873161e917b5fd3d1291569628b6c67d0e.tar.bz2 gentoo-2-def8e2873161e917b5fd3d1291569628b6c67d0e.zip |
Version bump to work with latest libreo.
(Portage version: 2.2.0_alpha103/cvs/Linux x86_64)
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 (renamed from app-officeext/dmaths/dmaths-3.3.ebuild) | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/app-officeext/dmaths/ChangeLog b/app-officeext/dmaths/ChangeLog index 6dd94abb50f8..96e3cba1c0d8 100644 --- a/app-officeext/dmaths/ChangeLog +++ b/app-officeext/dmaths/ChangeLog @@ -1,6 +1,12 @@ # 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.1 2012/05/09 20:33:54 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-officeext/dmaths/ChangeLog,v 1.2 2012/05/10 09:39:56 scarabeus Exp $ + +*dmaths-3.4.2.2 (10 May 2012) + + 10 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> +dmaths-3.4.2.2.ebuild, + -dmaths-3.3.ebuild: + Version bump to work with latest libreo. *dmaths-3.3 (09 May 2012) diff --git a/app-officeext/dmaths/dmaths-3.3.ebuild b/app-officeext/dmaths/dmaths-3.4.2.2.ebuild index e81b7387c99c..c604afeb4934 100644 --- a/app-officeext/dmaths/dmaths-3.3.ebuild +++ b/app-officeext/dmaths/dmaths-3.4.2.2.ebuild @@ -1,17 +1,17 @@ # 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.3.ebuild,v 1.1 2012/05/09 20:33:54 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-officeext/dmaths/dmaths-3.4.2.2.ebuild,v 1.1 2012/05/10 09:39:56 scarabeus Exp $ EAPI=4 OO_EXTENSIONS=( - "DmathsAddon.oxt" + "${PN}addon.oxt" ) inherit office-ext -DESCRIPTION="Formula Editor Extension" -HOMEPAGE="http://www.dmaths.org/" -SRC_URI="http://www.${PN}.org/documentation/lib/exe/fetch.php?media=description:${PN}${PV/./}.zip -> ${P}.zip" +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" @@ -20,5 +20,3 @@ IUSE="" RDEPEND="virtual/ooo" DEPEND="${RDEPEND}" - -S="${WORKDIR}/Dmaths${PV/./}" |