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 AFF4D138334 for ; Fri, 3 Jan 2020 08:38:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4AD5E0B78; Fri, 3 Jan 2020 08:38:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9F90AE0B78 for ; Fri, 3 Jan 2020 08:38:46 +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 8B7BB34DE5D for ; Fri, 3 Jan 2020 08:38:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF87075 for ; Fri, 3 Jan 2020 08:38:42 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1578040418.ee3b759b7a2946b21c0851514f32756629ae933a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/xfburn/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/xfburn/Manifest app-cdr/xfburn/xfburn-0.5.5-r3.ebuild X-VCS-Directories: app-cdr/xfburn/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ee3b759b7a2946b21c0851514f32756629ae933a X-VCS-Branch: master Date: Fri, 3 Jan 2020 08:38:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 70331b55-2ed4-4c4e-a133-62fc7da8245f X-Archives-Hash: 021d95e7ce8b55a6be9bf8a7a01c43ba commit: ee3b759b7a2946b21c0851514f32756629ae933a Author: Michał Górny gentoo org> AuthorDate: Fri Jan 3 08:33:38 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 3 08:33:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee3b759b app-cdr/xfburn: Remove old Signed-off-by: Michał Górny gentoo.org> app-cdr/xfburn/Manifest | 1 - app-cdr/xfburn/xfburn-0.5.5-r3.ebuild | 49 ----------------------------------- 2 files changed, 50 deletions(-) diff --git a/app-cdr/xfburn/Manifest b/app-cdr/xfburn/Manifest index 0c528d7ae8c..d0bcd16f6e3 100644 --- a/app-cdr/xfburn/Manifest +++ b/app-cdr/xfburn/Manifest @@ -1,2 +1 @@ -DIST xfburn-0.5.5.tar.bz2 819546 BLAKE2B 180f50e9dc8e9bb2372ac7335374b09eade93b6477e557b4282ee65705e55d1f391578343e3473061921cfe296e0da9dae0ddb8823fc5daadc673537331f3085 SHA512 37574aa7dcec65c26a8fd5019c3776196763fa1ebb0f531002f5bcb72a6eb0ec19ed994dd14726988766d890ef257c39c26e64ca3f5944386c03d9b54c26a90a DIST xfburn-0.6.1.tar.bz2 847568 BLAKE2B 30ce56257d4794c23712cebd334f0cfa6c631f55f7213fc7daecb1d693450821faef4c9a78de824e7832fdcb91c128fb75c639a5fa403932e74619cc8910e5ed SHA512 8ea747ab248a20e835082bbb89e09c3e4746201a1da956bc87a2eef5359d1508e5461c7d8a35327aa2261fb7cac576e8521596f83011bc2240b2fbebde60b9c2 diff --git a/app-cdr/xfburn/xfburn-0.5.5-r3.ebuild b/app-cdr/xfburn/xfburn-0.5.5-r3.ebuild deleted file mode 100644 index 9aed8d68b21..00000000000 --- a/app-cdr/xfburn/xfburn-0.5.5-r3.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome2-utils xdg-utils - -DESCRIPTION="GTK+ based CD and DVD burning application" -HOMEPAGE="https://goodies.xfce.org/projects/applications/xfburn" -SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm ~ppc x86" -IUSE="gstreamer +udev" - -RDEPEND=">=dev-libs/glib-2.32:= - >=dev-libs/libburn-0.4.2:= - >=dev-libs/libisofs-0.6.2:= - >=x11-libs/gtk+-2.24:2= - xfce-base/exo[gtk2(+)] -