blob: 13fc00e0252e3ac8ff86c3d26f827c293d82ea5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/dev-python/stripogram/stripogram-1.4.ebuild,v 1.3 2003/06/22 12:16:00 liquidx Exp $
inherit distutils
P_NEW="${PN}-${PV/\./-}"
S=${WORKDIR}/${PN}
DESCRIPTION="A library for converting HTML to Plain Text."
HOMEPAGE="http://www.zope.org/Members/chrisw/StripOGram/"
SRC_URI="${HOMEPAGE}/${P_NEW}.tgz"
SLOT="0"
KEYWORDS="~x86 ~ppc"
LICENSE="MIT"
IUSE=""
|