summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <horea.christ@yandex.com>2016-06-25 10:32:45 +0200
committerDavid Seifert <soap@gentoo.org>2016-07-02 14:31:40 +0200
commitff570cb1f176242760cbedec444c6135d884924c (patch)
treed0c084bb3afacee2cd377faa90439d60e6fdfbbd /app-arch/patool/patool-1.12.ebuild
parentsys-fs/udftools: Bump to version 1.2 (diff)
downloadgentoo-ff570cb1f176242760cbedec444c6135d884924c.tar.gz
gentoo-ff570cb1f176242760cbedec444c6135d884924c.tar.bz2
gentoo-ff570cb1f176242760cbedec444c6135d884924c.zip
app-arch/patool: new package
Package-Manager: portage-2.3.0_rc1 Closes: https://github.com/gentoo/gentoo/pull/1768 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-arch/patool/patool-1.12.ebuild')
-rw-r--r--app-arch/patool/patool-1.12.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-arch/patool/patool-1.12.ebuild b/app-arch/patool/patool-1.12.ebuild
new file mode 100644
index 000000000000..71488a68cdc2
--- /dev/null
+++ b/app-arch/patool/patool-1.12.ebuild
@@ -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}]
+ "