diff options
Diffstat (limited to 'app-text/pytextile')
-rw-r--r-- | app-text/pytextile/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pytextile/pytextile-2.0.10.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/pytextile/ChangeLog b/app-text/pytextile/ChangeLog index d410bd8d3831..8842c6489581 100644 --- a/app-text/pytextile/ChangeLog +++ b/app-text/pytextile/ChangeLog @@ -1,6 +1,9 @@ # 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.6 2006/01/11 14:27:08 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/ChangeLog,v 1.7 2006/01/17 21:49:53 dju Exp $ + + 17 Jan 2006; Julien Allanos <dju@gentoo.org> pytextile-2.0.10.ebuild: + Updated HOMEPAGE and SRC_URI. 11 Jan 2006; Tobias Scherbaum <dertobi123@gentoo.org> pytextile-2.0.10.ebuild: diff --git a/app-text/pytextile/pytextile-2.0.10.ebuild b/app-text/pytextile/pytextile-2.0.10.ebuild index 5bf680f1c2bd..0a2e6acee813 100644 --- a/app-text/pytextile/pytextile-2.0.10.ebuild +++ b/app-text/pytextile/pytextile-2.0.10.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2006 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.6 2006/01/11 14:27:08 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pytextile/pytextile-2.0.10.ebuild,v 1.7 2006/01/17 21:49:53 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" +HOMEPAGE="http://dealmeida.net/pytextile/" +SRC_URI="http://dealmeida.net/public/${MY_P}.tar.gz" LICENSE="freedist" SLOT="0" |