From dd149d51f2c4444da1a99c1863387c839cfd306d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Van=C4=9Bk?= Date: Thu, 15 May 2025 08:31:06 +0200 Subject: [PATCH] app-cdr/cue2toc: drop 0.4-r1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Vaněk --- app-cdr/cue2toc/cue2toc-0.4-r1.ebuild | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 app-cdr/cue2toc/cue2toc-0.4-r1.ebuild diff --git a/app-cdr/cue2toc/cue2toc-0.4-r1.ebuild b/app-cdr/cue2toc/cue2toc-0.4-r1.ebuild deleted file mode 100644 index 5c23dbd02f505..0000000000000 --- a/app-cdr/cue2toc/cue2toc-0.4-r1.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Convert CUE files to cdrdao's TOC format" -HOMEPAGE="https://cue2toc.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/cue2toc/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ppc64 ~sparc ~x86" - -DEPEND="!!app-cdr/cdrdao"