commit: 1ee72c67e1401471e40fcacd44a3ab4eb63d8c16
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 8 17:18:55 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 8 17:31:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee72c67
dev-tex/hyphen_show: Bump EAPI to 7.
Specify LICENSE more precisely.
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
...00425.ebuild => hyphen_show-20000425-r1.ebuild} | 23 +++++++++-------------
1 file changed, 9 insertions(+), 14 deletions(-)
diff --git a/dev-tex/hyphen_show/hyphen_show-20000425.ebuild
b/dev-tex/hyphen_show/hyphen_show-20000425-r1.ebuild
similarity index 54%
rename from dev-tex/hyphen_show/hyphen_show-20000425.ebuild
rename to dev-tex/hyphen_show/hyphen_show-20000425-r1.ebuild
index ca4a35ad791..e465b83c2d4 100644
--- a/dev-tex/hyphen_show/hyphen_show-20000425.ebuild
+++ b/dev-tex/hyphen_show/hyphen_show-20000425-r1.ebuild
@@ -1,33 +1,28 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
MY_PN=${PN//_/-}
DESCRIPTION="Show hyphenations in DVI files"
-HOMEPAGE="http://packages.debian.org/stable/tex/hyphen-show"
+HOMEPAGE="https://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"
+LICENSE="GPL-1+"
SLOT="0"
KEYWORDS="amd64 ~ppc64 x86"
-IUSE=""
S=${WORKDIR}/${MY_PN}-${PV}
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/${PN}-gcc34.patch
-}
+PATCHES=("${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
+ dobin hyphen_show
+ doman hyphen_show.1
+ dodoc README.hyphen_show
}