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/text-hyphen/
Date: Thu, 25 Nov 2021 09:10:07
Message-Id: 1637831392.309d598d06d29619794f255ce215dd5f68ce496b.graaff@gentoo
1 commit: 309d598d06d29619794f255ce215dd5f68ce496b
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 25 07:54:22 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 25 09:09:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309d598d
7
8 dev-ruby/text-hyphen: cleanup
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild | 29 ------------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild b/dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild
17 deleted file mode 100644
18 index 9a64b25e6fc0..000000000000
19 --- a/dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
28 -
29 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
30 -RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
31 -
32 -inherit ruby-fakegem
33 -
34 -DESCRIPTION="Hyphenates words according to the rules of the language the word is written in"
35 -HOMEPAGE="http://rubyforge.org/projects/text-format"
36 -
37 -LICENSE="MIT"
38 -SLOT="0"
39 -KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
40 -IUSE=""
41 -
42 -ruby_add_bdepend "
43 - test? (
44 - >=dev-ruby/hoe-2.8.0
45 - dev-ruby/test-unit:2
46 - )"
47 -
48 -all_ruby_prepare() {
49 - sed -i -e '2igem "test-unit", ">= 2.0"' test/test_*.rb || die
50 -}