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/podcast/
Date: Wed, 24 Nov 2021 07:29:57
Message-Id: 1637738985.1441bcef916dc6e9b66ce63aaf67d5ca66bd4bab.graaff@gentoo
1 commit: 1441bcef916dc6e9b66ce63aaf67d5ca66bd4bab
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 24 06:59:38 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 24 07:29:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1441bcef
7
8 dev-ruby/podcast: 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/podcast/podcast-0.0.4-r2.ebuild | 26 --------------------------
14 1 file changed, 26 deletions(-)
15
16 diff --git a/dev-ruby/podcast/podcast-0.0.4-r2.ebuild b/dev-ruby/podcast/podcast-0.0.4-r2.ebuild
17 deleted file mode 100644
18 index bbf5bc8db872..000000000000
19 --- a/dev-ruby/podcast/podcast-0.0.4-r2.ebuild
20 +++ /dev/null
21 @@ -1,26 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
27 -
28 -RUBY_FAKEGEM_TASK_TEST=""
29 -RUBY_FAKEGEM_TASK_DOC=""
30 -RUBY_FAKEGEM_EXTRADOC="README"
31 -
32 -inherit ruby-fakegem
33 -
34 -DESCRIPTION="A pure Ruby library for generating podcasts from mp3 files"
35 -HOMEPAGE="http://podcast.rubyforge.org/"
36 -
37 -LICENSE="GPL-2"
38 -SLOT="0"
39 -KEYWORDS="~amd64 ~x86"
40 -
41 -IUSE="test"
42 -
43 -ruby_add_rdepend "dev-ruby/ruby-mp3info"
44 -
45 -each_ruby_test() {
46 - ${RUBY} -Ilib test/ts_podcast.rb || die "Tests failed."
47 -}