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 DBAB8138CD3 for ; Mon, 8 Jun 2015 10:21:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F235E099F; Mon, 8 Jun 2015 10:21:15 +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 CE58AE099F for ; Mon, 8 Jun 2015 10:21:14 +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 23D13340821 for ; Mon, 8 Jun 2015 10:21:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4ABC5A2F for ; Mon, 8 Jun 2015 10:21:11 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1433758864.60567674db0951c898800efd902e887130181737.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/kde X-VCS-Files: Documentation/maintainers/bump_new_revision.sh X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 60567674db0951c898800efd902e887130181737 X-VCS-Branch: master Date: Mon, 8 Jun 2015 10:21:11 +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: e3f04b1a-ed09-4278-bf2a-787fb7da3158 X-Archives-Hash: 4121b4224967cc238db7695ebe72ad7d commit: 60567674db0951c898800efd902e887130181737 Author: Manuel Rüger gentoo org> AuthorDate: Mon Jun 8 10:21:04 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Jun 8 10:21:04 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=60567674 [Documentation] Fix deprecated portdir command. Documentation/maintainers/bump_new_revision.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/maintainers/bump_new_revision.sh b/Documentation/maintainers/bump_new_revision.sh index 3de45c0..e5e1147 100755 --- a/Documentation/maintainers/bump_new_revision.sh +++ b/Documentation/maintainers/bump_new_revision.sh @@ -341,7 +341,7 @@ case ${OPERATION} in slot) add_new_sloted_version ;; diff) check_cmakelists ;; cvsmove) - MAINTREE="$(portageq portdir)" + MAINTREE="$(portageq get_repo_path / gentoo)" OVERLAY="`pwd`" BUMP_VERSION=${VERSION} # course of action we are doing here