Skip to content

Commit

Permalink
dev-tex/glossaries: bump to 4.44
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/708862
Package-Manager: Portage-2.3.85, Repoman-2.3.20
  • Loading branch information
xdch47 committed Feb 9, 2020
1 parent 18c933e commit a83b5ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 77 deletions.
3 changes: 1 addition & 2 deletions dev-tex/glossaries/Manifest
@@ -1,2 +1 @@
DIST glossaries-4.41.tds.zip 6408609 BLAKE2B fcdb52e59be5f6810411e8496567434d2c07d5ca0f17a8dfca8d9a2daf9c77b7e1e6a90872c50dc45267eb9bb388d207d87130507cdf63d7b57b88f0ac3533a5 SHA512 0c47981a8e2c3f6d714a7966105a28b4c7b063940037b2984525cb19f1f16bd9078b0bf0a4b127cb08dcfbf6f69f17d06247ff768227fa64b060a2b3afcd49d6
DIST glossaries-4.42.tds.zip 6419512 BLAKE2B 75646cde2640bfeddabe667e8a804d9bb2bef9d8aa50f3c2852b5716db73cc9b81e04055db84aedc7a09cb89c83598aadb5aff971826896885fbe215d68de150 SHA512 e6694d473471ecb04637539b6a4728160f6c6ed9cfbce77838b83920e5de2cbf4d5fd7dd868b64c1191ce4d79f8c4d2f9452d1a272e0d6343cae804ed674b706
DIST glossaries-4.44.tds.zip 6380175 BLAKE2B ddf18e628cfa1d997ab65ee964a6030788c3c768c14c3b21a314c42f8465b581edd7eaeacc2e4b0f94cd021f50178522ba2ba3f652cdbc58f1130d59fef9a90f SHA512 c6563a28a14d0c84004e045e2f408ff02fa75c9b50e0e9d38ccd4d8f3f5c94d8bd22e2c107573cfbecfc557bbaa7723f510a8c2dc6e1953b239d4b3fd82205a9
62 changes: 0 additions & 62 deletions dev-tex/glossaries/glossaries-4.41.ebuild

This file was deleted.

@@ -1,29 +1,25 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=7

inherit latex-package

DESCRIPTION="Create glossaries and lists of acronyms"
HOMEPAGE="http://www.ctan.org/pkg/glossaries/"
SRC_URI="http://mercury.ddns.info/distfiles/${P}.tds.zip"
HOMEPAGE="https://www.ctan.org/pkg/glossaries/"
SRC_URI="https://gentoo.srv4.org/distfiles/${P}.tds.zip"

LICENSE="LPPL-1.3"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc examples"

RDEPEND="
dev-lang/perl
RDEPEND="dev-lang/perl
dev-texlive/texlive-latexrecommended
>=dev-texlive/texlive-latexextra-2012
dev-texlive/texlive-plaingeneric
"
DEPEND="
${RDEPEND}
app-arch/unzip
"
dev-texlive/texlive-plaingeneric"
DEPEND="${RDEPEND}
app-arch/unzip"

TEXMF="/usr/share/texmf-site"

Expand Down

0 comments on commit a83b5ab

Please sign in to comment.