added pyrss2gen
This commit is contained in:
parent
a0425e25c0
commit
ac0c5cec77
8
dev-python/pyrss2gen/Manifest
Normal file
8
dev-python/pyrss2gen/Manifest
Normal file
@ -0,0 +1,8 @@
|
||||
DIST PyRSS2Gen-1.0.0.tar.gz 8819 RMD160 8fe60587c15760dc229c0acc765626a0e1c412d7 SHA1 fcea9beb59ca022ed89b254b2362ae5af386f01a SHA256 61a15ee50d7bccafb5f6bc2ecc59f18963f45425b3836da637a2121b415ed11e
|
||||
EBUILD pyrss2gen-1.0.0.ebuild 534 RMD160 d641f8c3f0cab9cf82a7ed03f3193e9a2f5d9f8f SHA1 112c3a490a755d741e748a4bd45bcf95a7b293bf SHA256 2eb0b4704abf83f10fd0294981d4c6fee981e864e75ae9ce0b5c45a32e0c5ea6
|
||||
MD5 fd61397ccdfe554f4725a5f14fee4b68 pyrss2gen-1.0.0.ebuild 534
|
||||
RMD160 d641f8c3f0cab9cf82a7ed03f3193e9a2f5d9f8f pyrss2gen-1.0.0.ebuild 534
|
||||
SHA256 2eb0b4704abf83f10fd0294981d4c6fee981e864e75ae9ce0b5c45a32e0c5ea6 pyrss2gen-1.0.0.ebuild 534
|
||||
MD5 74c6526c2bd9ee18840579b74407ad2f files/digest-pyrss2gen-1.0.0 241
|
||||
RMD160 191c5afb259dd63faf527d1688a48ff6192a578e files/digest-pyrss2gen-1.0.0 241
|
||||
SHA256 99a6c82d4e13582b8b4b7675f0be431c7fa0ee9f2e162c1d60c95757f29bc19b files/digest-pyrss2gen-1.0.0 241
|
3
dev-python/pyrss2gen/files/digest-pyrss2gen-1.0.0
Normal file
3
dev-python/pyrss2gen/files/digest-pyrss2gen-1.0.0
Normal file
@ -0,0 +1,3 @@
|
||||
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
|
23
dev-python/pyrss2gen/pyrss2gen-1.0.0.ebuild
Normal file
23
dev-python/pyrss2gen/pyrss2gen-1.0.0.ebuild
Normal file
@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2004 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header$
|
||||
|
||||
inherit distutils
|
||||
|
||||
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"
|
||||
DEPEND="virtual/python"
|
||||
RDEPEND="${DEPEND}"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
S="${WORKDIR}/${MY_P}-${PV}"
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
dodoc README example.py test.py
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user