diff options
author | Alex Alexander <wired@gentoo.org> | 2010-11-16 23:51:34 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2010-11-16 23:51:34 +0000 |
commit | 1c060e5909ba42ea5e13b4432843fd9853f1b558 (patch) | |
tree | 47cac136065331ac5d505cd8848e2b2de7d3c494 /x11-plugins | |
parent | Cleanup (diff) | |
download | gentoo-2-1c060e5909ba42ea5e13b4432843fd9853f1b558.tar.gz gentoo-2-1c060e5909ba42ea5e13b4432843fd9853f1b558.tar.bz2 gentoo-2-1c060e5909ba42ea5e13b4432843fd9853f1b558.zip |
new ebuild, written by Nickolaj Stjujsckij (krigstask)
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/vicious/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/vicious/metadata.xml | 9 | ||||
-rw-r--r-- | x11-plugins/vicious/vicious-2.0.1.ebuild | 23 |
3 files changed, 42 insertions, 0 deletions
diff --git a/x11-plugins/vicious/ChangeLog b/x11-plugins/vicious/ChangeLog new file mode 100644 index 000000000000..b791f74cc1c2 --- /dev/null +++ b/x11-plugins/vicious/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-plugins/vicious +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/ChangeLog,v 1.1 2010/11/16 23:51:34 wired Exp $ + +*vicious-2.0.1 (16 Nov 2010) + + 16 Nov 2010; Alex Alexander <wired@gentoo.org> +vicious-2.0.1.ebuild, + +metadata.xml: + new ebuild, written by Nickolaj Stjujsckij (krigstask) + diff --git a/x11-plugins/vicious/metadata.xml b/x11-plugins/vicious/metadata.xml new file mode 100644 index 000000000000..b174be1f0be2 --- /dev/null +++ b/x11-plugins/vicious/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>wired@gentoo.org</email> + <name>Alex Alexander</name> + </maintainer> +</pkgmetadata> + diff --git a/x11-plugins/vicious/vicious-2.0.1.ebuild b/x11-plugins/vicious/vicious-2.0.1.ebuild new file mode 100644 index 000000000000..ac157478902c --- /dev/null +++ b/x11-plugins/vicious/vicious-2.0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/vicious-2.0.1.ebuild,v 1.1 2010/11/16 23:51:34 wired Exp $ + +EAPI=3 + +DESCRIPTION="Modular widget library for x11-wm/awesome" +HOMEPAGE="http://awesome.naquadah.org/wiki/Vicious" +SRC_URI="http://git.sysphere.org/vicious/snapshot/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~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" +} |