diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 09:26:13 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 09:26:13 +0000 |
commit | c83409a58202678c46562f87679c927dc4db0df5 (patch) | |
tree | 9ac963ee41ee99ea60177206815a922f70b25c64 /app-text/pylize | |
parent | QA - Add IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-c83409a58202678c46562f87679c927dc4db0df5.tar.gz gentoo-2-c83409a58202678c46562f87679c927dc4db0df5.tar.bz2 gentoo-2-c83409a58202678c46562f87679c927dc4db0df5.zip |
QA - Don't assign default S.
Diffstat (limited to 'app-text/pylize')
-rw-r--r-- | app-text/pylize/pylize-1.1b.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-text/pylize/pylize-1.1b.ebuild b/app-text/pylize/pylize-1.1b.ebuild index f883469feac4..e7e84ffe82af 100644 --- a/app-text/pylize/pylize-1.1b.ebuild +++ b/app-text/pylize/pylize-1.1b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.3 2003/09/05 22:37:22 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pylize/pylize-1.1b.ebuild,v 1.4 2004/06/14 09:26:13 kloeri Exp $ DESCRIPTION="Python HTML Slideshow Generator using HTML and CSS" HOMEPAGE="http://www.chrisarndt.de/en/software/pylize/" @@ -15,8 +15,6 @@ DEPEND="virtual/python dev-python/Imaging >=dev-python/htmlgen-2.2.2" -S="${WORKDIR}/${P}" - src_compile() { einfo "no need to compile" } |