From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0AE79139695 for ; Thu, 27 Apr 2017 14:02:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D6E321C0CC; Thu, 27 Apr 2017 14:02:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DA3921C0CC for ; Thu, 27 Apr 2017 14:02:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A6283416CA for ; Thu, 27 Apr 2017 14:02:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 932CE743F for ; Thu, 27 Apr 2017 14:02:31 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1493301666.deff9dc6c20ef564b3fee110925d4f1a52a846d3.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/burp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/burp/burp-2.0.54.ebuild X-VCS-Directories: app-backup/burp/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: deff9dc6c20ef564b3fee110925d4f1a52a846d3 X-VCS-Branch: master Date: Thu, 27 Apr 2017 14:02:31 +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: 1edd1db6-3991-4355-9bcd-166d4f8b0fc8 X-Archives-Hash: dbee3a016d10a248a0fcd23b3f74e9b2 commit: deff9dc6c20ef564b3fee110925d4f1a52a846d3 Author: Marek Szuba gentoo org> AuthorDate: Thu Apr 27 13:53:44 2017 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Apr 27 14:01:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deff9dc6 app-backup/burp: make sure oldver is local to pkg_postinst() Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-backup/burp/burp-2.0.54.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-backup/burp/burp-2.0.54.ebuild b/app-backup/burp/burp-2.0.54.ebuild index cf7dee17673..694caae538a 100644 --- a/app-backup/burp/burp-2.0.54.ebuild +++ b/app-backup/burp/burp-2.0.54.ebuild @@ -94,6 +94,7 @@ pkg_postinst() { # According to PMS this can be a space-separated list of version # numbers, even though in practice it is typically just one. + local oldver for oldver in ${REPLACING_VERSIONS}; do if [[ $(get_major_version ${oldver}) -lt 2 ]]; then ewarn "Starting with version 2.0.54 we no longer patch bedup to use"