From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-python/zbase32/Manifest | 1 + dev-python/zbase32/metadata.xml | 10 ++++++++++ dev-python/zbase32/zbase32-1.1.5.ebuild | 20 ++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 dev-python/zbase32/Manifest create mode 100644 dev-python/zbase32/metadata.xml create mode 100644 dev-python/zbase32/zbase32-1.1.5.ebuild (limited to 'dev-python/zbase32') diff --git a/dev-python/zbase32/Manifest b/dev-python/zbase32/Manifest new file mode 100644 index 000000000000..4d855af358ef --- /dev/null +++ b/dev-python/zbase32/Manifest @@ -0,0 +1 @@ +DIST zbase32-1.1.5.tar.gz 21745 SHA256 9b25c34ba586cbbad4517af516e723599a6f38fc560f4797855a5f3051e6422f SHA512 b2b049cdbc312cb56656b611d726527cdb0f598e5c8e0a646d1a144f863698404d8784d477f64402b0e3efd2d0ef5927a74ff0370a1742c1b7a5ad257bdc4f11 WHIRLPOOL f5ef0464dd41e5baa44bff6470b935a0684051656cad37d79faf8510ae62a530d492ffffa1bf886e7773e5f72b29fb078cef4fc1633c8ce6b5725ac4b8b40e97 diff --git a/dev-python/zbase32/metadata.xml b/dev-python/zbase32/metadata.xml new file mode 100644 index 000000000000..7dd145330d0e --- /dev/null +++ b/dev-python/zbase32/metadata.xml @@ -0,0 +1,10 @@ + + + + + maintainer-needed@gentoo.org + + + zbase32 + + diff --git a/dev-python/zbase32/zbase32-1.1.5.ebuild b/dev-python/zbase32/zbase32-1.1.5.ebuild new file mode 100644 index 000000000000..060f89c55c6a --- /dev/null +++ b/dev-python/zbase32/zbase32-1.1.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="base32 encoder/decoder (not RFC 3548 compliant)" +HOMEPAGE="http://pypi.python.org/pypi/zbase32" +SRC_URI="mirror://pypi/z/zbase32/zbase32-${PV}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="dev-python/pyutil[${PYTHON_USEDEP}]" -- cgit v1.2.3-65-gdbad