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/kproperty/
Date: Sat, 08 Oct 2016 16:16:22
Message-Id: 1475942295.57c16a5481b443725819dd5c5f0b2b9cc3f742b3.kensington@gentoo
1 commit: 57c16a5481b443725819dd5c5f0b2b9cc3f742b3
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 8 09:17:40 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=57c16a54
7
8 dev-libs/kproperty: Add first release 3.0.0
9
10 Package-Manager: portage-2.3.0
11
12 dev-libs/kproperty/{kproperty-9999.ebuild => kproperty-3.0.0.ebuild} | 4 +++-
13 dev-libs/kproperty/kproperty-9999.ebuild | 2 ++
14 2 files changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-libs/kproperty/kproperty-9999.ebuild b/dev-libs/kproperty/kproperty-3.0.0.ebuild
17 similarity index 80%
18 copy from dev-libs/kproperty/kproperty-9999.ebuild
19 copy to dev-libs/kproperty/kproperty-3.0.0.ebuild
20 index c95f4e3..6d01cf8 100644
21 --- a/dev-libs/kproperty/kproperty-9999.ebuild
22 +++ b/dev-libs/kproperty/kproperty-3.0.0.ebuild
23 @@ -7,8 +7,10 @@ EAPI=6
24 inherit kde5
25
26 DESCRIPTION="Property editing framework with editor widget similar to Qt Designer"
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 DEPEND="
35
36 diff --git a/dev-libs/kproperty/kproperty-9999.ebuild b/dev-libs/kproperty/kproperty-9999.ebuild
37 index c95f4e3..c4605f5 100644
38 --- a/dev-libs/kproperty/kproperty-9999.ebuild
39 +++ b/dev-libs/kproperty/kproperty-9999.ebuild
40 @@ -7,6 +7,8 @@ EAPI=6
41 inherit kde5
42
43 DESCRIPTION="Property editing framework with editor widget similar to Qt Designer"
44 +[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
45 +
46 LICENSE="LGPL-2+"
47 KEYWORDS=""
48 IUSE=""