public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-process/glances: glances-1.6.1.ebuild ChangeLog glances-1.6.ebuild
@ 2013-05-20 18:17 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; only message in thread
From: Kacper Kowalik (xarthisius) @ 2013-05-20 18:17 UTC (permalink / raw
  To: gentoo-commits

xarthisius    13/05/20 18:17:15

  Modified:             ChangeLog
  Added:                glances-1.6.1.ebuild
  Removed:              glances-1.6.ebuild
  Log:
  Version bump, depend properly on python[ncurses] wrt bug 460068 by Albert W. Hopkins <marduk@python.net>, check for required kernel options. Drop old
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 895192F9)

Revision  Changes    Path
1.6                  sys-process/glances/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/glances/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/glances/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/glances/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/glances/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	2 Feb 2013 18:07:40 -0000	1.5
+++ ChangeLog	20 May 2013 18:17:15 -0000	1.6
@@ -1,6 +1,13 @@
 # ChangeLog for sys-process/glances
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/glances/ChangeLog,v 1.5 2013/02/02 18:07:40 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/glances/ChangeLog,v 1.6 2013/05/20 18:17:15 xarthisius Exp $
+
+*glances-1.6.1 (20 May 2013)
+
+  20 May 2013; Kacper Kowalik <xarthisius@gentoo.org> +glances-1.6.1.ebuild,
+  -glances-1.6.ebuild:
+  Version bump, depend properly on python[ncurses] wrt bug 460068 by Albert W.
+  Hopkins <marduk@python.net>, check for required kernel options. Drop old
 
   02 Feb 2013; Kacper Kowalik <xarthisius@gentoo.org> glances-1.6.ebuild:
   Add missing RDEP=DEP



1.1                  sys-process/glances/glances-1.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/glances/glances-1.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/glances/glances-1.6.1.ebuild?rev=1.1&content-type=text/plain

Index: glances-1.6.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-process/glances/glances-1.6.1.ebuild,v 1.1 2013/05/20 18:17:15 xarthisius Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_REQ_USE="ncurses"

inherit distutils-r1 linux-info

DESCRIPTION="CLI curses based monitoring tool"
HOMEPAGE="https://github.com/nicolargo/glances/blob/master/README.md
http://pypi.python.org/pypi/Glances"
SRC_URI="https://github.com/nicolargo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
	dev-python/psutil[${PYTHON_USEDEP}]"

CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS"

pkg_setup() {
	linux-info_pkg_setup
}

python_prepare_all() {
	sed -e "s:share/doc/glances:share/doc/${PF}:g" \
		-e "/COPYING/d" \
		-e "/etc\/glances/d" \
		-i setup.py || die
	distutils-r1_python_prepare_all
}

python_install_all() {
	insinto /etc/${PN}
	doins ${PN}/conf/${PN}.conf
	distutils-r1_python_install_all
}

pkg_postinst() {
	if [[ -z ${REPLACING_VERSIONS} ]]; then
		elog "${PN} can gain additional functionality with following packages:"
		elog "   dev-python/jinja - export statistics to HTML"
	fi
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-20 18:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-20 18:17 [gentoo-commits] gentoo-x86 commit in sys-process/glances: glances-1.6.1.ebuild ChangeLog glances-1.6.ebuild Kacper Kowalik (xarthisius)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox