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/acts_as_list/
Date: Fri, 06 Apr 2012 12:41:13
Message-Id: 1333523271.54894c86008cf9638ef3c1443e6359ea1d1b137c.graaff@gentoo
1 commit: 54894c86008cf9638ef3c1443e6359ea1d1b137c
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Wed Apr 4 07:07:51 2012 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 4 07:07:51 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=54894c86
7
8 Add ruby19 support. Drop x86 because of it.
9
10 (Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
11
12 ---
13 dev-ruby/acts_as_list/ChangeLog | 3 +++
14 dev-ruby/acts_as_list/Manifest | 6 +++---
15 dev-ruby/acts_as_list/acts_as_list-0.1.4.ebuild | 6 +++---
16 3 files changed, 9 insertions(+), 6 deletions(-)
17
18 diff --git a/dev-ruby/acts_as_list/ChangeLog b/dev-ruby/acts_as_list/ChangeLog
19 index f9631db..d378800 100644
20 --- a/dev-ruby/acts_as_list/ChangeLog
21 +++ b/dev-ruby/acts_as_list/ChangeLog
22 @@ -2,6 +2,9 @@
23 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 + 04 Apr 2012; Hans de Graaff <graaff@g.o> acts_as_list-0.1.4.ebuild:
27 + Add ruby19 support. Drop x86 because of it.
28 +
29 04 Apr 2012; Hans de Graaff <graaff@g.o> -acts_as_list-0.1.2.ebuild,
30 -acts_as_list-0.1.3.ebuild:
31 Remove old versions.
32
33 diff --git a/dev-ruby/acts_as_list/Manifest b/dev-ruby/acts_as_list/Manifest
34 index 20beec4..8757a8b 100644
35 --- a/dev-ruby/acts_as_list/Manifest
36 +++ b/dev-ruby/acts_as_list/Manifest
37 @@ -5,7 +5,7 @@ DIST acts_as_list-0.1.4.gem 9728 RMD160 ca05c0a814da8a84fa2cf0c0bbd8b3631b2754ac
38 -----BEGIN PGP SIGNATURE-----
39 Version: GnuPG v2.0.17 (GNU/Linux)
40
41 -iF4EAREIAAYFAk978hEACgkQiIP6VqMIqNclfQD8CZvOMB7JZGqrkJv0JIRLN0L1
42 -XUL1lYXExTC0HqCETjQA/18RDkyqJpuxeZP5tyukNKRRb1IDEYFNK7P729GNRXaA
43 -=SQgd
44 +iF4EAREIAAYFAk9780cACgkQiIP6VqMIqNd+iwD9EMZuZIs+Tw3iK4O7FawMWgzR
45 +cp7qYAKJXx+sOMsy8asBAIF4UqX0o1Go8B7FWRmNmqfl+pbH8xWnLLPNssSCp9lf
46 +=sBCC
47 -----END PGP SIGNATURE-----
48
49 diff --git a/dev-ruby/acts_as_list/acts_as_list-0.1.4.ebuild b/dev-ruby/acts_as_list/acts_as_list-0.1.4.ebuild
50 index c7d4b48..d09f438 100644
51 --- a/dev-ruby/acts_as_list/acts_as_list-0.1.4.ebuild
52 +++ b/dev-ruby/acts_as_list/acts_as_list-0.1.4.ebuild
53 @@ -1,9 +1,9 @@
54 -# Copyright 1999-2011 Gentoo Foundation
55 +# Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: $
58
59 EAPI=2
60 -USE_RUBY="ruby18 ree18"
61 +USE_RUBY="ruby18 ruby19 ree18"
62
63 inherit ruby-fakegem
64
65 @@ -17,7 +17,7 @@ HOMEPAGE="http://rake.rubyforge.org/"
66
67 LICENSE="MIT"
68 SLOT="0"
69 -KEYWORDS="~amd64 ~x86 ~x86-macos"
70 +KEYWORDS="~amd64 ~x86-macos"
71 IUSE=""
72
73 ruby_add_bdepend "test? ( virtual/ruby-test-unit dev-ruby/activerecord )"