# Copyright 2002 Paul Belt # Distributed under the terms of the GNU General Public License v2 # Author: Paul Belt <gaarde at users dot sourceforge dot net> DESCRIPTION="CGIWrap is a gateway program that allows general users to use CGI scripts and HTML forms without compromising the security of the http server. Scripts are run with the permissions of the user who owns the script." HOMEPAGE="http://cgiwrap.unixtools.org/" SRC_URI="http://download.sourceforge.net/cgiwrap/${P}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="x86" RDEPEND="virtual/glibc net-www/apache" DEPEND="${RDEPEND}" src_compile() { econf --with-check-shell || die emake || die } src_install () { mv ${S}/unsup/README ${S}/unsup/README.unsup dodoc cgiwrap COPYING README doc/* unsup/* htdocs/* chgrp apache ${D}/usr/share/doc/${P}/cgiwrap chmod 4750 ${D}/usr/share/doc/${P}/cgiwrap einfo 'ln -s cgiwrap cgiwrapd' einfo 'ln -s cgiwrap nph-cgiwrap' einfo 'ln -s cgiwrap nph-cgiwrapd' }
copyright must be assigned to gentoo linux and you should have posted an attachment.
Created attachment 19153 [details] Ebuild for cgiwrap version 3.8 I'm submitting my own ebuild for cgiwrap here. It is sufficiently different from the one given here, that Paul's copyright can't be said to cover it by any stretch of reason. And as a bonus, one salient difference is that it works. :)
Forget my copyright... I put that in my version of skel.ebuild and forgot to change it before copy-pasting.