public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/tsung: tsung-1.5.0.ebuild ChangeLog
@ 2013-06-03  3:03 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2013-06-03  3:03 UTC (permalink / raw
  To: gentoo-commits

patrick     13/06/03 03:03:09

  Modified:             ChangeLog
  Added:                tsung-1.5.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  net-analyzer/tsung/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tsung/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tsung/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tsung/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tsung/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	6 Mar 2012 08:54:31 -0000	1.3
+++ ChangeLog	3 Jun 2013 03:03:08 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/tsung
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tsung/ChangeLog,v 1.3 2012/03/06 08:54:31 patrick Exp $
+# 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 $
+
+*tsung-1.5.0 (03 Jun 2013)
+
+  03 Jun 2013; Patrick Lauer <patrick@gentoo.org> +tsung-1.5.0.ebuild:
+  Bump
 
 *tsung-1.4.2 (06 Mar 2012)
 
@@ -16,4 +21,3 @@
   17 Mar 2011; Patrick Lauer <patrick@gentoo.org> +tsung-1.3.3.ebuild,
   +metadata.xml:
   Initial import, ebuild by me
-



1.1                  net-analyzer/tsung/tsung-1.5.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tsung/tsung-1.5.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tsung/tsung-1.5.0.ebuild?rev=1.1&content-type=text/plain

Index: tsung-1.5.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tsung/tsung-1.5.0.ebuild,v 1.1 2013/06/03 03:03:08 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"
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-03  3:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-03  3:03 [gentoo-commits] gentoo-x86 commit in net-analyzer/tsung: tsung-1.5.0.ebuild ChangeLog Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox