You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/mikutter/mikutter-0.0.4.522.ebuild

42 lines
928 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/mikutter/mikutter-0.0.4.522.ebuild,v 1.2 2011/10/28 22:51:07 naota Exp $
EAPI=3
USE_RUBY="ruby18 ruby19"
inherit ruby-ng
MY_P="${PN}.${PV}"
DESCRIPTION="mikutter is simple, powerful and moeful twitter client"
HOMEPAGE="http://mikutter.hachune.net/"
SRC_URI="http://mikutter.hachune.net/bin/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+libnotify sound"
DEPEND=""
RDEPEND="libnotify? ( x11-libs/libnotify )
sound? ( media-sound/alsa-utils )"
ruby_add_rdepend "dev-ruby/ruby-gtk2
dev-ruby/rcairo
dev-ruby/httpclient
virtual/ruby-ssl"
S="${WORKDIR}/${PN}"
each_ruby_install() {
exeinto /usr/share/mikutter
doexe mikutter.rb
insinto /usr/share/mikutter
doins -r core plugin
exeinto /usr/bin
doexe "${FILESDIR}"/mikutter
dodoc README
}