Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/basket/
Date: Fri, 28 Aug 2015 08:17:58
Message-Id: 1440749871.87bfc0c1eda31c5e4acacdb95095ee0cc9b0f827.jlec@gentoo
1 commit: 87bfc0c1eda31c5e4acacdb95095ee0cc9b0f827
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 08:11:25 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 08:17:51 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87bfc0c1
7
8 kde-misc/basket: Fix HOMEPAGE
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 kde-misc/basket/basket-1.81.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/kde-misc/basket/basket-1.81.ebuild b/kde-misc/basket/basket-1.81.ebuild
17 index 4e218c9..4b11a17 100644
18 --- a/kde-misc/basket/basket-1.81.ebuild
19 +++ b/kde-misc/basket/basket-1.81.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -8,8 +8,8 @@ VIRTUALX_REQUIRED="test"
27 inherit kde4-base
28
29 DESCRIPTION="A DropDrawers clone. Multiple information organizer"
30 -HOMEPAGE="https://basket.kde.org/"
31 -SRC_URI="https://${PN}.kde.org/downloads/${P}.tar.bz2"
32 +HOMEPAGE="http://basket.kde.org/"
33 +SRC_URI="http://${PN}.kde.org/downloads/${P}.tar.bz2"
34
35 LICENSE="GPL-2"
36 KEYWORDS="amd64 x86"