mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-vcs/kdesvn: Drop slot 4
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST kdesvn-1.7.0.tar.xz 1965064 SHA256 b3a9dc01e1730c880478aecd5c8d832a4b218468f791083985d325c0ef8a6ece SHA512 587e1f65af7fa0bf16c3b1892b155e588546e4229b7499d9c31abdbf22369fecde439805e7c32370b8f648a6f42f38293dc2fc67c7a7d605920afeebf4ad2db3 WHIRLPOOL 17dedce0941e486496718fa04f8e4bfb46d85d5fa9ef7da11244594291e2802aeebf610654e126a6e2a619a5aebdf91fec09011a05094e9d32d4c32d1350af01
|
||||
DIST kdesvn-2.0.0.tar.xz 2014660 SHA256 d58d3a895461633718dad580d1590fe99c9d6e44ca64544784a0e9421eb8f8db SHA512 1c0a6f02ef21fd8f9258a40ea2efba0f3775ae4a3c5b5f137dfaa658940472c3b0f98b6331c96bf7013af712d43ae6092fbee28e0f41688a62fa60dd194d3db2 WHIRLPOOL ebd26101e8779c047f186c408b5694647a07f565d295e6f1a1cfcf118c2fdfeb19298fb254928061c51ce8a4be7d5d651ea2c4021bf19fdcbd011bd109160a70
|
||||
|
||||
@@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
KDE_HANDBOOK="optional"
|
||||
KDE_LINGUAS="cs de el es fr it ja lt pt_BR ro ru"
|
||||
KDE_LINGUAS_LIVE_OVERRIDE="true"
|
||||
inherit flag-o-matic kde4-base
|
||||
|
||||
DESCRIPTION="A frontend to the subversion vcs"
|
||||
HOMEPAGE="http://kdesvn.alwins-world.de/"
|
||||
if [[ ${PV} != 9999* ]]; then
|
||||
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="amd64 x86"
|
||||
SLOT="4"
|
||||
IUSE="debug"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/apr:1
|
||||
dev-libs/apr-util:1
|
||||
dev-qt/qtsql:4[sqlite]
|
||||
>=dev-vcs/subversion-1.7
|
||||
sys-devel/gettext
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
!kde-apps/kdesdk-kioslaves:4[subversion(-)]
|
||||
"
|
||||
|
||||
# bug #583286: needs network access
|
||||
RESTRICT="test"
|
||||
|
||||
src_configure() {
|
||||
append-cppflags -DQT_THREAD_SUPPORT
|
||||
|
||||
[[ ${PV} = 9999* ]] && local mycmakeargs=(-DDAILY_BUILD=ON)
|
||||
|
||||
kde4-base_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user