diff options
author | Julien Allanos <dju@gentoo.org> | 2006-01-17 21:49:53 +0000 |
---|---|---|
committer | Julien Allanos <dju@gentoo.org> | 2006-01-17 21:49:53 +0000 |
commit | 70dea0a8798106d19c9fe089b86cbc188f5651b0 (patch) | |
tree | abdc2453d832cb6395c9ad57c6464276c5c88426 | |
parent | libchipcard bump (diff) | |
download | historical-70dea0a8798106d19c9fe089b86cbc188f5651b0.tar.gz historical-70dea0a8798106d19c9fe089b86cbc188f5651b0.tar.bz2 historical-70dea0a8798106d19c9fe089b86cbc188f5651b0.zip |
Updated HOMEPAGE and SRC_URI.
Package-Manager: portage-2.0.53
-rw-r--r-- | app-text/pytextile/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pytextile/Manifest | 4 | ||||
-rw-r--r-- | app-text/pytextile/pytextile-2.0.10.ebuild | 6 |
3 files changed, 9 insertions, 6 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/Manifest b/app-text/pytextile/Manifest index bb2d824a5cd9..9098f755a736 100644 --- a/app-text/pytextile/Manifest +++ b/app-text/pytextile/Manifest @@ -1,4 +1,4 @@ -MD5 8f8404e4bc5216dcf626c229af25abd7 ChangeLog 985 +MD5 efd7167b423e19818fc0f1e7ab5358c5 ChangeLog 1083 MD5 877d61c05989e16389902d078ce46ed0 files/digest-pytextile-2.0.10 65 MD5 102f8255487b2b68e23839f3ab254242 metadata.xml 413 -MD5 1995bb067821c43f01bb080fe17ce91d pytextile-2.0.10.ebuild 622 +MD5 b6636bab344099c46df9bfa2313bcf39 pytextile-2.0.10.ebuild 605 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" |