jer 15/01/20 16:14:31 Modified: ChangeLog Added: pyparted-3.10.3.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.91 dev-python/pyparted/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?rev=1.91&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?rev=1.91&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?r1=1.90&r2=1.91 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- ChangeLog 9 Dec 2014 09:42:41 -0000 1.90 +++ ChangeLog 20 Jan 2015 16:14:31 -0000 1.91 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pyparted -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.90 2014/12/09 09:42:41 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.91 2015/01/20 16:14:31 jer Exp $ + +*pyparted-3.10.3 (20 Jan 2015) + + 20 Jan 2015; Jeroen Roovers <[email protected]> +pyparted-3.10.3.ebuild: + Version bump. *pyparted-3.10.2 (09 Dec 2014) 1.1 dev-python/pyparted/pyparted-3.10.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.10.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.10.3.ebuild?rev=1.1&content-type=text/plain Index: pyparted-3.10.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10.3.ebuild,v 1.1 2015/01/20 16:14:31 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_{3,4}} ) inherit distutils-r1 DESCRIPTION="Python bindings for sys-block/parted" HOMEPAGE="https://github.com/dcantrell/pyparted/" SRC_URI="${HOMEPAGE}archive/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" RESTRICT="test" RDEPEND=" >=sys-block/parted-3.1 dev-python/decorator[${PYTHON_USEDEP}] sys-libs/ncurses " DEPEND=" ${RDEPEND} virtual/pkgconfig " S=${WORKDIR}/${PN}-${P}
