diff options
-rw-r--r-- | dev-ruby/notify/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/notify/notify-0.2.1.ebuild | 19 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-ruby/notify/Manifest b/dev-ruby/notify/Manifest new file mode 100644 index 0000000..8704766 --- /dev/null +++ b/dev-ruby/notify/Manifest @@ -0,0 +1,2 @@ +DIST notify-0.2.1.gem 5120 RMD160 5385129882ad000904fb61328e2bc36b34da1f37 SHA1 451445ec2bfad97f889e395a6046bab9e7871061 SHA256 401dfdf358e7eb46a235f481950c7e7c84edbe2eca75df60d545bb3a210a4e3f +EBUILD notify-0.2.1.ebuild 358 RMD160 01aee25569568a2f8587637f2237972d7874e303 SHA1 39fd38a451b10ee783ac380910033393393776a6 SHA256 f6b1a5483348e1798703c4e5f7216a6dd1ed893e7db4f8c311d71f314260b70a diff --git a/dev-ruby/notify/notify-0.2.1.ebuild b/dev-ruby/notify/notify-0.2.1.ebuild new file mode 100644 index 0000000..b277ece --- /dev/null +++ b/dev-ruby/notify/notify-0.2.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 +inherit gems + +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" + +USE_RUBY="ruby18 ruby19" |