idella4     14/12/29 12:52:31

  Modified:             ChangeLog
  Added:                columnize-0.3.5-r1.ebuild
  Removed:              columnize-0.3.5.ebuild columnize-0.3.3.ebuild
                        columnize-0.3.4.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.8                  dev-python/columnize/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/columnize/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/columnize/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/columnize/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/columnize/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   10 Aug 2014 21:09:00 -0000      1.7
+++ ChangeLog   29 Dec 2014 12:52:31 -0000      1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/columnize
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/columnize/ChangeLog,v 1.7 
2014/08/10 21:09:00 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/columnize/ChangeLog,v 1.8 
2014/12/29 12:52:31 idella4 Exp $
+
+*columnize-0.3.5-r1 (29 Dec 2014)
+
+  29 Dec 2014; Ian Delaney <idel...@gentoo.org> +columnize-0.3.5-r1.ebuild,
+  -columnize-0.3.3.ebuild, -columnize-0.3.4.ebuild, -columnize-0.3.5.ebuild:
+  revbump; conversion -> distutils-r1, rm old
 
   10 Aug 2014; Sergei Trofimovich <sly...@gentoo.org> columnize-0.3.3.ebuild,
   columnize-0.3.4.ebuild, columnize-0.3.5.ebuild:



1.1                  dev-python/columnize/columnize-0.3.5-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/columnize/columnize-0.3.5-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/columnize/columnize-0.3.5-r1.ebuild?rev=1.1&content-type=text/plain

Index: columnize-0.3.5-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/columnize/columnize-0.3.5-r1.ebuild,v 1.1 
2014/12/29 12:52:31 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Format a simple (i.e. not nested) list into aligned columns"
HOMEPAGE="http://code.google.com/p/pycolumnize/ 
http://pypi.python.org/pypi/columnize";
SRC_URI="http://pycolumnize.googlecode.com/files/${P}.tar.gz";

LICENSE="PSF-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( dev-python/nose[${PYTHON_USEDEP}] )"
RDEPEND=""

python_test() {
        nosetests || die "tests failed"
}




Reply via email to