public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/bpython: bpython-0.9.6.1.ebuild ChangeLog bpython-0.9.6.ebuild
@ 2009-12-31  6:49 Andrey Grozin (grozin)
  0 siblings, 0 replies; only message in thread
From: Andrey Grozin (grozin) @ 2009-12-31  6:49 UTC (permalink / raw
  To: gentoo-commits

grozin      09/12/31 06:49:38

  Modified:             ChangeLog
  Added:                bpython-0.9.6.1.ebuild
  Removed:              bpython-0.9.6.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc61/cvs/Linux i686)

Revision  Changes    Path
1.17                 dev-python/bpython/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/bpython/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/bpython/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/bpython/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	30 Dec 2009 14:06:55 -0000	1.16
+++ ChangeLog	31 Dec 2009 06:49:38 -0000	1.17
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/bpython
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.16 2009/12/30 14:06:55 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.17 2009/12/31 06:49:38 grozin Exp $
+
+*bpython-0.9.6.1 (31 Dec 2009)
+
+  31 Dec 2009; Andrey Grozin <grozin@gentoo.org> -bpython-0.9.6.ebuild,
+  +bpython-0.9.6.1.ebuild:
+  Version bump
 
 *bpython-0.9.6 (30 Dec 2009)
 



1.1                  dev-python/bpython/bpython-0.9.6.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/bpython/bpython-0.9.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/bpython/bpython-0.9.6.1.ebuild?rev=1.1&content-type=text/plain

Index: bpython-0.9.6.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.9.6.1.ebuild,v 1.1 2009/12/31 06:49:38 grozin Exp $

EAPI="2"
SUPPORT_PYTHON_ABIS="1"
PYTHON_USE_WITH="ncurses"

inherit distutils

DESCRIPTION="Syntax highlighting and autocompletion for the Python interpreter"
HOMEPAGE="http://www.bpython-interpreter.org/ https://bitbucket.org/bobf/bpython/ http://pypi.python.org/pypi/bpython"
SRC_URI="http://www.bpython-interpreter.org/releases/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk"

RDEPEND="dev-python/pygments
	dev-python/setuptools
	gtk? ( dev-python/pygtk )"
DEPEND="${RDEPEND}"

DOCS="sample-config sample.theme light.theme"

src_install() {
	distutils_src_install

	if ! use gtk; then
		rm "${D}"usr/bin/bpython-gtk* "${D}"usr/lib*/python*/site-packages/bpython/gtk_.py || die "rm failed"
	fi
}






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

only message in thread, other threads:[~2009-12-31  6:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-31  6:49 [gentoo-commits] gentoo-x86 commit in dev-python/bpython: bpython-0.9.6.1.ebuild ChangeLog bpython-0.9.6.ebuild Andrey Grozin (grozin)

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