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 9AC2C13832E for ; Tue, 19 Jul 2016 12:07:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8232E21C03A; Tue, 19 Jul 2016 12:07:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2237B21C03A for ; Tue, 19 Jul 2016 12:07:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D873340C23 for ; Tue, 19 Jul 2016 12:07:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1974B7CD for ; Tue, 19 Jul 2016 12:07:24 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1468930023.b9f7bd76782fe0d00aa1e9ab8d19b6198d80e630.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/rp-pppoe/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild net-dialup/rp-pppoe/rp-pppoe-3.12.ebuild X-VCS-Directories: net-dialup/rp-pppoe/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b9f7bd76782fe0d00aa1e9ab8d19b6198d80e630 X-VCS-Branch: master Date: Tue, 19 Jul 2016 12:07:24 +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: af5dd583-2994-483c-a685-c4364b4b1828 X-Archives-Hash: 5ab1e2df5e9b9e6275337c493d13d96b commit: b9f7bd76782fe0d00aa1e9ab8d19b6198d80e630 Author: Lars Wendler gentoo org> AuthorDate: Tue Jul 19 12:07:03 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jul 19 12:07:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f7bd76 net-dialup/rp-pppoe: Fixed HOMEPAGE. Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler gentoo.org> net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild | 4 ++-- net-dialup/rp-pppoe/rp-pppoe-3.12.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild b/net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild index 9bd948c..dc7699a 100644 --- a/net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild +++ b/net-dialup/rp-pppoe/rp-pppoe-3.11-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ inherit eutils flag-o-matic autotools readme.gentoo PPP_P="ppp-2.4.7" DESCRIPTION="A user-mode PPPoE client and server suite for Linux" -HOMEPAGE="http://www.roaringpenguin.com/pppoe/" +HOMEPAGE="https://www.roaringpenguin.com/products/pppoe" SRC_URI="http://www.roaringpenguin.com/files/download/${P}.tar.gz ftp://ftp.samba.org/pub/ppp/${PPP_P}.tar.gz" diff --git a/net-dialup/rp-pppoe/rp-pppoe-3.12.ebuild b/net-dialup/rp-pppoe/rp-pppoe-3.12.ebuild index 8c6928b..addecd9 100644 --- a/net-dialup/rp-pppoe/rp-pppoe-3.12.ebuild +++ b/net-dialup/rp-pppoe/rp-pppoe-3.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ inherit eutils flag-o-matic autotools readme.gentoo PPP_P="ppp-2.4.7" DESCRIPTION="A user-mode PPPoE client and server suite for Linux" -HOMEPAGE="http://www.roaringpenguin.com/pppoe/" +HOMEPAGE="https://www.roaringpenguin.com/products/pppoe" SRC_URI="http://www.roaringpenguin.com/files/download/${P}.tar.gz ftp://ftp.samba.org/pub/ppp/${PPP_P}.tar.gz"