summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-12-03 01:00:48 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-03 01:45:57 +0100
commite1d6d0961f7ee360cd6a4517fa0cc2dbf646327a (patch)
tree03ad4755b0f37f50fa195cdedbb06c1ae544f451 /dev-libs
parentapp-editors/kile: Fix HOMEPAGE, cleanup NonexistentDeps (diff)
downloadkde-sunset-e1d6d0961f7ee360cd6a4517fa0cc2dbf646327a.tar.gz
kde-sunset-e1d6d0961f7ee360cd6a4517fa0cc2dbf646327a.tar.bz2
kde-sunset-e1d6d0961f7ee360cd6a4517fa0cc2dbf646327a.zip
dev-libs/libattica: Fix MissingTestRestrict, drop obsolete live switch
Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libattica/libattica-0.4.2.ebuild17
1 files changed, 6 insertions, 11 deletions
diff --git a/dev-libs/libattica/libattica-0.4.2.ebuild b/dev-libs/libattica/libattica-0.4.2.ebuild
index d6bd8d82..a3258ad0 100644
--- a/dev-libs/libattica/libattica-0.4.2.ebuild
+++ b/dev-libs/libattica/libattica-0.4.2.ebuild
@@ -1,28 +1,23 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MY_P="${P#lib}"
MY_PN="${PN#lib}"
-
-if [[ $PV = *9999* ]]; then
- EGIT_REPO_URI="git://anongit.kde.org/attica"
- scm_eclass=git-2
-else
- SRC_URI="mirror://kde/stable/${MY_PN}/${MY_P}.tar.bz2"
- KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-fi
-
-inherit cmake-utils ${scm_eclass}
+inherit cmake-utils
DESCRIPTION="A library providing access to Open Collaboration Services"
HOMEPAGE="https://www.kde.org/"
+SRC_URI="mirror://kde/stable/${MY_PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug test"
+RESTRICT+=" !test? ( test )"
+
RDEPEND="
dev-qt/qtcore:4
"