From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/libnotify/
Date: Wed, 13 Jul 2011 08:35:11 +0000 (UTC) [thread overview]
Message-ID: <054903f7b942247d1b1291879654f2e7290307d6.graaff@gentoo> (raw)
commit: 054903f7b942247d1b1291879654f2e7290307d6
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Jul 13 08:34:42 2011 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 08:34:42 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=054903f7
Initial import.
(Portage version: 2.1.10.3/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0x8883FA56A308A8D7!)
---
dev-ruby/libnotify/ChangeLog | 10 +++++++++
dev-ruby/libnotify/Manifest | 14 ++++++++++++
dev-ruby/libnotify/libnotify-0.5.6.ebuild | 32 +++++++++++++++++++++++++++++
dev-ruby/libnotify/metadata.xml | 5 ++++
4 files changed, 61 insertions(+), 0 deletions(-)
diff --git a/dev-ruby/libnotify/ChangeLog b/dev-ruby/libnotify/ChangeLog
new file mode 100644
index 0000000..1b0bbcf
--- /dev/null
+++ b/dev-ruby/libnotify/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/libnotify
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*libnotify-0.5.6 (13 Jul 2011)
+
+ 13 Jul 2011; Hans de Graaff <graaff@gentoo.org> +libnotify-0.5.6.ebuild,
+ +metadata.xml:
+ Initial import.
+
diff --git a/dev-ruby/libnotify/Manifest b/dev-ruby/libnotify/Manifest
new file mode 100644
index 0000000..d9cc4df
--- /dev/null
+++ b/dev-ruby/libnotify/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST libnotify-0.5.6.gem 28672 RMD160 72c439351debde750f18cf7d034d6d3f3b82079d SHA1 4e1f72f12fc90fea960c1e29afa4d5a23140b8b3 SHA256 a19fea89e18bcbe5feaec1dd8b69ed8912f89e1fb1a5b7904a96bc065b5da9df
+EBUILD libnotify-0.5.6.ebuild 793 RMD160 7cc62629f795d0b56ff0db5869930be591e30c3d SHA1 48d86d17679242e5bf6be361333f496ef2810ad5 SHA256 423aa4b4496aa13160d4b014abcbedd95acf4a01ddb8832ff1731ba96ad768d5
+MISC ChangeLog 262 RMD160 efde6b15dfd4c1d774df091720679780ecb425bb SHA1 173e115dfaade8f6290521b08c85f6b31c62a814 SHA256 4c07879b9e64ddb24994c98ed22b34cd68f000c5f8db0d515ed66c1f8ed137e5
+MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk4dWKIACgkQiIP6VqMIqNfpRwD/SDPHYJec7xQNFnXd3WdL2FUm
+fv+zDqpRm6foQRgHXfMA/A7RSPvUPbls+chs7hrzU7fjdMafVAA1i1euUaf8kU03
+=+mQD
+-----END PGP SIGNATURE-----
diff --git a/dev-ruby/libnotify/libnotify-0.5.6.ebuild b/dev-ruby/libnotify/libnotify-0.5.6.ebuild
new file mode 100644
index 0000000..b54da35
--- /dev/null
+++ b/dev-ruby/libnotify/libnotify-0.5.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+USE_RUBY="ruby18 ree18 jruby"
+
+# Documentation uses hanna, but hanna is broken with newer versions of
+# RDoc.
+RUBY_FAKEGEM_TASK_DOC="-Ilib yard"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby bindings for libnotify using FFI."
+HOMEPAGE="https://github.com/splattael/libnotify"
+# https://github.com/splattael/libnotify/issues/6
+LICENSE="unknown"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend "virtual/ruby-ffi"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+ rm Gemfile || die
+ sed -i -e '/[Bb]undler/d' -e '/rubies.rake/d' Rakefile test/helper.rb || die
+}
diff --git a/dev-ruby/libnotify/metadata.xml b/dev-ruby/libnotify/metadata.xml
new file mode 100644
index 0000000..f977299
--- /dev/null
+++ b/dev-ruby/libnotify/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer><email>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>
next reply other threads:[~2011-07-13 8:36 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-13 8:35 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-08-16 10:01 [gentoo-commits] dev/graaff:master commit in: dev-ruby/libnotify/ Hans de Graaff
2012-01-02 9:55 Hans de Graaff
2012-01-23 14:21 Hans de Graaff
2012-04-30 9:30 Hans de Graaff
2012-10-08 13:37 Hans de Graaff
2013-11-01 7:33 Hans de Graaff
2013-11-01 7:33 Hans de Graaff
2014-06-06 6:39 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=054903f7b942247d1b1291879654f2e7290307d6.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox