--- gatling-0.11-r1.ebuild.orig 2010-04-11 20:10:15.000000000 +0200 +++ gatling-0.11-r1.ebuild 2010-04-11 20:58:39.000000000 +0200 @@ -11,15 +11,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" - # We still have compile issues with USE=ssl, so it's commented out for now #IUSE="ssl" IUSE="" DEPEND=">=dev-libs/libowfat-0.25 dev-libs/dietlibc" - #ssl? ( dev-libs/openssl ) - #" + #ssl? ( dev-libs/openssl )" RDEPEND="" src_unpack() { @@ -27,6 +25,7 @@ cd "${S}" epatch "${FILESDIR}/gentoo-vars.patch" + sed -i -e '/LDFLAGS+=-s/d' GNUmakefile || die } src_compile() { @@ -34,18 +33,18 @@ #if use ssl; then # emake tlsgatling || die "emake tlsgatling failed" #fi - emake gatling || die "emake gatling failed" + emake gatling || die } src_install() { - dobin gatling || die "installing gatling binary failed" - doman gatling.1 || die "installing manpage failed" + dobin gatling || die + doman gatling.1 || die # FIX ME #dobin tlsgatling || die "installing tlsgatling binary failed" newconfd "${FILESDIR}/gatling.confd gatling" newinitd "${FILESDIR}/gatling.initd gatling" - dodoc README.{ftp,http} || die "installing docs failed" + dodoc README.{ftp,http} || die } pkg_setup() {