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/aasm/
Date: Mon, 30 Apr 2012 09:31:29
Message-Id: 1334311075.d7789cc2fb733cf04500d58111756d8143e372dc.graaff@gentoo
1 commit: d7789cc2fb733cf04500d58111756d8143e372dc
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Fri Apr 13 09:57:55 2012 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 13 09:57:55 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=d7789cc2
7
8 Remove old versions.
9
10 (Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
11
12 ---
13 dev-ruby/aasm/ChangeLog | 4 ++++
14 dev-ruby/aasm/Manifest | 8 +++-----
15 dev-ruby/aasm/aasm-2.3.1.ebuild | 37 -------------------------------------
16 dev-ruby/aasm/aasm-3.0.0.ebuild | 36 ------------------------------------
17 4 files changed, 7 insertions(+), 78 deletions(-)
18
19 diff --git a/dev-ruby/aasm/ChangeLog b/dev-ruby/aasm/ChangeLog
20 index b911085..aff296c 100644
21 --- a/dev-ruby/aasm/ChangeLog
22 +++ b/dev-ruby/aasm/ChangeLog
23 @@ -2,6 +2,10 @@
24 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 13 Apr 2012; Hans de Graaff <graaff@g.o> -aasm-2.3.1.ebuild,
28 + -aasm-3.0.0.ebuild:
29 + Remove old versions.
30 +
31 *aasm-3.0.3 (22 Mar 2012)
32
33 22 Mar 2012; Hans de Graaff <graaff@g.o> +aasm-3.0.3.ebuild:
34
35 diff --git a/dev-ruby/aasm/Manifest b/dev-ruby/aasm/Manifest
36 index 1ceda0c..8325ba2 100644
37 --- a/dev-ruby/aasm/Manifest
38 +++ b/dev-ruby/aasm/Manifest
39 @@ -1,13 +1,11 @@
40 -----BEGIN PGP SIGNED MESSAGE-----
41 Hash: SHA256
42
43 -DIST aasm-2.3.1.gem 21504 RMD160 8151823dfa1ab064e9274ee62bb9ab08eef57309 SHA1 e47efeb0712f074413b58b28409ed2148fc6831d SHA256 6f513ccd7fbe514bd74a3dfb6757bb3c4909081fcdf389e66623c5a0a124b732
44 -DIST aasm-3.0.0.gem 21504 RMD160 767e0cb6b998e466f4ec8b4276f60611dfb12a0c SHA1 e20d2e249c02b986c9d2eea6165ea18c4d0fc88c SHA256 4f505de00b0f9f58f6e6975a539cd8983fb4406926a00580e63455c84f3f056c
45 DIST aasm-3.0.3.gem 23040 RMD160 0ef0b379655a8b6eab2954925a18d953b7b67a92 SHA1 43e4ec31f4f062c6e9a49978221244f24d4bfd21 SHA256 653ef148d3211c59f35aa186f9f8c886e27e2a4b737a7ba04da2f72a314c412b
46 -----BEGIN PGP SIGNATURE-----
47 Version: GnuPG v2.0.17 (GNU/Linux)
48
49 -iF4EAREIAAYFAk9q0hMACgkQiIP6VqMIqNcdtQD/dT2UyK9n9uaMj9vXhaH5Sl/9
50 -jjl/0arVBKcycfjel+AA/19JsBUsRX1sg7OWFPonffavvMfE1pQ/rh6ZGLS9V4p/
51 -=GIm6
52 +iF4EAREIAAYFAk+H+KMACgkQiIP6VqMIqNfmIQD/YhBre/HQ4PnLYgfANH4cwDif
53 +jh0jrgakcmXoyt7ouP0A/1IOXRRrHzF2j+QWRALUGsO7MqlwWFM/F4HgN1qdlV1w
54 +=X42M
55 -----END PGP SIGNATURE-----
56
57 diff --git a/dev-ruby/aasm/aasm-2.3.1.ebuild b/dev-ruby/aasm/aasm-2.3.1.ebuild
58 deleted file mode 100644
59 index 65f98d6..0000000
60 --- a/dev-ruby/aasm/aasm-2.3.1.ebuild
61 +++ /dev/null
62 @@ -1,37 +0,0 @@
63 -# Copyright 1999-2011 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -# $Header: $
66 -
67 -EAPI=4
68 -USE_RUBY="ruby18 ree18"
69 -
70 -# Requires sdoc which is not yet available in Gentoo.
71 -RUBY_FAKEGEM_TASK_DOC=""
72 -RUBY_FAKEGEM_EXTRADOC="README.md"
73 -
74 -RUBY_FAKEGEM_TASK_TEST="test spec"
75 -
76 -inherit ruby-fakegem
77 -
78 -DESCRIPTION="A library for adding finite state machines to Ruby classes."
79 -HOMEPAGE="https://github.com/rubyist/aasm"
80 -
81 -LICENSE="MIT"
82 -SLOT="0"
83 -KEYWORDS="~amd64 ~x86"
84 -IUSE=""
85 -
86 -# rspec (>= 0, development)
87 -# shoulda (>= 0, development)
88 -
89 -ruby_add_rdepend "dev-ruby/activerecord"
90 -ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/shoulda dev-ruby/rr )"
91 -
92 -all_ruby_prepare() {
93 - rm Gemfile || die
94 - sed -i -e '/[Bb]undler/d' Rakefile || die
95 - sed -i -e '2,9d' -e '/ruby-debug/d' test/test_helper.rb || die
96 -
97 - # We currently don't package sdoc
98 - sed -i -e '/sdoc/d' Rakefile || die
99 -}
100
101 diff --git a/dev-ruby/aasm/aasm-3.0.0.ebuild b/dev-ruby/aasm/aasm-3.0.0.ebuild
102 deleted file mode 100644
103 index 909a56e..0000000
104 --- a/dev-ruby/aasm/aasm-3.0.0.ebuild
105 +++ /dev/null
106 @@ -1,36 +0,0 @@
107 -# Copyright 1999-2011 Gentoo Foundation
108 -# Distributed under the terms of the GNU General Public License v2
109 -# $Header: $
110 -
111 -EAPI=4
112 -USE_RUBY="ruby18 ree18"
113 -
114 -# Requires sdoc which is not yet available in Gentoo.
115 -RUBY_FAKEGEM_TASK_DOC=""
116 -RUBY_FAKEGEM_EXTRADOC="README.md"
117 -
118 -RUBY_FAKEGEM_TASK_TEST="test spec"
119 -
120 -inherit ruby-fakegem
121 -
122 -DESCRIPTION="A library for adding finite state machines to Ruby classes."
123 -HOMEPAGE="https://github.com/rubyist/aasm"
124 -
125 -LICENSE="MIT"
126 -SLOT="0"
127 -KEYWORDS="~amd64 ~x86"
128 -IUSE=""
129 -
130 -# rspec (>= 0, development)
131 -# shoulda (>= 0, development)
132 -
133 -ruby_add_rdepend "dev-ruby/activerecord"
134 -ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/shoulda dev-ruby/rr )"
135 -
136 -all_ruby_prepare() {
137 - rm Gemfile || die
138 - sed -i -e '/[Bb]undler/d' Rakefile || die
139 -
140 - # We currently don't package sdoc
141 - sed -i -e '/sdoc/d' Rakefile || die
142 -}