From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/moneydance/
Date: Tue, 15 Dec 2020 14:27:59 +0000 (UTC) [thread overview]
Message-ID: <1608041952.ffa1645d48989058f0d50daec6a953360ae7dc04.conikost@gentoo> (raw)
commit: ffa1645d48989058f0d50daec6a953360ae7dc04
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 15 14:19:12 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Dec 15 14:19:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa1645d
app-office/moneydance: bump to version 2021.2006
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-office/moneydance/Manifest | 1 +
app-office/moneydance/moneydance-2021.2006.ebuild | 54 +++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/app-office/moneydance/Manifest b/app-office/moneydance/Manifest
index 031cdb951ea..5cf56f4daeb 100644
--- a/app-office/moneydance/Manifest
+++ b/app-office/moneydance/Manifest
@@ -1 +1,2 @@
DIST moneydance-2020.2.1929-amd64.tar.gz 146171665 BLAKE2B b211265f3b6f51aa07a8d3fcd4945dd76a5a6775722fd938782bc53f5b920e13d1acf721f822bc64fde790ab8449d975be0f6e954b80049583278649e2487e91 SHA512 7017b06c50f9814005aaefb522f4e2b6f0011af08bb0daced7fa7d64a0f4a39cb81a01d62d72e9d06062529d5e4056811ab0129fb54bad52a83a99fccb0a546b
+DIST moneydance-2021.2006-amd64.tar.gz 154878776 BLAKE2B 89327c48f6a5794f2272956ef39a8c1a2da3b6cccc380d83df6973cd89245108e6eecb22938036db94442d4f88d109a89c5055085737063a3268638140ae231a SHA512 13f09c4410ac60f9e9d3a8dced47e5f66cf55e83274302d60ca4cab0e04b7de38f8004886c6b8fc96f3e30b938fe9394a946627346741436e2e52c301ae23e0c
diff --git a/app-office/moneydance/moneydance-2021.2006.ebuild b/app-office/moneydance/moneydance-2021.2006.ebuild
new file mode 100644
index 00000000000..a2134d7b3e9
--- /dev/null
+++ b/app-office/moneydance/moneydance-2021.2006.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2018-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop java-pkg-2 xdg-utils
+
+MY_PN="Moneydance"
+MY_PV="$(ver_cut 1)_$(ver_cut 2)"
+
+DESCRIPTION="A cross-platform personal finance application"
+HOMEPAGE="https://moneydance.com/"
+SRC_URI="https://infinitekind.com/stabledl/${MY_PV}/${MY_PN}_linux_amd64.tar.gz -> ${P}-amd64.tar.gz"
+
+LICENSE="Apache-1.0 Apache-2.0 BSD CPAL-1.0 CPL-1.0 CSL-2.0 LGPL-2 MIT TIK"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="|| (
+ >=dev-java/openjdk-bin-11.0
+ >=dev-java/openjdk-11.0
+ )
+"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_PN}"
+
+RESTRICT="bindist mirror"
+
+src_compile() {
+ :;
+}
+
+src_install() {
+ java-pkg_dojar lib/*.jar
+
+ newbin "${FILESDIR}/moneydance-bin" moneydance
+
+ local iconsizes="32 128 512"
+ for iconsize in ${iconsizes}; do
+ newicon -s ${iconsize} resources/moneydance_icon${iconsize}.png moneydance.png
+ done
+
+ make_desktop_entry "moneydance" "Moneydance" moneydance Office
+}
+
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}
next reply other threads:[~2020-12-15 14:28 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-15 14:27 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-17 14:13 [gentoo-commits] repo/gentoo:master commit in: app-office/moneydance/ Conrad Kostecki
2024-04-17 14:13 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-12-12 22:16 Conrad Kostecki
2023-04-01 19:39 Conrad Kostecki
2021-10-23 12:27 Conrad Kostecki
2021-10-23 12:27 Conrad Kostecki
2020-12-15 14:27 Conrad Kostecki
2020-10-10 10:39 Conrad Kostecki
2020-10-10 10:39 Conrad Kostecki
2020-10-10 10:39 Conrad Kostecki
2020-08-22 23:18 Conrad Kostecki
2020-08-22 23:18 Conrad Kostecki
2019-07-08 7:35 Michał Górny
2019-05-20 11:40 Mikle Kolyada
2019-04-24 23:11 Thomas Deutschmann
2019-03-10 22:38 Patrice Clement
2019-03-10 22:38 Patrice Clement
2019-01-29 23:00 Patrice Clement
2019-01-29 23:00 Patrice Clement
2019-01-29 23:00 Patrice Clement
2018-11-17 20:08 Sebastian Pipping
2018-11-17 14:14 Sebastian Pipping
2018-11-16 23:01 Patrice Clement
2018-11-16 23:01 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1608041952.ffa1645d48989058f0d50daec6a953360ae7dc04.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox