Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/akonadi-server/
Date: Sun, 30 Oct 2016 12:56:23
Message-Id: 1477832114.be56a240eada6eae19bff0acc4b95e2b27782b08.johu@gentoo
1 commit: be56a240eada6eae19bff0acc4b95e2b27782b08
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 11:38:12 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 12:55:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be56a240
7
8 app-office/akonadi-server: Drop live support
9
10 Slot 4 is dead by upstream.
11
12 Package-Manager: portage-2.3.2
13
14 .../akonadi-server-1.13.1_pre20160203-r1.ebuild | 24 ++++++++--------------
15 1 file changed, 8 insertions(+), 16 deletions(-)
16
17 diff --git a/app-office/akonadi-server/akonadi-server-1.13.1_pre20160203-r1.ebuild b/app-office/akonadi-server/akonadi-server-1.13.1_pre20160203-r1.ebuild
18 index 4e5f29f..6613ad6 100644
19 --- a/app-office/akonadi-server/akonadi-server-1.13.1_pre20160203-r1.ebuild
20 +++ b/app-office/akonadi-server/akonadi-server-1.13.1_pre20160203-r1.ebuild
21 @@ -4,30 +4,22 @@
22
23 EAPI=6
24
25 -if [[ ${PV} = *9999* ]]; then
26 - scm_eclass=git-r3
27 - EGIT_REPO_URI=( "git://anongit.kde.org/akonadi" )
28 - SRC_URI=""
29 - KEYWORDS=""
30 +if [[ ${PV} = *_pre* ]]; then
31 + COMMIT_ID="18ed37d89b8185ac15a8bfe245de8a88d17f2c64"
32 + SRC_URI="https://quickgit.kde.org/?p=akonadi.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${P}.tar.gz"
33 + S="${WORKDIR}/${PN/-server/}"
34 else
35 - if [[ ${PV} = *_pre* ]]; then
36 - COMMIT_ID="18ed37d89b8185ac15a8bfe245de8a88d17f2c64"
37 - SRC_URI="https://quickgit.kde.org/?p=akonadi.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${P}.tar.gz"
38 - S="${WORKDIR}/${PN/-server/}"
39 - else
40 - SRC_URI="mirror://kde/stable/${PN/-server/}/src/${P/-server/}.tar.bz2"
41 - S="${WORKDIR}/${P/-server/}"
42 - fi
43 - KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
44 + SRC_URI="mirror://kde/stable/${PN/-server/}/src/${P/-server/}.tar.bz2"
45 + S="${WORKDIR}/${P/-server/}"
46 fi
47 -
48 -inherit cmake-utils ${scm_eclass}
49 +inherit cmake-utils
50
51 DESCRIPTION="The server part of Akonadi"
52 HOMEPAGE="https://pim.kde.org/akonadi"
53
54 LICENSE="LGPL-2.1"
55 SLOT="4"
56 +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
57 IUSE="+mysql postgres sqlite test"
58
59 REQUIRED_USE="|| ( sqlite mysql postgres )"