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 7D47F1382C5 for ; Sun, 13 May 2018 19:20:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CABB9E0C30; Sun, 13 May 2018 19:20:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A7F15E0C30 for ; Sun, 13 May 2018 19:20:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D51C5335CA4 for ; Sun, 13 May 2018 19:20:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9D292A9 for ; Sun, 13 May 2018 19:20:16 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1526239131.74828acd1fbc43856f34aaebd022d54c9fb89a96.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ostinato/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/ostinato/ostinato-0.5.1.ebuild net-analyzer/ostinato/ostinato-0.8.ebuild net-analyzer/ostinato/ostinato-0.9.ebuild X-VCS-Directories: net-analyzer/ostinato/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 74828acd1fbc43856f34aaebd022d54c9fb89a96 X-VCS-Branch: master Date: Sun, 13 May 2018 19:20:16 +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: f07fecdc-ee08-47c9-8725-04627efa4ed3 X-Archives-Hash: 8a94a48c8c0aa821cd8e30aaac9f3e0b commit: 74828acd1fbc43856f34aaebd022d54c9fb89a96 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon May 7 18:51:08 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 13 19:18:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74828acd net-analyzer/ostinato: use HTTPS net-analyzer/ostinato/ostinato-0.5.1.ebuild | 4 ++-- net-analyzer/ostinato/ostinato-0.8.ebuild | 4 ++-- net-analyzer/ostinato/ostinato-0.9.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-analyzer/ostinato/ostinato-0.5.1.ebuild b/net-analyzer/ostinato/ostinato-0.5.1.ebuild index 1feec41aa76..ab172d3770c 100644 --- a/net-analyzer/ostinato/ostinato-0.5.1.ebuild +++ b/net-analyzer/ostinato/ostinato-0.5.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit qt4-r2 DESCRIPTION="A packet generator and analyzer" -HOMEPAGE="http://ostinato.org/" +HOMEPAGE="https://ostinato.org" SRC_URI="https://ostinato.googlecode.com/files/${PN}-src-${PV}.tar.gz" LICENSE="GPL-3" diff --git a/net-analyzer/ostinato/ostinato-0.8.ebuild b/net-analyzer/ostinato/ostinato-0.8.ebuild index 9b5821f9b93..3642909eb53 100644 --- a/net-analyzer/ostinato/ostinato-0.8.ebuild +++ b/net-analyzer/ostinato/ostinato-0.8.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit qt4-r2 DESCRIPTION="A packet generator and analyzer" -HOMEPAGE="http://ostinato.org/" +HOMEPAGE="https://ostinato.org" SRC_URI="https://bintray.com/pstavirs/ostinato/download_file?file_path=${PN}-src-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" diff --git a/net-analyzer/ostinato/ostinato-0.9.ebuild b/net-analyzer/ostinato/ostinato-0.9.ebuild index fa2db04b283..12457724076 100644 --- a/net-analyzer/ostinato/ostinato-0.9.ebuild +++ b/net-analyzer/ostinato/ostinato-0.9.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit qmake-utils DESCRIPTION="A packet generator and analyzer" -HOMEPAGE="http://ostinato.org/" +HOMEPAGE="https://ostinato.org" SRC_URI="https://github.com/pstavirs/ostinato/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3"