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 23BBF138CF8 for ; Mon, 29 Jun 2015 01:52:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C74DE0897; Mon, 29 Jun 2015 01:52:48 +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 21E0DE0897 for ; Mon, 29 Jun 2015 01:52:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46BC3340834 for ; Mon, 29 Jun 2015 01:52:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D170737 for ; Mon, 29 Jun 2015 01:52:41 +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: <1435542753.eb29bcaa76bac74da9f0b832a673dd4252313b8c.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_git_hosting/ X-VCS-Repository: dev/mrueg X-VCS-Files: www-apps/redmine_git_hosting/redmine_git_hosting-1.1.0.ebuild X-VCS-Directories: www-apps/redmine_git_hosting/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: eb29bcaa76bac74da9f0b832a673dd4252313b8c X-VCS-Branch: master Date: Mon, 29 Jun 2015 01:52:41 +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: a87a26d0-a0e4-4611-97e0-03cce9bfeab1 X-Archives-Hash: 4301620173fcd42b78121fec7faa05c8 commit: eb29bcaa76bac74da9f0b832a673dd4252313b8c Author: Manuel Rüger gentoo org> AuthorDate: Mon Jun 29 01:52:33 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Jun 29 01:52:33 2015 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=eb29bcaa [www-apps/redmine_git_hosting] Fix sed call. Package-Manager: portage-2.2.20 www-apps/redmine_git_hosting/redmine_git_hosting-1.1.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www-apps/redmine_git_hosting/redmine_git_hosting-1.1.0.ebuild b/www-apps/redmine_git_hosting/redmine_git_hosting-1.1.0.ebuild index 2a2891a..a4fa8e7 100644 --- a/www-apps/redmine_git_hosting/redmine_git_hosting-1.1.0.ebuild +++ b/www-apps/redmine_git_hosting/redmine_git_hosting-1.1.0.ebuild @@ -34,13 +34,13 @@ ruby_add_bdepend ">=www-apps/redmine-3" REDMINE_DIR="/var/lib/redmine" -pkg_setup() { - enewgroup redmine - enewuser redmine -1 -1 "${REDMINE_DIR}" redmine -} +#pkg_setup() { +# enewgroup redmine +# enewuser redmine -1 -1 "${REDMINE_DIR}" redmine +#} all_ruby_prepare() { - sed -i -e "/mount Grack/,s/^/#/" config/routes.rb || die + sed -i -e "/mount Grack/ s/^/#/" config/routes.rb || die } all_ruby_install() {