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 4A3A61383DE for ; Tue, 1 Sep 2015 20:11:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C95511420E; Tue, 1 Sep 2015 20:11:40 +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 300B91420E for ; Tue, 1 Sep 2015 20:11:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B4E034086E for ; Tue, 1 Sep 2015 20:11:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CF7417E for ; Tue, 1 Sep 2015 20:11:36 +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: <1441138102.c4472852f1461eba54d1ec35fb3710155ab2f793.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/basqet/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/basqet/basqet-0.1.4.ebuild x11-misc/basqet/basqet-0.2.0.ebuild X-VCS-Directories: x11-misc/basqet/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: c4472852f1461eba54d1ec35fb3710155ab2f793 X-VCS-Branch: master Date: Tue, 1 Sep 2015 20:11:36 +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: b66a6081-b87a-4937-814b-327426ceefd3 X-Archives-Hash: b9c5fbfe2bce1bc73c1b49d025a55be9 commit: c4472852f1461eba54d1ec35fb3710155ab2f793 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 20:08:22 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Sep 1 20:08:22 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4472852 x11-misc/basqet: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 x11-misc/basqet/basqet-0.1.4.ebuild | 2 +- x11-misc/basqet/basqet-0.2.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/basqet/basqet-0.1.4.ebuild b/x11-misc/basqet/basqet-0.1.4.ebuild index 82297a8..6a1f947 100644 --- a/x11-misc/basqet/basqet-0.1.4.ebuild +++ b/x11-misc/basqet/basqet-0.1.4.ebuild @@ -7,7 +7,7 @@ EAPI=3 inherit eutils qt4-r2 DESCRIPTION="Keep your notes, pictures, ideas, and information in Baskets" -HOMEPAGE="https://code.google.com/p/basqet/" +HOMEPAGE="https://bitbucket.org/ridderby/basqet" SRC_URI="https://basqet.googlecode.com/files/${PN}_${PV}-src.tgz" LICENSE="GPL-3" diff --git a/x11-misc/basqet/basqet-0.2.0.ebuild b/x11-misc/basqet/basqet-0.2.0.ebuild index 38277bc..246f080 100644 --- a/x11-misc/basqet/basqet-0.2.0.ebuild +++ b/x11-misc/basqet/basqet-0.2.0.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit qt4-r2 DESCRIPTION="Keep your notes, pictures, ideas, and information in Baskets" -HOMEPAGE="https://code.google.com/p/basqet/" +HOMEPAGE="https://bitbucket.org/ridderby/basqet" SRC_URI="https://basqet.googlecode.com/files/${PN}_${PV}-src.tgz" LICENSE="GPL-3"