From a04df0ce3c8528527469d71fc48475278b3a2676 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 29 Mar 2017 17:53:51 +0200 Subject: virtual: Remove empty assignments of optional variables. Remove empty HOMEPAGE, SRC_URI, KEYWORDS, LICENSE, IUSE, and DEPEND. As announced in gentoo-dev mailing list. Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- virtual/httpd-basic/httpd-basic-0-r2.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'virtual/httpd-basic') diff --git a/virtual/httpd-basic/httpd-basic-0-r2.ebuild b/virtual/httpd-basic/httpd-basic-0-r2.ebuild index 88fe9864b178..9caaaddf32ab 100644 --- a/virtual/httpd-basic/httpd-basic-0-r2.ebuild +++ b/virtual/httpd-basic/httpd-basic-0-r2.ebuild @@ -1,16 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="Virtual for static HTML-enabled webservers" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="" RDEPEND="|| ( www-servers/apache @@ -26,4 +21,3 @@ RDEPEND="|| ( www-servers/thttpd www-servers/tomcat )" -DEPEND="" -- cgit v1.2.3-65-gdbad