idella4 15/01/06 02:32:57 Modified: ChangeLog Added: python-scw-0.4.7-r1.ebuild Removed: python-scw-0.4.7.ebuild Log: revbump; conversion -> distutils-r1, rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.7 dev-python/python-scw/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-scw/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-scw/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-scw/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-scw/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 10 Aug 2014 21:19:47 -0000 1.6 +++ ChangeLog 6 Jan 2015 02:32:57 -0000 1.7 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/python-scw -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/ChangeLog,v 1.6 2014/08/10 21:19:47 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/ChangeLog,v 1.7 2015/01/06 02:32:57 idella4 Exp $ + +*python-scw-0.4.7-r1 (06 Jan 2015) + + 06 Jan 2015; Ian Delaney <idel...@gentoo.org> +python-scw-0.4.7-r1.ebuild, + -python-scw-0.4.7.ebuild: + revbump; conversion -> distutils-r1, rm old 10 Aug 2014; Sergei Trofimovich <sly...@gentoo.org> python-scw-0.4.7.ebuild: QA: drop trailing '.' from DESCRIPTION 1.1 dev-python/python-scw/python-scw-0.4.7-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-scw/python-scw-0.4.7-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-scw/python-scw-0.4.7-r1.ebuild?rev=1.1&content-type=text/plain Index: python-scw-0.4.7-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/python-scw-0.4.7-r1.ebuild,v 1.1 2015/01/06 02:32:57 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit python-r1 DESCRIPTION="Python binding for Scw" HOMEPAGE="http://scwwidgets.googlepages.com/" SRC_URI="http://scwwidgets.googlepages.com/${P}.tar.gz " LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-python/pygtk-2.4[${PYTHON_USEDEP}] >=x11-libs/scw-0.4.0" RDEPEND="${DEPEND}"