public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/translator/
@ 2019-11-09 22:12 Aaron Bauman
  0 siblings, 0 replies; only message in thread
From: Aaron Bauman @ 2019-11-09 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     d890aaad8709a436d4c0027ae95370ed5c87a2be
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 21:56:27 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 22:12:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d890aaad

dev-tex/translator: bump EAPI and stuff

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-tex/translator/translator-1.00.ebuild | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/dev-tex/translator/translator-1.00.ebuild b/dev-tex/translator/translator-1.00.ebuild
index b90846db4d1..d0d6945f4b4 100644
--- a/dev-tex/translator/translator-1.00.ebuild
+++ b/dev-tex/translator/translator-1.00.ebuild
@@ -1,28 +1,27 @@
-# 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 latex-package
 
 DESCRIPTION="A package for translating words in TeX"
-HOMEPAGE="http://latex-beamer.sourceforge.net/"
+HOMEPAGE="https://bitbucket.org/rivanvx/beamer/src"
 SRC_URI="mirror://sourceforge/latex-beamer/${P}.tar.gz"
 
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
+
 LICENSE="GPL-2 LPPL-1.3c"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 TEXMF="/usr/share/texmf-site"
 
 src_install() {
-	insinto ${TEXMF}/tex/latex/${PN}
-	doins base/* || die "Failed to install the package"
-	doins -r dicts/* || die "Failed to install dictonaries"
-	dodoc ChangeLog README || die "dodoc failed"
-	if use doc ; then
-		insinto /usr/share/doc/${PF}
-		doins -r doc/* || die "Failed to install documentation"
-	fi
+	insinto ${TEXMF}/tex/latex/translator
+	doins base/*
+	doins -r dicts/*
+	dodoc ChangeLog README
+
+	use doc && dodoc -r doc/*
 }


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-10 10:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-09 22:12 [gentoo-commits] repo/gentoo:master commit in: dev-tex/translator/ Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox