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 384AC13829C for ; Thu, 9 Jun 2016 16:44:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99AF2254035; Thu, 9 Jun 2016 16:44:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2CC29254036 for ; Thu, 9 Jun 2016 16:44:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C028C340C9F for ; Thu, 9 Jun 2016 16:44:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 186E713FE for ; Thu, 9 Jun 2016 16:44:13 +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: <1465490642.2c0315b22e91780e1eb3cd9f19d465d6a1f8c2f0.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/kaudiocreator/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/kaudiocreator/kaudiocreator-1.3-r2.ebuild X-VCS-Directories: media-sound/kaudiocreator/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 2c0315b22e91780e1eb3cd9f19d465d6a1f8c2f0 X-VCS-Branch: master Date: Thu, 9 Jun 2016 16:44:13 +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: dca3a3c7-8ddc-4892-89b9-86b2aec7bc71 X-Archives-Hash: 719044de80660b43da29d2653dc51424 commit: 2c0315b22e91780e1eb3cd9f19d465d6a1f8c2f0 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jun 9 16:43:50 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jun 9 16:44:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0315b2 media-sound/kaudiocreator: remove old Package-Manager: portage-2.3.0_rc1 .../kaudiocreator/kaudiocreator-1.3-r2.ebuild | 35 ---------------------- 1 file changed, 35 deletions(-) diff --git a/media-sound/kaudiocreator/kaudiocreator-1.3-r2.ebuild b/media-sound/kaudiocreator/kaudiocreator-1.3-r2.ebuild deleted file mode 100644 index 6c63505..0000000 --- a/media-sound/kaudiocreator/kaudiocreator-1.3-r2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_LINGUAS="af ar be bg br bs ca ca@valencia cs cy da de el en_GB eo es et eu -fa fi fr ga gl hi hne hr is it ja kk km lt lv mai mk ms nb nds ne nl nn oc pa -pl pt_BR pt ro ru se sk sl sr@ijekavianlatin sr@ijekavian sr@Latn sr sv ta tg -th tr ug uk xh zh_CN zh_HK zh_TW" -inherit kde4-base - -DESCRIPTION="KDE CD ripper and audio encoder frontend" -HOMEPAGE="http://www.kde-apps.org/content/show.php?content=107645" -SRC_URI="http://www.kde-apps.org/CONTENT/content-files/107645-${P}.tar.bz2" - -LICENSE="GPL-2 FDL-1.2" -SLOT="4" -KEYWORDS="amd64 x86" -IUSE="debug" - -COMMON_DEPEND=" - $(add_kdeapps_dep libkcddb) - $(add_kdeapps_dep libkcompactdisc) - media-libs/libdiscid - >=media-libs/taglib-1.5 -" - -RDEPEND="${COMMON_DEPEND} - $(add_kdebase_dep kdelibs 'udev,udisks(+)') - $(add_kdeapps_dep audiocd-kio) -" -DEPEND="${COMMON_DEPEND}" - -DOCS=( Changelog TODO )