# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-wm/subtle/subtle-9999.ebuild,v 1.5 2012/06/20 19:40:15 radhermit Exp $ EAPI="4" USE_RUBY="ruby19" inherit mercurial ruby-ng EHG_REPO_URI="http://hg.subforge.org/subtle-contrib" DESCRIPTION="Additional widgets for subtle, a manual tiling window manager" HOMEPAGE="http://subforge.org/projects/subtle-contrib/wiki" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="x11-wm/subtle" DEPEND="" all_ruby_unpack() { mercurial_src_unpack mv "${S}/ruby" "${S}/subtle-contrib" } each_ruby_install() { doruby -r subtle-contrib }