summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2014-01-30 12:02:59 +0000
committerFabian Groffen <grobian@gentoo.org>2014-01-30 12:02:59 +0000
commit8ce0275d15b15dedca2e73caced136e2dd24fc7f (patch)
treeff59d75a3b8e2d9f95c7cb71f1b476731a264614 /app-benchmarks
parentMove gettext dependency to DEPEND. Thanks to Nikoli. Fixes bug #499766. (diff)
downloadgentoo-2-8ce0275d15b15dedca2e73caced136e2dd24fc7f.tar.gz
gentoo-2-8ce0275d15b15dedca2e73caced136e2dd24fc7f.tar.bz2
gentoo-2-8ce0275d15b15dedca2e73caced136e2dd24fc7f.zip
Fixed for Prefix, marked ~x64-macos
(Portage version: 2.2.8-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/siege/ChangeLog5
-rw-r--r--app-benchmarks/siege/siege-3.0.6.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/app-benchmarks/siege/ChangeLog b/app-benchmarks/siege/ChangeLog
index e50bb9154f7c..45bff93d2de6 100644
--- a/app-benchmarks/siege/ChangeLog
+++ b/app-benchmarks/siege/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-benchmarks/siege
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.62 2014/01/14 06:25:29 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/ChangeLog,v 1.63 2014/01/30 12:02:59 grobian Exp $
+
+ 30 Jan 2014; Fabian Groffen <grobian@gentoo.org> siege-3.0.6.ebuild:
+ Fixed for Prefix, marked ~x64-macos
*siege-3.0.6 (14 Jan 2014)
diff --git a/app-benchmarks/siege/siege-3.0.6.ebuild b/app-benchmarks/siege/siege-3.0.6.ebuild
index a41d9d211b28..cbb6501ad4bd 100644
--- a/app-benchmarks/siege/siege-3.0.6.ebuild
+++ b/app-benchmarks/siege/siege-3.0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.6.ebuild,v 1.1 2014/01/14 06:25:29 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/siege/siege-3.0.6.ebuild,v 1.2 2014/01/30 12:02:59 grobian Exp $
EAPI=4
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.joedog.org/JoeDog/Siege"
SRC_URI="http://www.joedog.org/pub/siege/${P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86 ~x64-macos"
SLOT="0"
IUSE="ssl"
@@ -30,7 +30,7 @@ src_prepare() {
src_configure() {
local myconf
- use ssl && myconf="--with-ssl=/usr" || myconf="--without-ssl"
+ use ssl && myconf="--with-ssl=${EPREFIX}/usr" || myconf="--without-ssl"
econf ${myconf}
}
@@ -46,5 +46,5 @@ src_install() {
pkg_postinst() {
echo
elog "An example ~/.siegerc file has been installed in"
- elog "/usr/share/doc/${PF}/"
+ elog "${EPREFIX}/usr/share/doc/${PF}/"
}