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-migrations/
Date: Sun, 02 Jun 2013 09:10:23
Message-Id: 1370163779.523e02652192054a3fd2295320086c98b57f580e.graaff@gentoo
1 commit: 523e02652192054a3fd2295320086c98b57f580e
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Sun Jun 2 09:02:59 2013 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 2 09:02:59 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=523e0265
7
8 Cleanup.
9
10 Package-Manager: portage-2.1.11.62
11 Manifest-Sign-Key: 0x8883FA56A308A8D7!
12
13 ---
14 dev-ruby/dm-migrations/ChangeLog | 5 ++++-
15 dev-ruby/dm-migrations/dm-migrations-0.9.7.ebuild | 15 ---------------
16 2 files changed, 4 insertions(+), 16 deletions(-)
17
18 diff --git a/dev-ruby/dm-migrations/ChangeLog b/dev-ruby/dm-migrations/ChangeLog
19 index 785259e..92e071d 100644
20 --- a/dev-ruby/dm-migrations/ChangeLog
21 +++ b/dev-ruby/dm-migrations/ChangeLog
22 @@ -1,7 +1,10 @@
23 # ChangeLog for dev-ruby/dm-migrations
24 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 + 02 Jun 2013; Hans de Graaff <graaff@g.o> -dm-migrations-0.9.7.ebuild:
29 + Cleanup.
30 +
31 *dm-migrations-1.0.0 (21 Aug 2010)
32
33 21 Aug 2010; Hans de Graaff <graaff@g.o>
34
35 diff --git a/dev-ruby/dm-migrations/dm-migrations-0.9.7.ebuild b/dev-ruby/dm-migrations/dm-migrations-0.9.7.ebuild
36 deleted file mode 100644
37 index a41a263..0000000
38 --- a/dev-ruby/dm-migrations/dm-migrations-0.9.7.ebuild
39 +++ /dev/null
40 @@ -1,15 +0,0 @@
41 -# Copyright 1999-2008 Gentoo Foundation
42 -# Distributed under the terms of the GNU General Public License v2
43 -# $Header: $
44 -
45 -inherit gems
46 -
47 -DESCRIPTION="DataMapper plugin for writing and specing migrations"
48 -HOMEPAGE="http://github.com/sam/dm-more/tree/master/dm-migrations"
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -KEYWORDS="~x86 ~amd64"
53 -IUSE=""
54 -
55 -RDEPEND=">=dev-ruby/dm-core-0.9.7"