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:50:46
Message-Id: 1435542625.9eeeac987eafcaa79648be0a95d899fd1e1da098.mrueg@gentoo
1 commit: 9eeeac987eafcaa79648be0a95d899fd1e1da098
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 29 01:50:25 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 01:50:25 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=9eeeac98
7
8 [www-apps/redmine_git_hosting] Add missed deps. Drop broken grack support.
9
10 Package-Manager: portage-2.2.20
11
12 www-apps/redmine_git_hosting/redmine_git_hosting-1.1.0.ebuild | 11 ++++++++---
13 1 file changed, 8 insertions(+), 3 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 6c59629..2a2891a 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 @@ -18,17 +18,18 @@ IUSE=""
20
21 ruby_add_rdepend "dev-ruby/asciidoctor
22 dev-ruby/creole
23 + dev-ruby/dalli
24 dev-ruby/github-markup
25 >=dev-ruby/gitolite-rugged-1.2.0
26 - dev-ruby/gitlab-grack
27 dev-ruby/org-ruby
28 - dev-ruby/asciidoctor
29 >=dev-ruby/redcarpet-3.1.2
30 + dev-ruby/redis
31 dev-ruby/redcloth
32 dev-ruby/wikicloth
33 dev-ruby/haml-rails
34 + www-apps/redmine_bootstrap_kit
35 >=www-apps/redmine-3"
36 -
37 +# dev-ruby/gitlab-grack
38 ruby_add_bdepend ">=www-apps/redmine-3"
39
40 REDMINE_DIR="/var/lib/redmine"
41 @@ -38,6 +39,10 @@ pkg_setup() {
42 enewuser redmine -1 -1 "${REDMINE_DIR}" redmine
43 }
44
45 +all_ruby_prepare() {
46 + sed -i -e "/mount Grack/,s/^/#/" config/routes.rb || die
47 +}
48 +
49 all_ruby_install() {
50 dodoc README.md
51 rm .gitignore README.md LICENSE || die