summaryrefslogtreecommitdiff
path: root/dev-tex/hyphen_show/hyphen_show-20000425.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-13 17:56:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-13 17:56:30 +0100
commit948d557b4a61dc14722668b6b11a4cf3cee07b01 (patch)
treeb28b6cb077ae6b2457e30d49028fc978d8e2b59b /dev-tex/hyphen_show/hyphen_show-20000425.ebuild
parente3cf2c86fca1750343c1885311f857f185ee4f2d (diff)
gentoo resync : 13.09.2019
Diffstat (limited to 'dev-tex/hyphen_show/hyphen_show-20000425.ebuild')
-rw-r--r--dev-tex/hyphen_show/hyphen_show-20000425.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-tex/hyphen_show/hyphen_show-20000425.ebuild b/dev-tex/hyphen_show/hyphen_show-20000425.ebuild
deleted file mode 100644
index ca4a35ad7917..000000000000
--- a/dev-tex/hyphen_show/hyphen_show-20000425.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils toolchain-funcs
-
-MY_PN=${PN//_/-}
-DESCRIPTION="Show hyphenations in DVI files"
-HOMEPAGE="http://packages.debian.org/stable/tex/hyphen-show"
-SRC_URI="mirror://debian/pool/main/h/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-IUSE=""
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/${PN}-gcc34.patch
-}
-
-src_compile() {
- $(tc-getCC) ${CFLAGS} ${LDFLAGS} hyphen_show.c -o hyphen_show || die
-}
-
-src_install() {
- dobin hyphen_show || die
- doman hyphen_show.1 || die
- dodoc README.hyphen_show || die
-}