Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/ri_cal/
Date: Fri, 30 Aug 2013 09:24:03
Message-Id: 1377854376.6bd4b16404873ab144bdd37b38adb1237891e967.graaff@gentoo
1 commit: 6bd4b16404873ab144bdd37b38adb1237891e967
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Fri Aug 30 09:19:36 2013 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 30 09:19:36 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=6bd4b164
7
8 Cleanup.
9
10 Package-Manager: portage-2.1.12.2
11
12 ---
13 dev-ruby/ri_cal/ChangeLog | 5 ++++-
14 dev-ruby/ri_cal/ri_cal-0.8.8.ebuild | 34 ----------------------------------
15 2 files changed, 4 insertions(+), 35 deletions(-)
16
17 diff --git a/dev-ruby/ri_cal/ChangeLog b/dev-ruby/ri_cal/ChangeLog
18 index 2f62d52..79a924b 100644
19 --- a/dev-ruby/ri_cal/ChangeLog
20 +++ b/dev-ruby/ri_cal/ChangeLog
21 @@ -1,7 +1,10 @@
22 # ChangeLog for dev-ruby/ri_cal
23 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 30 Aug 2013; Hans de Graaff <graaff@g.o> -ri_cal-0.8.8.ebuild:
28 + Cleanup.
29 +
30 *ri_cal-0.8.8-r1 (26 Sep 2012)
31
32 26 Sep 2012; Hans de Graaff <graaff@g.o> +ri_cal-0.8.8-r1.ebuild,
33
34 diff --git a/dev-ruby/ri_cal/ri_cal-0.8.8.ebuild b/dev-ruby/ri_cal/ri_cal-0.8.8.ebuild
35 deleted file mode 100644
36 index f820d40..0000000
37 --- a/dev-ruby/ri_cal/ri_cal-0.8.8.ebuild
38 +++ /dev/null
39 @@ -1,34 +0,0 @@
40 -# Copyright 1999-2012 Gentoo Foundation
41 -# Distributed under the terms of the GNU General Public License v2
42 -# $Header: $
43 -
44 -EAPI=4
45 -USE_RUBY="ruby18 ruby19 ree18 jruby"
46 -
47 -RUBY_FAKEGEM_TASK_TEST=""
48 -
49 -# requires jeweler/ad_agency
50 -RUBY_FAKEGEM_TASK_DOC=""
51 -RUBY_FAKEGEM_DOCDIR="doc"
52 -RUBY_FAKEGEM_EXTRADOC="docs/* History.txt README.txt"
53 -
54 -inherit ruby-fakegem
55 -
56 -DESCRIPTION="A new Ruby implementation of RFC2445 iCalendar."
57 -HOMEPAGE="http://github.com/rubyredrick/ri_cal"
58 -LICENSE="MIT"
59 -
60 -KEYWORDS="~amd64"
61 -SLOT="0"
62 -IUSE=""
63 -
64 -# This gem can use either tzinfo or activesupport and thus doesn't have
65 -# any explicit dependency. We always depend on tzinfo since newer
66 -# versions of activesupport do this as well.
67 -ruby_add_rdepend "dev-ruby/tzinfo"
68 -
69 -ruby_add_bdepend "dev-ruby/rspec:0"
70 -
71 -each_ruby_test() {
72 - ${RUBY} -S spec spec || die
73 -}