diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-12-04 20:59:27 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-12-04 20:59:27 +0000 |
commit | 52571e2b70467986b3aaee81b7da222207a0193f (patch) | |
tree | 11fc21e1429a809a071ca77439a50c3eacd7aff9 /dev-tex/catdvi | |
parent | Restrict tests, bug 393099 (diff) | |
download | gentoo-2-52571e2b70467986b3aaee81b7da222207a0193f.tar.gz gentoo-2-52571e2b70467986b3aaee81b7da222207a0193f.tar.bz2 gentoo-2-52571e2b70467986b3aaee81b7da222207a0193f.zip |
Remove old.
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/catdvi')
-rw-r--r-- | dev-tex/catdvi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/catdvi/catdvi-0.14.ebuild | 30 |
2 files changed, 4 insertions, 31 deletions
diff --git a/dev-tex/catdvi/ChangeLog b/dev-tex/catdvi/ChangeLog index 868abe9a2a2a..b0065226c771 100644 --- a/dev-tex/catdvi/ChangeLog +++ b/dev-tex/catdvi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/catdvi # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/catdvi/ChangeLog,v 1.10 2011/12/04 14:39:58 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/catdvi/ChangeLog,v 1.11 2011/12/04 20:59:27 ulm Exp $ + + 04 Dec 2011; Ulrich Mueller <ulm@gentoo.org> -catdvi-0.14.ebuild: + Remove old. 04 Dec 2011; Markos Chandras <hwoarang@gentoo.org> catdvi-0.14-r1.ebuild: Stable on amd64 wrt bug #391289 diff --git a/dev-tex/catdvi/catdvi-0.14.ebuild b/dev-tex/catdvi/catdvi-0.14.ebuild deleted file mode 100644 index 9af09d8f77a8..000000000000 --- a/dev-tex/catdvi/catdvi-0.14.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/catdvi/catdvi-0.14.ebuild,v 1.4 2008/09/11 19:11:12 maekke Exp $ - -inherit toolchain-funcs - -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="amd64 x86" -IUSE="" - -DEPEND="virtual/tex-base" -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 CC="$(tc-getCC)" || die "emake failed." -} - -src_install() { - dobin catdvi - doman catdvi.1 - dodoc AUTHORS ChangeLog NEWS README TODO -} |