Cleanup of outdated packages.

This commit is contained in:
Micha Glave
2020-01-27 15:22:13 +01:00
parent ba85d8f470
commit 96bfeb48dc
5 changed files with 0 additions and 87 deletions

View File

@@ -1,2 +0,0 @@
DIST PyRSS2Gen-1.0.0.tar.gz 8819 RMD160 8fe60587c15760dc229c0acc765626a0e1c412d7 SHA1 fcea9beb59ca022ed89b254b2362ae5af386f01a SHA256 61a15ee50d7bccafb5f6bc2ecc59f18963f45425b3836da637a2121b415ed11e
EBUILD pyrss2gen-1.0.0.ebuild 535 RMD160 cecfc3f333ebab09c43f04faeb1a9c9134e048f9 SHA1 7d10b0a79d348f07419f910c965aa5ba1924e48a SHA256 e3057fa654e087d00a24fa4a7f85ad053b7e131a48542fa289a18366f657de06

View File

@@ -1,3 +0,0 @@
MD5 b37ed0c9cfa4438a73dbbb0207f3aff6 PyRSS2Gen-1.0.0.tar.gz 8819
RMD160 8fe60587c15760dc229c0acc765626a0e1c412d7 PyRSS2Gen-1.0.0.tar.gz 8819
SHA256 61a15ee50d7bccafb5f6bc2ecc59f18963f45425b3836da637a2121b415ed11e PyRSS2Gen-1.0.0.tar.gz 8819

View File

@@ -1,24 +0,0 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header$
inherit python
DESCRIPTION="An RSS 2.0 generator."
MY_P="PyRSS2Gen"
HOMEPAGE="http://www.dalkescientific.com/Python/PyRSS2Gen.html"
SRC_URI="http://www.dalkescientific.com/Python/PyRSS2Gen-${PV}.tar.gz"
KEYWORDS="~x86 ~ppc ~amd64"
PYTHON_DEPEND="2"
DEPEND=""
RDEPEND="${DEPEND}"
LICENSE="BSD"
SLOT="0"
IUSE=""
S="${WORKDIR}/${MY_P}-${PV}"
src_install() {
distutils_src_install
dodoc README example.py test.py
}