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 /dev-ruby/notify/notify-0.2.1.ebuild
parentapp-i18n/ibus-mozc: Initial import. (diff)
downloadmatsuu-048f6ddaa01d24d0e895feb70405f04530f13c74.tar.gz
matsuu-048f6ddaa01d24d0e895feb70405f04530f13c74.tar.bz2
matsuu-048f6ddaa01d24d0e895feb70405f04530f13c74.zip
dev-ruby/notify: Initial import.
Diffstat (limited to 'dev-ruby/notify/notify-0.2.1.ebuild')
-rw-r--r--dev-ruby/notify/notify-0.2.1.ebuild19
1 files changed, 19 insertions, 0 deletions
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"