Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/glances: glances-1.7.ebuild glances-1.7.1.ebuild ChangeLog glances-1.6.1.ebuild
Date: Mon, 26 Aug 2013 17:55:03
Message-Id: 20130826175459.1D4142004C@flycatcher.gentoo.org
1 xarthisius 13/08/26 17:54:59
2
3 Modified: glances-1.7.ebuild ChangeLog
4 Added: glances-1.7.1.ebuild
5 Removed: glances-1.6.1.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 895192F9)
10
11 Revision Changes Path
12 1.2 sys-process/glances/glances-1.7.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/glances/glances-1.7.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/glances/glances-1.7.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/glances/glances-1.7.ebuild?r1=1.1&r2=1.2
17
18 Index: glances-1.7.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-process/glances/glances-1.7.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- glances-1.7.ebuild 12 Aug 2013 17:06:24 -0000 1.1
25 +++ glances-1.7.ebuild 26 Aug 2013 17:54:58 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-process/glances/glances-1.7.ebuild,v 1.1 2013/08/12 17:06:24 bicatali Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-process/glances/glances-1.7.ebuild,v 1.2 2013/08/26 17:54:58 xarthisius Exp $
31
32 EAPI=5
33
34 @@ -16,7 +16,6 @@
35 HOMEPAGE="https://github.com/nicolargo/glances"
36 SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"
37
38 -
39 LICENSE="LGPL-3"
40 SLOT="0"
41 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
42
43
44
45 1.11 sys-process/glances/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/glances/ChangeLog?rev=1.11&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/glances/ChangeLog?rev=1.11&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/glances/ChangeLog?r1=1.10&r2=1.11
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-process/glances/ChangeLog,v
54 retrieving revision 1.10
55 retrieving revision 1.11
56 diff -u -r1.10 -r1.11
57 --- ChangeLog 12 Aug 2013 17:06:24 -0000 1.10
58 +++ ChangeLog 26 Aug 2013 17:54:58 -0000 1.11
59 @@ -1,6 +1,12 @@
60 # ChangeLog for sys-process/glances
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-process/glances/ChangeLog,v 1.10 2013/08/12 17:06:24 bicatali Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-process/glances/ChangeLog,v 1.11 2013/08/26 17:54:58 xarthisius Exp $
64 +
65 +*glances-1.7.1 (26 Aug 2013)
66 +
67 + 26 Aug 2013; Kacper Kowalik <xarthisius@g.o> +glances-1.7.1.ebuild,
68 + -glances-1.6.1.ebuild, glances-1.7.ebuild:
69 + Version bump, drop old
70
71 *glances-1.7 (12 Aug 2013)
72
73
74
75
76 1.1 sys-process/glances/glances-1.7.1.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/glances/glances-1.7.1.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/glances/glances-1.7.1.ebuild?rev=1.1&content-type=text/plain
80
81 Index: glances-1.7.1.ebuild
82 ===================================================================
83 # Copyright 1999-2013 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/sys-process/glances/glances-1.7.1.ebuild,v 1.1 2013/08/26 17:54:58 xarthisius Exp $
86
87 EAPI=5
88
89 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
90 PYTHON_REQ_USE="ncurses"
91
92 inherit distutils-r1 linux-info
93
94 MYPN=Glances
95 MYP=${MYPN}-${PV}
96
97 DESCRIPTION="CLI curses based monitoring tool"
98 HOMEPAGE="https://github.com/nicolargo/glances"
99 SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"
100
101 LICENSE="LGPL-3"
102 SLOT="0"
103 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
104 IUSE=""
105
106 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
107 RDEPEND="${DEPEND}
108 dev-python/psutil[${PYTHON_USEDEP}]"
109
110 CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS"
111
112 S="${WORKDIR}/${MYP}"
113
114 pkg_setup() {
115 linux-info_pkg_setup
116 }
117
118 python_prepare_all() {
119 sed -e "s:share/doc/glances:share/doc/${PF}:g" \
120 -e "s/'COPYING',//" \
121 -e "s:/etc:${EPREFIX}/etc:" \
122 -i setup.py || die
123 distutils-r1_python_prepare_all
124 }
125
126 pkg_postinst() {
127 if [[ -z ${REPLACING_VERSIONS} ]]; then
128 elog "${PN} can gain additional functionality with following packages:"
129 elog " dev-python/jinja - export statistics to HTML"
130 elog " app-admin/hddtemp - monitor hard drive temperatures"
131 fi
132 }