From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3CE92139084 for ; Sat, 2 Dec 2017 13:03:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CD4FE0DDD; Sat, 2 Dec 2017 13:03:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22316E0DD3 for ; Sat, 2 Dec 2017 13:03:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A922033FE60 for ; Sat, 2 Dec 2017 13:03:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 690F1AE71 for ; Sat, 2 Dec 2017 13:03:36 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1512219749.86092420820a96496ccd78f6c486fa4193a09dd5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tsung/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/tsung/Manifest net-analyzer/tsung/tsung-1.6.0.ebuild X-VCS-Directories: net-analyzer/tsung/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 86092420820a96496ccd78f6c486fa4193a09dd5 X-VCS-Branch: master Date: Sat, 2 Dec 2017 13:03:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cfa01724-9e34-4cdd-8561-4e359e157973 X-Archives-Hash: 2361c710fe0e112369458da833c79cf4 commit: 86092420820a96496ccd78f6c486fa4193a09dd5 Author: Harri Nieminen gmail com> AuthorDate: Fri Dec 1 19:27:39 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Dec 2 13:02:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86092420 net-analyzer/tsung: Remove old (EAPI3) Package-Manager: Portage-2.3.16, Repoman-2.3.6 net-analyzer/tsung/Manifest | 1 - net-analyzer/tsung/tsung-1.6.0.ebuild | 38 ----------------------------------- 2 files changed, 39 deletions(-) diff --git a/net-analyzer/tsung/Manifest b/net-analyzer/tsung/Manifest index fdf769f42fa..eb155b1870f 100644 --- a/net-analyzer/tsung/Manifest +++ b/net-analyzer/tsung/Manifest @@ -1,2 +1 @@ -DIST tsung-1.6.0.tar.gz 1585794 SHA256 56846c3a90fd7037d9a76330cb8f3052238344491e2fe6ef1ebdb0b620eb3d84 SHA512 c66a84fc9b6781398ed4dee67f076fcddca28c5156782c05d6f5d7ce3e5e2ed6dbdb4076585f45a42aea65237b68aa08c8c80539706202a10cfec4e3ac8170cd WHIRLPOOL 3f083239c6c0950b6420dd7d401d0267f30655f5a3470f136326e6cc35414f779d58eb8e8aeac40eecb279976f5228369e5786e9df2b582e4ed75b45dc9fd35b DIST tsung-1.7.0.tar.gz 1572265 SHA256 6394445860ef34faedf8c46da95a3cb206bc17301145bc920151107ffa2ce52a SHA512 67490a95fb54f5196ae0302190190a6b8e79bbeba9a7c1932d83a949504489d4cc3ce048380c0cb09c6cae4c1e203d52de9ea0e2f4e7c3d7438b836aef532dac WHIRLPOOL f9175aebcff944b13550a11d10cd20cae8a0a1afadf6b40ab30aad6b02894008db0b340ff48f32ef76c0856be9921c4fcf2d877120937d1fe1ab869efe36825c diff --git a/net-analyzer/tsung/tsung-1.6.0.ebuild b/net-analyzer/tsung/tsung-1.6.0.ebuild deleted file mode 100644 index 532e451fbaf..00000000000 --- a/net-analyzer/tsung/tsung-1.6.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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="gnuplot" - -DEPEND="dev-lang/erlang" -RDEPEND=" - gnuplot? ( - sci-visualization/gnuplot - dev-perl/Template-Toolkit - ) - ${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" -}