aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-09-22 17:43:46 +0100
committerMarkos Chandras <hwoarang@gentoo.org>2012-09-22 17:43:46 +0100
commit2c3bfe42ab3bd107a945befae258c1743e791c09 (patch)
tree668273f6991db791a14806923ce6120991cc4853 /Documentation
parentcompare-ebuilds: Use portageq to get overlay's abs path (diff)
downloadqt-2c3bfe42ab3bd107a945befae258c1743e791c09.tar.gz
qt-2c3bfe42ab3bd107a945befae258c1743e791c09.tar.bz2
qt-2c3bfe42ab3bd107a945befae258c1743e791c09.zip
maintainers: Use portageq get_repo_path to find overlay's abs path
Diffstat (limited to 'Documentation')
-rwxr-xr-xDocumentation/maintainers/bump-live-qt2
-rwxr-xr-xDocumentation/maintainers/bump-python-revisions2
-rwxr-xr-xDocumentation/maintainers/bump-qt-overlay2
-rwxr-xr-xDocumentation/maintainers/bump-qt-release2
-rwxr-xr-x[-rw-r--r--]Documentation/maintainers/compare-ebuilds.sh0
5 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/maintainers/bump-live-qt b/Documentation/maintainers/bump-live-qt
index bea698ea..cd1e6d4f 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 e6b5accd..fbcb2b9c 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 9bfc511b..2a526214 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 73dd6b9e..e319b19d 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
index ba630e9e..ba630e9e 100644..100755
--- a/Documentation/maintainers/compare-ebuilds.sh
+++ b/Documentation/maintainers/compare-ebuilds.sh