summaryrefslogtreecommitdiff
path: root/x11-plugins/subtle-contrib/subtle-contrib-9999.ebuild
blob: 2f36122572b1b1230ccd25bb60b7228853add4ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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://bitbucket.org/Necoro/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
}