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 DA32C1382C5 for ; Mon, 5 Feb 2018 21:54:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECBBAE09E5; Mon, 5 Feb 2018 21:54:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CF210E09E5 for ; Mon, 5 Feb 2018 21:54:15 +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 B5D1B335C38 for ; Mon, 5 Feb 2018 21:54:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5A991EC for ; Mon, 5 Feb 2018 21:54:11 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1517867632.c9ff69fe246b0146c594f1594b6782b79a0a0010.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysvg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysvg/pysvg-0.2.2.ebuild X-VCS-Directories: dev-python/pysvg/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c9ff69fe246b0146c594f1594b6782b79a0a0010 X-VCS-Branch: master Date: Mon, 5 Feb 2018 21:54: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: 3c7acdd4-df29-407e-84cb-71da7558199f X-Archives-Hash: 74f720700092211922298dd7af3eccaf commit: c9ff69fe246b0146c594f1594b6782b79a0a0010 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Feb 5 20:32:36 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 5 21:53:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ff69fe dev-python/pysvg: remove dead HOMEPAGE dev-python/pysvg/pysvg-0.2.2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/pysvg/pysvg-0.2.2.ebuild b/dev-python/pysvg/pysvg-0.2.2.ebuild index 921d35dec96..1313278326f 100644 --- a/dev-python/pysvg/pysvg-0.2.2.ebuild +++ b/dev-python/pysvg/pysvg-0.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,8 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Python SVG document creation library" -HOMEPAGE="http://codeboje.de/pysvg/ - https://code.google.com/p/pysvg/" +HOMEPAGE="http://codeboje.de/pysvg/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="BSD"