Skip to content

Commit

Permalink
app-arch/patool: new package
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0_rc1
Closes: gentoo#1768

Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
TheChymera authored and SoapGentoo committed Jul 2, 2016
1 parent 7d9468e commit ff570cb
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-arch/patool/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST patool-1.12.tar.gz 69146 SHA256 e3180cf8bfe13bedbcf6f5628452fca0c2c84a3b5ae8c2d3f55720ea04cb1097 SHA512 b8c67526ce79448de703b03ca9b363c0e04cfe56bfc6168bcb96202f95022b6bbcaa92be86a85ee9608070206acd09382b0dfd08a2f805c5e8e5683c7c3f18cc WHIRLPOOL 2670226c76bf93e74d64b4ae023a33857ab4d036dfb9368d150eacf0de5d9185a53f5de34d5beee14a315cddd159c70c648abdc1ae6dd6171edaea1d09992d3e
15 changes: 15 additions & 0 deletions app-arch/patool/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<remote-id type="pypi">patool</remote-id>
</upstream>
</pkgmetadata>
23 changes: 23 additions & 0 deletions app-arch/patool/patool-1.12.ebuild
Original file line number Diff line number Diff line change
@@ -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}]
"

0 comments on commit ff570cb

Please sign in to comment.