summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2015-07-17 19:21:29 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2015-07-17 19:21:29 +0000
commit888442fe93f00220f758b6ad6f43ab169ec46da0 (patch)
tree6971ba670041ca91c478bb9403ad8d089be12546 /x11-plugins
parentfixing bug 554730 (diff)
downloadgentoo-2-888442fe93f00220f758b6ad6f43ab169ec46da0.tar.gz
gentoo-2-888442fe93f00220f758b6ad6f43ab169ec46da0.tar.bz2
gentoo-2-888442fe93f00220f758b6ad6f43ab169ec46da0.zip
Bump to 2.1.3, take maintainership. See bug #523502.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/vicious/ChangeLog8
-rw-r--r--x11-plugins/vicious/metadata.xml4
-rw-r--r--x11-plugins/vicious/vicious-2.1.3.ebuild29
3 files changed, 40 insertions, 1 deletions
diff --git a/x11-plugins/vicious/ChangeLog b/x11-plugins/vicious/ChangeLog
index 02ff3876bf1f..35934aaeecaf 100644
--- a/x11-plugins/vicious/ChangeLog
+++ b/x11-plugins/vicious/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/vicious
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/ChangeLog,v 1.12 2015/05/06 20:53:59 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/ChangeLog,v 1.13 2015/07/17 19:21:29 maksbotan Exp $
+
+*vicious-2.1.3 (17 Jul 2015)
+
+ 17 Jul 2015; Maxim Koltsov <maksbotan@gentoo.org> +vicious-2.1.3.ebuild,
+ metadata.xml:
+ Bump to 2.1.3, take maintainership. See bug #523502.
06 May 2015; Manuel Rüger <mrueg@gentoo.org> -vicious-2.0.1.ebuild,
-vicious-2.0.2.ebuild, -vicious-2.0.4.ebuild:
diff --git a/x11-plugins/vicious/metadata.xml b/x11-plugins/vicious/metadata.xml
index b4c5a3f3c805..d6078639570d 100644
--- a/x11-plugins/vicious/metadata.xml
+++ b/x11-plugins/vicious/metadata.xml
@@ -2,6 +2,10 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
+ <email>maksbotan@gentoo.org</email>
+ <name>Maxim Koltsov</name>
+ </maintainer>
+ <maintainer>
<email>wired@gentoo.org</email>
<name>Alex Alexander</name>
</maintainer>
diff --git a/x11-plugins/vicious/vicious-2.1.3.ebuild b/x11-plugins/vicious/vicious-2.1.3.ebuild
new file mode 100644
index 000000000000..3ec4dc5ec370
--- /dev/null
+++ b/x11-plugins/vicious/vicious-2.1.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/vicious-2.1.3.ebuild,v 1.1 2015/07/17 19:21:29 maksbotan Exp $
+
+EAPI=5
+
+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="contrib"
+
+DEPEND=""
+RDEPEND="x11-wm/awesome"
+
+src_install() {
+ insinto /usr/share/awesome/lib/vicious
+ doins -r widgets helpers.lua init.lua
+ dodoc CHANGES README TODO
+
+ if use contrib; then
+ insinto /usr/share/awesome/lib/vicious/contrib
+ doins contrib/*.lua
+ newdoc contrib/README README.contrib
+ fi
+}