Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-officeext/dmaths: dmaths-3.4.9.0.ebuild ChangeLog
Date: Wed, 31 Oct 2012 21:02:46
Message-Id: 20121031210229.4AF1521600@flycatcher.gentoo.org
1 scarabeus 12/10/31 21:02:29
2
3 Modified: ChangeLog
4 Added: dmaths-3.4.9.0.ebuild
5 Log:
6 Version bump to latest.
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
9
10 Revision Changes Path
11 1.4 app-officeext/dmaths/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-officeext/dmaths/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-officeext/dmaths/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-officeext/dmaths/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-officeext/dmaths/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 23 May 2012 08:54:33 -0000 1.3
24 +++ ChangeLog 31 Oct 2012 21:02:29 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-officeext/dmaths
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-officeext/dmaths/ChangeLog,v 1.3 2012/05/23 08:54:33 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-officeext/dmaths/ChangeLog,v 1.4 2012/10/31 21:02:29 scarabeus Exp $
30 +
31 +*dmaths-3.4.9.0 (31 Oct 2012)
32 +
33 + 31 Oct 2012; Tomáš Chvátal <scarabeus@g.o> +dmaths-3.4.9.0.ebuild:
34 + Version bump to latest.
35
36 23 May 2012; Tomáš Chvátal <scarabeus@g.o> dmaths-3.4.2.2.ebuild:
37 Stable on amd64 and x86.
38 @@ -16,4 +21,3 @@
39 09 May 2012; Tomáš Chvátal <scarabeus@g.o> +dmaths-3.3.ebuild,
40 +metadata.xml:
41 Initial commit. Fixes bug#251598.
42 -
43
44
45
46 1.1 app-officeext/dmaths/dmaths-3.4.9.0.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-officeext/dmaths/dmaths-3.4.9.0.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-officeext/dmaths/dmaths-3.4.9.0.ebuild?rev=1.1&content-type=text/plain
50
51 Index: dmaths-3.4.9.0.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $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 $
56
57 EAPI=5
58
59 OO_EXTENSIONS=(
60 "${PN}addon.oxt"
61 )
62 inherit office-ext
63
64 DESCRIPTION="Mathematics Formula Editor Extension"
65 HOMEPAGE="http://extensions.libreoffice.org/extension-center/dmaths"
66 SRC_URI="http://extensions.libreoffice.org/extension-center/${PN}/releases/${PV}/${PN}addon.oxt"
67
68 LICENSE="GPL-2"
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71 IUSE=""
72
73 RDEPEND="virtual/ooo"
74 DEPEND="${RDEPEND}"