Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/moneydance/
Date: Tue, 29 Jan 2019 23:00:19
Message-Id: 1548802794.cb834fc8be99edd71d1a6ba81cda288f2e56f312.monsieurp@gentoo
1 commit: cb834fc8be99edd71d1a6ba81cda288f2e56f312
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Sun Jan 27 16:59:22 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 29 22:59:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb834fc8
7
8 app-office/moneydance: bump to version 2019.0.
9
10 This release needs Java 11 at minimum.
11
12 Package-Manager: Portage-2.3.56, Repoman-2.3.12
13 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
14 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
15
16 app-office/moneydance/Manifest | 1 +
17 app-office/moneydance/moneydance-2019.0.ebuild | 56 ++++++++++++++++++++++++++
18 2 files changed, 57 insertions(+)
19
20 diff --git a/app-office/moneydance/Manifest b/app-office/moneydance/Manifest
21 index 96430802f6e..f3be23e0f75 100644
22 --- a/app-office/moneydance/Manifest
23 +++ b/app-office/moneydance/Manifest
24 @@ -2,3 +2,4 @@ DIST moneydance-2017.10-amd64.tar.gz 132116528 BLAKE2B f5ba44a89944657c6c1380226
25 DIST moneydance-2017.10-x86.tar.gz 134860964 BLAKE2B 92181a6c6a81063377823b0fd9ed652036cf1f633c2cab57f19d1dbb18a2542361fc2bafab8852c11b941a24532f662351ea2d05bc928818db24a4cf3cae7112 SHA512 18d9d4ce7b0b65566ac81fea66ba34d66173559ca90ac166cc9b90631400845ae1c9d92ae781a618cacc57cd4f630f079736101d29b66d9c6cee7d32c7c15c22
26 DIST moneydance-2017.8-amd64.tar.gz 132109962 BLAKE2B 4984b6266eed96337ab284168db1a167121daa6b454a338f348d1d724587e6dfd6a52c25ff739ca0e09a9c0441b1b582e59a571f001e8b2ddc6c5e10917100cd SHA512 53e46ee63ee89b86f3108045e9a16fdda637effb5edb719ccf7192632e6ebace607f40871ee54b5c5bde40821fdf2cbf89a5abd6eba0698618a8db8d848971c6
27 DIST moneydance-2017.8-x86.tar.gz 134851425 BLAKE2B 4c40f30798b66d01b5abacc5cfbfa584a107f351de8bd2eb8c291aea6d96c122a36feb5ed092ea0aec4a99be7e1507f79551a1c6a1cd79365b8dfc52892a57bc SHA512 434fbd0c941a455c862963e572b7c1489fa19ccf30efb315af33eac3974acdad57292943d129433e6a59d3f233cd797b6697c0e82d9293ce0464d25ab8c32912
28 +DIST moneydance-2019.0-amd64.tar.gz 132467602 BLAKE2B d58df88166f73c80b755863bd9ea18fdadf192ac9f0016313ab59c209c895ef8c1203d0b7627004521a9569343c3269bc1854e4e7925ec6e438148059d8adaf3 SHA512 2ee22626b0b3918c3ebd80f7ca4ce9c1ad39716fb837887ca84a970f2f3d64d7daff36eff31eaa22753e55e0dcfc49ccb2f10e5c8dfbf21e67e8627b17d9de59
29
30 diff --git a/app-office/moneydance/moneydance-2019.0.ebuild b/app-office/moneydance/moneydance-2019.0.ebuild
31 new file mode 100644
32 index 00000000000..e205b32533b
33 --- /dev/null
34 +++ b/app-office/moneydance/moneydance-2019.0.ebuild
35 @@ -0,0 +1,56 @@
36 +# Copyright 2018-2019 Gentoo Authors
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=6
40 +
41 +inherit desktop eapi7-ver gnome2-utils java-pkg-2
42 +
43 +MY_PN="Moneydance"
44 +MY_PV="$(ver_cut 1)"
45 +
46 +DESCRIPTION="A cross-platform personal finance application"
47 +HOMEPAGE="https://moneydance.com/"
48 +SRC_URI="https://infinitekind.com/stabledl/${MY_PV}/${MY_PN}_linux_amd64.tar.gz -> ${P}-amd64.tar.gz"
49 +
50 +LICENSE="Apache-1.0 Apache-2.0 BSD CPAL-1.0 CPL-1.0 CSL-2.0 LGPL-2 MIT TIK"
51 +SLOT="0"
52 +KEYWORDS="~amd64"
53 +
54 +RDEPEND="|| (
55 + >=dev-java/openjdk-bin-11.0
56 + >=dev-java/openjdk-11.0
57 + >=dev-java/oracle-jdk-bin-11.0
58 + )
59 +"
60 +
61 +DEPEND="${RDEPEND}"
62 +
63 +S="${WORKDIR}/${MY_PN}"
64 +
65 +RESTRICT="bindist fetch mirror"
66 +
67 +pkg_nofetch() {
68 + elog "Please download ${A} from"
69 + elog "https://infinitekind.com/stabledl/${MY_PV}/${MY_PN}_linux_amd64.tar.gz"
70 + elog "and place it in your DISTDIR directory."
71 +}
72 +
73 +src_compile() {
74 + :;
75 +}
76 +
77 +src_install() {
78 + java-pkg_dojar lib/*.jar
79 + java-pkg_dolauncher moneydance --main "Moneydance" --java_args "-client -Dawt.useSystemAAFontSettings=gasp -Dawt.useSystemAAFontSettings=on -Xmx1024m"
80 +
81 + doicon resources/*.png
82 + make_desktop_entry "moneydance" "Moneydance" moneydance Office
83 +}
84 +
85 +pkg_postinst() {
86 + gnome2_icon_cache_update
87 +}
88 +
89 +pkg_postrm() {
90 + gnome2_icon_cache_update
91 +}