commit: 40a1ae7ac6481833a6956600949d37b6cac6a341 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Jul 27 18:36:05 2019 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Jul 27 18:36:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a1ae7a
dev-tex/dvipost: remove old Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> dev-tex/dvipost/dvipost-1.1-r2.ebuild | 38 ----------------------------------- 1 file changed, 38 deletions(-) diff --git a/dev-tex/dvipost/dvipost-1.1-r2.ebuild b/dev-tex/dvipost/dvipost-1.1-r2.ebuild deleted file mode 100644 index 1b9529917fb..00000000000 --- a/dev-tex/dvipost/dvipost-1.1-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -inherit latex-package eutils toolchain-funcs - -DESCRIPTION="post processor for dvi files" -HOMEPAGE="http://efeu.cybertec.at/index_en.html" -SRC_URI="http://efeu.cybertec.at/dist/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x64-macos ~x86-macos" -IUSE="" - -src_prepare() { - tc-export CC - epatch "${FILESDIR}"/${PV}-ldflags.patch -} - -src_compile() { - emake || die -} - -src_install() { - dobin dvipost || die - dosym dvipost /usr/bin/pptex || die - dosym dvipost /usr/bin/pplatex || die - - insinto ${TEXMF}/tex/latex/misc/ - insopts -m0644 - doins dvipost.sty || die - - dodoc dvipost.doc CHANGELOG NOTES README || die - dohtml dvipost.html || die - newman "${S}"/dvipost.man dvipost.1 || die -}
