diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-19 22:16:40 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-19 22:16:40 +0000 |
commit | 75161ae0612edf703c23087b5582238183f1c78c (patch) | |
tree | 1c75c6fb95d6a4052987503a17d3e1ce42b0ee20 /app-text | |
parent | dev-python/Imaging renamed to dev-python/imaging. (Manifest recommit) (diff) | |
download | gentoo-2-75161ae0612edf703c23087b5582238183f1c78c.tar.gz gentoo-2-75161ae0612edf703c23087b5582238183f1c78c.tar.bz2 gentoo-2-75161ae0612edf703c23087b5582238183f1c78c.zip |
dev-python/Imaging renamed to dev-python/imaging.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pylize/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pylize/pylize-1.1b.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/pylize/ChangeLog b/app-text/pylize/ChangeLog index e0138087f364..db2e72be79ef 100644 --- a/app-text/pylize/ChangeLog +++ b/app-text/pylize/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pylize # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pylize/ChangeLog,v 1.3 2004/06/24 22:49:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pylize/ChangeLog,v 1.4 2004/07/19 22:14:05 kloeri Exp $ + + 19 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> pylize-1.1b.ebuild: + dev-python/Imaging renamed to dev-python/imaging. 07 Jul 2003; Alastair Tse <liquidx@gentoo.org> pylize-1.1b.ebuild: about time we bumped to stable diff --git a/app-text/pylize/pylize-1.1b.ebuild b/app-text/pylize/pylize-1.1b.ebuild index 055cc91dbdd9..45b7f014dbb8 100644 --- a/app-text/pylize/pylize-1.1b.ebuild +++ b/app-text/pylize/pylize-1.1b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pylize/pylize-1.1b.ebuild,v 1.5 2004/06/24 22:49:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pylize/pylize-1.1b.ebuild,v 1.6 2004/07/19 22:14:05 kloeri Exp $ DESCRIPTION="Python HTML Slideshow Generator using HTML and CSS" HOMEPAGE="http://www.chrisarndt.de/en/software/pylize/" @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="x86" DEPEND="virtual/python - dev-python/Imaging + dev-python/imaging >=dev-python/htmlgen-2.2.2" src_compile() { |