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/pastel/
Date: Fri, 11 Sep 2020 05:14:09
Message-Id: 1599800316.4f4e71f2c4a5507df6d4380addb62350cd7c709d.graaff@gentoo
1 commit: 4f4e71f2c4a5507df6d4380addb62350cd7c709d
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 11 04:58:36 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 11 04:58:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4e71f2
7
8 dev-ruby/pastel: cleanup
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/pastel/Manifest | 2 --
14 dev-ruby/pastel/pastel-0.7.2.ebuild | 29 -----------------------------
15 dev-ruby/pastel/pastel-0.7.3.ebuild | 29 -----------------------------
16 3 files changed, 60 deletions(-)
17
18 diff --git a/dev-ruby/pastel/Manifest b/dev-ruby/pastel/Manifest
19 index 0e4379cb97f..bb354ada014 100644
20 --- a/dev-ruby/pastel/Manifest
21 +++ b/dev-ruby/pastel/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST pastel-0.7.2.gem 49152 BLAKE2B 37380dd9f44f2e816628bda1ed359aeaa961c9b1c18a0e76b4b04fea39906e53601aba17fd2c1cd0571357697296ee1afce3a52fbdc33475a1560c3c2f52e567 SHA512 83cf7ef04800a77ee91692de5b89c6bfe6590be72f24dda74ee53809b14b7e2e9c6e70e9a829eff7aa8dd02a191057dc5f5c5528d36fe2bfd211e1c499d276f0
24 -DIST pastel-0.7.3.gem 22016 BLAKE2B 0e883969446c9c64389a6280de3f94c6e4970321051bfa718698ea0ce2594ac9a36e32f29946fbceb98015644d529c8dbdafb9f1fdb2fe0825b3d9477b75f4b8 SHA512 71cefdac478c709c8d4899021438945c841e4eada2411aae3165e8444835bd9aed27ad9083fe223b115206311fa579d4160cde136bd7a21df5bdcf2589234177
25 DIST pastel-0.7.4.tar.gz 48176 BLAKE2B 3564aba28f9315d2f988dabdd0686e6c7a53c1b200e6e03519c1ebcde917503760d4f0d790e456c7a732b47535f692d7f5b88cf786e5b4236e9b2e8b5eee66d7 SHA512 a1ad8487babd1e788282e141538855370e09bb2745731670b814cb4572c54e0568955108f7657809b98f92b94d9d94cdd555e2db8146b20f80db98bbab3512ea
26 DIST pastel-0.8.0.tar.gz 49560 BLAKE2B 646cdf5f7cd1e62e83d87cdcdbbdc2cb2619fd570b4715191825344346053b7bf8f8f18b177a8bad6416c13858ab007d94ccf5c16b71c123e4a3d2fd03cd0720 SHA512 8066b372f08e1d6312b87744309692e3e6fd5e2737374bce53087af45141ea4f14e67ead6dccb11df70f73cbb0611ab9e20f7fb553d87a349996bda0f7a3862d
27
28 diff --git a/dev-ruby/pastel/pastel-0.7.2.ebuild b/dev-ruby/pastel/pastel-0.7.2.ebuild
29 deleted file mode 100644
30 index 6d939684132..00000000000
31 --- a/dev-ruby/pastel/pastel-0.7.2.ebuild
32 +++ /dev/null
33 @@ -1,29 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -USE_RUBY="ruby24 ruby25 ruby26"
39 -
40 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
41 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
42 -
43 -RUBY_FAKEGEM_EXTRADOC="README.md"
44 -
45 -inherit ruby-fakegem
46 -
47 -DESCRIPTION="Terminal strings styling with intuitive and clean API"
48 -HOMEPAGE="https://github.com/piotrmurach/pastel"
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -KEYWORDS="~amd64"
53 -IUSE=""
54 -
55 -ruby_add_rdepend "
56 - =dev-ruby/equatable-0.5*
57 - =dev-ruby/tty-color-0.4*
58 -"
59 -
60 -all_ruby_prepare() {
61 - echo '-rspec_helper' > .rspec || die
62 -}
63
64 diff --git a/dev-ruby/pastel/pastel-0.7.3.ebuild b/dev-ruby/pastel/pastel-0.7.3.ebuild
65 deleted file mode 100644
66 index 1c31bf4be96..00000000000
67 --- a/dev-ruby/pastel/pastel-0.7.3.ebuild
68 +++ /dev/null
69 @@ -1,29 +0,0 @@
70 -# Copyright 1999-2020 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=6
74 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
75 -
76 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
77 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
78 -
79 -RUBY_FAKEGEM_EXTRADOC="README.md"
80 -
81 -inherit ruby-fakegem
82 -
83 -DESCRIPTION="Terminal strings styling with intuitive and clean API"
84 -HOMEPAGE="https://github.com/piotrmurach/pastel"
85 -
86 -LICENSE="MIT"
87 -SLOT="0"
88 -KEYWORDS="~amd64"
89 -IUSE=""
90 -
91 -ruby_add_rdepend "
92 - >=dev-ruby/equatable-0.6:0
93 - >=dev-ruby/tty-color-0.5:0
94 -"
95 -
96 -all_ruby_prepare() {
97 - echo '-rspec_helper' > .rspec || die
98 -}