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 5E7E7138CDC for ; Tue, 9 Jun 2015 18:30:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A791E084D; Tue, 9 Jun 2015 18:30:33 +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 83966E0843 for ; Tue, 9 Jun 2015 18:30:32 +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 D0218340A22 for ; Tue, 9 Jun 2015 18:30:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96CD3A09 for ; Tue, 9 Jun 2015 18:30:29 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1433873555.842d54de7a15a6a82f71c5787a5e5cff56caf614.grobian@gentoo> Subject: [gentoo-commits] proj/portage:prefix commit in: / X-VCS-Repository: proj/portage X-VCS-Files: tarball.sh X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 842d54de7a15a6a82f71c5787a5e5cff56caf614 X-VCS-Branch: prefix Date: Tue, 9 Jun 2015 18:30:29 +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: bd90a557-d8fb-4637-8689-0e3497b5139d X-Archives-Hash: 2befed5aeda5dcb3dcbb93da9f878b84 commit: 842d54de7a15a6a82f71c5787a5e5cff56caf614 Author: Fabian Groffen gentoo org> AuthorDate: Tue Jun 9 18:12:35 2015 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Jun 9 18:12:35 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=842d54de tarball: drop sed on no longer existing file tarball.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tarball.sh b/tarball.sh index 1dcfb5c..b9f7841 100755 --- a/tarball.sh +++ b/tarball.sh @@ -27,7 +27,6 @@ fi install -d -m0755 ${DEST} rsync -a --exclude='.git' --exclude='.hg' . ${DEST} sed -i -e '/^VERSION\s*=/s/^.*$/VERSION = "'${V}-prefix'"/' ${DEST}/pym/portage/__init__.py -sed -i -e "1s/VERSION/${V}-prefix/" ${DEST}/doc/fragment/version sed -i -e "1s/VERSION/${V}-prefix/" ${DEST}/man/{,ru/}*.[15] sed -i -e "s/@version@/${V}/" ${DEST}/configure.ac