Gentoo Archives: gentoo-commits

From: "Patrice Clement (monsieurp)" <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/httpd-basic: httpd-basic-0-r1.ebuild ChangeLog
Date: Sun, 02 Aug 2015 17:42:02
Message-Id: 20150802174152.C1EDC11F@oystercatcher.gentoo.org
1 monsieurp 15/08/02 17:41:52
2
3 Modified: ChangeLog
4 Added: httpd-basic-0-r1.ebuild
5 Log:
6 Prep skunkweb's removal and remove it from the list of runtime dependencies. See bug 451790.
7
8 Signed-off-by: Patrice Clement <monsieurp@g.o>
9 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
10
11 Revision Changes Path
12 1.12 virtual/httpd-basic/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-basic/ChangeLog?rev=1.12&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-basic/ChangeLog?rev=1.12&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-basic/ChangeLog?r1=1.11&r2=1.12
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-basic/ChangeLog,v
21 retrieving revision 1.11
22 retrieving revision 1.12
23 diff -u -r1.11 -r1.12
24 --- ChangeLog 22 Mar 2015 12:33:19 -0000 1.11
25 +++ ChangeLog 2 Aug 2015 17:41:52 -0000 1.12
26 @@ -1,6 +1,12 @@
27 # ChangeLog for virtual/httpd-basic
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-basic/ChangeLog,v 1.11 2015/03/22 12:33:19 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-basic/ChangeLog,v 1.12 2015/08/02 17:41:52 monsieurp Exp $
31 +
32 +*httpd-basic-0-r1 (02 Aug 2015)
33 +
34 + 02 Aug 2015; Patrice Clement <monsieurp@g.o> +httpd-basic-0-r1.ebuild:
35 + Prep skunkweb's removal and remove it from the list of runtime dependencies.
36 + See bug 451790.
37
38 22 Mar 2015; Pacho Ramos <pacho@g.o> httpd-basic-0.ebuild:
39 publicfile is going to be removed (#531270)
40
41
42
43 1.1 virtual/httpd-basic/httpd-basic-0-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-basic/httpd-basic-0-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-basic/httpd-basic-0-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: httpd-basic-0-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/virtual/httpd-basic/httpd-basic-0-r1.ebuild,v 1.1 2015/08/02 17:41:52 monsieurp Exp $
53
54 DESCRIPTION="Virtual for static HTML-enabled webservers"
55 HOMEPAGE=""
56 SRC_URI=""
57
58 LICENSE=""
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
61 IUSE=""
62
63 RDEPEND="|| (
64 www-servers/apache
65 www-servers/lighttpd
66 www-servers/boa
67 www-servers/bozohttpd
68 www-servers/cherokee
69 www-servers/fnord
70 www-servers/gorg
71 www-servers/monkeyd
72 www-servers/nginx
73 www-servers/resin
74 www-servers/thttpd
75 www-servers/tomcat
76 www-servers/webfs
77 )"
78 DEPEND=""