Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_git_hosting/
Date: Mon, 29 Jun 2015 01:52:57
Message-Id: 1435542753.eb29bcaa76bac74da9f0b832a673dd4252313b8c.mrueg@gentoo
1 commit: eb29bcaa76bac74da9f0b832a673dd4252313b8c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 29 01:52:33 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 01:52:33 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=eb29bcaa
7
8 [www-apps/redmine_git_hosting] Fix sed call.
9
10 Package-Manager: portage-2.2.20
11
12 www-apps/redmine_git_hosting/redmine_git_hosting-1.1.0.ebuild | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 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
16 index 2a2891a..a4fa8e7 100644
17 --- a/www-apps/redmine_git_hosting/redmine_git_hosting-1.1.0.ebuild
18 +++ b/www-apps/redmine_git_hosting/redmine_git_hosting-1.1.0.ebuild
19 @@ -34,13 +34,13 @@ ruby_add_bdepend ">=www-apps/redmine-3"
20
21 REDMINE_DIR="/var/lib/redmine"
22
23 -pkg_setup() {
24 - enewgroup redmine
25 - enewuser redmine -1 -1 "${REDMINE_DIR}" redmine
26 -}
27 +#pkg_setup() {
28 +# enewgroup redmine
29 +# enewuser redmine -1 -1 "${REDMINE_DIR}" redmine
30 +#}
31
32 all_ruby_prepare() {
33 - sed -i -e "/mount Grack/,s/^/#/" config/routes.rb || die
34 + sed -i -e "/mount Grack/ s/^/#/" config/routes.rb || die
35 }
36
37 all_ruby_install() {