From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A0E43138C9D for ; Fri, 17 Apr 2015 23:25:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 474B3E0935; Fri, 17 Apr 2015 23:25:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC3DCE0935 for ; Fri, 17 Apr 2015 23:25:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23F98340D16 for ; Fri, 17 Apr 2015 23:25:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E468B1626C for ; Fri, 17 Apr 2015 23:25:41 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1429313126.9c43d60fbaf28580224c75d0fb2f7782f37a3613.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: app-editors/vim-qt/ X-VCS-Repository: proj/qt X-VCS-Files: app-editors/vim-qt/vim-qt-99999999.ebuild X-VCS-Directories: app-editors/vim-qt/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 9c43d60fbaf28580224c75d0fb2f7782f37a3613 X-VCS-Branch: master Date: Fri, 17 Apr 2015 23:25:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7eb21d53-50b0-48e8-a1e1-a86a9e6e6142 X-Archives-Hash: deeb023e035835d407f68e8d23c77380 commit: 9c43d60fbaf28580224c75d0fb2f7782f37a3613 Author: Davide Pesavento gentoo org> AuthorDate: Fri Apr 17 23:25:26 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Fri Apr 17 23:25:26 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9c43d60f [app-editors/vim-qt] Sync. Package-Manager: portage-2.2.18 app-editors/vim-qt/vim-qt-99999999.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app-editors/vim-qt/vim-qt-99999999.ebuild b/app-editors/vim-qt/vim-qt-99999999.ebuild index ea64180..3ef357a 100644 --- a/app-editors/vim-qt/vim-qt-99999999.ebuild +++ b/app-editors/vim-qt/vim-qt-99999999.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-qt/vim-qt-20140827-r2.ebuild,v 1.1 2014/11/24 12:51:50 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-qt/vim-qt-20150102.ebuild,v 1.3 2015/04/17 23:23:53 pesa Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) PYTHON_REQ_USE="threads" + inherit eutils fdo-mime flag-o-matic prefix python-single-r1 DESCRIPTION="Qt GUI version of the Vim text editor" @@ -15,13 +16,12 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI=( "https://bitbucket.org/equalsraf/${PN}.git" "https://github.com/equalsraf/${PN}.git" - "git://gitorious.org/${PN}/${PN}.git" ) KEYWORDS="" else SRC_URI="https://github.com/equalsraf/${PN}/archive/package-${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${PN}-package-${PV}" + S=${WORKDIR}/${PN}-package-${PV} fi LICENSE="vim" @@ -31,11 +31,12 @@ IUSE="acl cscope debug lua luajit nls perl python racket ruby" REQUIRED_USE="luajit? ( lua ) python? ( ${PYTHON_REQUIRED_USE} )" -RDEPEND=">=app-admin/eselect-vi-1.1.8 +RDEPEND=" >=app-editors/vim-core-7.4.560[acl?] - sys-libs/ncurses + >=app-eselect/eselect-vi-1.1.8 >=dev-qt/qtcore-4.7.0:4 >=dev-qt/qtgui-4.7.0:4 + sys-libs/ncurses acl? ( kernel_linux? ( sys-apps/acl ) ) cscope? ( dev-util/cscope ) lua? ( luajit? ( dev-lang/luajit )