maksbotan 15/07/17 19:21:29 Modified: metadata.xml ChangeLog Added: vicious-2.1.3.ebuild Log: 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)
Revision Changes Path 1.3 x11-plugins/vicious/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/vicious/metadata.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/vicious/metadata.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/vicious/metadata.xml?r1=1.2&r2=1.3 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/vicious/metadata.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- metadata.xml 20 Nov 2012 18:58:12 -0000 1.2 +++ metadata.xml 17 Jul 2015 19:21:29 -0000 1.3 @@ -2,6 +2,10 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> + <email>[email protected]</email> + <name>Maxim Koltsov</name> + </maintainer> + <maintainer> <email>[email protected]</email> <name>Alex Alexander</name> </maintainer> 1.13 x11-plugins/vicious/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/vicious/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/vicious/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/vicious/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/vicious/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 6 May 2015 20:53:59 -0000 1.12 +++ ChangeLog 17 Jul 2015 19:21:29 -0000 1.13 @@ -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 <[email protected]> +vicious-2.1.3.ebuild, + metadata.xml: + Bump to 2.1.3, take maintainership. See bug #523502. 06 May 2015; Manuel RĂ¼ger <[email protected]> -vicious-2.0.1.ebuild, -vicious-2.0.2.ebuild, -vicious-2.0.4.ebuild: 1.1 x11-plugins/vicious/vicious-2.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/vicious/vicious-2.1.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/vicious/vicious-2.1.3.ebuild?rev=1.1&content-type=text/plain Index: vicious-2.1.3.ebuild =================================================================== # 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 }
