patrick 14/05/03 04:57:37 Modified: ChangeLog Added: tsung-1.5.1.ebuild Log: Bump (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.5 net-analyzer/tsung/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tsung/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tsung/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tsung/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tsung/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 3 Jun 2013 03:03:08 -0000 1.4 +++ ChangeLog 3 May 2014 04:57:37 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/tsung -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tsung/ChangeLog,v 1.4 2013/06/03 03:03:08 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tsung/ChangeLog,v 1.5 2014/05/03 04:57:37 patrick Exp $ + +*tsung-1.5.1 (03 May 2014) + + 03 May 2014; Patrick Lauer <[email protected]> +tsung-1.5.1.ebuild: + Bump *tsung-1.5.0 (03 Jun 2013) 1.1 net-analyzer/tsung/tsung-1.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tsung/tsung-1.5.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tsung/tsung-1.5.1.ebuild?rev=1.1&content-type=text/plain Index: tsung-1.5.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/tsung/tsung-1.5.1.ebuild,v 1.1 2014/05/03 04:57:37 patrick Exp $ EAPI="3" # Seems to be misconfigured RESTRICT="test" inherit eutils DESCRIPTION="Erlang's multi-protocol distributed load testing tool" HOMEPAGE="http://tsung.erlang-projects.org/" SRC_URI="http://tsung.erlang-projects.org/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-lang/erlang" RDEPEND=${DEPEND} src_configure() { ./configure --prefix="/usr" || die "econf failed" } src_compile() { emake || die "Failed building" } src_install() { emake -j1 DESTDIR="${D}" install || die "Failed installing" }
