From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/skrooge/
Date: Thu, 10 Sep 2015 17:04:55 +0000 (UTC) [thread overview]
Message-ID: <1441904687.6bbd402515c0ecbe557a1eadb93439be0c3a1988.kensington@gentoo> (raw)
commit: 6bbd402515c0ecbe557a1eadb93439be0c3a1988
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 17:04:22 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 10 17:04:47 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bbd4025
app-office/skrooge: version bump.
Package-Manager: portage-2.2.20.1
app-office/skrooge/Manifest | 1 +
app-office/skrooge/skrooge-1.12.5.ebuild | 47 ++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/app-office/skrooge/Manifest b/app-office/skrooge/Manifest
index 233c341..3a7b0c1 100644
--- a/app-office/skrooge/Manifest
+++ b/app-office/skrooge/Manifest
@@ -1,3 +1,4 @@
DIST skrooge-1.10.0.tar.bz2 12813255 SHA256 aae15e7abf91a7fc217247d3ae5e672f4215a9090f12389cddab68fe5a175c67 SHA512 ff6137208aaacd01ee4f5a9897f69da1c40b168e9711479d0cc06c8e2f0880b5345d5f452ed5aaf53034bf773d06b7d8810166d751f10e9e90a1204429e0369a WHIRLPOOL 4f10e1f6825325f37e8154fb940df2cbea4b813c2c85a11520778b73d8d44435ccb87687139daa85a2a9d2df56c4beee777404f786df5815eef6ac6e0ed46598
DIST skrooge-1.12.0.tar.bz2 12993707 SHA256 2407e6e7efa7a0f759c91660a419de2e5ba66f2675cfbee300d12736ef928c1d SHA512 8e913e87692374ecd941ea5f52b64f853942f86e8a5b2dee20d978745eaef69d278505dce5ca6a673cf596230e3946ea85e8a80d1123908a6d9a0a59ae9f67c6 WHIRLPOOL 99e313b72479fc065e1b39890780e0119985c17d03d6ce0b51bf58bd92ade7bde29cfbe2c6e9f588a955b6006c2e91c1ec1ab18ccb8170b035bde2b46aaf7282
+DIST skrooge-1.12.5.tar.xz 11727312 SHA256 8050f8aa767743edf6aad3b4c39bfd8962412e10d9c5578c02d0ce6306a8d3d6 SHA512 5612378a57872065c4ebfff0fabca74a9a0df116fc493643bc01a08c2627a8fb45025221ce5b2123b49d2daffa57ea543312192ecfe96aa3189db7ea4c07fe90 WHIRLPOOL ce99a61896d28699d66f9a17e3ccbccfde0d58cb9106b3919a219dd07a4d5650009e75a965600ec2444e51df43e0d918f1badf484d63b2353838fa490a98be52
DIST skrooge-2.0.0.tar.xz 10365184 SHA256 50da4dde01b85b2b0ba16902a05664910d4f2dbaa828370ee44c9f89e2efd6b5 SHA512 b3c5ff36e858fd2eef39be0cfb4041e6b16c8aa4562b5fea121e21760a4088f722da789ecdeb5d317446b114ae55dea100970e9c98ae4fe7cac716db674c9a96 WHIRLPOOL 25983d39016b30c73e974b440c1439915b1770e6d041b675efc2eb736ee0cf37999fe2f19028f699f2317714e91da17cb02e9a0d8338c02ac5abbfaa3c09854c
diff --git a/app-office/skrooge/skrooge-1.12.5.ebuild b/app-office/skrooge/skrooge-1.12.5.ebuild
new file mode 100644
index 0000000..a020b82
--- /dev/null
+++ b/app-office/skrooge/skrooge-1.12.5.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_LINGUAS="ast bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu
+ia it ja ko lt mr ms nb nds nl pl pt pt_BR ro ru sk sv tr ug uk zh_CN zh_TW"
+KDE_HANDBOOK="optional"
+inherit kde4-base
+
+DESCRIPTION="Personal finances manager for KDE4, aiming at being simple and intuitive"
+HOMEPAGE="http://www.skrooge.org/"
+SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="
+ $(add_kdebase_dep kactivities)
+ $(add_kdebase_dep kdepimlibs)
+ app-crypt/qca:2[qt4]
+ dev-db/sqlite:3
+ dev-libs/grantlee:0
+ >=dev-libs/libofx-0.9.1
+ dev-libs/qjson
+ dev-qt/qtsql:4[sqlite]
+"
+RDEPEND="${DEPEND}
+ $(add_kdeapps_dep kde-dev-scripts)
+"
+
+# upstream does not ship tests in releases
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+ RESTRICT="test"
+fi
+
+DOCS=( AUTHORS CHANGELOG README TODO )
+
+src_test() {
+ local mycmakeargs=(
+ -DSKG_BUILD_TEST=ON
+ )
+ kde4-base_src_test
+}
next reply other threads:[~2015-09-10 17:05 UTC|newest]
Thread overview: 120+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-10 17:04 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-09-24 19:38 [gentoo-commits] repo/gentoo:master commit in: app-office/skrooge/ Michael Palimaka
2015-12-02 14:38 Michael Palimaka
2015-12-02 14:38 Michael Palimaka
2016-01-27 9:22 Agostino Sarubbo
2016-02-14 14:12 Michael Palimaka
2016-06-23 19:49 Michael Palimaka
2016-06-23 19:49 Michael Palimaka
2016-06-23 19:49 Michael Palimaka
2016-08-05 17:24 Michael Palimaka
2016-11-27 9:57 Michael Palimaka
2016-11-27 9:57 Michael Palimaka
2016-12-30 16:05 Johannes Huber
2017-01-23 19:31 Johannes Huber
2017-01-23 19:31 Johannes Huber
2017-01-24 0:26 Andreas Sturmlechner
2017-04-06 19:35 Johannes Huber
2017-04-06 19:35 Johannes Huber
2017-04-16 17:40 Andreas Sturmlechner
2017-04-16 17:40 Andreas Sturmlechner
2017-07-05 20:31 Agostino Sarubbo
2017-07-07 8:12 Agostino Sarubbo
2017-07-07 20:53 Andreas Sturmlechner
2017-08-20 14:55 Andreas Sturmlechner
2017-08-26 12:30 Michael Palimaka
2017-11-05 17:16 Andreas Sturmlechner
2017-11-07 17:57 Thomas Deutschmann
2017-11-10 19:20 Andreas Sturmlechner
2017-11-10 23:10 Andreas Sturmlechner
2017-11-19 6:35 Michael Palimaka
2017-11-19 6:35 Michael Palimaka
2017-12-16 12:21 Michael Palimaka
2017-12-16 12:21 Michael Palimaka
2018-02-03 23:19 Andreas Sturmlechner
2018-03-07 13:51 Agostino Sarubbo
2018-03-10 2:05 Michael Palimaka
2018-03-10 2:05 Michael Palimaka
2018-03-15 16:34 Andreas Sturmlechner
2018-05-02 16:33 Thomas Deutschmann
2018-05-03 10:13 Mikle Kolyada
2018-05-05 6:59 Andreas Sturmlechner
2018-05-09 6:32 Andreas Sturmlechner
2018-06-06 23:49 Thomas Deutschmann
2018-06-07 10:13 Agostino Sarubbo
2018-07-01 16:27 Andreas Sturmlechner
2018-09-12 12:36 Andreas Sturmlechner
2018-09-16 13:19 Mikle Kolyada
2018-09-24 1:50 Thomas Deutschmann
2018-10-04 12:55 Andreas Sturmlechner
2018-11-04 20:33 Andreas Sturmlechner
2018-11-07 10:18 Mikle Kolyada
2018-11-07 23:44 Thomas Deutschmann
2018-11-08 12:29 Andreas Sturmlechner
2018-12-13 12:48 Thomas Deutschmann
2018-12-13 20:42 Mikle Kolyada
2018-12-18 23:29 Andreas Sturmlechner
2019-02-07 19:33 Andreas Sturmlechner
2019-02-15 23:07 Andreas Sturmlechner
2019-02-20 13:04 Mikle Kolyada
2019-03-02 16:14 Mikle Kolyada
2019-03-02 20:49 Thomas Deutschmann
2019-04-21 11:31 Andreas Sturmlechner
2019-04-23 20:25 Andreas Sturmlechner
2019-05-26 11:45 Mikle Kolyada
2019-05-26 22:27 Thomas Deutschmann
2019-06-05 20:02 Andreas Sturmlechner
2019-06-20 10:37 Andreas Sturmlechner
2019-06-23 14:55 Andreas Sturmlechner
2019-08-11 21:30 Thomas Deutschmann
2019-08-14 13:00 Andreas Sturmlechner
2019-08-14 13:00 Andreas Sturmlechner
2019-12-15 20:08 Andreas Sturmlechner
2020-02-08 13:38 Mikle Kolyada
2020-02-12 15:10 Agostino Sarubbo
2020-04-09 23:07 Andreas Sturmlechner
2020-05-18 15:08 Agostino Sarubbo
2020-05-18 15:13 Agostino Sarubbo
2020-05-27 20:38 Andreas Sturmlechner
2020-07-21 17:32 Andreas Sturmlechner
2020-08-22 5:43 Agostino Sarubbo
2020-08-30 1:32 Thomas Deutschmann
2020-08-30 7:58 Andreas Sturmlechner
2020-10-26 16:09 Andreas Sturmlechner
2020-11-25 9:40 Andreas Sturmlechner
2020-11-25 9:40 Andreas Sturmlechner
2020-12-05 22:56 Andreas Sturmlechner
2021-01-03 22:56 Sam James
2021-01-18 1:20 Andreas Sturmlechner
2021-01-25 16:48 Andreas Sturmlechner
2021-01-27 19:55 Sam James
2021-02-02 23:46 Sam James
2021-02-03 0:25 Andreas Sturmlechner
2021-07-29 19:06 Andreas Sturmlechner
2021-08-29 10:00 Agostino Sarubbo
2021-08-29 10:02 Agostino Sarubbo
2021-08-31 15:42 Andreas Sturmlechner
2022-01-26 10:01 Andreas Sturmlechner
2022-02-26 18:52 Sam James
2022-02-26 18:52 Sam James
2022-02-26 19:43 Andreas Sturmlechner
2022-08-05 15:23 Andreas Sturmlechner
2022-09-06 2:19 Sam James
2022-09-16 6:52 Agostino Sarubbo
2022-09-16 7:59 Andreas Sturmlechner
2023-02-18 14:16 Andreas Sturmlechner
2023-02-19 9:59 Andreas Sturmlechner
2023-04-30 16:48 Arthur Zamarin
2023-04-30 17:08 Andreas Sturmlechner
2023-07-08 16:06 Andreas Sturmlechner
2023-08-08 2:27 Sam James
2023-09-03 7:58 Andreas Sturmlechner
2023-10-03 19:21 Andreas Sturmlechner
2023-11-04 9:06 Sam James
2023-11-06 0:05 Andreas Sturmlechner
2024-04-09 20:02 Andreas Sturmlechner
2024-05-15 9:28 Sam James
2024-05-15 18:08 Andreas Sturmlechner
2024-10-07 23:06 Andreas Sturmlechner
2024-10-07 23:06 Andreas Sturmlechner
2024-10-10 22:34 Andreas Sturmlechner
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=1441904687.6bbd402515c0ecbe557a1eadb93439be0c3a1988.kensington@gentoo \
--to=kensington@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