Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/treetop/
Date: Mon, 28 Mar 2016 21:57:16
Message-Id: 1459202215.5c48dfaddff2baeb40934aa3a465d0ce1211c81c.mrueg@gentoo
1 commit: 5c48dfaddff2baeb40934aa3a465d0ce1211c81c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 21:54:29 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 21:56:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c48dfad
7
8 dev-ruby/treetop: Remove old
9
10 Package-Manager: portage-2.2.28
11
12 dev-ruby/treetop/Manifest | 2 --
13 dev-ruby/treetop/treetop-1.6.3.ebuild | 32 --------------------------------
14 dev-ruby/treetop/treetop-1.6.4.ebuild | 32 --------------------------------
15 3 files changed, 66 deletions(-)
16
17 diff --git a/dev-ruby/treetop/Manifest b/dev-ruby/treetop/Manifest
18 index 24f95ce..660e82e 100644
19 --- a/dev-ruby/treetop/Manifest
20 +++ b/dev-ruby/treetop/Manifest
21 @@ -1,3 +1 @@
22 -DIST treetop-1.6.3.gem 81920 SHA256 8b0bb528a57b9af6324ed7c9856b1d1ee2f1b53e71de79628bc47704234862bb SHA512 a4018f551ae74e84d126c4aa7e3bbcd2b2765175d1999bfac328b0b653cb6e5a5e599e51925575024af55092700bd40fd19c20c16d6cb2374d2f8d4b5f7a6229 WHIRLPOOL 20d8d302c309979fb0572c3d8388b3a39afcea31e29555a5173c78f2528a2943540587a059b087a3a380163fbac6f138ffb10e7df5dd48b0cfc42f00fe581461
23 -DIST treetop-1.6.4.gem 81408 SHA256 bdce555085a1aaabf503abd036b81e1bd0f724f17bea1331b39ed866c2106241 SHA512 2e685dae085d4fb851d565806338a8c04ac55d22d804ce1a6e4e7fa69f77c45793d7ec05f8cf54db6f0f4ab92b947f429e196726cc99048f2b06134d276185ed WHIRLPOOL e5fcc119bcba99a5019a784557159dd5ed319e56c87d56d9a9c8e6c21c7d6f32f57bf272d9c19481007a6526ec72b59bb83459bd0e27b4b2d38a207820d5b390
24 DIST treetop-1.6.5.gem 81408 SHA256 b09d033e56343b01d5dd79ef7e059e60484389867c7eb4c3b7b57be43a92e7d1 SHA512 3989bd2dc59c5d3ad0be2ac144752edc88d25b36886719baa6afed05f40f11e0915297ea3e111e6a999b90cb35de2e804786754804268ec0d848b56e410fa862 WHIRLPOOL ace0eac18ef297aef786f37ce0292a370a0aea910c6c92f4b33c5f0d51d68427c4f40555c11547d95bd2d40d214bcca45a727f25301383c9d014b91edfbb5fb0
25
26 diff --git a/dev-ruby/treetop/treetop-1.6.3.ebuild b/dev-ruby/treetop/treetop-1.6.3.ebuild
27 deleted file mode 100644
28 index 84d6a6d..0000000
29 --- a/dev-ruby/treetop/treetop-1.6.3.ebuild
30 +++ /dev/null
31 @@ -1,32 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -USE_RUBY="ruby19 ruby20 ruby21"
39 -
40 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
41 -RUBY_FAKEGEM_TASK_DOC=""
42 -RUBY_FAKEGEM_DOCDIR="doc"
43 -RUBY_FAKEGEM_EXTRADOC="README.md"
44 -
45 -inherit ruby-fakegem
46 -
47 -DESCRIPTION="Treetop is a language for describing languages"
48 -HOMEPAGE="https://github.com/cjheath/treetop"
49 -LICENSE="Ruby"
50 -
51 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
52 -SLOT="0"
53 -IUSE=""
54 -
55 -ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
56 -ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0"
57 -
58 -all_ruby_install() {
59 - all_fakegem_install
60 -
61 - insinto /usr/share/doc/${PF}/examples
62 - doins -r examples/*
63 -}
64
65 diff --git a/dev-ruby/treetop/treetop-1.6.4.ebuild b/dev-ruby/treetop/treetop-1.6.4.ebuild
66 deleted file mode 100644
67 index d69403a..0000000
68 --- a/dev-ruby/treetop/treetop-1.6.4.ebuild
69 +++ /dev/null
70 @@ -1,32 +0,0 @@
71 -# Copyright 1999-2016 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -# $Id$
74 -
75 -EAPI=5
76 -
77 -USE_RUBY="ruby20 ruby21 ruby22"
78 -
79 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
80 -RUBY_FAKEGEM_TASK_DOC=""
81 -RUBY_FAKEGEM_DOCDIR="doc"
82 -RUBY_FAKEGEM_EXTRADOC="README.md"
83 -
84 -inherit ruby-fakegem
85 -
86 -DESCRIPTION="Treetop is a language for describing languages"
87 -HOMEPAGE="https://github.com/cjheath/treetop"
88 -LICENSE="Ruby"
89 -
90 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
91 -SLOT="0"
92 -IUSE=""
93 -
94 -ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )"
95 -ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0"
96 -
97 -all_ruby_install() {
98 - all_fakegem_install
99 -
100 - insinto /usr/share/doc/${PF}/examples
101 - doins -r examples/*
102 -}