From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QDELN-000610-Fv for garchives@archives.gentoo.org; Fri, 22 Apr 2011 11:16:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3B301C002; Fri, 22 Apr 2011 11:16:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 705C41C002 for ; Fri, 22 Apr 2011 11:16:06 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1133C1B4034 for ; Fri, 22 Apr 2011 11:16:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6FF08802C1 for ; Fri, 22 Apr 2011 11:16:05 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: Subject: [gentoo-commits] dev/angelos:master commit in: scripts/ X-VCS-Repository: dev/angelos X-VCS-Files: scripts/commit-xfce-sync.sh scripts/sync-xfce-overlay.sh X-VCS-Directories: scripts/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: c00ee59e7214adb4027a314cd2516172569b6c0f Date: Fri, 22 Apr 2011 11:16:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 5db4fd4a7a40cc367c0d6ac5c99492b2 commit: c00ee59e7214adb4027a314cd2516172569b6c0f Author: Christoph Mende gentoo org> AuthorDate: Fri Apr 22 11:15:52 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Fri Apr 22 11:15:52 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/angelos.git;a=3D= commit;h=3Dc00ee59e Use portageq to get the overlay paths too --- scripts/commit-xfce-sync.sh | 2 +- scripts/sync-xfce-overlay.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/commit-xfce-sync.sh b/scripts/commit-xfce-sync.sh index bad7e55..d4e7ab6 100755 --- a/scripts/commit-xfce-sync.sh +++ b/scripts/commit-xfce-sync.sh @@ -1,6 +1,6 @@ #!/bin/sh =20 -: ${OVERLAY=3D/home/angelos/overlays/xfce} +OVERLAY=3D"$(portageq get_repo_path / xfce-dev)" =20 pushd "${OVERLAY}" >/dev/null for i in $(git status --porcelain|grep ebuild|awk '{ print $2 }'); do diff --git a/scripts/sync-xfce-overlay.sh b/scripts/sync-xfce-overlay.sh index 7b76fa1..b05b15c 100755 --- a/scripts/sync-xfce-overlay.sh +++ b/scripts/sync-xfce-overlay.sh @@ -1,6 +1,7 @@ #!/bin/bash =20 -: ${OVERLAY=3D${HOME}/overlays/xfce" +OVERLAY=3D"$(portageq get_repo_path / xfce-dev)" +PORTDIR=3D"$(portageq portdir)" =20 # collect ebuilds pushd "${OVERLAY}" >/dev/null @@ -8,7 +9,6 @@ pkgs=3D$(echo */*/*.ebuild) popd >/dev/null =20 changes=3D0 -PORTDIR=3D$(portageq portdir) =20 for i in ${pkgs}; do # get cat/pkg