summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-05-27 18:06:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-05-27 18:09:56 +0200
commitdd736fc95e00d0fe273c0c5dd5b88db80c0db4a4 (patch)
tree990d946b58662f928f70e7816d9f542699e87bb0 /app-office
parentdev-vcs/subversion: Add kde-frameworks/kwallet alt. RDEPEND (diff)
downloadgentoo-dd736fc95e00d0fe273c0c5dd5b88db80c0db4a4.tar.gz
gentoo-dd736fc95e00d0fe273c0c5dd5b88db80c0db4a4.tar.bz2
gentoo-dd736fc95e00d0fe273c0c5dd5b88db80c0db4a4.zip
app-office/kmymoney: Drop old
Nothing but conflicts at this point. Reported-by: Arfrever Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'app-office')
-rw-r--r--app-office/kmymoney/Manifest1
-rw-r--r--app-office/kmymoney/kmymoney-4.7.2.ebuild69
2 files changed, 0 insertions, 70 deletions
diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index f5d8b1502c8a..1b24445e3dc8 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1 @@
-DIST kmymoney-4.7.2.tar.xz 20391472 SHA256 bfb2c29ff30988f46324c2dae197a06b58d07336a1947adc22bcfed3e554393d SHA512 43db5b3e52d21dee517c8fadccf120aed5854dc16cbd7e265c327149c3a0c900ec02de06a56a9f5b8ad4d04c15730916c79238a3cf2778911e9d8cc4a65afbb1 WHIRLPOOL 461ce894aedb653e696572068ec7a006c3c3fcc2c7493caf634052393bc5874d19e3a6e87e73fd6100316d9bfbfe65eba4d6c87ea2f3b11ea4b354fc91422db7
DIST kmymoney-4.8.0.tar.xz 20785888 SHA256 c2a635710aafa6925a49803c480e043e0bf4bc5b62430689aa5eb95619f48ac2 SHA512 883635a94333341cbe3d6c835fe1dbc1cc5ed5cc834f76c945030ec680aee4fc6ceb367fdde811672a392eb5cd7b735c858e0be5a7f7964a4ccf5f9ba8865381 WHIRLPOOL acbada22e3e9c83e88e571b397c37da79eb36ce05a55786c352af306d3f863dc2db7140c9f1e1757393ea7f6dc9a1728debe077c71ce28b655c65e707f1130cd
diff --git a/app-office/kmymoney/kmymoney-4.7.2.ebuild b/app-office/kmymoney/kmymoney-4.7.2.ebuild
deleted file mode 100644
index 465931ab485a..000000000000
--- a/app-office/kmymoney/kmymoney-4.7.2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB es et eu fi fr gl
-hu it kk nds nl pl pt pt_BR ro ru sk sv tr uk zh_CN zh_TW"
-KDE_HANDBOOK="optional"
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit kde4-base
-
-DESCRIPTION="Personal finance manager for KDE"
-HOMEPAGE="http://kmymoney2.sourceforge.net/"
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug calendar doc hbci ofx quotes"
-
-COMMON_DEPEND="
- app-crypt/gpgme
- >=app-office/libalkimia-4.3.2
- dev-libs/gmp:0
- dev-libs/libgpg-error
- $(add_kdeapps_dep kdepimlibs)
- x11-misc/shared-mime-info
- calendar? ( dev-libs/libical:= )
- hbci? (
- >=net-libs/aqbanking-5.0.1
- >=sys-libs/gwenhywfar-4.0.1[qt4]
- )
- ofx? ( >=dev-libs/libofx-0.9.4 )
-"
-RDEPEND="${COMMON_DEPEND}
- !~kde-apps/kdepimlibs-4.14.10_p20160611
- !>kde-apps/kdepimlibs-4.14.11_pre20160211-r3
- quotes? ( dev-perl/Finance-Quote )
-"
-DEPEND="${COMMON_DEPEND}
- dev-libs/boost
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
-"
-
-src_configure() {
- local mycmakeargs=(
- -DUSE_QT_DESIGNER=OFF
- $(cmake-utils_use_enable calendar LIBICAL)
- $(cmake-utils_use_use doc DEVELOPER_DOC)
- $(cmake-utils_use_enable hbci KBANKING)
- $(cmake-utils_use_enable ofx LIBOFX)
- )
- kde4-base_src_configure
-}
-
-src_compile() {
- kde4-base_src_compile
-
- use doc && kde4-base_src_compile apidoc
-}
-
-src_install() {
- use doc && HTML_DOCS=("${BUILD_DIR}/apidocs/html/")
- kde4-base_src_install
-}