| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.5.6-r3 | 8 | amd64 ppc ~sparc x86 | 0 |
# Copyright 1999-2025 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"
PATCHES=(
"${FILESDIR}/${P}-defined-error.patch"
)
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/.
}
dev-lang/perl dev-perl/Audio-CD-disc-cover virtual/latex-base
dev-lang/perl