Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: dev-libs/libattica/
Date: Thu, 03 Dec 2020 01:04:59
Message-Id: 1606956357.e1d6d0961f7ee360cd6a4517fa0cc2dbf646327a.asturm@gentoo
1 commit: e1d6d0961f7ee360cd6a4517fa0cc2dbf646327a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 00:00:48 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 00:45:57 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=e1d6d096
7
8 dev-libs/libattica: Fix MissingTestRestrict, drop obsolete live switch
9
10 Package-Manager: Portage-3.0.11, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/libattica/libattica-0.4.2.ebuild | 17 ++++++-----------
14 1 file changed, 6 insertions(+), 11 deletions(-)
15
16 diff --git a/dev-libs/libattica/libattica-0.4.2.ebuild b/dev-libs/libattica/libattica-0.4.2.ebuild
17 index d6bd8d82..a3258ad0 100644
18 --- a/dev-libs/libattica/libattica-0.4.2.ebuild
19 +++ b/dev-libs/libattica/libattica-0.4.2.ebuild
20 @@ -1,28 +1,23 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 MY_P="${P#lib}"
28 MY_PN="${PN#lib}"
29 -
30 -if [[ $PV = *9999* ]]; then
31 - EGIT_REPO_URI="git://anongit.kde.org/attica"
32 - scm_eclass=git-2
33 -else
34 - SRC_URI="mirror://kde/stable/${MY_PN}/${MY_P}.tar.bz2"
35 - KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
36 -fi
37 -
38 -inherit cmake-utils ${scm_eclass}
39 +inherit cmake-utils
40
41 DESCRIPTION="A library providing access to Open Collaboration Services"
42 HOMEPAGE="https://www.kde.org/"
43 +SRC_URI="mirror://kde/stable/${MY_PN}/${MY_P}.tar.bz2"
44
45 LICENSE="GPL-2 LGPL-2"
46 SLOT="0"
47 +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
48 IUSE="debug test"
49
50 +RESTRICT+=" !test? ( test )"
51 +
52 RDEPEND="
53 dev-qt/qtcore:4
54 "