summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-06-04 09:44:18 +0000
committerJustin Lecher <jlec@gentoo.org>2014-06-04 09:44:18 +0000
commit3990ce412a922e8f921318702e97488f290704f8 (patch)
tree8abd5b539530cd899a048b612d4c00a9137ba9b9 /dev-python/common
parentvirtual/funcsigs: Fix leading spaces (diff)
downloadgentoo-2-3990ce412a922e8f921318702e97488f290704f8.tar.gz
gentoo-2-3990ce412a922e8f921318702e97488f290704f8.tar.bz2
gentoo-2-3990ce412a922e8f921318702e97488f290704f8.zip
dev-python/common: New addition written by me
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-python/common')
-rw-r--r--dev-python/common/ChangeLog10
-rw-r--r--dev-python/common/Manifest4
-rw-r--r--dev-python/common/common-0.1.1.ebuild18
-rw-r--r--dev-python/common/metadata.xml8
4 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/common/ChangeLog b/dev-python/common/ChangeLog
new file mode 100644
index 000000000000..8fb5a067af05
--- /dev/null
+++ b/dev-python/common/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/common
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/common/ChangeLog,v 1.1 2014/06/04 09:44:18 jlec Exp $
+
+*common-0.1.1 (04 Jun 2014)
+
+ 04 Jun 2014; Justin Lecher <jlec@gentoo.org> +common-0.1.1.ebuild,
+ +metadata.xml:
+ New addition written by me
+
diff --git a/dev-python/common/Manifest b/dev-python/common/Manifest
new file mode 100644
index 000000000000..d8b3cace4ca5
--- /dev/null
+++ b/dev-python/common/Manifest
@@ -0,0 +1,4 @@
+DIST common-0.1.1.tar.gz 2695 SHA256 197638d6146898400c5d0f1549bdef990503fa004a21bcfa0d157cf898bd9f21 SHA512 9bc76b762bf58599f8bd15c0e66fc5eb5898b7e3401d7a4908ca6a58a4f8040bb3fa44f016de62a129db2cb932ee724dfc59f42213f65f61a1fd399d3738eec0 WHIRLPOOL b038231708624ee582a46ba7f04a218c08e3415b743470539d0a5b996bc34b22f40defdbc326dc462283322a85a3d612eac6b147724e20ebc9fc25e6fda0d283
+EBUILD common-0.1.1.ebuild 459 SHA256 731a481da6497c93ef48daea8d6d31e3b3b96cb3c546e5fa2b33dab25b99fa67 SHA512 ba78ac420d08e2e60bb7eae328d9545f7be81703f10de14d6984792cd3ba7f3e0bb40f8e5b92905cf960ad7e6c9f3e1ba20813f00e3462c33c9821e856b20a90 WHIRLPOOL 26223c912f44b225bc7b96830d568e6ea011a2ad7a6b489e4e5fe4c0f3d71de46fa14674663078bdc0f375533ec67ac1fc42d4d27111076a4585fceb2d913f12
+MISC ChangeLog 263 SHA256 60e4c188f5837c1f227182ed8dc994b878538f5a6d4c97bd51c4094c1be4819e SHA512 b7195633c9f623c642838ac953017b6511ef59b703f27058c46ca199ca3d5430b7594986582161fc766009300e4e63571e6026e0846727a4b63ad8e09e234037 WHIRLPOOL f8e0c1994d5eaad9fd9fa1048c3ca46023cb2e89cde3b5cb2bfc8d42a3d08604ee960da86416467b098455148552f66481d883880d8123c035fe6b388a94fd54
+MISC metadata.xml 227 SHA256 aef43758cae524923aefea72b3a1f2896b3dcca8d0135dc75a08149549388105 SHA512 40677314811b092252949d13d1d07aaf721f7e8ba47da28ac21239f881e7c919bcad9384d2f0bf0eff95e11912443aa1f2bab7e94e1a3029c9aa97a3654795dc WHIRLPOOL 1ce8a3cc4ae9ce91daa6bd030e5be25fdbee0fc29e14b943024c932cff8d6da58c6d152d02fb8703fc285331f3dd010ec832f8a5ddb18c7cd33c9ae97507dd76
diff --git a/dev-python/common/common-0.1.1.ebuild b/dev-python/common/common-0.1.1.ebuild
new file mode 100644
index 000000000000..457f9de45a1a
--- /dev/null
+++ b/dev-python/common/common-0.1.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/common/common-0.1.1.ebuild,v 1.1 2014/06/04 09:44:18 jlec Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Common tools and data structures implemented in pure python."
+HOMEPAGE="https://pypi.python.org/pypi/common"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="all-rights-reserved"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
diff --git a/dev-python/common/metadata.xml b/dev-python/common/metadata.xml
new file mode 100644
index 000000000000..6c90e346eb69
--- /dev/null
+++ b/dev-python/common/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+ <maintainer>
+ <email>jlec@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>