commit: ded0cbd9ae2de2128c703122af85ef80d861123b Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Fri Oct 3 10:39:57 2014 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Oct 3 10:39:57 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=ded0cbd9
Fix default REMOTE_URL: https://github.com/sstephenson/global_phone/pull/21/files Package-Manager: portage-2.2.8-r2 --- dev-ruby/global_phone_dbgen/ChangeLog | 5 +++++ dev-ruby/global_phone_dbgen/global_phone_dbgen-1.0.0.ebuild | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/dev-ruby/global_phone_dbgen/ChangeLog b/dev-ruby/global_phone_dbgen/ChangeLog index dd11dce..2d508d7 100644 --- a/dev-ruby/global_phone_dbgen/ChangeLog +++ b/dev-ruby/global_phone_dbgen/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 Oct 2014; Hans de Graaff <[email protected]> + global_phone_dbgen-1.0.0.ebuild: + Fix default REMOTE_URL: + https://github.com/sstephenson/global_phone/pull/21/files + *global_phone_dbgen-1.0.0 (03 Oct 2014) 03 Oct 2014; Hans de Graaff <[email protected]> diff --git a/dev-ruby/global_phone_dbgen/global_phone_dbgen-1.0.0.ebuild b/dev-ruby/global_phone_dbgen/global_phone_dbgen-1.0.0.ebuild index 970ad13..7c7860b 100644 --- a/dev-ruby/global_phone_dbgen/global_phone_dbgen-1.0.0.ebuild +++ b/dev-ruby/global_phone_dbgen/global_phone_dbgen-1.0.0.ebuild @@ -21,3 +21,7 @@ KEYWORDS="~amd64" IUSE="" ruby_add_rdepend ">=dev-ruby/nokogiri-1.5" + +all_ruby_prepare() { + sed -e '/REMOTE_URL/ s/http/https/' -i bin/global_phone_dbgen || die +}
