summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2011-02-05 17:46:09 +0000
committerAlex Alexander <wired@gentoo.org>2011-02-05 17:46:09 +0000
commitb8214a5522ff6ad2d798361136ac909da5fded0f (patch)
tree84f09800becf1f586fca944b5d173d508aeda53c /x11-plugins/vicious
parentMissing gnutls depend too. (diff)
downloadgentoo-2-b8214a5522ff6ad2d798361136ac909da5fded0f.tar.gz
gentoo-2-b8214a5522ff6ad2d798361136ac909da5fded0f.tar.bz2
gentoo-2-b8214a5522ff6ad2d798361136ac909da5fded0f.zip
version bump, bug #353596
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/vicious')
-rw-r--r--x11-plugins/vicious/ChangeLog9
-rw-r--r--x11-plugins/vicious/vicious-2.0.2.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/x11-plugins/vicious/ChangeLog b/x11-plugins/vicious/ChangeLog
index 4bab94f9d6f0..81c8f8f00fb3 100644
--- a/x11-plugins/vicious/ChangeLog
+++ b/x11-plugins/vicious/ChangeLog
@@ -1,6 +1,11 @@
# 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.2 2010/11/17 13:35:33 wired Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/ChangeLog,v 1.3 2011/02/05 17:46:09 wired Exp $
+
+*vicious-2.0.2 (05 Feb 2011)
+
+ 05 Feb 2011; Alex Alexander <wired@gentoo.org> +vicious-2.0.2.ebuild:
+ version bump, bug #353596
17 Nov 2010; Alex Alexander <wired@gentoo.org> vicious-2.0.1.ebuild:
switched src_uri to gentoo mirrors, upstream autogenerates the tarball
diff --git a/x11-plugins/vicious/vicious-2.0.2.ebuild b/x11-plugins/vicious/vicious-2.0.2.ebuild
new file mode 100644
index 000000000000..3d5fc4636269
--- /dev/null
+++ b/x11-plugins/vicious/vicious-2.0.2.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.2.ebuild,v 1.1 2011/02/05 17:46:09 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 ~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"
+}