app-arch/patool: new package
authorHorea Christian <horea.christ@yandex.com>
Sat, 25 Jun 2016 08:32:45 +0000 (10:32 +0200)
committerDavid Seifert <soap@gentoo.org>
Sat, 2 Jul 2016 12:31:40 +0000 (14:31 +0200)
Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1768

Signed-off-by: David Seifert <soap@gentoo.org>
app-arch/patool/Manifest [new file with mode: 0644]
app-arch/patool/metadata.xml [new file with mode: 0644]
app-arch/patool/patool-1.12.ebuild [new file with mode: 0644]

diff --git a/app-arch/patool/Manifest b/app-arch/patool/Manifest
new file mode 100644 (file)
index 0000000..d1d5787
--- /dev/null
@@ -0,0 +1 @@
+DIST patool-1.12.tar.gz 69146 SHA256 e3180cf8bfe13bedbcf6f5628452fca0c2c84a3b5ae8c2d3f55720ea04cb1097 SHA512 b8c67526ce79448de703b03ca9b363c0e04cfe56bfc6168bcb96202f95022b6bbcaa92be86a85ee9608070206acd09382b0dfd08a2f805c5e8e5683c7c3f18cc WHIRLPOOL 2670226c76bf93e74d64b4ae023a33857ab4d036dfb9368d150eacf0de5d9185a53f5de34d5beee14a315cddd159c70c648abdc1ae6dd6171edaea1d09992d3e
diff --git a/app-arch/patool/metadata.xml b/app-arch/patool/metadata.xml
new file mode 100644 (file)
index 0000000..a4abc22
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>horea.christ@gmail.com</email>
+    <name>Horea Christian</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="pypi">patool</remote-id>
+  </upstream>
+</pkgmetadata>
diff --git a/app-arch/patool/patool-1.12.ebuild b/app-arch/patool/patool-1.12.ebuild
new file mode 100644 (file)
index 0000000..71488a6
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Portable archive file manager"
+HOMEPAGE="http://wummel.github.io/patool/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       "