Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/mini_httpd: mini_httpd-1.19.ebuild ChangeLog
Date: Mon, 21 Apr 2008 17:27:47
Message-Id: E1Jnzns-000395-FO@stork.gentoo.org
1 armin76 08/04/21 17:27:44
2
3 Modified: mini_httpd-1.19.ebuild ChangeLog
4 Log:
5 Don't strip, respect CFLAGS, LDFLAGS, use right compiler, add ~ia64, sparc stable
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.9 www-servers/mini_httpd/mini_httpd-1.19.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/mini_httpd/mini_httpd-1.19.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/mini_httpd/mini_httpd-1.19.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/mini_httpd/mini_httpd-1.19.ebuild?r1=1.8&r2=1.9
14
15 Index: mini_httpd-1.19.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/mini_httpd-1.19.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- mini_httpd-1.19.ebuild 10 May 2007 15:03:37 -0000 1.8
22 +++ mini_httpd-1.19.ebuild 21 Apr 2008 17:27:43 -0000 1.9
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/mini_httpd-1.19.ebuild,v 1.8 2007/05/10 15:03:37 fmccor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/mini_httpd-1.19.ebuild,v 1.9 2008/04/21 17:27:43 armin76 Exp $
29 +
30 +inherit toolchain-funcs
31
32 DESCRIPTION="Small forking webserver with optional ssl and ipv6 support"
33 HOMEPAGE="http://www.acme.com/software/mini_httpd/"
34 @@ -8,7 +10,7 @@
35
36 LICENSE="BSD"
37 SLOT="0"
38 -KEYWORDS="ppc s390 ~sparc x86"
39 +KEYWORDS="~ia64 ppc s390 sparc x86"
40 IUSE="ssl ipv6"
41
42 DEPEND="ssl? ( dev-libs/openssl )"
43 @@ -38,7 +40,7 @@
44 if ! use ipv6; then
45 sed -i 's@#define USE_IPV6@#undef USE_IPV6@' mini_httpd.c
46 fi
47 - emake || die
48 + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die
49 }
50
51 src_install() {
52
53
54
55 1.10 www-servers/mini_httpd/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/mini_httpd/ChangeLog?rev=1.10&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/mini_httpd/ChangeLog?rev=1.10&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/mini_httpd/ChangeLog?r1=1.9&r2=1.10
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/ChangeLog,v
64 retrieving revision 1.9
65 retrieving revision 1.10
66 diff -u -r1.9 -r1.10
67 --- ChangeLog 26 Aug 2007 21:20:21 -0000 1.9
68 +++ ChangeLog 21 Apr 2008 17:27:43 -0000 1.10
69 @@ -1,6 +1,10 @@
70 # ChangeLog for www-servers/mini_httpd
71 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/ChangeLog,v 1.9 2007/08/26 21:20:21 bangert Exp $
73 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/ChangeLog,v 1.10 2008/04/21 17:27:43 armin76 Exp $
75 +
76 + 21 Apr 2008; Raúl Porcel <armin76@g.o> mini_httpd-1.19.ebuild:
77 + Don't strip, respect CFLAGS, LDFLAGS, use right compiler, add ~ia64, sparc
78 + stable
79
80 26 Aug 2007; Thilo Bangert <bangert@g.o>
81 files/mini_httpd.confd-1.19, -files/mini_httpd.conf.sample,
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list