commit:     e2d609a7ef0537bcdebf15e86514b4b557602413
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 22:34:46 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 22:34:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d609a7

dev-tex/dvi2gr: Remove old, bug 648050

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-tex/dvi2gr/dvi2gr-0.4.ebuild | 40 ----------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/dev-tex/dvi2gr/dvi2gr-0.4.ebuild b/dev-tex/dvi2gr/dvi2gr-0.4.ebuild
deleted file mode 100644
index 6d50d1eebc1..00000000000
--- a/dev-tex/dvi2gr/dvi2gr-0.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-DESCRIPTION="DVI to Grace translator"
-HOMEPAGE="http://plasma-gate.weizmann.ac.il/Grace/";
-SRC_URI="ftp://plasma-gate.weizmann.ac.il/pub/grace/src/devel/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-DEPEND="media-libs/t1lib"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       # respect flags
-       sed -i \
-               -e '/^LDFLAGS/d' -e '/^CFLAGS/d' -e '/^CC/d' \
-               Makefile || die
-       sed -i -e 's/DVI2GR=\.\/dvi2gr/DVI2GR=$(which dvi2gr)/g' runtest.sh || 
die
-}
-
-src_install() {
-       dobin ${PN} || die
-       if use examples; then
-               insinto /usr/share/doc/${PF}/examples
-               doins *.ti  runtest.sh || die
-       fi
-
-       insinto /usr/share/${PN}
-       doins -r fonts || die
-}
-
-pkg_postinst() {
-       einfo "Don't forget install the TeX-Fonts in Grace"
-       einfo "  /usr/share/${PN}/fonts/FontDataBase"
-}

Reply via email to