public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/disc-cover/
@ 2016-01-30 15:26 99% Pacho Ramos
  0 siblings, 0 replies; 1+ results
From: Pacho Ramos @ 2016-01-30 15:26 UTC (permalink / raw
  To: gentoo-commits

commit:     8987d5ea887bb5b238ab2dd6bc426572b8059aca
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 15:23:54 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 15:26:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8987d5ea

app-cdr/disc-cover: Fix dependencies (#308851 by fabian)

Package-Manager: portage-2.2.27

 app-cdr/disc-cover/disc-cover-1.5.6-r1.ebuild | 32 +++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/app-cdr/disc-cover/disc-cover-1.5.6-r1.ebuild b/app-cdr/disc-cover/disc-cover-1.5.6-r1.ebuild
new file mode 100644
index 0000000..6e03347
--- /dev/null
+++ b/app-cdr/disc-cover/disc-cover-1.5.6-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Creates CD-Covers via LaTeX by fetching cd-info from freedb.org or local file"
+HOMEPAGE="http://www.vanhemert.co.uk/disc-cover.html"
+SRC_URI="http://www.vanhemert.co.uk/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+SLOT="0"
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}
+	dev-perl/Audio-CD-disc-cover
+	virtual/latex-base
+"
+
+src_compile() {
+	pod2man disc-cover > disc-cover.1 || die
+}
+
+src_install() {
+	dobin disc-cover
+	dodoc AUTHORS CHANGELOG TODO
+	doman disc-cover.1
+	insinto /usr/share/${PN}/templates
+	doins templates/*
+}


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2016-01-30 15:26 99% [gentoo-commits] repo/gentoo:master commit in: app-cdr/disc-cover/ Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox