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 0B0E6139694 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 2D31421C10F; Wed, 10 May 2017 21:12:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0850A21C075 for ; Wed, 10 May 2017 21:12:51 +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 D749D341694 for ; Wed, 10 May 2017 21:12:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46FDA7454 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: <1494450735.663fdcede89b75dd0d56acf67f9d95a08a28d058.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/audiocd-kio/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/audiocd-kio/audiocd-kio-16.08.3.ebuild X-VCS-Directories: kde-apps/audiocd-kio/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 663fdcede89b75dd0d56acf67f9d95a08a28d058 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: d295d1f7-7d9d-456e-9ac9-f298664a8ba8 X-Archives-Hash: db855e0d3d801c0cf38a127b0c03a079 commit: 663fdcede89b75dd0d56acf67f9d95a08a28d058 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 10 21:00:41 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 10 21:12:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663fdced kde-apps/audiocd-kio: 16.08.3 tarballs moved to Attic Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-apps/audiocd-kio/audiocd-kio-16.08.3.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kde-apps/audiocd-kio/audiocd-kio-16.08.3.ebuild b/kde-apps/audiocd-kio/audiocd-kio-16.08.3.ebuild index fb685aaf91e..31805eba44b 100644 --- a/kde-apps/audiocd-kio/audiocd-kio-16.08.3.ebuild +++ b/kde-apps/audiocd-kio/audiocd-kio-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 kioslaves from the kdemultimedia package" +SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz" + KEYWORDS="amd64 ~arm x86" IUSE="debug flac vorbis"