diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-11-03 16:06:58 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-11-03 16:06:58 +0000 |
commit | bd4aeefe33e63f613512604e47bfca7b2187697d (patch) | |
tree | adb35b5a9a00ee7ea591ab0c987f70167c23b597 /dev-python/pystdf | |
parent | 48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff) |
gentoo resync : 03.11.2019
Diffstat (limited to 'dev-python/pystdf')
-rw-r--r-- | dev-python/pystdf/Manifest | 3 | ||||
-rw-r--r-- | dev-python/pystdf/metadata.xml | 9 | ||||
-rw-r--r-- | dev-python/pystdf/pystdf-1.3.1-r1.ebuild | 16 |
3 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/pystdf/Manifest b/dev-python/pystdf/Manifest deleted file mode 100644 index 8fdc3b29c7dd..000000000000 --- a/dev-python/pystdf/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pystdf-1.3.1.tar.gz 19974 BLAKE2B 052950e4c53d929bca861d17fea34fb7688c4a8b395a4d9f9954424520f2b7269e132473086047561f3952a583a3e3ec30c101f252fa7a44ec4c25703d89a2e7 SHA512 134265a728f3fafab5a536d12bc53c017ec265bbf83b8980fb1a87d59a29c3e872b24d9121a3bb52f5feddacca8d01bcee070f9ac6fd366029129a327847515a -EBUILD pystdf-1.3.1-r1.ebuild 389 BLAKE2B 17eecefa313dfbcb48da6194e01453c732fee5e77ccc8337004254660fcd00b68266cecb8769998b279684584b741fd8b20b3fa9a4f680c3d06be7ea9f2064db SHA512 986233674f1b6c2c06a8157db327fd98819b33c9a06c87c51d2ce422a8af771d96bca9e329e813978c0a74184fd47285f2bdb9d79b3d213b15a5594e87611ae2 -MISC metadata.xml 295 BLAKE2B 1037e1e193efaa613378f558868be404f0824a6e25d211c5239f70f43664b9fd8b122ac0b62418e0c40dc3581c7ccc6edb53fafa87b5de4fd6375ae33657b97c SHA512 20f56e4f086ce0d9959f40ff7a8740baaa6e37b0afb2f55b81eb3f26fa1985b3c294541cc826bf7dbf7b2ee19aecf2471b7bd5a9c5fff1c4e7f38253329ffdde diff --git a/dev-python/pystdf/metadata.xml b/dev-python/pystdf/metadata.xml deleted file mode 100644 index 0377393eb53c..000000000000 --- a/dev-python/pystdf/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="google-code">pystdf</remote-id> - <remote-id type="github">cmars/pystdf</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pystdf/pystdf-1.3.1-r1.ebuild b/dev-python/pystdf/pystdf-1.3.1-r1.ebuild deleted file mode 100644 index 9ddcd67e4204..000000000000 --- a/dev-python/pystdf/pystdf-1.3.1-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Python module that makes it easy to work with STDF" -HOMEPAGE="https://github.com/cmars/pystdf" -SRC_URI="https://pystdf.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" |