summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-05-20 17:17:16 +0000
committerUlrich Müller <ulm@gentoo.org>2007-05-20 17:17:16 +0000
commit2287baecfa8a798b260d3fc88325e847bb20b68a (patch)
tree05191b9b0d26fe9619538b3a6c18ff8437ae97f3 /dev-tex/catdvi/catdvi-0.14.ebuild
parentRemove media-tv/zattoo-bin - has Manifest which is missing required checksums... (diff)
downloadsunrise-2287baecfa8a798b260d3fc88325e847bb20b68a.tar.gz
sunrise-2287baecfa8a798b260d3fc88325e847bb20b68a.tar.bz2
sunrise-2287baecfa8a798b260d3fc88325e847bb20b68a.zip
Moved to Portage tree, fixes bug #107248.
svn path=/sunrise/; revision=3694
Diffstat (limited to 'dev-tex/catdvi/catdvi-0.14.ebuild')
-rw-r--r--dev-tex/catdvi/catdvi-0.14.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-tex/catdvi/catdvi-0.14.ebuild b/dev-tex/catdvi/catdvi-0.14.ebuild
deleted file mode 100644
index dde7fd131..000000000
--- a/dev-tex/catdvi/catdvi-0.14.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="DVI to plain text translator"
-HOMEPAGE="http://catdvi.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND="virtual/tetex"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- econf || die "econf failed"
- # Do not use plain emake here, because make tests
- # may cache fonts and generate sandbox violations.
- emake catdvi || die "emake failed"
-}
-
-src_install() {
- dobin catdvi
- doman catdvi.1
- dodoc AUTHORS ChangeLog NEWS README TODO
-}