Gentoo Archives: gentoo-commits

From: "Alexys Jacob (ultrabug)" <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/py3status: py3status-1.5.ebuild ChangeLog
Date: Sat, 03 May 2014 19:03:46
Message-Id: 20140503190342.0DE4A2004C@flycatcher.gentoo.org
1 ultrabug 14/05/03 19:03:41
2
3 Modified: ChangeLog
4 Added: py3status-1.5.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
9
10 Revision Changes Path
11 1.9 x11-misc/py3status/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/py3status/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/py3status/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/py3status/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 16 Apr 2014 12:10:23 -0000 1.8
24 +++ ChangeLog 3 May 2014 19:03:41 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-misc/py3status
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v 1.8 2014/04/16 12:10:23 ultrabug Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/ChangeLog,v 1.9 2014/05/03 19:03:41 ultrabug Exp $
30 +
31 +*py3status-1.5 (03 May 2014)
32 +
33 + 03 May 2014; Ultrabug <ultrabug@g.o> +py3status-1.5.ebuild:
34 + version bump
35
36 16 Apr 2014; Ultrabug <ultrabug@g.o> py3status-1.2.ebuild,
37 py3status-1.3.ebuild, py3status-1.4.ebuild:
38
39
40
41 1.1 x11-misc/py3status/py3status-1.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/py3status/py3status-1.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/py3status/py3status-1.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: py3status-1.5.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-misc/py3status/py3status-1.5.ebuild,v 1.1 2014/05/03 19:03:41 ultrabug Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
54
55 SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> ${P}.tar.gz"
56
57 inherit distutils-r1
58
59 MY_PN="py3status"
60 MY_P="${MY_PN}-${PV/_/-}"
61
62 DESCRIPTION="py3status is an extensible i3status wrapper written in python"
63 HOMEPAGE="https://github.com/ultrabug/py3status"
64
65 LICENSE="BSD"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 RDEPEND="x11-misc/i3status"
71 DEPEND="${RDEPEND}
72 dev-python/setuptools[${PYTHON_USEDEP}]"
73
74 S=${WORKDIR}/${MY_P}