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 2B430138200 for ; Tue, 23 Jul 2013 14:57:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 810B7E0A44; Tue, 23 Jul 2013 14:57:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F2ABE0A44 for ; Tue, 23 Jul 2013 14:57:07 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18FC133E9B5 for ; Tue, 23 Jul 2013 14:57:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4AC03E5474 for ; Tue, 23 Jul 2013 14:57:04 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1374588398.4f05f99377615d7ac0bb31019ab865b7f298c6f1.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: / X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay-9999.ebuild X-VCS-Directories: / X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 4f05f99377615d7ac0bb31019ab865b7f298c6f1 X-VCS-Branch: master Date: Tue, 23 Jul 2013 14:57:04 +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: 814a78c1-b362-4e93-8eff-cf9f2c3867ad X-Archives-Hash: f7f2cc1315154f74fa9944411542f5ab Message-ID: <20130723145704.jMaXErFCdyI65htXQpqzPAGIyrbbKDzZZqwk1EjZJjg@z> commit: 4f05f99377615d7ac0bb31019ab865b7f298c6f1 Author: André Erdmann mailerd de> AuthorDate: Tue Jul 23 14:06:38 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Tue Jul 23 14:06:38 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=4f05f993 roverlay-9999.ebuild: set EGIT_BRANCH set EGIT_BRANCH to gsoc13/next if PV starts with 99999 --- roverlay-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roverlay-9999.ebuild b/roverlay-9999.ebuild index bc4a80f..e354d86 100644 --- a/roverlay-9999.ebuild +++ b/roverlay-9999.ebuild @@ -11,7 +11,7 @@ PYTHON_USE="ssl" inherit base python-distutils-ng git-2 user EGIT_REPO_URI='git://git.overlays.gentoo.org/proj/R_overlay.git' -#EGIT_BRANCH='gsoc13/next' +[[ "${PV}" != "99999"* ]] || EGIT_BRANCH=gsoc13/next DESCRIPTION="Automatically generated overlay of R packages (SoC2012)" HOMEPAGE="http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=summary" @@ -49,8 +49,6 @@ src_compile() { } python_install_all() { - #newbin roverlay.py roverlay - # hooks etc. into /usr/share (architecture-independent data) emake BUILDDIR="${S}/tmp" DESTDIR="${D}" \ install-data $(usex bzip2 install-config{-compressed,})