Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sink/
Date: Sat, 30 Mar 2019 19:28:35
Message-Id: 1553973961.8310d1a180eab43221306afe55de6e06f8724335.asturm@gentoo
1 commit: 8310d1a180eab43221306afe55de6e06f8724335
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 15:57:44 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 19:26:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8310d1a1
7
8 dev-libs/sink: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/sink/sink-0.7.0.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-libs/sink/sink-0.7.0.ebuild b/dev-libs/sink/sink-0.7.0.ebuild
17 index c2e8a3d3fa4..4e7f4708a8f 100644
18 --- a/dev-libs/sink/sink-0.7.0.ebuild
19 +++ b/dev-libs/sink/sink-0.7.0.ebuild
20 @@ -1,12 +1,12 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 KDE_TEST="false" # build breaks otherwise. tests not isolated.
29 inherit kde5
30
31 -DESCRIPTION="A data access layer handling synchronization, caching and indexing"
32 +DESCRIPTION="Data access layer handling synchronization, caching and indexing"
33 SRC_URI="https://github.com/KDE/sink/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34
35 LICENSE="LGPL-2+"