From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-830982-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 4525B1385CC
	for <garchives@archives.gentoo.org>; Fri, 28 Aug 2015 08:17:58 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 36B25141A5;
	Fri, 28 Aug 2015 08:17:56 +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 A8939141A5
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Aug 2015 08:17:55 +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 AEF6C340A7D
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Aug 2015 08:17:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DE4C171
	for <gentoo-commits@lists.gentoo.org>; Fri, 28 Aug 2015 08:17:52 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1440749871.87bfc0c1eda31c5e4acacdb95095ee0cc9b0f827.jlec@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/basket/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-misc/basket/basket-1.81.ebuild
X-VCS-Directories: kde-misc/basket/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 87bfc0c1eda31c5e4acacdb95095ee0cc9b0f827
X-VCS-Branch: master
Date: Fri, 28 Aug 2015 08:17:52 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 80fc2821-c99e-4b6b-9fd0-a040e5936f8c
X-Archives-Hash: e5fdce94a2c9b45da1e6a06fb4e89b5e

commit:     87bfc0c1eda31c5e4acacdb95095ee0cc9b0f827
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 08:11:25 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 08:17:51 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87bfc0c1

kde-misc/basket: Fix HOMEPAGE

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 kde-misc/basket/basket-1.81.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-misc/basket/basket-1.81.ebuild b/kde-misc/basket/basket-1.81.ebuild
index 4e218c9..4b11a17 100644
--- a/kde-misc/basket/basket-1.81.ebuild
+++ b/kde-misc/basket/basket-1.81.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,8 +8,8 @@ VIRTUALX_REQUIRED="test"
 inherit kde4-base
 
 DESCRIPTION="A DropDrawers clone. Multiple information organizer"
-HOMEPAGE="https://basket.kde.org/"
-SRC_URI="https://${PN}.kde.org/downloads/${P}.tar.bz2"
+HOMEPAGE="http://basket.kde.org/"
+SRC_URI="http://${PN}.kde.org/downloads/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 KEYWORDS="amd64 x86"