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/vcard/
Date: Wed, 21 Feb 2018 07:36:57
Message-Id: 1519198553.89924e6a829f4c5ece180b6dac4e3313a7731fc4.graaff@gentoo
1 commit: 89924e6a829f4c5ece180b6dac4e3313a7731fc4
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 21 07:20:04 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 21 07:35:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89924e6a
7
8 dev-ruby/vcard: cleanup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-ruby/vcard/Manifest | 2 --
13 dev-ruby/vcard/vcard-0.2.13.ebuild | 25 -------------------------
14 dev-ruby/vcard/vcard-0.2.14.ebuild | 25 -------------------------
15 3 files changed, 52 deletions(-)
16
17 diff --git a/dev-ruby/vcard/Manifest b/dev-ruby/vcard/Manifest
18 index 64418efc23c..dcb13966b47 100644
19 --- a/dev-ruby/vcard/Manifest
20 +++ b/dev-ruby/vcard/Manifest
21 @@ -1,3 +1 @@
22 -DIST vcard-0.2.13.gem 51712 BLAKE2B 5b33ddcf7ce0d514924482b78447345a30204c28f10faba444e47b1004351e1be1f3bc4f75468ed6789af8d40299d2b0c1e1b93e0ae53ab0aa7f56a89e7ce2de SHA512 4ab38ad9408349e7a8fc15ebb75d7bfa50607e81987965bf03625cde0991df8a11c78ae7e2e5d7144e555f7d501ac5e0e4575015068d2dd8f579f4ffd392dae7
23 -DIST vcard-0.2.14.gem 52224 BLAKE2B e97c8b477bc623a5ec4806046ac4160a50e93fae055048e1a8dd14d84530abf7535d1e31fc0a952ce098ffeb59e873d47b54f69850bb1dcae648cdad8a2d4473 SHA512 b40223afac51391c6da6350e59405e5450647a9136b7e2b3873d111731a4c922af6ade23c30b7d02ebcd9f04cfa032a56ade528333f5930c9d073d42e813d049
24 DIST vcard-0.2.15.gem 52224 BLAKE2B bb9850d69048709b27f5031c038dad774a175161d70402e0cb8edd8976a88da7ddb8effeab1efe3d0f794a41fbc45ce748fd0d170d9eafe99556d396792d28d1 SHA512 598133f82fcbb3e953a0ec9e933fd140f5b3501870a1698f202ae7990aea82aa2c9951c7ab4e6abd29b826771fb810fee3c8c890feb0ca3a19bd3ca9197c176b
25
26 diff --git a/dev-ruby/vcard/vcard-0.2.13.ebuild b/dev-ruby/vcard/vcard-0.2.13.ebuild
27 deleted file mode 100644
28 index 46a876a4aa5..00000000000
29 --- a/dev-ruby/vcard/vcard-0.2.13.ebuild
30 +++ /dev/null
31 @@ -1,25 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
37 -
38 -# Avoid the complexity of the "rake" recipe and run testrb-2 manually.
39 -RUBY_FAKEGEM_RECIPE_TEST=none
40 -RUBY_FAKEGEM_RECIPE_DOC=none
41 -
42 -inherit ruby-fakegem
43 -
44 -DESCRIPTION="Ruby vcard support extracted from Vpim"
45 -HOMEPAGE="https://github.com/qoobaa/vcard"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -IUSE=""
51 -
52 -ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
53 -
54 -each_ruby_test() {
55 - ruby-ng_testrb-2 --load-path=lib --pattern='.*_test\.rb' test/
56 -}
57
58 diff --git a/dev-ruby/vcard/vcard-0.2.14.ebuild b/dev-ruby/vcard/vcard-0.2.14.ebuild
59 deleted file mode 100644
60 index 46a876a4aa5..00000000000
61 --- a/dev-ruby/vcard/vcard-0.2.14.ebuild
62 +++ /dev/null
63 @@ -1,25 +0,0 @@
64 -# Copyright 1999-2016 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=5
68 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
69 -
70 -# Avoid the complexity of the "rake" recipe and run testrb-2 manually.
71 -RUBY_FAKEGEM_RECIPE_TEST=none
72 -RUBY_FAKEGEM_RECIPE_DOC=none
73 -
74 -inherit ruby-fakegem
75 -
76 -DESCRIPTION="Ruby vcard support extracted from Vpim"
77 -HOMEPAGE="https://github.com/qoobaa/vcard"
78 -
79 -LICENSE="GPL-3"
80 -SLOT="0"
81 -KEYWORDS="~amd64"
82 -IUSE=""
83 -
84 -ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
85 -
86 -each_ruby_test() {
87 - ruby-ng_testrb-2 --load-path=lib --pattern='.*_test\.rb' test/
88 -}