Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-benchmarks/siege: siege-3.0.6.ebuild ChangeLog
Date: Thu, 30 Jan 2014 12:03:04
Message-Id: 20140130120300.0CD372004C@flycatcher.gentoo.org
1 grobian 14/01/30 12:02:59
2
3 Modified: siege-3.0.6.ebuild ChangeLog
4 Log:
5 Fixed for Prefix, marked ~x64-macos
6
7 (Portage version: 2.2.8-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
8
9 Revision Changes Path
10 1.2 app-benchmarks/siege/siege-3.0.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/siege-3.0.6.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/siege-3.0.6.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/siege-3.0.6.ebuild?r1=1.1&r2=1.2
15
16 Index: siege-3.0.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.6.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- siege-3.0.6.ebuild 14 Jan 2014 06:25:29 -0000 1.1
23 +++ siege-3.0.6.ebuild 30 Jan 2014 12:02:59 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.6.ebuild,v 1.1 2014/01/14 06:25:29 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.6.ebuild,v 1.2 2014/01/30 12:02:59 grobian Exp $
29
30 EAPI=4
31
32 @@ -13,7 +13,7 @@
33 SRC_URI="http://www.joedog.org/pub/siege/${P}.tar.gz"
34
35 LICENSE="GPL-2"
36 -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
37 +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86 ~x64-macos"
38 SLOT="0"
39 IUSE="ssl"
40
41 @@ -30,7 +30,7 @@
42
43 src_configure() {
44 local myconf
45 - use ssl && myconf="--with-ssl=/usr" || myconf="--without-ssl"
46 + use ssl && myconf="--with-ssl=${EPREFIX}/usr" || myconf="--without-ssl"
47 econf ${myconf}
48 }
49
50 @@ -46,5 +46,5 @@
51 pkg_postinst() {
52 echo
53 elog "An example ~/.siegerc file has been installed in"
54 - elog "/usr/share/doc/${PF}/"
55 + elog "${EPREFIX}/usr/share/doc/${PF}/"
56 }
57
58
59
60 1.63 app-benchmarks/siege/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/ChangeLog?rev=1.63&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/ChangeLog?rev=1.63&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/siege/ChangeLog?r1=1.62&r2=1.63
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v
69 retrieving revision 1.62
70 retrieving revision 1.63
71 diff -u -r1.62 -r1.63
72 --- ChangeLog 14 Jan 2014 06:25:29 -0000 1.62
73 +++ ChangeLog 30 Jan 2014 12:02:59 -0000 1.63
74 @@ -1,6 +1,9 @@
75 # ChangeLog for app-benchmarks/siege
76 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.62 2014/01/14 06:25:29 patrick Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.63 2014/01/30 12:02:59 grobian Exp $
79 +
80 + 30 Jan 2014; Fabian Groffen <grobian@g.o> siege-3.0.6.ebuild:
81 + Fixed for Prefix, marked ~x64-macos
82
83 *siege-3.0.6 (14 Jan 2014)