summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2012-05-06 18:15:28 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2012-05-06 18:15:28 +0000
commitd9075599cdb906bbdf1e5c3c5c24924e40670ece (patch)
tree472f975e77754cf65672470a586170202d09dfb3 /x11-plugins
parentia64/s390/sh/sparc stable wrt #395735 (diff)
downloadgentoo-2-d9075599cdb906bbdf1e5c3c5c24924e40670ece.tar.gz
gentoo-2-d9075599cdb906bbdf1e5c3c5c24924e40670ece.tar.bz2
gentoo-2-d9075599cdb906bbdf1e5c3c5c24924e40670ece.zip
Bump to 2.0.4, bug 411325. Switch to upstream tarball location due to #411325c3, RDEPEND on any x11-wm/awesome version as it works fine now
(Portage version: 2.1.10.57/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/vicious/ChangeLog8
-rw-r--r--x11-plugins/vicious/vicious-2.0.4.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/x11-plugins/vicious/ChangeLog b/x11-plugins/vicious/ChangeLog
index 30db88373d29..21adc24c800e 100644
--- a/x11-plugins/vicious/ChangeLog
+++ b/x11-plugins/vicious/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/vicious
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/ChangeLog,v 1.8 2012/03/24 17:06:39 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/ChangeLog,v 1.9 2012/05/06 18:15:28 maksbotan Exp $
+
+*vicious-2.0.4 (06 May 2012)
+
+ 06 May 2012; Maxim Koltsov <maksbotan@gentoo.org> +vicious-2.0.4.ebuild:
+ Bump to 2.0.4, bug 411325. Switch to upstream tarball location due to
+ #411325c3, RDEPEND on any x11-wm/awesome version as it works fine now
24 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> vicious-2.0.3.ebuild:
x86 stable wrt bug #399691
diff --git a/x11-plugins/vicious/vicious-2.0.4.ebuild b/x11-plugins/vicious/vicious-2.0.4.ebuild
new file mode 100644
index 000000000000..8b5911d8d431
--- /dev/null
+++ b/x11-plugins/vicious/vicious-2.0.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/vicious-2.0.4.ebuild,v 1.1 2012/05/06 18:15:28 maksbotan Exp $
+
+EAPI=3
+
+DESCRIPTION="Modular widget library for x11-wm/awesome"
+HOMEPAGE="http://awesome.naquadah.org/wiki/Vicious"
+SRC_URI="http://git.sysphere.org/${PN}/snapshot/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="x11-wm/awesome"
+
+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"
+}