Gentoo Archives: gentoo-commits

From: "Jack Morgan (jmorgan)" <jmorgan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/thttpd: thttpd-2.27.0.ebuild ChangeLog
Date: Tue, 02 Jun 2015 05:18:55
Message-Id: 20150602051852.9B001A1B@oystercatcher.gentoo.org
1 jmorgan 15/06/02 05:18:52
2
3 Modified: thttpd-2.27.0.ebuild ChangeLog
4 Log:
5 sparc stable wrt bug #535694
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key )
8
9 Revision Changes Path
10 1.8 www-servers/thttpd/thttpd-2.27.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/thttpd-2.27.0.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/thttpd-2.27.0.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/thttpd-2.27.0.ebuild?r1=1.7&r2=1.8
15
16 Index: thttpd-2.27.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.27.0.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- thttpd-2.27.0.ebuild 26 Apr 2015 06:58:23 -0000 1.7
23 +++ thttpd-2.27.0.ebuild 2 Jun 2015 05:18:52 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.27.0.ebuild,v 1.7 2015/04/26 06:58:23 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.27.0.ebuild,v 1.8 2015/06/02 05:18:52 jmorgan Exp $
29
30 EAPI="5"
31
32 @@ -10,12 +10,12 @@
33 then
34 EGIT_REPO_URI="git://opensource.dyc.edu/s${PN}.git"
35 inherit git-2
36 - KEYWORDS="ppc64"
37 + KEYWORDS="ppc64 sparc"
38 else
39 MY_P="s${P}"
40 S="${WORKDIR}/${MY_P}"
41 SRC_URI="http://opensource.dyc.edu/pub/sthttpd/${MY_P}.tar.gz"
42 - KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
43 + KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
44 fi
45
46 DESCRIPTION="Fork of thttpd, a small, fast, multiplexing webserver"
47
48
49
50 1.86 www-servers/thttpd/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/ChangeLog?rev=1.86&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/ChangeLog?rev=1.86&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/ChangeLog?r1=1.85&r2=1.86
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v
59 retrieving revision 1.85
60 retrieving revision 1.86
61 diff -u -r1.85 -r1.86
62 --- ChangeLog 26 Apr 2015 06:58:23 -0000 1.85
63 +++ ChangeLog 2 Jun 2015 05:18:52 -0000 1.86
64 @@ -1,6 +1,9 @@
65 # ChangeLog for www-servers/thttpd
66 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.85 2015/04/26 06:58:23 jer Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.86 2015/06/02 05:18:52 jmorgan Exp $
69 +
70 + 02 Jun 2015; Jack Morgan <jmorgan@g.o> thttpd-2.27.0.ebuild:
71 + sparc stable wrt bug #535694
72
73 26 Apr 2015; Jeroen Roovers <jer@g.o> thttpd-2.27.0.ebuild:
74 Stable for PPC64 (bug #535694).