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 2BD781381FB for ; Sun, 11 Nov 2012 18:37:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85B1DE05B4; Sun, 11 Nov 2012 18:37:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0934AE05B4 for ; Sun, 11 Nov 2012 18:37:07 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 140E733D973 for ; Sun, 11 Nov 2012 18:37:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3A766E543C for ; Sun, 11 Nov 2012 18:37:05 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1352659035.a096d5e4b9521f6d43698658390fdf8ee81853e7.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-plugins/kipi-plugins/ X-VCS-Repository: proj/kde X-VCS-Files: media-plugins/kipi-plugins/kipi-plugins-3.0.0_beta2.ebuild X-VCS-Directories: media-plugins/kipi-plugins/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: a096d5e4b9521f6d43698658390fdf8ee81853e7 X-VCS-Branch: master Date: Sun, 11 Nov 2012 18:37:05 +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: fa27e701-4ee5-40ab-8fca-0f46af059c87 X-Archives-Hash: 1791f461dcded69b938df09c0c9c14a2 commit: a096d5e4b9521f6d43698658390fdf8ee81853e7 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Sun Nov 11 18:37:15 2012 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Nov 11 18:37:15 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a096d5e4 Fix URI Package-Manager: portage-2.2.0_alpha142 --- .../kipi-plugins/kipi-plugins-3.0.0_beta2.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/media-plugins/kipi-plugins/kipi-plugins-3.0.0_beta2.ebuild b/media-plugins/kipi-plugins/kipi-plugins-3.0.0_beta2.ebuild index f94d867..7c745b1 100644 --- a/media-plugins/kipi-plugins/kipi-plugins-3.0.0_beta2.ebuild +++ b/media-plugins/kipi-plugins/kipi-plugins-3.0.0_beta2.ebuild @@ -22,7 +22,7 @@ MY_P="digikam-${MY_PV}" DESCRIPTION="Plugins for the KDE Image Plugin Interface" HOMEPAGE="http://www.digikam.org/" -SRC_URI="mirror://kde/unstable/${PN}/${MY_P}.tar.bz2" +SRC_URI="mirror://kde/unstable/digikam/${MY_P}.tar.bz2" LICENSE="GPL-2 handbook? ( FDL-1.2 )"