summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-15 18:43:20 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-15 18:43:20 +0200
commitc574bbf5acaf621cfef5491a4c8d9ee26a048cb3 (patch)
tree8c3274a96568d6130d3bd4ab7f816d2e77c968d7 /dev-python
parentdev-python/pyringe: Remove last-rited pkg (diff)
downloadgentoo-c574bbf5acaf621cfef5491a4c8d9ee26a048cb3.tar.gz
gentoo-c574bbf5acaf621cfef5491a4c8d9ee26a048cb3.tar.bz2
gentoo-c574bbf5acaf621cfef5491a4c8d9ee26a048cb3.zip
dev-python/pystdf: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694280 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pystdf/Manifest1
-rw-r--r--dev-python/pystdf/metadata.xml9
-rw-r--r--dev-python/pystdf/pystdf-1.3.1-r1.ebuild16
3 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/pystdf/Manifest b/dev-python/pystdf/Manifest
deleted file mode 100644
index 050357903b45..000000000000
--- a/dev-python/pystdf/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pystdf-1.3.1.tar.gz 19974 BLAKE2B 052950e4c53d929bca861d17fea34fb7688c4a8b395a4d9f9954424520f2b7269e132473086047561f3952a583a3e3ec30c101f252fa7a44ec4c25703d89a2e7 SHA512 134265a728f3fafab5a536d12bc53c017ec265bbf83b8980fb1a87d59a29c3e872b24d9121a3bb52f5feddacca8d01bcee070f9ac6fd366029129a327847515a
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=""