diff options
author | Alex Brandt <alunduil@gentoo.org> | 2015-03-01 16:30:34 +0000 |
---|---|---|
committer | Alex Brandt <alunduil@gentoo.org> | 2015-03-01 16:30:34 +0000 |
commit | 3b9332c742ffa13901d5e1e42f55e9c25c73221f (patch) | |
tree | 0b0f66a0f717e940259bbd48562057e677601219 /dev-python/texttable | |
parent | EAPI 5 (diff) | |
download | gentoo-2-3b9332c742ffa13901d5e1e42f55e9c25c73221f.tar.gz gentoo-2-3b9332c742ffa13901d5e1e42f55e9c25c73221f.tar.bz2 gentoo-2-3b9332c742ffa13901d5e1e42f55e9c25c73221f.zip |
add version 0.8.2
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
Diffstat (limited to 'dev-python/texttable')
-rw-r--r-- | dev-python/texttable/ChangeLog | 11 | ||||
-rw-r--r-- | dev-python/texttable/texttable-0.8.2.ebuild | 20 |
2 files changed, 28 insertions, 3 deletions
diff --git a/dev-python/texttable/ChangeLog b/dev-python/texttable/ChangeLog index b71439f11e99..f08267e97669 100644 --- a/dev-python/texttable/ChangeLog +++ b/dev-python/texttable/ChangeLog @@ -1,10 +1,15 @@ # ChangeLog for dev-python/texttable -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/texttable/ChangeLog,v 1.1 2014/09/23 00:08:32 alunduil Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/texttable/ChangeLog,v 1.2 2015/03/01 16:30:34 alunduil Exp $ + +*texttable-0.8.2 (01 Mar 2015) + + 01 Mar 2015; Alex Brandt <alunduil@gentoo.org> +texttable-0.8.2.ebuild, + metadata.xml: + add version 0.8.2 *texttable-0.8.1 (23 Sep 2014) 23 Sep 2014; Alex Brandt <alunduil@gentoo.org> +texttable-0.8.1.ebuild, +metadata.xml: new ebuild for texttable written by me - diff --git a/dev-python/texttable/texttable-0.8.2.ebuild b/dev-python/texttable/texttable-0.8.2.ebuild new file mode 100644 index 000000000000..6f522aad1b0b --- /dev/null +++ b/dev-python/texttable/texttable-0.8.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/texttable/texttable-0.8.2.ebuild,v 1.1 2015/03/01 16:30:34 alunduil Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) + +inherit distutils-r1 + +DESCRIPTION="module for creating simple ASCII tables" +HOMEPAGE="http://foutaise.org/code/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="" |