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 E7AAA138010 for ; Sat, 22 Sep 2012 16:44:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9829F21C00E; Sat, 22 Sep 2012 16:43:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 50ABB21C00E for ; Sat, 22 Sep 2012 16:43:58 +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 8CAE933C4F8 for ; Sat, 22 Sep 2012 16:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F4133E5442 for ; Sat, 22 Sep 2012 16:43:55 +0000 (UTC) From: "Markos Chandras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markos Chandras" Message-ID: <1348332226.2c3bfe42ab3bd107a945befae258c1743e791c09.hwoarang@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/qt X-VCS-Files: Documentation/maintainers/bump-live-qt Documentation/maintainers/bump-python-revisions Documentation/maintainers/bump-qt-overlay Documentation/maintainers/bump-qt-release Documentation/maintainers/compare-ebuilds.sh X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 2c3bfe42ab3bd107a945befae258c1743e791c09 X-VCS-Branch: master Date: Sat, 22 Sep 2012 16:43:55 +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: 27246b5b-aff6-4737-93cc-443c91e24d09 X-Archives-Hash: fb576efc8c4661f90a1f6f42527c8593 commit: 2c3bfe42ab3bd107a945befae258c1743e791c09 Author: Markos Chandras gentoo org> AuthorDate: Sat Sep 22 16:43:46 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Sat Sep 22 16:43:46 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2c3bfe42 maintainers: Use portageq get_repo_path to find overlay's abs path --- Documentation/maintainers/bump-live-qt | 2 +- Documentation/maintainers/bump-python-revisions | 2 +- Documentation/maintainers/bump-qt-overlay | 2 +- Documentation/maintainers/bump-qt-release | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/maintainers/bump-live-qt b/Documentation/maintainers/bump-live-qt index bea698e..cd1e6d4 100755 --- a/Documentation/maintainers/bump-live-qt +++ b/Documentation/maintainers/bump-live-qt @@ -3,7 +3,7 @@ . /etc/init.d/functions.sh base="${1}" version="${2}" -overlay="../../x11-libs/" +overlay="$(portageq get_repo_path / qt)/x11-libs/" RED=$'\033[31;01m' GREEN=$'\e[32;01m' moto(){ diff --git a/Documentation/maintainers/bump-python-revisions b/Documentation/maintainers/bump-python-revisions index e6b5acc..fbcb2b9 100755 --- a/Documentation/maintainers/bump-python-revisions +++ b/Documentation/maintainers/bump-python-revisions @@ -8,7 +8,7 @@ source /etc/init.d/functions.sh DATE="$(date +%F|sed 's/-//g')" # date to be added to ebuilds TARGET="dev.gentoo.org:~/public_html/distfiles/" TEMP="/tmp/qt-python-bump/" -OVERLAY="../../" # ugly but hey dont shoot me +OVERLAY="$(portageq get_repo_path / qt)" QUIET= #################################################################### diff --git a/Documentation/maintainers/bump-qt-overlay b/Documentation/maintainers/bump-qt-overlay index 9bfc511..2a52621 100755 --- a/Documentation/maintainers/bump-qt-overlay +++ b/Documentation/maintainers/bump-qt-overlay @@ -4,7 +4,7 @@ base="${1}" version="${2}" portdir="$(portageq envvar PORTDIR)/x11-libs/" -overlay="../../x11-libs/" +overlay="$(portageq get_repo_path / qt)" RED=$'\033[31;01m' GREEN=$'\e[32;01m' moto(){ diff --git a/Documentation/maintainers/bump-qt-release b/Documentation/maintainers/bump-qt-release index 73dd6b9..e319b19 100755 --- a/Documentation/maintainers/bump-qt-release +++ b/Documentation/maintainers/bump-qt-release @@ -4,7 +4,7 @@ # make sure you take care of any new patches before running this script # this does not include the qt meta ebuild -EdgeDir="~/overlay/qt" +EdgeDir="$(portageq get_repo_path / qt)" RelVer="4.5.2" echo diff --git a/Documentation/maintainers/compare-ebuilds.sh b/Documentation/maintainers/compare-ebuilds.sh old mode 100644 new mode 100755