Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/dm-core/
Date: Sun, 02 Jun 2013 09:10:23
Message-Id: 1370163818.79de144ff0b400169ee1e0a4f9e9471dd1943c97.graaff@gentoo
1 commit: 79de144ff0b400169ee1e0a4f9e9471dd1943c97
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Sun Jun 2 09:03:38 2013 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 2 09:03:38 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=79de144f
7
8 Cleanup.
9
10 Package-Manager: portage-2.1.11.62
11 Manifest-Sign-Key: 0x8883FA56A308A8D7!
12
13 ---
14 dev-ruby/dm-core/ChangeLog | 6 +++++-
15 dev-ruby/dm-core/dm-core-0.9.7-r1.ebuild | 34 --------------------------------
16 dev-ruby/dm-core/dm-core-0.9.7.ebuild | 20 -------------------
17 3 files changed, 5 insertions(+), 55 deletions(-)
18
19 diff --git a/dev-ruby/dm-core/ChangeLog b/dev-ruby/dm-core/ChangeLog
20 index 63ba5cf..7304a84 100644
21 --- a/dev-ruby/dm-core/ChangeLog
22 +++ b/dev-ruby/dm-core/ChangeLog
23 @@ -1,7 +1,11 @@
24 # ChangeLog for dev-ruby/dm-core
25 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 # $Header: $
28
29 + 02 Jun 2013; Hans de Graaff <graaff@g.o> -dm-core-0.9.7.ebuild,
30 + -dm-core-0.9.7-r1.ebuild:
31 + Cleanup.
32 +
33 *dm-core-1.0.0 (15 Aug 2010)
34
35 15 Aug 2010; Hans de Graaff <graaff@g.o> +dm-core-1.0.0.ebuild:
36
37 diff --git a/dev-ruby/dm-core/dm-core-0.9.7-r1.ebuild b/dev-ruby/dm-core/dm-core-0.9.7-r1.ebuild
38 deleted file mode 100644
39 index 1335b20..0000000
40 --- a/dev-ruby/dm-core/dm-core-0.9.7-r1.ebuild
41 +++ /dev/null
42 @@ -1,34 +0,0 @@
43 -# Copyright 1999-2010 Gentoo Foundation
44 -# Distributed under the terms of the GNU General Public License v2
45 -# $Header: $
46 -
47 -EAPI=3
48 -
49 -USE_RUBY="ruby18"
50 -
51 -RUBY_FAKEGEM_TASK_DOC="docs"
52 -RUBY_FAKEGEM_DOCDIR="doc"
53 -RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING FAQ History.txt QUICKLINKS README.txt SPECS TODO"
54 -
55 -RUBY_FAKEGEM_TASK_TEST="spec"
56 -
57 -inherit ruby-fakegem
58 -
59 -DESCRIPTION="An Object/Relational Mapper for Ruby"
60 -HOMEPAGE="http://datamapper.org"
61 -
62 -LICENSE="MIT"
63 -SLOT="0"
64 -KEYWORDS="~x86 ~amd64"
65 -IUSE=""
66 -
67 -# Requires do_sqlite3 which we do not have packaged yet.
68 -RESTRICT="test"
69 -
70 -ruby_add_bdepend "doc? ( dev-ruby/hoe )"
71 -
72 -ruby_add_rdepend "
73 - >=dev-ruby/data_objects-0.9.7
74 - >=dev-ruby/extlib-0.9.8
75 - >=dev-ruby/rspec-1.1.3
76 - >=dev-ruby/addressable-1.0.4"
77
78 diff --git a/dev-ruby/dm-core/dm-core-0.9.7.ebuild b/dev-ruby/dm-core/dm-core-0.9.7.ebuild
79 deleted file mode 100644
80 index 6335969..0000000
81 --- a/dev-ruby/dm-core/dm-core-0.9.7.ebuild
82 +++ /dev/null
83 @@ -1,20 +0,0 @@
84 -# Copyright 1999-2008 Gentoo Foundation
85 -# Distributed under the terms of the GNU General Public License v2
86 -# $Header: $
87 -
88 -inherit gems
89 -USE_RUBY="ruby18"
90 -
91 -DESCRIPTION="An Object/Relational Mapper for Ruby"
92 -HOMEPAGE="http://datamapper.org"
93 -
94 -LICENSE="MIT"
95 -SLOT="0"
96 -KEYWORDS="~x86 ~amd64"
97 -IUSE=""
98 -
99 -RDEPEND="
100 - >=dev-ruby/data_objects-0.9.5
101 - >=dev-ruby/extlib-0.9.8
102 - >=dev-ruby/rspec-1.1.3
103 - >=dev-ruby/addressable-1.0.4"