From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QKVG2-0006gA-MT for garchives@archives.gentoo.org; Thu, 12 May 2011 12:44:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E0941C0B4; Thu, 12 May 2011 12:44:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DC5BD1C0B4 for ; Thu, 12 May 2011 12:44:36 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 569B01BC0D0 for ; Thu, 12 May 2011 12:44:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7E9FD80062 for ; Thu, 12 May 2011 12:44:35 +0000 (UTC) From: "Dimitris Papapoulios" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dimitris Papapoulios" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: dev-vcs/kdesvn/ X-VCS-Repository: proj/kde X-VCS-Files: dev-vcs/kdesvn/kdesvn-9999.ebuild X-VCS-Directories: dev-vcs/kdesvn/ X-VCS-Committer: skiarxon X-VCS-Committer-Name: Dimitris Papapoulios X-VCS-Revision: d01770bcf8443388a4d15613f632a237096e1044 Date: Thu, 12 May 2011 12:44:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 86494a5730fd5cf4c2b77868aa8c2d18 commit: d01770bcf8443388a4d15613f632a237096e1044 Author: Dimitris Papapoulios gmail com> AuthorDate: Thu May 12 12:33:36 2011 +0000 Commit: Dimitris Papapoulios gmail com> CommitDate: Thu May 12 12:37:26 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dd01770bc [dev-vcs/kdesvn] replacing +handbook use flag with kde_handbook variable --- dev-vcs/kdesvn/kdesvn-9999.ebuild | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-vcs/kdesvn/kdesvn-9999.ebuild b/dev-vcs/kdesvn/kdesvn-99= 99.ebuild index 28e4c2e..7363d4a 100644 --- a/dev-vcs/kdesvn/kdesvn-9999.ebuild +++ b/dev-vcs/kdesvn/kdesvn-9999.ebuild @@ -4,22 +4,20 @@ =20 EAPI=3D4 =20 +KDE_HANDBOOK=3D"optional" KDE_LINGUAS=3D"cs de es fr it ja lt nl pl pt_BR ro ru" inherit kde4-base =20 +ESVN_REPO_URI=3D"http://www.alwins-world.de/repos/kdesvn/trunk/" +ESVN_PROJECT=3D"kdesvn" DESCRIPTION=3D"KDESvn is a frontend to the subversion vcs." HOMEPAGE=3D"http://kdesvn.alwins-world.de/" -if [[ ${PV} =3D 9999* ]]; then - ESVN_REPO_URI=3D"http://www.alwins-world.de/repos/kdesvn/trunk/" - ESVN_PROJECT=3D"kdesvn" -else - SRC_URI=3D"http://kdesvn.alwins-world.de/downloads/${P}.tar.bz2" -fi +[[ ${PV} !=3D 9999* ]] && SRC_URI=3D"http://kdesvn.alwins-world.de/downl= oads/${P}.tar.bz2" =20 LICENSE=3D"GPL-2" KEYWORDS=3D"" SLOT=3D"4" -IUSE=3D"debug +handbook" +IUSE=3D"debug" =20 DEPEND=3D" >=3Ddev-db/sqlite-3