summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Whyman <thev00d00@gentoo.org>2016-05-22 10:29:54 +0100
committerIan Whyman <thev00d00@gentoo.org>2016-05-22 10:29:54 +0100
commit48cccaf6975a30ad148cb142640094922ed1e792 (patch)
tree788cf32a965022d0db1b27baec1a84c6d2c635bd
parentapp-pda/libimobiledevice: Apply upstream patch for newer gnutls (#582758) (diff)
downloadgentoo-48cccaf6975a30ad148cb142640094922ed1e792.tar.gz
gentoo-48cccaf6975a30ad148cb142640094922ed1e792.tar.bz2
gentoo-48cccaf6975a30ad148cb142640094922ed1e792.zip
dev-python/rarfile: Version bump (#582500)
Package-Manager: portage-2.2.28
-rw-r--r--dev-python/rarfile/Manifest1
-rw-r--r--dev-python/rarfile/rarfile-2.7.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/rarfile/Manifest b/dev-python/rarfile/Manifest
index b61b548e089d..155d8eee038c 100644
--- a/dev-python/rarfile/Manifest
+++ b/dev-python/rarfile/Manifest
@@ -1 +1,2 @@
DIST rarfile-2.6.tar.gz 35981 SHA256 326700c5450cfb367f612e918866ea27551bac02f4656f340003c88873fa1a56 SHA512 9b74853516bae8332e0cf030f4de84f57b1680691a177c3ec6cf7f8650b82c807a67c4e68589c2097bf7359b03692e1fb30530ab40f23b90d1ebbbe21d20239a WHIRLPOOL 4edc2b98f81035c5c25318e598b78f1a52afcd19056ad0ecf8157cd355aae88443c04186359d2564d8118cff2f517a63da932685832fa38179201c2d0d52fb69
+DIST rarfile-2.7.tar.gz 37515 SHA256 47148088ddb6c020774f4c38927fec9625ca33651bdc551bdaeafc78690b1635 SHA512 39827329644a89ac9721a52bb591be9a8921e919e1c0f2434df3d467d52b49aac4b18e27fdd4e40b5dd21b0df1ced495d42afe69331392ffadd9ac1fc857db56 WHIRLPOOL 00593032f6f98e6867c2872c08b69b72008b63f832db814e1247e3919f466674fed9d0e5edeadf29be50336298ef5405289ed18f90f3a49edffa66cbe932d5ae
diff --git a/dev-python/rarfile/rarfile-2.7.ebuild b/dev-python/rarfile/rarfile-2.7.ebuild
new file mode 100644
index 000000000000..d137a53d4c54
--- /dev/null
+++ b/dev-python/rarfile/rarfile-2.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+inherit distutils-r1
+
+DESCRIPTION="Module for RAR archive reading"
+HOMEPAGE="https://github.com/markokr/rarfile"
+SRC_URI="mirror://pypi/r/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+compressed"
+
+RDEPEND="${DEPEND}
+ compressed? ( || ( app-arch/unrar app-arch/rar ) )"