Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/moneydance/
Date: Sat, 10 Oct 2020 10:39:59
Message-Id: 1602326228.b69ff8464839cdeeacd79f24249937f6ef2567ce.conikost@gentoo
1 commit: b69ff8464839cdeeacd79f24249937f6ef2567ce
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 21:03:33 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 10:37:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69ff846
7
8 app-office/moneydance: drop old version
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 app-office/moneydance/Manifest | 1 -
14 .../moneydance/moneydance-2020.0.1919.ebuild | 62 ----------------------
15 2 files changed, 63 deletions(-)
16
17 diff --git a/app-office/moneydance/Manifest b/app-office/moneydance/Manifest
18 index 42c323f13f1..031cdb951ea 100644
19 --- a/app-office/moneydance/Manifest
20 +++ b/app-office/moneydance/Manifest
21 @@ -1,2 +1 @@
22 -DIST moneydance-2020.0.1919-amd64.tar.gz 146128581 BLAKE2B a7c2bfd940b4203beeaaeefd018746920f26c6902a9b942f7498fbd1184a5c5d5363d2b46238119b8dcbd963c1b584ab66f1101825ac1f31157a4907938557dc SHA512 c67b284f610fe14809bf1382371fba72e792f938e12ef1b8ee032b161a2547cad3579d5b0d41644566b37f35591d42d77a4fdc3515bb95da772054ac10c083f6
23 DIST moneydance-2020.2.1929-amd64.tar.gz 146171665 BLAKE2B b211265f3b6f51aa07a8d3fcd4945dd76a5a6775722fd938782bc53f5b920e13d1acf721f822bc64fde790ab8449d975be0f6e954b80049583278649e2487e91 SHA512 7017b06c50f9814005aaefb522f4e2b6f0011af08bb0daced7fa7d64a0f4a39cb81a01d62d72e9d06062529d5e4056811ab0129fb54bad52a83a99fccb0a546b
24
25 diff --git a/app-office/moneydance/moneydance-2020.0.1919.ebuild b/app-office/moneydance/moneydance-2020.0.1919.ebuild
26 deleted file mode 100644
27 index 0e4d364fca1..00000000000
28 --- a/app-office/moneydance/moneydance-2020.0.1919.ebuild
29 +++ /dev/null
30 @@ -1,62 +0,0 @@
31 -# Copyright 2018-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit desktop java-pkg-2 xdg-utils
37 -
38 -MY_PN="Moneydance"
39 -MY_PV="$(ver_cut 1-2)_$(ver_cut 3)"
40 -
41 -DESCRIPTION="A cross-platform personal finance application"
42 -HOMEPAGE="https://moneydance.com/"
43 -SRC_URI="https://infinitekind.com/stabledl/${MY_PV}/${MY_PN}_linux_amd64.tar.gz -> ${P}-amd64.tar.gz"
44 -
45 -LICENSE="Apache-1.0 Apache-2.0 BSD CPAL-1.0 CPL-1.0 CSL-2.0 LGPL-2 MIT TIK"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -
49 -RDEPEND="|| (
50 - >=dev-java/openjdk-bin-11.0
51 - >=dev-java/openjdk-11.0
52 - )
53 -"
54 -
55 -DEPEND="${RDEPEND}"
56 -
57 -S="${WORKDIR}/${MY_PN}"
58 -
59 -RESTRICT="bindist fetch mirror"
60 -
61 -pkg_nofetch() {
62 - elog "Please download ${A} from"
63 - elog "https://infinitekind.com/stabledl/${MY_PV}/${MY_PN}_linux_amd64.tar.gz"
64 - elog "and place it in your DISTDIR directory."
65 - elog ""
66 - elog "Please keep in mind, that you have to rename the download to ${P}-amd64.tar.gz."
67 -}
68 -
69 -src_compile() {
70 - :;
71 -}
72 -
73 -src_install() {
74 - java-pkg_dojar lib/*.jar
75 -
76 - newbin "${FILESDIR}/moneydance-bin" moneydance
77 -
78 - local iconsizes="32 128 512"
79 - for iconsize in ${iconsizes}; do
80 - newicon -s ${iconsize} resources/moneydance_icon${iconsize}.png moneydance.png
81 - done
82 -
83 - make_desktop_entry "moneydance" "Moneydance" moneydance Office
84 -}
85 -
86 -pkg_postinst() {
87 - xdg_icon_cache_update
88 -}
89 -
90 -pkg_postrm() {
91 - xdg_icon_cache_update
92 -}