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 CD93E1382C5 for ; Mon, 5 Feb 2018 21:54:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F8BAE09CC; Mon, 5 Feb 2018 21:54: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 2ED5FE09C8 for ; Mon, 5 Feb 2018 21:54:15 +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 4BAF0335C4B 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 91B1D1EB 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: <1517867631.8af1edf87f8764b62a7a695d5e6756e5dddb7954.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymssql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pymssql/pymssql-1.0.2-r1.ebuild X-VCS-Directories: dev-python/pymssql/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8af1edf87f8764b62a7a695d5e6756e5dddb7954 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: def4ccc6-250f-4524-90c0-b5be3b941d37 X-Archives-Hash: 8f9c76ddeaf2ebb0f426c3b0c0731931 commit: 8af1edf87f8764b62a7a695d5e6756e5dddb7954 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Feb 5 20:31:20 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 5 21:53:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af1edf8 dev-python/pymssql: remove dead HOMEPAGE dev-python/pymssql/pymssql-1.0.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pymssql/pymssql-1.0.2-r1.ebuild b/dev-python/pymssql/pymssql-1.0.2-r1.ebuild index dd4bf164102..24b3891b022 100644 --- a/dev-python/pymssql/pymssql-1.0.2-r1.ebuild +++ b/dev-python/pymssql/pymssql-1.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 flag-o-matic DESCRIPTION="Simple MSSQL python extension module" -HOMEPAGE="http://pymssql.sourceforge.net/ https://code.google.com/p/pymssql/ https://pypi.python.org/pypi/pymssql" +HOMEPAGE="http://www.pymssql.org/en/stable/ https://pypi.python.org/pypi/pymssql" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1"