From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69AFB139694 for ; Wed, 10 May 2017 21:12:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EADC21C0B9; Wed, 10 May 2017 21:12:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 190DA21C0B9 for ; Wed, 10 May 2017 21:12:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14E1E3416AA for ; Wed, 10 May 2017 21:12:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DB407456 for ; Wed, 10 May 2017 21:12:49 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1494450736.15ab2010501e3d9498ae535dc62ed6b496765c62.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/libkcddb/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/libkcddb/libkcddb-16.08.3.ebuild X-VCS-Directories: kde-apps/libkcddb/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 15ab2010501e3d9498ae535dc62ed6b496765c62 X-VCS-Branch: master Date: Wed, 10 May 2017 21:12:49 +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: d365120d-4ce7-4e93-bdbd-8d682cbe8884 X-Archives-Hash: a8ee4f0c1a01d66cd5a2513af94fa1cb commit: 15ab2010501e3d9498ae535dc62ed6b496765c62 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 10 21:01:47 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 10 21:12:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ab2010 kde-apps/libkcddb: 16.08.3 tarballs moved to Attic Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-apps/libkcddb/libkcddb-16.08.3.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kde-apps/libkcddb/libkcddb-16.08.3.ebuild b/kde-apps/libkcddb/libkcddb-16.08.3.ebuild index 4b04de71c0b..5eb78b8cc3f 100644 --- a/kde-apps/libkcddb/libkcddb-16.08.3.ebuild +++ b/kde-apps/libkcddb/libkcddb-16.08.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,6 +7,8 @@ KDE_HANDBOOK="optional" inherit kde4-base DESCRIPTION="KDE library for CDDB" +SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz" + KEYWORDS="amd64 ~arm x86" IUSE="debug musicbrainz"