public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/rarfile: metadata.xml rarfile-2.6.ebuild Manifest ChangeLog
@ 2013-05-04 11:43 Ian Whyman (thev00d00)
  0 siblings, 0 replies; only message in thread
From: Ian Whyman (thev00d00) @ 2013-05-04 11:43 UTC (permalink / raw
  To: gentoo-commits

thev00d00    13/05/04 11:43:07

  Added:                metadata.xml rarfile-2.6.ebuild Manifest ChangeLog
  Log:
  New addition, ebuild by me
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.1                  dev-python/rarfile/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rarfile/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rarfile/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?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>



1.1                  dev-python/rarfile/rarfile-2.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rarfile/rarfile-2.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rarfile/rarfile-2.6.ebuild?rev=1.1&content-type=text/plain

Index: rarfile-2.6.ebuild
===================================================================
# 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 ) )"



1.1                  dev-python/rarfile/Manifest

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rarfile/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rarfile/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
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



1.1                  dev-python/rarfile/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rarfile/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rarfile/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# 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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-04 11:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-04 11:43 [gentoo-commits] gentoo-x86 commit in dev-python/rarfile: metadata.xml rarfile-2.6.ebuild Manifest ChangeLog Ian Whyman (thev00d00)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox