summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/pytextile/ChangeLog9
-rw-r--r--app-text/pytextile/files/digest-pytextile-2.0.113
-rw-r--r--app-text/pytextile/pytextile-2.0.11.ebuild20
3 files changed, 30 insertions, 2 deletions
diff --git a/app-text/pytextile/ChangeLog b/app-text/pytextile/ChangeLog
index 0c774fd14699..02b39841f1b0 100644
--- a/app-text/pytextile/ChangeLog
+++ b/app-text/pytextile/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/pytextile
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.8 2006/09/11 02:56:37 the_paya Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.9 2007/02/01 15:02:10 dju Exp $
+
+*pytextile-2.0.11 (01 Feb 2007)
+
+ 01 Feb 2007; Julien Allanos <dju@gentoo.org> +pytextile-2.0.11.ebuild:
+ Version bump, closes bug #164274.
11 Sep 2006; Javier Villavicencio <the_paya@gentoo.org>
pytextile-2.0.10.ebuild:
diff --git a/app-text/pytextile/files/digest-pytextile-2.0.11 b/app-text/pytextile/files/digest-pytextile-2.0.11
new file mode 100644
index 000000000000..af316db248da
--- /dev/null
+++ b/app-text/pytextile/files/digest-pytextile-2.0.11
@@ -0,0 +1,3 @@
+MD5 3e14bca38c70e9dd74a635776f01175c textile-2.0.11.tar.gz 28447
+RMD160 245906fe98d9e4f757b0a018fb9865e46ec8962e textile-2.0.11.tar.gz 28447
+SHA256 18a30b13ae2b35345cef9c4a3d6e199914362480792644905441e76b69f7c1d4 textile-2.0.11.tar.gz 28447
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}