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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C08F615808B for ; Sat, 31 Aug 2024 15:44:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACF6DE29EB; Sat, 31 Aug 2024 15:44:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92B50E29EB for ; Sat, 31 Aug 2024 15:44:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89AE03430FE for ; Sat, 31 Aug 2024 15:44:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC7A71F2B for ; Sat, 31 Aug 2024 15:44:41 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1725117875.77e776a65ae046295b2d632d0f68fe5b5b42f5e0.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/disc-cover/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/disc-cover/disc-cover-1.5.6-r2.ebuild X-VCS-Directories: app-cdr/disc-cover/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 77e776a65ae046295b2d632d0f68fe5b5b42f5e0 X-VCS-Branch: master Date: Sat, 31 Aug 2024 15:44:41 +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: b8275912-c38d-4455-8679-c9cb84e46039 X-Archives-Hash: 131cfe3a9baafb95eeb0d78e901e883d commit: 77e776a65ae046295b2d632d0f68fe5b5b42f5e0 Author: Petr Vaněk gentoo org> AuthorDate: Sat Aug 31 15:24:35 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Sat Aug 31 15:24:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e776a6 app-cdr/disc-cover: drop 1.5.6-r2 Signed-off-by: Petr Vaněk gentoo.org> app-cdr/disc-cover/disc-cover-1.5.6-r2.ebuild | 31 --------------------------- 1 file changed, 31 deletions(-) diff --git a/app-cdr/disc-cover/disc-cover-1.5.6-r2.ebuild b/app-cdr/disc-cover/disc-cover-1.5.6-r2.ebuild deleted file mode 100644 index a1ac3c577040..000000000000 --- a/app-cdr/disc-cover/disc-cover-1.5.6-r2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Creates CD-Covers via LaTeX by fetching cd-info from freedb.org or local file" -HOMEPAGE="https://web.archive.org/web/20151104062521/http://www.vanhemert.co.uk/disc-cover.html" -SRC_URI="http://www.vanhemert.co.uk/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" - -BDEPEND="dev-lang/perl" -RDEPEND="${BDEPEND} - dev-perl/Audio-CD-disc-cover - virtual/latex-base" - -src_compile() { - pod2man disc-cover > disc-cover.1 || die -} - -src_install() { - dobin disc-cover - - einstalldocs - doman disc-cover.1 - - insinto /usr/share/disc-cover/templates - doins -r templates/. -}