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 D0019138CA4 for ; Sun, 3 May 2015 13:45:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBA5FE0821; Sun, 3 May 2015 13:45:38 +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 6FADEE0821 for ; Sun, 3 May 2015 13:45:38 +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 773DC340E86 for ; Sun, 3 May 2015 13:45:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08F0F700 for ; Sun, 3 May 2015 13:45:33 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1430660039.ba39e55e2501bdecf0cd1ee61e100dc164a14d42.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: x11-misc/maliit-framework/ X-VCS-Repository: proj/kde X-VCS-Files: x11-misc/maliit-framework/maliit-framework-0.94.0.ebuild X-VCS-Directories: x11-misc/maliit-framework/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ba39e55e2501bdecf0cd1ee61e100dc164a14d42 X-VCS-Branch: master Date: Sun, 3 May 2015 13:45:33 +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: 9fea0b83-ee43-4e2a-96db-e5251a4ffe66 X-Archives-Hash: cf88adfbaec41d445f8e51d71947e34c commit: ba39e55e2501bdecf0cd1ee61e100dc164a14d42 Author: Michael Palimaka gentoo org> AuthorDate: Sun May 3 13:33:59 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun May 3 13:33:59 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ba39e55e [x11-misc/maliit-framework] Update SRC_URI to use Fedora as upstream is dead. Package-Manager: portage-2.2.18 x11-misc/maliit-framework/maliit-framework-0.94.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/maliit-framework/maliit-framework-0.94.0.ebuild b/x11-misc/maliit-framework/maliit-framework-0.94.0.ebuild index b25dc67..b3ad5bc 100644 --- a/x11-misc/maliit-framework/maliit-framework-0.94.0.ebuild +++ b/x11-misc/maliit-framework/maliit-framework-0.94.0.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit qt4-r2 DESCRIPTION="A flexible and cross platform input method framework" HOMEPAGE="http://maliit.org" -SRC_URI="http://maliit.org/releases/${PN}/${PF}.tar.bz2" +SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/${PN}/${P}.tar.bz2/fb60280410be256d49e3f2228db5f055/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0"