diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/libarchive-c | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/libarchive-c')
-rw-r--r-- | dev-python/libarchive-c/Manifest | 3 | ||||
-rw-r--r-- | dev-python/libarchive-c/libarchive-c-2.7.ebuild | 13 | ||||
-rw-r--r-- | dev-python/libarchive-c/metadata.xml | 16 |
3 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/libarchive-c/Manifest b/dev-python/libarchive-c/Manifest deleted file mode 100644 index e617e282f486..000000000000 --- a/dev-python/libarchive-c/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST libarchive-c-2.7.tar.gz 42299 BLAKE2B 6e7930f4e403e23a989ad7c519143ae81cec62e40ad77f36d8491d8d36b07419d77815bf719e5782c1bb0b68692798df90c532947ddc5adec96f0077da755b25 SHA512 809319cffc250130c1414885d4e2de399a8ba92f6025848f1423bde79eadc6f686f934f4b17fc0a90ea84379b94c5c38d4849b2b28e2e03f8d16548152dbc856 -EBUILD libarchive-c-2.7.ebuild 436 BLAKE2B e25035bb4c3d00ca418ee3826a85175f5247f4022899bcd41b16951caf2c34543c663fe96287dc7a9780d77fe46566ece0c6180b5143a40b70406bb57f319b14 SHA512 c1b2cbad865a975907bb9b0607a5a3d2c7def88c2c5c7a775c43895e85a250b85ab6db7d1eefd9954f8dc2eaf0e5f3fcc89ad8e349d6bf7aeaa9236c1ba0ce8e -MISC metadata.xml 561 BLAKE2B 4750bb7abf389d0fe90b4d42ea1d5bb6aa41e0e9a69d45bca90759eb6cecdd8a8100d87e024ea6bbab18b09a4989cd7012a6e221f3859abf997fe3b367589478 SHA512 3aa3b727b62b12512e5b342cdfbebd89aef9c605204ac1869592d48a98b4384f1772234e1a4ca8ee5bb04b254e34e2f68962cc1154e4f7e4207fa3f2a49b5551 diff --git a/dev-python/libarchive-c/libarchive-c-2.7.ebuild b/dev-python/libarchive-c/libarchive-c-2.7.ebuild deleted file mode 100644 index 93fb57955c48..000000000000 --- a/dev-python/libarchive-c/libarchive-c-2.7.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) -inherit distutils-r1 -DESCRIPTION="A Python interface to libarchive" -HOMEPAGE="https://github.com/Changaco/python-libarchive-c/ https://pypi.org/project/libarchive-c/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -LICENSE="CC0-1.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" diff --git a/dev-python/libarchive-c/metadata.xml b/dev-python/libarchive-c/metadata.xml deleted file mode 100644 index a5c0bafa9bee..000000000000 --- a/dev-python/libarchive-c/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>grozin@gentoo.org</email> - <name>Andrey Grozin</name> - </maintainer> - <longdescription> - A Python interface to libarchive. - It uses the standard ctypes module to dynamically load and access the C library. - </longdescription> - <upstream> - <remote-id type="pypi">libarchive-c</remote-id> - <remote-id type="github">Changaco/python-libarchive-c</remote-id> - </upstream> -</pkgmetadata> |