ercpe       14/05/27 06:31:20

  Added:                metadata.xml cfgio-0.1.2.ebuild Manifest ChangeLog
  Log:
  Added ebuild for cfgio
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

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

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cfgio/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cfgio/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>er...@gentoo.org</email>
                <name>Johann Schmitz (ercpe)</name>
        </maintainer>
</pkgmetadata>



1.1                  dev-python/cfgio/cfgio-0.1.2.ebuild

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

Index: cfgio-0.1.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cfgio/cfgio-0.1.2.ebuild,v 1.1 
2014/05/27 06:31:20 ercpe Exp $

EAPI=5

PYTHON_COMPAT=( python3_3 )

inherit distutils-r1

DESCRIPTION="Python library for reading and writing configuration file formats 
found on a *nix systems"
HOMEPAGE="https://github.com/ercpe/cfgio";
SRC_URI="https://github.com/ercpe/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"

python_test() {
        py.test || die "Testing failed with ${EPYTHON}"
}



1.1                  dev-python/cfgio/Manifest

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

Index: Manifest
===================================================================
DIST cfgio-0.1.2.tar.gz 17221 SHA256 
4247ccbb38fce0de7601ab04d05e39789c661efaed7e891e0cc76ea12529377e SHA512 
62b3d93097e088ca6a54efbeedfc42f2b565ec0692b2ed7b1f2ea028b087e3fea1d109ca4d268aa8d9cb499eecbd4c0b10c3092c8754809bf74ee62c03b947cc
 WHIRLPOOL 
7e3b98da25d37439030966e3fc59e50040dff98bdf54925af54594aac5eaba87e2002354a26a836ce32af9ad9961e20a2a113f0c4f493e3e67ad96bd1104fa79
EBUILD cfgio-0.1.2.ebuild 588 SHA256 
203d01434581895765d21ee594829e9e055e33fbec30b588da6b27558f22b3bd SHA512 
f25a7b8b9e4fed6e6dc46e2e335b8fc30e9b865e554dd36c2a42ee31d79151d67374f069c3d15a599f134d1c69b182ae49437316f1aa131313acdb0b12d4c813
 WHIRLPOOL 
49206ddf5c412e495b27aec33d708f0d996f14e7b089b1f68b5b40066c0311c61ecb0791b88b4fb559bd11446a813e87d253bcc1f45fa0ad415cadc95cf27569
MISC metadata.xml 240 SHA256 
9d9ea316e66a41d5fa0da98ffd2bb59c68d9bafb3d99b83e8a7b66eb0c71d511 SHA512 
ef8985d2f52ae6e5b5edff7a28455b9c1bf91217d43a4374b79606960b3045a94425016d5f07150b18c195c51261e0b8bcc1d220387559e80e987677299bd4d8
 WHIRLPOOL 
d4995df6148a030974b72d8c684d33277db6c183cdd60822fbc7f2e23e394489ba9e9009464df2633888da7dd3d7cab5ec27b5bf3d87e707dc2c337d1c8e0035



1.1                  dev-python/cfgio/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/cfgio
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cfgio/ChangeLog,v 1.1 2014/05/27 
06:31:20 ercpe Exp $

*cfgio-0.1.2 (27 May 2014)

  27 May 2014; Johann Schmitz <er...@gentoo.org> +cfgio-0.1.2.ebuild,
  +metadata.xml:
  Added ebuild for cfgio




Reply via email to