idella4 15/02/21 15:38:41 Modified: ChangeLog Added: pida-0.6.2-r1.ebuild Removed: pida-0.6.2.ebuild Log: revbump; convert -> distutils-r1, rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.33 dev-util/pida/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pida/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pida/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pida/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 6 Jul 2014 12:52:10 -0000 1.32 +++ ChangeLog 21 Feb 2015 15:38:41 -0000 1.33 @@ -1,6 +1,12 @@ # ChangeLog for dev-util/pida -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v 1.32 2014/07/06 12:52:10 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v 1.33 2015/02/21 15:38:41 idella4 Exp $ + +*pida-0.6.2-r1 (21 Feb 2015) + + 21 Feb 2015; Ian Delaney <[email protected]> +pida-0.6.2-r1.ebuild, + -pida-0.6.2.ebuild: + revbump; convert -> distutils-r1, rm old 06 Jul 2014; Michał Górny <[email protected]> pida-0.6.2.ebuild: Clean up obsolete dependencies on virtual/python-argparse and virtual/python- 1.1 dev-util/pida/pida-0.6.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pida/pida-0.6.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pida/pida-0.6.2-r1.ebuild?rev=1.1&content-type=text/plain Index: pida-0.6.2-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/pida/pida-0.6.2-r1.ebuild,v 1.1 2015/02/21 15:38:41 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 # json module required. DESCRIPTION="Gtk and/or Vim-based Python Integrated Development Application" HOMEPAGE="http://pida.co.uk/ http://pypi.python.org/pypi/pida" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-interix ~amd64-linux ~x86-linux" IUSE="" RDEPEND=">=app-editors/gvim-6.3[gtk,${PYTHON_USEDEP}] >=dev-python/anyvc-0.3.2[${PYTHON_USEDEP}] >=dev-python/bpython-0.9.7[gtk,${PYTHON_USEDEP}] >=dev-python/pygtk-2.8[${PYTHON_USEDEP}] >dev-python/pygtkhelpers-0.4.1[${PYTHON_USEDEP}] >=x11-libs/vte-0.11.11-r2:0[python,${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] virtual/pkgconfig" src_prepare() { distutils-r1_src_prepare # Don't require argparse with Python 2.7. sed -e "/argparse/d" -i setup.py || die "sed failed" epatch "${FILESDIR}/${PN}-0.6.1-fix_implicit_declaration.patch" emake -C contrib/moo moo-pygtk.c } src_install() { distutils-r1_src_install make_desktop_entry pida Pida Development }
