diff options
-rw-r--r-- | x11-plugins/vicious/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/vicious/vicious-2.0.3.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/x11-plugins/vicious/ChangeLog b/x11-plugins/vicious/ChangeLog index 62703208f779..2f098fe0ab94 100644 --- a/x11-plugins/vicious/ChangeLog +++ b/x11-plugins/vicious/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/vicious # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/ChangeLog,v 1.4 2011/06/11 21:08:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/ChangeLog,v 1.5 2011/07/25 14:21:56 wired Exp $ + +*vicious-2.0.3 (25 Jul 2011) + + 25 Jul 2011; Alex Alexander <wired@gentoo.org> +vicious-2.0.3.ebuild: + version bump 11 Jun 2011; Markus Meier <maekke@gentoo.org> vicious-2.0.2.ebuild: add ~arm, bug #359139 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" +} |