summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-09-01 07:00:22 +0000
committerHans de Graaff <graaff@gentoo.org>2012-09-01 07:00:22 +0000
commit0af964ac1f1e5b9cbeadc964f459ec03cdbe4640 (patch)
tree5fc637346dfcac3eaacdece404863eece882ca34 /dev-ruby/notify
parentCleanup. (diff)
downloadgentoo-2-0af964ac1f1e5b9cbeadc964f459ec03cdbe4640.tar.gz
gentoo-2-0af964ac1f1e5b9cbeadc964f459ec03cdbe4640.tar.bz2
gentoo-2-0af964ac1f1e5b9cbeadc964f459ec03cdbe4640.zip
Version bump.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/notify')
-rw-r--r--dev-ruby/notify/ChangeLog9
-rw-r--r--dev-ruby/notify/notify-0.4.0.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-ruby/notify/ChangeLog b/dev-ruby/notify/ChangeLog
index f63135ec7c13..47bc97618a1d 100644
--- a/dev-ruby/notify/ChangeLog
+++ b/dev-ruby/notify/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/notify
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/notify/ChangeLog,v 1.3 2011/11/28 02:17:53 naota Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/notify/ChangeLog,v 1.4 2012/09/01 07:00:22 graaff Exp $
+
+*notify-0.4.0 (01 Sep 2012)
+
+ 01 Sep 2012; Hans de Graaff <graaff@gentoo.org> +notify-0.4.0.ebuild:
+ Version bump.
*notify-0.3.0 (28 Nov 2011)
diff --git a/dev-ruby/notify/notify-0.4.0.ebuild b/dev-ruby/notify/notify-0.4.0.ebuild
new file mode 100644
index 000000000000..bb6bc082dda0
--- /dev/null
+++ b/dev-ruby/notify/notify-0.4.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/notify/notify-0.4.0.ebuild,v 1.1 2012/09/01 07:00:22 graaff Exp $
+
+EAPI=4
+USE_RUBY="ruby18 ruby19 ree18 jruby"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_EXTRADOC="README.md"
+
+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"