summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-07-19 06:32:22 +0000
committerHans de Graaff <graaff@gentoo.org>2013-07-19 06:32:22 +0000
commit452ad751e7afe9092c52af37c5b3ab9095a95d9e (patch)
treeff68b435354a9924b3fcc6165b08de07dd181dc1 /dev-ruby
parentDrop qt 4.8.5 mask (diff)
downloadgentoo-2-452ad751e7afe9092c52af37c5b3ab9095a95d9e.tar.gz
gentoo-2-452ad751e7afe9092c52af37c5b3ab9095a95d9e.tar.bz2
gentoo-2-452ad751e7afe9092c52af37c5b3ab9095a95d9e.zip
Version bump.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/notify/ChangeLog7
-rw-r--r--dev-ruby/notify/notify-0.5.2.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-ruby/notify/ChangeLog b/dev-ruby/notify/ChangeLog
index 5f260e04be66..36890fbafd79 100644
--- a/dev-ruby/notify/ChangeLog
+++ b/dev-ruby/notify/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/notify
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/notify/ChangeLog,v 1.6 2013/04/13 06:19:25 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/notify/ChangeLog,v 1.7 2013/07/19 06:32:22 graaff Exp $
+
+*notify-0.5.2 (19 Jul 2013)
+
+ 19 Jul 2013; Hans de Graaff <graaff@gentoo.org> +notify-0.5.2.ebuild:
+ Version bump.
*notify-0.5.1 (13 Apr 2013)
diff --git a/dev-ruby/notify/notify-0.5.2.ebuild b/dev-ruby/notify/notify-0.5.2.ebuild
new file mode 100644
index 000000000000..d664c1d20900
--- /dev/null
+++ b/dev-ruby/notify/notify-0.5.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/notify/notify-0.5.2.ebuild,v 1.1 2013/07/19 06:32:22 graaff Exp $
+
+EAPI=5
+USE_RUBY="ruby18 ruby19 jruby"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_RECIPE_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md sample.rb"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A function to notify on cross platform"
+HOMEPAGE="http://github.com/jugyo/notify"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="x11-libs/libnotify" # For notify-send support.