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/notify: ChangeLog notify-0.4.0.ebuild
Date: Sat, 01 Sep 2012 07:00:35
Message-Id: 20120901070022.BC39820E68@flycatcher.gentoo.org
1 graaff 12/09/01 07:00:22
2
3 Modified: ChangeLog
4 Added: notify-0.4.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.11.9/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 dev-ruby/notify/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/notify/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/notify/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/notify/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/notify/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 28 Nov 2011 02:17:53 -0000 1.3
24 +++ ChangeLog 1 Sep 2012 07:00:22 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/notify
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/notify/ChangeLog,v 1.3 2011/11/28 02:17:53 naota Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/notify/ChangeLog,v 1.4 2012/09/01 07:00:22 graaff Exp $
31 +
32 +*notify-0.4.0 (01 Sep 2012)
33 +
34 + 01 Sep 2012; Hans de Graaff <graaff@g.o> +notify-0.4.0.ebuild:
35 + Version bump.
36
37 *notify-0.3.0 (28 Nov 2011)
38
39
40
41
42 1.1 dev-ruby/notify/notify-0.4.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/notify/notify-0.4.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/notify/notify-0.4.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: notify-0.4.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/notify/notify-0.4.0.ebuild,v 1.1 2012/09/01 07:00:22 graaff Exp $
52
53 EAPI=4
54 USE_RUBY="ruby18 ruby19 ree18 jruby"
55
56 RUBY_FAKEGEM_TASK_TEST=""
57
58 RUBY_FAKEGEM_TASK_DOC=""
59 RUBY_FAKEGEM_TASK_EXTRADOC="README.md"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="A function to notify on cross platform"
64 HOMEPAGE="http://github.com/jugyo/notify"
65
66 LICENSE="MIT"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70
71 DEPEND=""
72 RDEPEND="x11-libs/libnotify"