* [gentoo-commits] gentoo-x86 commit in app-office/kmymoney: kmymoney-4.7.1.ebuild ChangeLog
@ 2014-11-27 7:51 Michael Palimaka (kensington)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka (kensington) @ 2014-11-27 7:51 UTC (permalink / raw
To: gentoo-commits
kensington 14/11/27 07:51:24
Modified: ChangeLog
Added: kmymoney-4.7.1.ebuild
Log:
Version bump wrt bug #530794.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path
1.54 app-office/kmymoney/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/kmymoney/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 22 Jun 2014 18:01:30 -0000 1.53
+++ ChangeLog 27 Nov 2014 07:51:24 -0000 1.54
@@ -1,6 +1,11 @@
# ChangeLog for app-office/kmymoney
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/ChangeLog,v 1.53 2014/06/22 18:01:30 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/ChangeLog,v 1.54 2014/11/27 07:51:24 kensington Exp $
+
+*kmymoney-4.7.1 (27 Nov 2014)
+
+ 27 Nov 2014; Michael Palimaka <kensington@gentoo.org> +kmymoney-4.7.1.ebuild:
+ Version bump wrt bug #530794.
*kmymoney-4.6.6 (22 Jun 2014)
1.1 app-office/kmymoney/kmymoney-4.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/kmymoney-4.7.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/kmymoney-4.7.1.ebuild?rev=1.1&content-type=text/plain
Index: kmymoney-4.7.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/kmymoney-4.7.1.ebuild,v 1.1 2014/11/27 07:51:24 kensington Exp $
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 sv uk 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_kdebase_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}
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
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-office/kmymoney: kmymoney-4.7.1.ebuild ChangeLog
@ 2015-02-24 9:35 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-24 9:35 UTC (permalink / raw
To: gentoo-commits
ago 15/02/24 09:35:06
Modified: kmymoney-4.7.1.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #540900
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 app-office/kmymoney/kmymoney-4.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/kmymoney-4.7.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/kmymoney-4.7.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/kmymoney-4.7.1.ebuild?r1=1.1&r2=1.2
Index: kmymoney-4.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/kmymoney/kmymoney-4.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kmymoney-4.7.1.ebuild 27 Nov 2014 07:51:24 -0000 1.1
+++ kmymoney-4.7.1.ebuild 24 Feb 2015 09:35:06 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/kmymoney-4.7.1.ebuild,v 1.1 2014/11/27 07:51:24 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/kmymoney-4.7.1.ebuild,v 1.2 2015/02/24 09:35:06 ago Exp $
EAPI=5
@@ -19,7 +19,7 @@
LICENSE="GPL-2"
SLOT="4"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="debug calendar doc hbci ofx quotes"
COMMON_DEPEND="
1.55 app-office/kmymoney/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/kmymoney/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 27 Nov 2014 07:51:24 -0000 1.54
+++ ChangeLog 24 Feb 2015 09:35:06 -0000 1.55
@@ -1,6 +1,9 @@
# ChangeLog for app-office/kmymoney
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/ChangeLog,v 1.54 2014/11/27 07:51:24 kensington Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/ChangeLog,v 1.55 2015/02/24 09:35:06 ago Exp $
+
+ 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> kmymoney-4.7.1.ebuild:
+ Stable for amd64, wrt bug #540900
*kmymoney-4.7.1 (27 Nov 2014)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-office/kmymoney: kmymoney-4.7.1.ebuild ChangeLog
@ 2015-02-25 15:59 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-25 15:59 UTC (permalink / raw
To: gentoo-commits
ago 15/02/25 15:59:35
Modified: kmymoney-4.7.1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #540900
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 app-office/kmymoney/kmymoney-4.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/kmymoney-4.7.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/kmymoney-4.7.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/kmymoney-4.7.1.ebuild?r1=1.2&r2=1.3
Index: kmymoney-4.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/kmymoney/kmymoney-4.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kmymoney-4.7.1.ebuild 24 Feb 2015 09:35:06 -0000 1.2
+++ kmymoney-4.7.1.ebuild 25 Feb 2015 15:59:35 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/kmymoney-4.7.1.ebuild,v 1.2 2015/02/24 09:35:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/kmymoney-4.7.1.ebuild,v 1.3 2015/02/25 15:59:35 ago Exp $
EAPI=5
@@ -19,7 +19,7 @@
LICENSE="GPL-2"
SLOT="4"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="debug calendar doc hbci ofx quotes"
COMMON_DEPEND="
1.56 app-office/kmymoney/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/kmymoney/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/kmymoney/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 24 Feb 2015 09:35:06 -0000 1.55
+++ ChangeLog 25 Feb 2015 15:59:35 -0000 1.56
@@ -1,6 +1,9 @@
# ChangeLog for app-office/kmymoney
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/ChangeLog,v 1.55 2015/02/24 09:35:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney/ChangeLog,v 1.56 2015/02/25 15:59:35 ago Exp $
+
+ 25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> kmymoney-4.7.1.ebuild:
+ Stable for x86, wrt bug #540900
24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> kmymoney-4.7.1.ebuild:
Stable for amd64, wrt bug #540900
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-02-25 15:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25 15:59 [gentoo-commits] gentoo-x86 commit in app-office/kmymoney: kmymoney-4.7.1.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2015-02-24 9:35 Agostino Sarubbo (ago)
2014-11-27 7:51 Michael Palimaka (kensington)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox