summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-10-30 12:38:12 +0100
committerJohannes Huber <johu@gentoo.org>2016-10-30 13:55:14 +0100
commitbe56a240eada6eae19bff0acc4b95e2b27782b08 (patch)
tree34dd79115e25a7009ad7b4f6612299f9083b77d0 /app-office
parentSlotmove app-office/akonadi-server 0 -> 4 (diff)
downloadgentoo-be56a240eada6eae19bff0acc4b95e2b27782b08.tar.gz
gentoo-be56a240eada6eae19bff0acc4b95e2b27782b08.tar.bz2
gentoo-be56a240eada6eae19bff0acc4b95e2b27782b08.zip
app-office/akonadi-server: Drop live support
Slot 4 is dead by upstream. Package-Manager: portage-2.3.2
Diffstat (limited to 'app-office')
-rw-r--r--app-office/akonadi-server/akonadi-server-1.13.1_pre20160203-r1.ebuild24
1 files changed, 8 insertions, 16 deletions
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
index 4e5f29f7ce90..6613ad6e8758 100644
--- 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
@@ -4,30 +4,22 @@
EAPI=6
-if [[ ${PV} = *9999* ]]; then
- scm_eclass=git-r3
- EGIT_REPO_URI=( "git://anongit.kde.org/akonadi" )
- SRC_URI=""
- KEYWORDS=""
+if [[ ${PV} = *_pre* ]]; then
+ COMMIT_ID="18ed37d89b8185ac15a8bfe245de8a88d17f2c64"
+ SRC_URI="https://quickgit.kde.org/?p=akonadi.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${P}.tar.gz"
+ S="${WORKDIR}/${PN/-server/}"
else
- if [[ ${PV} = *_pre* ]]; then
- COMMIT_ID="18ed37d89b8185ac15a8bfe245de8a88d17f2c64"
- SRC_URI="https://quickgit.kde.org/?p=akonadi.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN/-server/}"
- else
- SRC_URI="mirror://kde/stable/${PN/-server/}/src/${P/-server/}.tar.bz2"
- S="${WORKDIR}/${P/-server/}"
- fi
- KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+ SRC_URI="mirror://kde/stable/${PN/-server/}/src/${P/-server/}.tar.bz2"
+ S="${WORKDIR}/${P/-server/}"
fi
-
-inherit cmake-utils ${scm_eclass}
+inherit cmake-utils
DESCRIPTION="The server part of Akonadi"
HOMEPAGE="https://pim.kde.org/akonadi"
LICENSE="LGPL-2.1"
SLOT="4"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="+mysql postgres sqlite test"
REQUIRED_USE="|| ( sqlite mysql postgres )"