From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/skrooge/
Date: Mon, 23 Jan 2017 19:31:04 +0000 (UTC) [thread overview]
Message-ID: <1485199850.1929d59d68ab63552de1f22747f802201fa3e752.johu@gentoo> (raw)
commit: 1929d59d68ab63552de1f22747f802201fa3e752
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 19:30:31 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Jan 23 19:30:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1929d59d
app-office/skrooge: Remove 2.6.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-office/skrooge/Manifest | 1 -
app-office/skrooge/skrooge-2.6.0.ebuild | 102 --------------------------------
2 files changed, 103 deletions(-)
diff --git a/app-office/skrooge/Manifest b/app-office/skrooge/Manifest
index 7c4cb10..7143777 100644
--- a/app-office/skrooge/Manifest
+++ b/app-office/skrooge/Manifest
@@ -1,3 +1,2 @@
DIST skrooge-2.5.0.tar.xz 17603860 SHA256 97bebb1b3f1cd791160292bd4689e584c4054db14f0f88039541e67c72ce5e0d SHA512 00fb32f7705c5125803436a21648545154043b6333267ae722c9beac04baf766e1860ce84b4e56d80d81ade1ab3ef8e3ac60a98d0616cae6ec5212d7ad2ef528 WHIRLPOOL 0eef97d2eebcc00155d1505a457e8443df676c93124edbf352b89fa796781ae9e0630294256932e065d2a35eb2d1916ccf733e05bf4f16a237302d0db713073c
-DIST skrooge-2.6.0.tar.xz 17878228 SHA256 f76be3a3033190da5324202da2592550cc64bcc8569c7ad3bcce989e93314d8f SHA512 2aad67e2dbc8746c8e8f3dedb05f0c0a0a8eae6deac03dc086c3fa918f4fd7c644b8dbcafc1e4392699e5fe58073c79bc96e57aba045b1a18778501e6ac02bd7 WHIRLPOOL cf054109a10a749acc687b2216373100d81494638e61873c7c8427e574ca049cb19d678663c6580c1a1071c192680373cbabba22dbcb13f35dd08559153ad449
DIST skrooge-2.7.0.tar.xz 17880592 SHA256 9dc8275f17f366156f2863501512320bdf6fa0c2a8834a36fd598840954d30f7 SHA512 36f55156b7388d3cc7ac978c2f4044b8234ea095aedfaa6cc1c8c9231121daacfdb7316dfbfcccfd7ed463e41e8aca07034328048384ef61a9214b133b17e419 WHIRLPOOL b692b1cb9cf009aa60f1777303434e76a14fef15eb9a3afee72be6e53f7f0c97ae279d1bf90c58ebc933a7fc4f466ec6e03126402950dd424257645f69bd6898
diff --git a/app-office/skrooge/skrooge-2.6.0.ebuild b/app-office/skrooge/skrooge-2.6.0.ebuild
deleted file mode 100644
index dcbf82b..00000000
--- a/app-office/skrooge/skrooge-2.6.0.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_GCC_MINIMAL="4.9"
-KDE_HANDBOOK="optional"
-KDE_TEST="forceoptional"
-QT_MINIMAL="5.7.0"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Personal finances manager, aiming at being simple and intuitive"
-HOMEPAGE="http://www.skrooge.org/"
-[[ ${PV} == 9999 ]] || SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="activities crypt designer kde ofx"
-
-COMMON_DEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kitemviews)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep knotifyconfig)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwallet)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtconcurrent)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative 'widgets')
- $(add_qt_dep qtgui)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtscript)
- $(add_qt_dep qtsql)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwebkit)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- app-crypt/qca:2[qt5]
- dev-libs/grantlee:5
- activities? ( $(add_frameworks_dep kactivities) )
- crypt? ( dev-db/sqlcipher )
- !crypt? ( dev-db/sqlite:3 )
- kde? ( $(add_frameworks_dep krunner) )
- ofx? ( >=dev-libs/libofx-0.9.1 )
-"
-DEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep kwindowsystem)
- dev-libs/libxslt
- virtual/pkgconfig
- x11-misc/shared-mime-info
- designer? (
- $(add_frameworks_dep kdesignerplugin)
- $(add_qt_dep designer)
- )
-"
-RDEPEND="${COMMON_DEPEND}
- !app-office/skrooge:4
-"
-
-REQUIRED_USE="test? ( designer )"
-
-# hangs + installs files
-RESTRICT+=" test"
-
-DOCS=( AUTHORS CHANGELOG README TODO )
-
-src_configure() {
- local mycmakeargs=(
- -DSKG_BUILD_TEST=$(usex test)
- -DSKG_CIPHER=$(usex crypt)
- -DSKG_DESIGNER=$(usex designer)
- $(cmake-utils_use_find_package activities KF5Activities)
- $(cmake-utils_use_find_package kde KF5Runner)
- $(cmake-utils_use_find_package ofx LibOfx)
- )
-
- kde5_src_configure
-}
-
-src_test() {
- local mycmakeargs=(
- -DSKG_BUILD_TEST=ON
- )
- kde5_src_test
-}
next reply other threads:[~2017-01-23 19:31 UTC|newest]
Thread overview: 129+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-23 19:31 Johannes Huber [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-02 10:29 [gentoo-commits] repo/gentoo:master commit in: app-office/skrooge/ Andreas Sturmlechner
2025-03-02 10:29 Andreas Sturmlechner
2025-02-18 21:42 Andreas Sturmlechner
2025-02-18 21:42 Andreas Sturmlechner
2025-01-12 12:09 Andreas Sturmlechner
2025-01-12 12:09 Andreas Sturmlechner
2024-12-29 18:52 Andreas Sturmlechner
2024-12-16 11:54 Sam James
2024-11-23 11:36 Andreas Sturmlechner
2024-10-10 22:34 Andreas Sturmlechner
2024-10-07 23:06 Andreas Sturmlechner
2024-10-07 23:06 Andreas Sturmlechner
2024-05-15 18:08 Andreas Sturmlechner
2024-05-15 9:28 Sam James
2024-04-09 20:02 Andreas Sturmlechner
2023-11-06 0:05 Andreas Sturmlechner
2023-11-04 9:06 Sam James
2023-10-03 19:21 Andreas Sturmlechner
2023-09-03 7:58 Andreas Sturmlechner
2023-08-08 2:27 Sam James
2023-07-08 16:06 Andreas Sturmlechner
2023-04-30 17:08 Andreas Sturmlechner
2023-04-30 16:48 Arthur Zamarin
2023-02-19 9:59 Andreas Sturmlechner
2023-02-18 14:16 Andreas Sturmlechner
2022-09-16 7:59 Andreas Sturmlechner
2022-09-16 6:52 Agostino Sarubbo
2022-09-06 2:19 Sam James
2022-08-05 15:23 Andreas Sturmlechner
2022-02-26 19:43 Andreas Sturmlechner
2022-02-26 18:52 Sam James
2022-02-26 18:52 Sam James
2022-01-26 10:01 Andreas Sturmlechner
2021-08-31 15:42 Andreas Sturmlechner
2021-08-29 10:02 Agostino Sarubbo
2021-08-29 10:00 Agostino Sarubbo
2021-07-29 19:06 Andreas Sturmlechner
2021-02-03 0:25 Andreas Sturmlechner
2021-02-02 23:46 Sam James
2021-01-27 19:55 Sam James
2021-01-25 16:48 Andreas Sturmlechner
2021-01-18 1:20 Andreas Sturmlechner
2021-01-03 22:56 Sam James
2020-12-05 22:56 Andreas Sturmlechner
2020-11-25 9:40 Andreas Sturmlechner
2020-11-25 9:40 Andreas Sturmlechner
2020-10-26 16:09 Andreas Sturmlechner
2020-08-30 7:58 Andreas Sturmlechner
2020-08-30 1:32 Thomas Deutschmann
2020-08-22 5:43 Agostino Sarubbo
2020-07-21 17:32 Andreas Sturmlechner
2020-05-27 20:38 Andreas Sturmlechner
2020-05-18 15:13 Agostino Sarubbo
2020-05-18 15:08 Agostino Sarubbo
2020-04-09 23:07 Andreas Sturmlechner
2020-02-12 15:10 Agostino Sarubbo
2020-02-08 13:38 Mikle Kolyada
2019-12-15 20:08 Andreas Sturmlechner
2019-08-14 13:00 Andreas Sturmlechner
2019-08-14 13:00 Andreas Sturmlechner
2019-08-11 21:30 Thomas Deutschmann
2019-06-23 14:55 Andreas Sturmlechner
2019-06-20 10:37 Andreas Sturmlechner
2019-06-05 20:02 Andreas Sturmlechner
2019-05-26 22:27 Thomas Deutschmann
2019-05-26 11:45 Mikle Kolyada
2019-04-23 20:25 Andreas Sturmlechner
2019-04-21 11:31 Andreas Sturmlechner
2019-03-02 20:49 Thomas Deutschmann
2019-03-02 16:14 Mikle Kolyada
2019-02-20 13:04 Mikle Kolyada
2019-02-15 23:07 Andreas Sturmlechner
2019-02-07 19:33 Andreas Sturmlechner
2018-12-18 23:29 Andreas Sturmlechner
2018-12-13 20:42 Mikle Kolyada
2018-12-13 12:48 Thomas Deutschmann
2018-11-08 12:29 Andreas Sturmlechner
2018-11-07 23:44 Thomas Deutschmann
2018-11-07 10:18 Mikle Kolyada
2018-11-04 20:33 Andreas Sturmlechner
2018-10-04 12:55 Andreas Sturmlechner
2018-09-24 1:50 Thomas Deutschmann
2018-09-16 13:19 Mikle Kolyada
2018-09-12 12:36 Andreas Sturmlechner
2018-07-01 16:27 Andreas Sturmlechner
2018-06-07 10:13 Agostino Sarubbo
2018-06-06 23:49 Thomas Deutschmann
2018-05-09 6:32 Andreas Sturmlechner
2018-05-05 6:59 Andreas Sturmlechner
2018-05-03 10:13 Mikle Kolyada
2018-05-02 16:33 Thomas Deutschmann
2018-03-15 16:34 Andreas Sturmlechner
2018-03-10 2:05 Michael Palimaka
2018-03-10 2:05 Michael Palimaka
2018-03-07 13:51 Agostino Sarubbo
2018-02-03 23:19 Andreas Sturmlechner
2017-12-16 12:21 Michael Palimaka
2017-12-16 12:21 Michael Palimaka
2017-11-19 6:35 Michael Palimaka
2017-11-19 6:35 Michael Palimaka
2017-11-10 23:10 Andreas Sturmlechner
2017-11-10 19:20 Andreas Sturmlechner
2017-11-07 17:57 Thomas Deutschmann
2017-11-05 17:16 Andreas Sturmlechner
2017-08-26 12:30 Michael Palimaka
2017-08-20 14:55 Andreas Sturmlechner
2017-07-07 20:53 Andreas Sturmlechner
2017-07-07 8:12 Agostino Sarubbo
2017-07-05 20:31 Agostino Sarubbo
2017-04-16 17:40 Andreas Sturmlechner
2017-04-16 17:40 Andreas Sturmlechner
2017-04-06 19:35 Johannes Huber
2017-04-06 19:35 Johannes Huber
2017-01-24 0:26 Andreas Sturmlechner
2017-01-23 19:31 Johannes Huber
2016-12-30 16:05 Johannes Huber
2016-11-27 9:57 Michael Palimaka
2016-11-27 9:57 Michael Palimaka
2016-08-05 17:24 Michael Palimaka
2016-06-23 19:49 Michael Palimaka
2016-06-23 19:49 Michael Palimaka
2016-06-23 19:49 Michael Palimaka
2016-02-14 14:12 Michael Palimaka
2016-01-27 9:22 Agostino Sarubbo
2015-12-02 14:38 Michael Palimaka
2015-12-02 14:38 Michael Palimaka
2015-09-24 19:38 Michael Palimaka
2015-09-10 17:04 Michael Palimaka
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=1485199850.1929d59d68ab63552de1f22747f802201fa3e752.johu@gentoo \
--to=johu@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