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/libnotify/
Date: Mon, 30 Apr 2012 09:32:18
Message-Id: 1334315246.e57c5b527a8a66c736dbe2afacaf4c30ccb4033a.graaff@gentoo
1 commit: e57c5b527a8a66c736dbe2afacaf4c30ccb4033a
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Fri Apr 13 11:07:26 2012 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 13 11:07:26 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=e57c5b52
7
8 Version bump.
9
10 (Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
11
12 ---
13 dev-ruby/libnotify/ChangeLog | 5 ++++
14 dev-ruby/libnotify/Manifest | 7 +++--
15 dev-ruby/libnotify/libnotify-0.7.2.ebuild | 34 +++++++++++++++++++++++++++++
16 3 files changed, 43 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-ruby/libnotify/ChangeLog b/dev-ruby/libnotify/ChangeLog
19 index a7cdec7..f9dfaa5 100644
20 --- a/dev-ruby/libnotify/ChangeLog
21 +++ b/dev-ruby/libnotify/ChangeLog
22 @@ -2,6 +2,11 @@
23 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*libnotify-0.7.2 (13 Apr 2012)
27 +
28 + 13 Apr 2012; Hans de Graaff <graaff@g.o> +libnotify-0.7.2.ebuild:
29 + Version bump.
30 +
31 *libnotify-0.7.1 (08 Jan 2012)
32
33 08 Jan 2012; Hans de Graaff <graaff@g.o> +libnotify-0.7.1.ebuild:
34
35 diff --git a/dev-ruby/libnotify/Manifest b/dev-ruby/libnotify/Manifest
36 index eb9f263..3961312 100644
37 --- a/dev-ruby/libnotify/Manifest
38 +++ b/dev-ruby/libnotify/Manifest
39 @@ -3,10 +3,11 @@ Hash: SHA256
40
41 DIST libnotify-0.5.7.gem 29184 RMD160 1cfdf1591f549a74dd707a4bf1b68786df051183 SHA1 dd6488a421897ed04b6189e16b6468c86f2f1b36 SHA256 0645899aab628b9e16e924708c21aa65e84c2550e5a17c2643d0f8a19fb337a5
42 DIST libnotify-0.7.1.gem 29184 RMD160 a64180d7e8d54bdd573e5776d747d5724764ca28 SHA1 03d0a5bc89dd86ac58edda541991af8a49a82c3a SHA256 f8d0690f1b4b190fdd0550148907ed7235e92dafa50616e855e8372a29f18159
43 +DIST libnotify-0.7.2.gem 29184 RMD160 7e32d0d83a748429073a90cd0c90c0134a7f6bd1 SHA1 8aaf28959db849cf54dce0b22d9227a27f2f31cb SHA256 abcc13c180ad14360c47e25c3ee2c0b43d0b5140d927c5a1e9255eae5bc92a8e
44 -----BEGIN PGP SIGNATURE-----
45 Version: GnuPG v2.0.17 (GNU/Linux)
46
47 -iF4EAREIAAYFAk8J0P0ACgkQiIP6VqMIqNdGhAD/bWit0wMsYJGORFiKl1RiaHWs
48 -D3i9ttU8FmP2Pi2qJZwA/0jJIz0FPvrofwF0rsxMDTCzPpv9QCh2YUo3o7QbAG+L
49 -=Cw9e
50 +iF4EAREIAAYFAk+ICO4ACgkQiIP6VqMIqNd/OQD8Cze3V1vQ+N1wKy/mI4n3zZcS
51 +Fov/hGKqhsYTgCGOrJsA/0FLM97TFZ+5gt/yirAdLBjb2R7jZsyhoG0cL49OCkw3
52 +=a38j
53 -----END PGP SIGNATURE-----
54
55 diff --git a/dev-ruby/libnotify/libnotify-0.7.2.ebuild b/dev-ruby/libnotify/libnotify-0.7.2.ebuild
56 new file mode 100644
57 index 0000000..7fb43e4
58 --- /dev/null
59 +++ b/dev-ruby/libnotify/libnotify-0.7.2.ebuild
60 @@ -0,0 +1,34 @@
61 +# Copyright 1999-2012 Gentoo Foundation
62 +# Distributed under the terms of the GNU General Public License v2
63 +# $Header: $
64 +
65 +EAPI=4
66 +USE_RUBY="ruby18 ree18 jruby"
67 +
68 +# Documentation uses hanna, but hanna is broken with newer versions of
69 +# RDoc.
70 +RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
71 +RUBY_FAKEGEM_EXTRADOC="README.rdoc"
72 +
73 +inherit ruby-fakegem
74 +
75 +DESCRIPTION="Ruby bindings for libnotify using FFI."
76 +HOMEPAGE="https://github.com/splattael/libnotify"
77 +LICENSE="MIT"
78 +
79 +KEYWORDS="~amd64 ~x86"
80 +SLOT="0"
81 +IUSE=""
82 +
83 +# Requires minitest-libnotify which we don't package.
84 +RESTRICT="test"
85 +
86 +ruby_add_rdepend "virtual/ruby-ffi"
87 +
88 +ruby_add_bdepend "doc? ( dev-ruby/yard )"
89 +ruby_add_bdepend "test? ( dev-ruby/minitest )"
90 +
91 +all_ruby_prepare() {
92 + rm Gemfile || die
93 + sed -i -e '/[Bb]undler/d' -e '/rubies.rake/d' Rakefile test/helper.rb || die
94 +}