diff options
author | Alex Alexander <wired@gentoo.org> | 2011-07-25 14:21:56 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2011-07-25 14:21:56 +0000 |
commit | 8d70c80e93740406153c0c4def90db56ecd6ba0f (patch) | |
tree | 2c2f4cd2824784187c120d9d0a3b199ca8a9a8ca /x11-plugins/vicious/vicious-2.0.3.ebuild | |
parent | Based on 2.6.39.3 + genpatches-2.6.39-5 + grsecurity-2.2.2-2.6.39.3-201107191826 (diff) | |
download | gentoo-2-8d70c80e93740406153c0c4def90db56ecd6ba0f.tar.gz gentoo-2-8d70c80e93740406153c0c4def90db56ecd6ba0f.tar.bz2 gentoo-2-8d70c80e93740406153c0c4def90db56ecd6ba0f.zip |
version bump
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/vicious/vicious-2.0.3.ebuild')
-rw-r--r-- | x11-plugins/vicious/vicious-2.0.3.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-plugins/vicious/vicious-2.0.3.ebuild b/x11-plugins/vicious/vicious-2.0.3.ebuild new file mode 100644 index 000000000000..a172409322ca --- /dev/null +++ b/x11-plugins/vicious/vicious-2.0.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/vicious-2.0.3.ebuild,v 1.1 2011/07/25 14:21:56 wired Exp $ + +EAPI=3 + +DESCRIPTION="Modular widget library for x11-wm/awesome" +HOMEPAGE="http://awesome.naquadah.org/wiki/Vicious" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND="" +RDEPEND="=x11-wm/awesome-3.4*" + +src_install() { + insinto /usr/share/awesome/lib/vicious + doins -r widgets helpers.lua init.lua || die "Install failed" + dodoc CHANGES README TODO || die "dodoc failed" +} |