diff options
author | 2012-08-05 05:37:48 +0000 | |
---|---|---|
committer | 2012-08-05 05:37:48 +0000 | |
commit | f830677ce1020e975d9fee16eb1e5221aae1a263 (patch) | |
tree | d7b76769ad7fbdd5f6a846c65cc3da3822c53168 /dev-python/snakeoil | |
parent | Ugly workaround for broken sbcl in the main tree, closing #423267 (diff) | |
download | gentoo-2-f830677ce1020e975d9fee16eb1e5221aae1a263.tar.gz gentoo-2-f830677ce1020e975d9fee16eb1e5221aae1a263.tar.bz2 gentoo-2-f830677ce1020e975d9fee16eb1e5221aae1a263.zip |
snakeoil 0.5
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/snakeoil')
-rw-r--r-- | dev-python/snakeoil/ChangeLog | 13 | ||||
-rw-r--r-- | dev-python/snakeoil/snakeoil-0.5.ebuild (renamed from dev-python/snakeoil/snakeoil-0.4.5.ebuild) | 4 |
2 files changed, 13 insertions, 4 deletions
diff --git a/dev-python/snakeoil/ChangeLog b/dev-python/snakeoil/ChangeLog index c6d3592e06cb..641181447788 100644 --- a/dev-python/snakeoil/ChangeLog +++ b/dev-python/snakeoil/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for dev-python/snakeoil -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.50 2011/12/14 10:31:38 ferringb Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.51 2012/08/05 05:37:48 ferringb Exp $ + +*snakeoil-0.5 (05 Aug 2012) + + 05 Aug 2012; Brian Harring <ferringb@gentoo.org> -snakeoil-0.4.5.ebuild, + +snakeoil-0.5.ebuild: + New version including whirlpool/sha512 support, parallelization of + compression, + and generally a boatload of functionality that should've been released + earlier. *snakeoil-0.4.6 (14 Dec 2011) diff --git a/dev-python/snakeoil/snakeoil-0.4.5.ebuild b/dev-python/snakeoil/snakeoil-0.5.ebuild index 4fddab0fbcae..e4328d244c0d 100644 --- a/dev-python/snakeoil/snakeoil-0.4.5.ebuild +++ b/dev-python/snakeoil/snakeoil-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.4.5.ebuild,v 1.1 2011/11/30 22:53:11 ferringb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.5.ebuild,v 1.1 2012/08/05 05:37:48 ferringb Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" |