summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann Schmitz <ercpe@gentoo.org>2013-08-31 15:51:11 +0000
committerJohann Schmitz <ercpe@gentoo.org>2013-08-31 15:51:11 +0000
commit362e71749ee95eac8a86779253f0b9008a78c64e (patch)
treeb58011759088b59f105e63a1b018c5b56f414af3 /dev-python/ipcalc
parentPreparation for 2.6.5, fixed up src_install phase to properly call the preins... (diff)
downloadgentoo-2-362e71749ee95eac8a86779253f0b9008a78c64e.tar.gz
gentoo-2-362e71749ee95eac8a86779253f0b9008a78c64e.tar.bz2
gentoo-2-362e71749ee95eac8a86779253f0b9008a78c64e.zip
Added ipcalc (IP subnet calculator library for python)
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
Diffstat (limited to 'dev-python/ipcalc')
-rw-r--r--dev-python/ipcalc/ChangeLog9
-rw-r--r--dev-python/ipcalc/ipcalc-1.0.0.ebuild17
-rw-r--r--dev-python/ipcalc/metadata.xml12
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-python/ipcalc/ChangeLog b/dev-python/ipcalc/ChangeLog
new file mode 100644
index 000000000000..a78fbd23f0f5
--- /dev/null
+++ b/dev-python/ipcalc/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-python/ipcalc
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipcalc/ChangeLog,v 1.1 2013/08/31 15:51:11 ercpe Exp $
+
+*ipcalc-1.0.0 (31 Aug 2013)
+
+ 31 Aug 2013; Johann Schmitz <ercpe@gentoo.org> +ipcalc-1.0.0.ebuild,
+ +metadata.xml:
+ Added ipcalc (IP subnet calculator library for python)
diff --git a/dev-python/ipcalc/ipcalc-1.0.0.ebuild b/dev-python/ipcalc/ipcalc-1.0.0.ebuild
new file mode 100644
index 000000000000..562af17215c5
--- /dev/null
+++ b/dev-python/ipcalc/ipcalc-1.0.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipcalc/ipcalc-1.0.0.ebuild,v 1.1 2013/08/31 15:51:11 ercpe Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="IP subnet calculator"
+HOMEPAGE="http://pypi.python.org/pypi/ipcalc/"
+SRC_URI="mirror://pypi/i/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
diff --git a/dev-python/ipcalc/metadata.xml b/dev-python/ipcalc/metadata.xml
new file mode 100644
index 000000000000..2cda49ec8990
--- /dev/null
+++ b/dev-python/ipcalc/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+ <maintainer>
+ <email>ercpe@gentoo.org</email>
+ <name>Johann Schmitz</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">ipcalc</remote-id>
+ </upstream>
+</pkgmetadata>