diff options
author | 2005-10-31 23:22:47 +0000 | |
---|---|---|
committer | 2005-10-31 23:22:47 +0000 | |
commit | 42ccd974891b7e218c8af30306b12440c2a1e2d9 (patch) | |
tree | b7aaaa9e91a424709c6c75df4e47ccaf2cbd6195 /app-text/pytextile/pytextile-2.0.10.ebuild | |
parent | incorporate thoughts from bug #110977 (diff) | |
download | gentoo-2-42ccd974891b7e218c8af30306b12440c2a1e2d9.tar.gz gentoo-2-42ccd974891b7e218c8af30306b12440c2a1e2d9.tar.bz2 gentoo-2-42ccd974891b7e218c8af30306b12440c2a1e2d9.zip |
New ebuild, closes bug #92151. Thanks to Tyson Burghardt <tysonburghardt@sbcglobal.net> for initial input.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-text/pytextile/pytextile-2.0.10.ebuild')
-rw-r--r-- | app-text/pytextile/pytextile-2.0.10.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-text/pytextile/pytextile-2.0.10.ebuild b/app-text/pytextile/pytextile-2.0.10.ebuild new file mode 100644 index 000000000000..94aa6d913a20 --- /dev/null +++ b/app-text/pytextile/pytextile-2.0.10.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.0.10.ebuild,v 1.1 2005/10/31 23:22:47 dju Exp $ + +inherit distutils + +MY_P=${P/py//} + +DESCRIPTION="A python implementation of Textile, Dean Allen's Human Text Generator. Textile simplifies the work of creating (X)HTML." +HOMEPAGE="http://dealmeida.net/en/Projects/PyTextile/" +SRC_URI="http://dealmeida.net/code/${MY_P}.tar.gz" + +LICENSE="freedist" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="dev-lang/python" + +S=${WORKDIR}/${MY_P} |