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 E80DD139694 for ; Tue, 18 Apr 2017 19:44:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 048AAE0DCC; Tue, 18 Apr 2017 19:43:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D98B9E0DCC for ; Tue, 18 Apr 2017 19:43:45 +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 1305D3416A4 for ; Tue, 18 Apr 2017 19:43:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 936D1743F for ; Tue, 18 Apr 2017 19:43:37 +0000 (UTC) From: "Aaron Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" Message-ID: <1486381421.2901113fc0cf9f574729af30aef33cea26becbc9.titanofold@gentoo> Subject: [gentoo-commits] proj/postgresql/eselect:master commit in: / X-VCS-Repository: proj/postgresql/eselect X-VCS-Files: postgresql.eselect X-VCS-Directories: / X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: 2901113fc0cf9f574729af30aef33cea26becbc9 X-VCS-Branch: master Date: Tue, 18 Apr 2017 19:43:37 +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: df77b943-8ef2-4e16-adad-9878c745d14f X-Archives-Hash: c9e52ce9ac9a24962d8dc56260930797 commit: 2901113fc0cf9f574729af30aef33cea26becbc9 Author: Aaron W. Swenson gentoo org> AuthorDate: Mon Feb 6 11:43:41 2017 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Mon Feb 6 11:43:41 2017 +0000 URL: https://gitweb.gentoo.org/proj/postgresql/eselect.git/commit/?id=2901113f Eliminate some noise Removed unnecessary echo about generating new links. postgresql.eselect | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/postgresql.eselect b/postgresql.eselect index b8ecbe1..67f7b74 100644 --- a/postgresql.eselect +++ b/postgresql.eselect @@ -199,9 +199,8 @@ do_set() { echo "done." fi - echo "Setting ${slot} as the default..." + echo -ne "Setting ${slot} as the default..." - echo -ne "\tGenerating new links..." # Sources for header files # Targets are listed in the global variable INCLUDE_TARGETS. # @@ -264,8 +263,7 @@ do_set() { # base name ln -s "postgresql-${slot}" "${USR_PATH}/share/postgresql" - echo "done." - echo "Setting ${slot} as default was successful!" + echo "success!" } ### Unset Action ### 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 C7115139085 for ; Mon, 6 Feb 2017 13:19:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DAE3E0CE1; Mon, 6 Feb 2017 13:19:48 +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 F2190E0CE1 for ; Mon, 6 Feb 2017 13:19:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F160A34166A for ; Mon, 6 Feb 2017 13:19:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30F383A86 for ; Mon, 6 Feb 2017 13:19:43 +0000 (UTC) From: "Aaron Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" Message-ID: <1486381421.2901113fc0cf9f574729af30aef33cea26becbc9.titanofold@gentoo> Subject: [gentoo-commits] proj/postgresql/eselect:stateless commit in: / X-VCS-Repository: proj/postgresql/eselect X-VCS-Files: postgresql.eselect X-VCS-Directories: / X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: 2901113fc0cf9f574729af30aef33cea26becbc9 X-VCS-Branch: stateless Date: Mon, 6 Feb 2017 13:19:43 +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: c9fde0b4-a79f-43a3-a252-f69213fede35 X-Archives-Hash: 697bbe46fe54a06360b676ccfc178750 Message-ID: <20170206131943._B_7HM-GlNPBYxV53JzfPvCDuBzgrXE6MKNP82CM8fU@z> commit: 2901113fc0cf9f574729af30aef33cea26becbc9 Author: Aaron W. Swenson gentoo org> AuthorDate: Mon Feb 6 11:43:41 2017 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Mon Feb 6 11:43:41 2017 +0000 URL: https://gitweb.gentoo.org/proj/postgresql/eselect.git/commit/?id=2901113f Eliminate some noise Removed unnecessary echo about generating new links. postgresql.eselect | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/postgresql.eselect b/postgresql.eselect index b8ecbe1..67f7b74 100644 --- a/postgresql.eselect +++ b/postgresql.eselect @@ -199,9 +199,8 @@ do_set() { echo "done." fi - echo "Setting ${slot} as the default..." + echo -ne "Setting ${slot} as the default..." - echo -ne "\tGenerating new links..." # Sources for header files # Targets are listed in the global variable INCLUDE_TARGETS. # @@ -264,8 +263,7 @@ do_set() { # base name ln -s "postgresql-${slot}" "${USR_PATH}/share/postgresql" - echo "done." - echo "Setting ${slot} as default was successful!" + echo "success!" } ### Unset Action ###