summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/pytextile/pytextile-2.0.11.ebuild')
-rw-r--r--app-text/pytextile/pytextile-2.0.11.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-text/pytextile/pytextile-2.0.11.ebuild b/app-text/pytextile/pytextile-2.0.11.ebuild
new file mode 100644
index 000000000000..67692b623f09
--- /dev/null
+++ b/app-text/pytextile/pytextile-2.0.11.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.0.11.ebuild,v 1.1 2007/02/01 15:02:10 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://cheeseshop.python.org/pypi/textile"
+SRC_URI="http://cheeseshop.python.org/packages/source/t/textile/${MY_P}.tar.gz"
+
+LICENSE="freedist"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-lang/python"
+
+S=${WORKDIR}/${MY_P}