diff options
author | 2015-05-14 07:30:33 +0000 | |
---|---|---|
committer | 2015-05-14 07:30:33 +0000 | |
commit | 65a7e1f5b148d40e04e6f36b174063a6e886815a (patch) | |
tree | 4791df0c08b6d107d38d848c6ed281699dffd6d6 /app-arch | |
parent | Version bump. (diff) | |
download | gentoo-2-65a7e1f5b148d40e04e6f36b174063a6e886815a.tar.gz gentoo-2-65a7e1f5b148d40e04e6f36b174063a6e886815a.tar.bz2 gentoo-2-65a7e1f5b148d40e04e6f36b174063a6e886815a.zip |
old
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/threadzip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/threadzip/threadzip-1.2.ebuild | 29 |
2 files changed, 4 insertions, 30 deletions
diff --git a/app-arch/threadzip/ChangeLog b/app-arch/threadzip/ChangeLog index 2d11cff34713..3e3718fc1a21 100644 --- a/app-arch/threadzip/ChangeLog +++ b/app-arch/threadzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/threadzip # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/threadzip/ChangeLog,v 1.2 2015/03/21 09:38:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/threadzip/ChangeLog,v 1.3 2015/05/14 07:30:33 mr_bones_ Exp $ + + 14 May 2015; Michael Sterrett <mr_bones_@gentoo.org> -threadzip-1.2.ebuild: + old *threadzip-1.2-r1 (21 Mar 2015) diff --git a/app-arch/threadzip/threadzip-1.2.ebuild b/app-arch/threadzip/threadzip-1.2.ebuild deleted file mode 100644 index b66959c6134e..000000000000 --- a/app-arch/threadzip/threadzip-1.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/threadzip/threadzip-1.2.ebuild,v 1.1 2014/01/29 08:38:18 vapier Exp $ - -EAPI="4" - -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="threaded compressor logic for zlib/lzma" -HOMEPAGE="http://code.google.com/p/threadzip/" -SRC_URI="http://threadzip.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="lzma" - -DEPEND="" -RDEPEND="lzma? ( dev-python/pylzma[${PYTHON_USEDEP}] )" - -src_install() { - local x - for x in un '' ; do - newbin python/thread${x}zip.py thread${x}zip - done - python_fix_shebang "${ED}"/usr/bin -} |