Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/attic: ChangeLog attic-0.5.2.ebuild attic-0.5.0.ebuild
Date: Wed, 17 Feb 2010 16:11:14
Message-Id: E1NhmUZ-0003BV-U5@stork.gentoo.org
1 flameeyes 10/02/17 16:11:11
2
3 Modified: ChangeLog
4 Added: attic-0.5.2.ebuild
5 Removed: attic-0.5.0.ebuild
6 Log:
7 Bump to released version and partly-merged fixes.
8 (Portage version: 2.2_rc62/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-ruby/attic/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/attic/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/attic/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/attic/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/attic/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 14 Feb 2010 00:17:26 -0000 1.1
24 +++ ChangeLog 17 Feb 2010 16:11:11 -0000 1.2
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-ruby/attic
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/ChangeLog,v 1.1 2010/02/14 00:17:26 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/ChangeLog,v 1.2 2010/02/17 16:11:11 flameeyes Exp $
30 +
31 +*attic-0.5.2 (17 Feb 2010)
32 +
33 + 17 Feb 2010; Diego E. Pettenò <flameeyes@g.o> -attic-0.5.0.ebuild,
34 + -files/attic-0.5.0-fixes.patch, +attic-0.5.2.ebuild,
35 + +files/attic-0.5.2-fixes.patch:
36 + Bump to released version and partly-merged fixes.
37
38 *attic-0.5.0 (14 Feb 2010)
39
40
41
42
43 1.1 dev-ruby/attic/attic-0.5.2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/attic/attic-0.5.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/attic/attic-0.5.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: attic-0.5.2.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/attic-0.5.2.ebuild,v 1.1 2010/02/17 16:11:11 flameeyes Exp $
53
54 EAPI=2
55
56 USE_RUBY="ruby18 ruby19 jruby"
57
58 RUBY_FAKEGEM_TASK_TEST=""
59
60 RUBY_FAKEGEM_TASK_DOC="rdoc"
61 RUBY_FAKEGEM_DOCDIR="doc"
62 RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"
63
64 RUBY_FAKEGEM_BINWRAP=""
65
66 inherit ruby-fakegem eutils
67
68 DESCRIPTION="A place for Ruby objects to hide instance variables"
69 HOMEPAGE="http://solutious.com/"
70
71 SRC_URI="http://github.com/delano/${PN}/tarball/${P} -> ${PN}-git-${PV}.tgz"
72 S="${WORKDIR}/delano-${PN}-560e6d1"
73
74 LICENSE="MIT"
75 SLOT="0"
76 KEYWORDS="~amd64 ~x86"
77 IUSE=""
78
79 ruby_add_bdepend test dev-ruby/tryouts
80
81 all_ruby_prepare() {
82 epatch "${FILESDIR}"/${P}-fixes.patch
83 }
84
85 each_ruby_test() {
86 ${RUBY} -S sergeant || die "tests failed"
87 }