From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4F0471383D3 for ; Tue, 1 Sep 2015 19:20:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B12714338; Tue, 1 Sep 2015 19:19:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AAC6814338 for ; Tue, 1 Sep 2015 19:19:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB5B53405CF for ; Tue, 1 Sep 2015 19:19:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 865FD185 for ; Tue, 1 Sep 2015 19:19:47 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1441135041.8acf0f1501459c3e0888f08e59a059f768245413.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ctypesgen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ctypesgen/ctypesgen-0_p72-r1.ebuild dev-python/ctypesgen/ctypesgen-0_p72.ebuild X-VCS-Directories: dev-python/ctypesgen/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 8acf0f1501459c3e0888f08e59a059f768245413 X-VCS-Branch: master Date: Tue, 1 Sep 2015 19:19:47 +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: 711df3b5-f4d1-400f-8bc2-8cb61f1c9328 X-Archives-Hash: 0e26f40b58db697e3d0952e43e794bed commit: 8acf0f1501459c3e0888f08e59a059f768245413 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 19:17:21 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Sep 1 19:17:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8acf0f15 dev-python/ctypesgen: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 dev-python/ctypesgen/ctypesgen-0_p72-r1.ebuild | 2 +- dev-python/ctypesgen/ctypesgen-0_p72.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/ctypesgen/ctypesgen-0_p72-r1.ebuild b/dev-python/ctypesgen/ctypesgen-0_p72-r1.ebuild index d00340f..818f70d 100644 --- a/dev-python/ctypesgen/ctypesgen-0_p72-r1.ebuild +++ b/dev-python/ctypesgen/ctypesgen-0_p72-r1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Python wrapper generator for ctypes" -HOMEPAGE="https://code.google.com/p/ctypesgen/" +HOMEPAGE="https://github.com/davidjamesca/ctypesgen" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="BSD" diff --git a/dev-python/ctypesgen/ctypesgen-0_p72.ebuild b/dev-python/ctypesgen/ctypesgen-0_p72.ebuild index 072e9eb..24e43d2 100644 --- a/dev-python/ctypesgen/ctypesgen-0_p72.ebuild +++ b/dev-python/ctypesgen/ctypesgen-0_p72.ebuild @@ -9,7 +9,7 @@ SUPPORT_PYTHON_ABIS="1" inherit distutils DESCRIPTION="Python wrapper generator for ctypes" -HOMEPAGE="https://code.google.com/p/ctypesgen/" +HOMEPAGE="https://github.com/davidjamesca/ctypesgen" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="BSD"