Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/vicious: ChangeLog vicious-2.0.2.ebuild
Date: Sat, 05 Feb 2011 17:46:20
Message-Id: 20110205174609.BC4C020054@flycatcher.gentoo.org
1 wired 11/02/05 17:46:09
2
3 Modified: ChangeLog
4 Added: vicious-2.0.2.ebuild
5 Log:
6 version bump, bug #353596
7
8 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 x11-plugins/vicious/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/vicious/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/vicious/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/vicious/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/vicious/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 17 Nov 2010 13:35:33 -0000 1.2
24 +++ ChangeLog 5 Feb 2011 17:46:09 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-plugins/vicious
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/ChangeLog,v 1.2 2010/11/17 13:35:33 wired Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/ChangeLog,v 1.3 2011/02/05 17:46:09 wired Exp $
31 +
32 +*vicious-2.0.2 (05 Feb 2011)
33 +
34 + 05 Feb 2011; Alex Alexander <wired@g.o> +vicious-2.0.2.ebuild:
35 + version bump, bug #353596
36
37 17 Nov 2010; Alex Alexander <wired@g.o> vicious-2.0.1.ebuild:
38 switched src_uri to gentoo mirrors, upstream autogenerates the tarball
39
40
41
42 1.1 x11-plugins/vicious/vicious-2.0.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/vicious/vicious-2.0.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/vicious/vicious-2.0.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: vicious-2.0.2.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/vicious/vicious-2.0.2.ebuild,v 1.1 2011/02/05 17:46:09 wired Exp $
52
53 EAPI=3
54
55 DESCRIPTION="Modular widget library for x11-wm/awesome"
56 HOMEPAGE="http://awesome.naquadah.org/wiki/Vicious"
57 SRC_URI="mirror://gentoo/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND=""
65 RDEPEND="=x11-wm/awesome-3.4*"
66
67 src_install() {
68 insinto /usr/share/awesome/lib/vicious
69 doins -r widgets helpers.lua init.lua || die "Install failed"
70 dodoc CHANGES README TODO || die "dodoc failed"
71 }