summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMATSUU Takuto <matsuu@gentoo.org>2010-05-18 20:40:03 +0900
committerMATSUU Takuto <matsuu@gentoo.org>2010-05-28 09:02:40 +0900
commit048f6ddaa01d24d0e895feb70405f04530f13c74 (patch)
tree0d1f03c8a41739cf394a50d1cfd1cb48ffeff0b6
parentapp-i18n/ibus-mozc: Initial import. (diff)
downloadmatsuu-048f6ddaa01d24d0e895feb70405f04530f13c74.tar.gz
matsuu-048f6ddaa01d24d0e895feb70405f04530f13c74.tar.bz2
matsuu-048f6ddaa01d24d0e895feb70405f04530f13c74.zip
dev-ruby/notify: Initial import.
-rw-r--r--dev-ruby/notify/Manifest2
-rw-r--r--dev-ruby/notify/notify-0.2.1.ebuild19
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"