diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 00:59:33 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 00:59:33 +0000 |
commit | 0beee6ddcbf4b11ac7cf2e816e533edb2c3c9be2 (patch) | |
tree | 1572db012be6638cfbc1fdff5c6744f840928b3c /www-servers | |
parent | Marking 0.8.2 stable (x86) (diff) | |
download | gentoo-2-0beee6ddcbf4b11ac7cf2e816e533edb2c3c9be2.tar.gz gentoo-2-0beee6ddcbf4b11ac7cf2e816e533edb2c3c9be2.tar.bz2 gentoo-2-0beee6ddcbf4b11ac7cf2e816e533edb2c3c9be2.zip |
QA: Don't assign default to S
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/mini_httpd/mini_httpd-1.19.ebuild | 4 | ||||
-rw-r--r-- | www-servers/publicfile/publicfile-0.52.ebuild | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/www-servers/mini_httpd/mini_httpd-1.19.ebuild b/www-servers/mini_httpd/mini_httpd-1.19.ebuild index 9e915b4dec10..4eced3aea97c 100644 --- a/www-servers/mini_httpd/mini_httpd-1.19.ebuild +++ b/www-servers/mini_httpd/mini_httpd-1.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/mini_httpd-1.19.ebuild,v 1.4 2005/05/17 18:09:07 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/mini_httpd-1.19.ebuild,v 1.5 2005/07/10 00:57:20 swegener Exp $ DESCRIPTION="Small forking webserver with optional ssl and ipv6 support" HOMEPAGE="http://www.acme.com/software/mini_httpd/" @@ -14,8 +14,6 @@ IUSE="ssl ipv6" DEPEND="virtual/libc ssl? ( dev-libs/openssl )" -S=${WORKDIR}/${P} - src_compile() { ## we need to hack a bit to have the correct install-dir -- no autoconf :( mv Makefile Makefile.org diff --git a/www-servers/publicfile/publicfile-0.52.ebuild b/www-servers/publicfile/publicfile-0.52.ebuild index 1ff1bb8b2e73..657800b7f251 100644 --- a/www-servers/publicfile/publicfile-0.52.ebuild +++ b/www-servers/publicfile/publicfile-0.52.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/publicfile/publicfile-0.52.ebuild,v 1.2 2005/03/03 18:50:17 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/publicfile/publicfile-0.52.ebuild,v 1.3 2005/07/10 00:57:42 swegener Exp $ inherit eutils IUSE="selinux" -S=${WORKDIR}/${P} DESCRIPTION="publish files through FTP and HTTP" SRC_URI="http://cr.yp.to/publicfile/${P}.tar.gz" HOMEPAGE="http://cr.yp.to/publicfile.html" |