Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/mail: ChangeLog mail-2.2.13.ebuild
Date: Sun, 02 Jan 2011 11:28:02
Message-Id: 20110102112753.1ABE420054@flycatcher.gentoo.org
1 graaff 11/01/02 11:27:53
2
3 Modified: ChangeLog
4 Added: mail-2.2.13.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.9.25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-ruby/mail/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mail/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mail/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mail/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mail/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 4 Dec 2010 19:49:05 -0000 1.1
24 +++ ChangeLog 2 Jan 2011 11:27:52 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/mail
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mail/ChangeLog,v 1.1 2010/12/04 19:49:05 graaff Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mail/ChangeLog,v 1.2 2011/01/02 11:27:52 graaff Exp $
31 +
32 +*mail-2.2.13 (02 Jan 2011)
33 +
34 + 02 Jan 2011; Hans de Graaff <graaff@g.o> +mail-2.2.13.ebuild:
35 + Version bump.
36
37 *mail-2.2.11 (04 Dec 2010)
38
39
40
41
42 1.1 dev-ruby/mail/mail-2.2.13.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mail/mail-2.2.13.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mail/mail-2.2.13.ebuild?rev=1.1&content-type=text/plain
46
47 Index: mail-2.2.13.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/mail/mail-2.2.13.ebuild,v 1.1 2011/01/02 11:27:52 graaff Exp $
52
53 EAPI=2
54 USE_RUBY="ruby18 ree18"
55
56 RUBY_FAKEGEM_TASK_TEST="spec"
57
58 RUBY_FAKEGEM_DOCDIR="rdoc"
59 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc TODO.rdoc"
60
61 inherit ruby-fakegem
62
63 GITHUB_USER="mikel"
64
65 DESCRIPTION="An email handling library"
66 HOMEPAGE="https://github.com/mikel/mail"
67 SRC_URI="https://github.com/${GITHUB_USER}/mail/tarball/${PV} -> ${P}.tar.gz"
68
69 LICENSE="MIT"
70 SLOT="0"
71 KEYWORDS="~amd64"
72 IUSE=""
73
74 S="${WORKDIR}/${GITHUB_USER}-${PN}-*"
75
76 ruby_add_rdepend "
77 >=dev-ruby/activesupport-2.3.6
78 >=dev-ruby/i18n-0.4.0
79 >=dev-ruby/mime-types-1.16
80 >=dev-ruby/treetop-1.4.8"
81
82 ruby_add_bdepend "test? ( dev-ruby/rspec:0 )"
83
84 all_ruby_prepare() {
85 sed -i -e '/[Bb]undle/d' -e '6d' Rakefile || die "Unable to remove Bundler code."
86 }