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 ECFAA1396D9 for ; Sat, 18 Nov 2017 23:20:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EC4DE0E4F; Sat, 18 Nov 2017 23:20:15 +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 0DC0EE0E4F for ; Sat, 18 Nov 2017 23:20:14 +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 520FA33DDA5 for ; Sat, 18 Nov 2017 23:20:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B6E49F7D for ; Sat, 18 Nov 2017 23:20:11 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1511047202.efd057082bae1a684ef318a58812c4105393dffd.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/gammu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-mobilephone/gammu/gammu-1.33.0-r1.ebuild X-VCS-Directories: app-mobilephone/gammu/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: efd057082bae1a684ef318a58812c4105393dffd X-VCS-Branch: master Date: Sat, 18 Nov 2017 23:20:11 +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: efcf26b6-7e85-44b1-b030-6bad72619d60 X-Archives-Hash: cc0b55cfd02133a12cc31d4bebb45cd1 commit: efd057082bae1a684ef318a58812c4105393dffd Author: Jonas Stein gentoo org> AuthorDate: Sat Nov 18 23:20:02 2017 +0000 Commit: Jonas Stein gentoo org> CommitDate: Sat Nov 18 23:20:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd05708 app-mobilephone/gammu: Fix HOMEPAGE Package-Manager: Portage-2.3.14, Repoman-2.3.5 app-mobilephone/gammu/gammu-1.33.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-mobilephone/gammu/gammu-1.33.0-r1.ebuild b/app-mobilephone/gammu/gammu-1.33.0-r1.ebuild index 367aa128dc2..f447b749a0b 100644 --- a/app-mobilephone/gammu/gammu-1.33.0-r1.ebuild +++ b/app-mobilephone/gammu/gammu-1.33.0-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit eutils cmake-utils python-single-r1 DESCRIPTION="A tool to handle your cellular phone" -HOMEPAGE="https://www.wammu.eu/" +HOMEPAGE="https://wammu.eu/gammu/" SRC_URI="http://dl.cihar.com/${PN}/releases/${P}.tar.bz2" LICENSE="GPL-2"