Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hpricot/
Date: Fri, 27 May 2016 12:07:43
Message-Id: 1464350857.85a5115d2a6378095328422cd36297fd8182c36e.graaff@gentoo
1 commit: 85a5115d2a6378095328422cd36297fd8182c36e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 12:07:15 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 12:07:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a5115d
7
8 restore -r3 which was removed by accident in previous commit
9
10 Package-Manager: portage-2.2.28
11 RepoMan-Options: --force
12
13 dev-ruby/hpricot/{hpricot-0.8.6-r4.ebuild => hpricot-0.8.6-r3.ebuild} | 2 +-
14 dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild | 3 ---
15 2 files changed, 1 insertion(+), 4 deletions(-)
16
17 diff --git a/dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild b/dev-ruby/hpricot/hpricot-0.8.6-r3.ebuild
18 similarity index 91%
19 copy from dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild
20 copy to dev-ruby/hpricot/hpricot-0.8.6-r3.ebuild
21 index c4adaa7..08f61fe 100644
22 --- a/dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild
23 +++ b/dev-ruby/hpricot/hpricot-0.8.6-r3.ebuild
24 @@ -16,7 +16,7 @@ HOMEPAGE="https://wiki.github.com/hpricot/hpricot"
25
26 LICENSE="MIT"
27 SLOT="0"
28 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
29 +KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
30 IUSE=""
31
32 ruby_add_bdepend "dev-ruby/rake
33
34 diff --git a/dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild b/dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild
35 index c4adaa7..bee3d09 100644
36 --- a/dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild
37 +++ b/dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild
38 @@ -37,9 +37,6 @@ all_ruby_prepare() {
39
40 # Avoid unneeded dependency on git.
41 sed -i -e '/^REV/ s/.*/REV = "6"/' Rakefile || die
42 -
43 - # Fix int size warning
44 - sed -i -e 's/te - ts/(int)(te - ts)/' ext/hpricot_scan/hpricot_css.rl || die
45 }
46
47 each_ruby_prepare() {