diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-08-31 17:24:35 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-08-31 17:24:35 +0200 |
commit | 77e776a65ae046295b2d632d0f68fe5b5b42f5e0 (patch) | |
tree | ff78da2130332fcbef07948da108142282edb290 /app-cdr/disc-cover | |
parent | app-benchmarks/pipebench: drop 0.40-r2 (diff) | |
download | gentoo-77e776a65ae046295b2d632d0f68fe5b5b42f5e0.tar.gz gentoo-77e776a65ae046295b2d632d0f68fe5b5b42f5e0.tar.bz2 gentoo-77e776a65ae046295b2d632d0f68fe5b5b42f5e0.zip |
app-cdr/disc-cover: drop 1.5.6-r2
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-cdr/disc-cover')
-rw-r--r-- | app-cdr/disc-cover/disc-cover-1.5.6-r2.ebuild | 31 |
1 files changed, 0 insertions, 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/. -} |