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 4708B138A6C for ; Sat, 18 Apr 2015 14:56:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCCACE081C; Sat, 18 Apr 2015 14:56:27 +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 8DA46E081C for ; Sat, 18 Apr 2015 14:56:27 +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 D3866340CE0 for ; Sat, 18 Apr 2015 14:56:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E8AF16308 for ; Sat, 18 Apr 2015 14:56:23 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1429361689.1889f507e25f5c998e4d2f59114ea7bda96ff4fc.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/baloo-kcmadv/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/baloo-kcmadv/baloo-kcmadv-9999.ebuild X-VCS-Directories: kde-misc/baloo-kcmadv/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 1889f507e25f5c998e4d2f59114ea7bda96ff4fc X-VCS-Branch: master Date: Sat, 18 Apr 2015 14:56:23 +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: 649e0c4b-e979-40b0-bfda-34bfb931e317 X-Archives-Hash: 8e7125a9f9393e6dd26a01b4be4c4fee commit: 1889f507e25f5c998e4d2f59114ea7bda96ff4fc Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Apr 18 12:54:49 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Apr 18 12:54:49 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1889f507 [kde-misc/baloo-kcmadv] Fix HOMEPAGE and EGIT_REPO_URI Fixes bug #544848 Package-Manager: portage-2.2.14 kde-misc/baloo-kcmadv/baloo-kcmadv-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-misc/baloo-kcmadv/baloo-kcmadv-9999.ebuild b/kde-misc/baloo-kcmadv/baloo-kcmadv-9999.ebuild index e0f6df2..386c2a7 100644 --- a/kde-misc/baloo-kcmadv/baloo-kcmadv-9999.ebuild +++ b/kde-misc/baloo-kcmadv/baloo-kcmadv-9999.ebuild @@ -8,8 +8,8 @@ KDE_MINIMAL=4.13.0 inherit kde4-base DESCRIPTION="Alternative configuration module for the Baloo search framework" -HOMEPAGE="https://gitorious.org/baloo-kcmadv" -EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}" +HOMEPAGE="https://gitlab.com/baloo-kcmadv/baloo-kcmadv" +EGIT_REPO_URI="https://gitlab.com/${PN}/${PN}.git" LICENSE="GPL-2" KEYWORDS=""