Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/
Date: Sat, 08 Oct 2016 16:16:22
Message-Id: 1475942295.23ac2c25b55d66ccd45664366238397442c63d2a.kensington@gentoo
1 commit: 23ac2c25b55d66ccd45664366238397442c63d2a
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 8 09:18:06 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 8 15:58:15 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=23ac2c25
7
8 dev-libs/kreport: Add first release 3.0.0
9
10 Package-Manager: portage-2.3.0
11
12 dev-libs/kreport/{kreport-9999.ebuild => kreport-3.0.0.ebuild} | 3 ++-
13 dev-libs/kreport/kreport-9999.ebuild | 1 +
14 2 files changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-3.0.0.ebuild
17 similarity index 86%
18 copy from dev-libs/kreport/kreport-9999.ebuild
19 copy to dev-libs/kreport/kreport-3.0.0.ebuild
20 index 74c89db..22ff757 100644
21 --- a/dev-libs/kreport/kreport-9999.ebuild
22 +++ b/dev-libs/kreport/kreport-3.0.0.ebuild
23 @@ -11,9 +11,10 @@ VIRTUALX_REQUIRED="test"
24 inherit kde5 python-any-r1
25
26 DESCRIPTION="Framework for creation and generation of reports in multiple formats"
27 +[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
28
29 LICENSE="LGPL-2+"
30 -KEYWORDS=""
31 +KEYWORDS="~amd64 ~x86"
32 IUSE=""
33
34 RDEPEND="
35
36 diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild
37 index 74c89db..9bf8237 100644
38 --- a/dev-libs/kreport/kreport-9999.ebuild
39 +++ b/dev-libs/kreport/kreport-9999.ebuild
40 @@ -11,6 +11,7 @@ VIRTUALX_REQUIRED="test"
41 inherit kde5 python-any-r1
42
43 DESCRIPTION="Framework for creation and generation of reports in multiple formats"
44 +[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
45
46 LICENSE="LGPL-2+"
47 KEYWORDS=""