idella4 14/10/17 10:10:26 Modified: ChangeLog Added: pystatgrab-0.6.ebuild Log: bump; add test phase (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.13 dev-python/pystatgrab/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pystatgrab/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pystatgrab/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pystatgrab/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 10 Aug 2014 21:18:16 -0000 1.12 +++ ChangeLog 17 Oct 2014 10:10:26 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pystatgrab # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/ChangeLog,v 1.12 2014/08/10 21:18:16 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/ChangeLog,v 1.13 2014/10/17 10:10:26 idella4 Exp $ + +*pystatgrab-0.6 (17 Oct 2014) + + 17 Oct 2014; Ian Delaney <[email protected]> +pystatgrab-0.6.ebuild: + bump; add test phase 10 Aug 2014; Sergei Trofimovich <[email protected]> pystatgrab-0.5.ebuild: QA: drop trailing '.' from DESCRIPTION 1.1 dev-python/pystatgrab/pystatgrab-0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pystatgrab/pystatgrab-0.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pystatgrab/pystatgrab-0.6.ebuild?rev=1.1&content-type=text/plain Index: pystatgrab-0.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/pystatgrab-0.6.ebuild,v 1.1 2014/10/17 10:10:26 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 flag-o-matic DESCRIPTION=" pystatgrab is a set of Python bindings for the libstatgrab library" HOMEPAGE="http://www.i-scream.org/pystatgrab/" SRC_URI="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/pystatgrab/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="" RDEPEND=">=sys-libs/libstatgrab-0.13" DEPEND="${RDEPEND} virtual/pkgconfig" python_prepare_all() { append-flags -fno-strict-aliasing distutils-r1_python_prepare_all } python_test() { "${PYTHON}" test.py || die }
