commit 07634694228c974c04e540df9f82150d644b0412
parent d7d1c480be459c39819794c4b1b2560771eaad2f
Author: parazyd <parazyd@dyne.org>
Date: Tue, 5 Jan 2021 16:55:08 +0100
dev-python/user_agent: Remove from overlay.
Diffstat:
3 files changed, 0 insertions(+), 32 deletions(-)
diff --git a/dev-python/user_agent/Manifest b/dev-python/user_agent/Manifest
@@ -1 +0,0 @@
-DIST user_agent-0.1.9.tar.gz 20895 BLAKE2B 0a9b9af0b345bf98977b451f4b088adf96ef40c823653fa8bfdba81e79e783e59124ec4f954e2496d56c3ef0315f0c66e128ea9af3e4f8bd6ec7b698c95c7c88 SHA512 54d273ba1eec260591f3f1fd04cd9894713129d017f2910be04aa0342287bd17fcc75dc44c627c54bf19dc872db55ab9c4965eaa1a3976e6fca91ebcc7c99a48
diff --git a/dev-python/user_agent/metadata.xml b/dev-python/user_agent/metadata.xml
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-<email>python@gentoo.org</email>
-</maintainer>
-<maintainer type="person">
-<email>parazyd@dyne.org</email>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
-</pkgmetadata>
diff --git a/dev-python/user_agent/user_agent-0.1.9.ebuild b/dev-python/user_agent/user_agent-0.1.9.ebuild
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
-inherit distutils-r1
-
-DESCRIPTION="This module is for generating random, valid web user agents"
-HOMEPAGE="https://pypi.org/project/user_agent/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"