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 38B4B1381F3 for ; Thu, 11 Jul 2013 21:24:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0199AE0973; Thu, 11 Jul 2013 21:24:27 +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 8D784E0973 for ; Thu, 11 Jul 2013 21:24:26 +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 A561833E8C7 for ; Thu, 11 Jul 2013 21:24:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3D5BEE468F for ; Thu, 11 Jul 2013 21:24:24 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1373568777.d78af424ff22382499a4acb8036a862934250ab0.ulm@gentoo> Subject: [gentoo-commits] proj/emacs:master commit in: app-editors/emacs-vcs/ X-VCS-Repository: proj/emacs X-VCS-Files: app-editors/emacs-vcs/ChangeLog app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild X-VCS-Directories: app-editors/emacs-vcs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: d78af424ff22382499a4acb8036a862934250ab0 X-VCS-Branch: master Date: Thu, 11 Jul 2013 21:24:24 +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: dc4f18bd-e1cd-4af4-9aef-2b18cb1e5fdf X-Archives-Hash: 6e7b8d948cb9c27bc5856e99c99cef02 commit: d78af424ff22382499a4acb8036a862934250ab0 Author: Ulrich Müller gentoo org> AuthorDate: Thu Jul 11 18:52:57 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Thu Jul 11 18:52:57 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=d78af424 Define EBZR_UNPACK_DIR. Package-Manager: portage-2.1.12.13 --- app-editors/emacs-vcs/ChangeLog | 3 +++ app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app-editors/emacs-vcs/ChangeLog b/app-editors/emacs-vcs/ChangeLog index 7002932..3eaad4c 100644 --- a/app-editors/emacs-vcs/ChangeLog +++ b/app-editors/emacs-vcs/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 11 Jul 2013; Ulrich Müller emacs-vcs-24.3.9999.ebuild: + Define EBZR_UNPACK_DIR. + 09 Jun 2013; Ulrich Müller emacs-vcs-24.3.9999.ebuild: Merge changes from Portage tree. diff --git a/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild index 97f40e8..6c176be 100644 --- a/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-24.3.9999.ebuild @@ -12,9 +12,10 @@ if [[ ${PV##*.} = 9999 ]]; then EBZR_REPO_URI="bzr://bzr.savannah.gnu.org/emacs/${EBZR_BRANCH}/" # "Nosmart" is much faster for initial branching. EBZR_INITIAL_URI="nosmart+${EBZR_REPO_URI}" + EBZR_UNPACK_DIR="${WORKDIR}/emacs" EBZR_WORKDIR_CHECKOUT="t" #434746 inherit bzr - SRC_URI="" + S="${EBZR_UNPACK_DIR}" else SRC_URI="mirror://gentoo/emacs-${PV}.tar.xz mirror://gnu-alpha/emacs/pretest/emacs-${PV}.tar.xz"