Skip to content

Commit

Permalink
kde-frameworks/attica: 5.78.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jan 9, 2021
1 parent 42b49a5 commit 465a14f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/attica/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST attica-5.74.0.tar.xz 65848 BLAKE2B 614879805233be3508adaf425b71697fb895b99600717de915dbb5c8bad569bfa20b4914638b35adc140c74e4f5a3c0a30389db3b8f92876dd59e06e1931d680 SHA512 261bcec9836c36c3e22df6d629dee35512dac6d8194a393bf2d818432696eb053edee04f5474383f4ab69559f5b875ac392a4c41727eedbea2df9d51b81a19e0
DIST attica-5.77.0.tar.xz 65860 BLAKE2B 62f4a540422cef50b1e04f549709ddeabe0de45f2ed25d76e09860922c6da2a6a251de449c20c7cb3b3b5ba592b85b79ba68528cb0d7f5b0d51f3f17420ca7ed SHA512 e60d0263d34c02adf1d8df2329177ac340e8eb5d796f57820b59c4f5ae62c1b59d75c985a2d309f528aecbf3f0691a919957800a398ecf9b79659cea1e011477
DIST attica-5.78.0.tar.xz 66072 BLAKE2B f2d39092b8fa4370d36329c72eb331fb870ded7a521e860b372f94f187195105fd458cadbced1ebd6867abd75b1dc6841a5449e837596d124692dc88a092a6e3 SHA512 c0d988218ac5bbc5e85815316d545b44325f4592de2b3a5181030804e5c2b898747c1c7e7eff4c93729ea2704b996ae14addf272d08544abdc8f3762fa8fdc98
26 changes: 26 additions & 0 deletions kde-frameworks/attica/attica-5.78.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

QTMIN=5.15.1
inherit ecm kde.org

DESCRIPTION="Framework providing access to Open Collaboration Services"
LICENSE="LGPL-2.1+"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE=""

RDEPEND="
>=dev-qt/qtnetwork-${QTMIN}:5
"
DEPEND="${RDEPEND}"

src_test() {
# requires network access, bug #661230
local myctestargs=(
-E "(providertest)"
)

ecm_src_test
}

0 comments on commit 465a14f

Please sign in to comment.