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 CD3DE1396D4 for ; Sun, 27 Aug 2017 09:35:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39995E0E7A; Sun, 27 Aug 2017 09:35:47 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15B73E0E7A for ; Sun, 27 Aug 2017 09:35:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 200E0341990 for ; Sun, 27 Aug 2017 09:35:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBE728447 for ; Sun, 27 Aug 2017 09:35:44 +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: <1503826529.87ec227e9fdbb22f8cc27f6aff6358be460b0a8a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/audex/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/audex/Manifest media-sound/audex/audex-0.79.ebuild X-VCS-Directories: media-sound/audex/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 87ec227e9fdbb22f8cc27f6aff6358be460b0a8a X-VCS-Branch: master Date: Sun, 27 Aug 2017 09:35:44 +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: 43f6790e-6db8-48c6-bdd4-7492efc105ff X-Archives-Hash: ef5eccae52724af8cc5704737ae3782e commit: 87ec227e9fdbb22f8cc27f6aff6358be460b0a8a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 27 09:17:13 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 27 09:35:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ec227e media-sound/audex: Drop old Package-Manager: Portage-2.3.8, Repoman-2.3.3 media-sound/audex/Manifest | 1 - media-sound/audex/audex-0.79.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/media-sound/audex/Manifest b/media-sound/audex/Manifest index 8509a4c9cad..b3243248e75 100644 --- a/media-sound/audex/Manifest +++ b/media-sound/audex/Manifest @@ -1,2 +1 @@ -DIST audex-0.79.tar.xz 319120 SHA256 b043db6337bc6a0f054ee0a62b9ded5bd1ed391a4f42dd2586c76feed9dc796c SHA512 339461b283056bdb78090561b5be16e7fb0b00df06eb4d575fb8b2881838054f84244dd960ed1b57df5b39c345f670411e9990aa8df322c7e521f253225960e1 WHIRLPOOL 6133607ed6ef3a0e7f71f5efdc4fcbe1bcb0f7846b2a70d59b87d177ed0605df9f253ca8d79f7a46394875f24774bf4d5dad4a159b81634a2b64644a54bd8835 DIST audex-0.95_pre20170727.tar.xz 148352 SHA256 f0afc791b1c6ded8fbdd2d7b746c37946711792004536bae419dbd99ae53b3aa SHA512 ea18d819942aa463c7d87ecc59b7053eecb4698cc452bdc520f9c785aaabcc68a7333175f9e9486f33602254ffb5becabe244e365b9d03277ab33b6d1ce56ba4 WHIRLPOOL f4bc10d3c2507bcce727d6be8a640f00622281aeb39035f3cb5a42bc62fa1dddf1fa812b384de679aac9dcdfe595f4a6f4dbca20ea4bdd4b77fa309e1f66de81 diff --git a/media-sound/audex/audex-0.79.ebuild b/media-sound/audex/audex-0.79.ebuild deleted file mode 100644 index 751e993f606..00000000000 --- a/media-sound/audex/audex-0.79.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -KDE_LINGUAS="bs cs da de en_GB eo es et fi fr ga gl hu it ja km lt mai mr nds -nl pl pt pt_BR ru sk sv tr ug uk zh_CN" -inherit kde4-base - -DESCRIPTION="KDE based CDDA extraction tool" -HOMEPAGE="https://userbase.kde.org/Audex" -SRC_URI="mirror://gentoo/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="4" -KEYWORDS="amd64 ~x86" -IUSE="debug" - -DEPEND=" - $(add_kdeapps_dep libkcddb) - $(add_kdeapps_dep libkcompactdisc) - media-sound/cdparanoia -" -RDEPEND="${DEPEND}"