diff options
author | Ian Whyman <thev00d00@gentoo.org> | 2013-05-04 11:43:07 +0000 |
---|---|---|
committer | Ian Whyman <thev00d00@gentoo.org> | 2013-05-04 11:43:07 +0000 |
commit | b828d37a235cf298f85285339d688c9548b19e80 (patch) | |
tree | 93ba8b6e6340a1604078ea8be9dc51bc028df647 /dev-python/rarfile | |
parent | Version bump (thanks Oliver Freyermuth, bug 468056), fix python-r1 support. (diff) | |
download | gentoo-2-b828d37a235cf298f85285339d688c9548b19e80.tar.gz gentoo-2-b828d37a235cf298f85285339d688c9548b19e80.tar.bz2 gentoo-2-b828d37a235cf298f85285339d688c9548b19e80.zip |
New addition, ebuild by me
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/rarfile')
-rw-r--r-- | dev-python/rarfile/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/rarfile/Manifest | 4 | ||||
-rw-r--r-- | dev-python/rarfile/metadata.xml | 12 | ||||
-rw-r--r-- | dev-python/rarfile/rarfile-2.6.ebuild | 20 |
4 files changed, 45 insertions, 0 deletions
diff --git a/dev-python/rarfile/ChangeLog b/dev-python/rarfile/ChangeLog new file mode 100644 index 000000000000..5de5b5658c3a --- /dev/null +++ b/dev-python/rarfile/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-python/rarfile +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rarfile/ChangeLog,v 1.1 2013/05/04 11:43:07 thev00d00 Exp $ + +*rarfile-2.6 (04 May 2013) + + 04 May 2013; Ian Whyman <thev00d00@gentoo.org> +metadata.xml, + +rarfile-2.6.ebuild: + New addition, ebuild by me diff --git a/dev-python/rarfile/Manifest b/dev-python/rarfile/Manifest new file mode 100644 index 000000000000..a3e45811a2b0 --- /dev/null +++ b/dev-python/rarfile/Manifest @@ -0,0 +1,4 @@ +DIST rarfile-2.6.tar.gz 35981 SHA256 326700c5450cfb367f612e918866ea27551bac02f4656f340003c88873fa1a56 SHA512 9b74853516bae8332e0cf030f4de84f57b1680691a177c3ec6cf7f8650b82c807a67c4e68589c2097bf7359b03692e1fb30530ab40f23b90d1ebbbe21d20239a WHIRLPOOL 4edc2b98f81035c5c25318e598b78f1a52afcd19056ad0ecf8157cd355aae88443c04186359d2564d8118cff2f517a63da932685832fa38179201c2d0d52fb69 +EBUILD rarfile-2.6.ebuild 475 SHA256 9a5e8c1c8179301aebe06df5334f02370c3f0319fabc79bd59c52c9a7322c26a SHA512 f9b691131bcbf48d99fa24ba5e451d9d92335bafb3c2cb75886dc9ab274d5298e058cc6e03a9e74f2436e2afd45809f13534e86fa856ff0ccf0540a5c15de174 WHIRLPOOL cb0bce1d511ffb85a9a07db2dc6b14815c137c25fe6e46bdfebc533a7c4609e06dc9342f0bef4c311f3454c61651a17eefbaad10edc92a5a98f3ede8cfdc610c +MISC ChangeLog 263 SHA256 c364c574965d8d92234132c97a747886dae70a2a43beda79062ae8327f02a0ed SHA512 7c07c53e11b2016bdd91a4d6c5ebd735c3bdccbfcf020044d5dded602352d61ee4abce236f9fa7a59db888dc4d3acc8c9581b2e8525329f2ce850cf7fdb6e1fb WHIRLPOOL ad78d4a9d0bd6fc511227b44b1d465a36ac258184263dde6eadbb239c86370e5863f20e23683f89b5ad24196360b75102bd0d1fc3fe2d5b83395bf2b43b64eb4 +MISC metadata.xml 509 SHA256 8cecc1f1f90e8640a7ce387587586616b77df36eca3f52b16810b313217e6ae4 SHA512 ebfcc4d9c40d5e812e6a8fc6e63795fc18647faafa03ff8bbe0ad80f2653e3308be6c9ec652033aa1732f4489ea4f17cf6093956ffad1726b2c9006880c1b4ba WHIRLPOOL 7f9c6ab78642526cbecfa38b1247f34bf80bafccce00820cca36137f1f35f24dd008a136e51b97034fae9f507bddfa4f987ec782fe344dcc2ede892bef0d7001 diff --git a/dev-python/rarfile/metadata.xml b/dev-python/rarfile/metadata.xml new file mode 100644 index 000000000000..7ac448e72c9d --- /dev/null +++ b/dev-python/rarfile/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>thev00d00@gentoo.org</email> + <name>Ian Whyman</name> + </maintainer> + <longdescription>This is Python module for RAR archive reading. The interface is made as zipfile like as possible.</longdescription> + <use> + <flag name="compressed">Enables the module to support compressed v3 archives by calling the <pkg>app-arch/unrar</pkg>.</flag> + </use> +</pkgmetadata> diff --git a/dev-python/rarfile/rarfile-2.6.ebuild b/dev-python/rarfile/rarfile-2.6.ebuild new file mode 100644 index 000000000000..0975f47b126c --- /dev/null +++ b/dev-python/rarfile/rarfile-2.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rarfile/rarfile-2.6.ebuild,v 1.1 2013/05/04 11:43:07 thev00d00 Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) +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 ) )" |