diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-11-10 13:21:36 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-11-10 13:21:36 +0000 |
commit | 77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch) | |
tree | 5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /dev-tex/ellipsis | |
parent | bd4aeefe33e63f613512604e47bfca7b2187697d (diff) |
gentoo resync : 10.11.2019
Diffstat (limited to 'dev-tex/ellipsis')
-rw-r--r-- | dev-tex/ellipsis/Manifest | 2 | ||||
-rw-r--r-- | dev-tex/ellipsis/ellipsis-1.6.ebuild | 17 |
2 files changed, 9 insertions, 10 deletions
diff --git a/dev-tex/ellipsis/Manifest b/dev-tex/ellipsis/Manifest index 3528ceb93e2a..a1acc37cf82f 100644 --- a/dev-tex/ellipsis/Manifest +++ b/dev-tex/ellipsis/Manifest @@ -1,3 +1,3 @@ DIST ellipsis-1.6.zip 100655 BLAKE2B 33223f5fd3c4ecc2e845898c08036848ae628af08cf8a71ad98d281418c17c8cfd954a840ddf014a88c3fb73a544fc664d6b996fc11e3250cecaf5ed9ee1126f SHA512 fcf5a2027ea9f448e07e63af664ad9b69922073a3f5b81b43cecf928b4792d9aa17fef869cc350a6a0861b5ef83dbc6e7ab0224bf668d7492991daf93702b57d -EBUILD ellipsis-1.6.ebuild 669 BLAKE2B 27e077c9231e8f42bfb8b357eeff37681226c20b55f4b8400ee0a0f1ad14d2e7c365064033e4ee84c7980e22946be0a70b2c6ef50ac50c4d18833145810bd892 SHA512 a6ba527b24c31d87cf5efda9dbe9bc74e34b547e4ac6c3aeed16bf09d66fadf956e4537febb4f192ef0262d9bfd984b6a06c99d0ec6b27f6e439611664a9c913 +EBUILD ellipsis-1.6.ebuild 609 BLAKE2B a1b475bfce649afc69ffde1f5b6edad89f4a80557bcec341349515b14c595dadaf5e51b3b30915dc806449d1f438e8a29f564b0e03060fcda7424db103ebe461 SHA512 5b1bbb40226ebba2857393f733da266f8f89d8e10545e06ddea7bc9de2870af86411e8f04e3355c25ac9eca46c933731c7881c0bdcb0a1f5072b0ed878e03b6c MISC metadata.xml 245 BLAKE2B ee3a163cfe0a4bc59c0dfb46f9ddb580e2d259b4d0e33cb4e684eb9e6d4b901bf97c6edd891f3b75a613a782f1b89318d0ee3ec9bee4e34c4441d9e8f4267678 SHA512 1653777623e2c15e1ce13229e396723b2cc9c214983e0f8592de98c01a31badc6c38c6735ed44f937d145883b43fb6f049af3eddb9ff96b18c96ccf8f67dd690 diff --git a/dev-tex/ellipsis/ellipsis-1.6.ebuild b/dev-tex/ellipsis/ellipsis-1.6.ebuild index f6e0c84bb5fb..7fd06763630d 100644 --- a/dev-tex/ellipsis/ellipsis-1.6.ebuild +++ b/dev-tex/ellipsis/ellipsis-1.6.ebuild @@ -1,19 +1,20 @@ -# 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="Simple package that fixes the way LaTeX centers ellipses" -HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/ellipsis/" -# Downloaded from: -# ftp://tug.ctan.org/tex-archive/macros/latex/contrib/ellipsis.zip +HOMEPAGE="https://www.ctan.org/tex-archive/macros/latex/contrib/ellipsis/" +# take from ftp://tug.ctan.org/tex-archive/macros/latex/contrib/ellipsis.zip SRC_URI="mirror://gentoo/${P}.zip" -IUSE="" + KEYWORDS="~amd64 ~x86" + LICENSE="LPPL-1.2" SLOT="0" +IUSE="" DEPEND="app-arch/unzip" @@ -23,7 +24,5 @@ src_install() { export VARTEXFONTS="${T}/fonts" latex-package_src_install - - dodoc README ellipsis.pdf \ - || die "Installing the documentation failed." + dodoc README ellipsis.pdf } |