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 /app-text/passivetex | |
parent | bd4aeefe33e63f613512604e47bfca7b2187697d (diff) |
gentoo resync : 10.11.2019
Diffstat (limited to 'app-text/passivetex')
-rw-r--r-- | app-text/passivetex/Manifest | 2 | ||||
-rw-r--r-- | app-text/passivetex/passivetex-1.25-r1.ebuild (renamed from app-text/passivetex/passivetex-1.25.ebuild) | 17 |
2 files changed, 8 insertions, 11 deletions
diff --git a/app-text/passivetex/Manifest b/app-text/passivetex/Manifest index cccacd03f67a..2ca2e84677a6 100644 --- a/app-text/passivetex/Manifest +++ b/app-text/passivetex/Manifest @@ -1,3 +1,3 @@ DIST passivetex-1.25.zip 1190258 BLAKE2B bc82a0414c5df9b5619b099899ac3970943672fc3b76fa60549ba36dd60861b591c62174f1f55b58b0f51458bc961ce47fee9b991795e2d321daf3ae4b328e9d SHA512 083ba4fab9fee327ed3fef5bdc48b415138951432dcb53b1478d1ba16a92bebc1cfc4b8590e2aa647a32c7658124f2aca8160230176c623bbf531e996c43622b -EBUILD passivetex-1.25.ebuild 785 BLAKE2B a7f6b38fc7c5752e12558a44c50d852ee756291edaafbfb2618df29c2fef2113a7ecd9e833ed35e0108fcd85a23b5d31303a41bfb616c56c0fc85a31598b151f SHA512 62e5c96310690d4b06fd495faf5ca5fdfff1d1c83c600607a345c17b7948abc19ecf55877f74db2d445fc5d531557ccdfb820ff9de85dbce27f00760ac7d1e42 +EBUILD passivetex-1.25-r1.ebuild 768 BLAKE2B b08ef1eaaf77e31655a55d280c4d050824947d56eecf76e07aceffb64c4e7029dde98ec2f5ffbdd102d9635b57813290d01721a995ef4cd64842c47ac627993a SHA512 140ff69ad1e80d9a4d6044d8da11b375f71a6933b5a8ea2291eeb997106d906fb791beebca053379de4c1a2ee993c6f5d45c2bff9914b2c5f8d878f3be3301e3 MISC metadata.xml 245 BLAKE2B ee3a163cfe0a4bc59c0dfb46f9ddb580e2d259b4d0e33cb4e684eb9e6d4b901bf97c6edd891f3b75a613a782f1b89318d0ee3ec9bee4e34c4441d9e8f4267678 SHA512 1653777623e2c15e1ce13229e396723b2cc9c214983e0f8592de98c01a31badc6c38c6735ed44f937d145883b43fb6f049af3eddb9ff96b18c96ccf8f67dd690 diff --git a/app-text/passivetex/passivetex-1.25.ebuild b/app-text/passivetex/passivetex-1.25-r1.ebuild index 6c374b61eb8c..d0aa4bc6536e 100644 --- a/app-text/passivetex/passivetex-1.25.ebuild +++ b/app-text/passivetex/passivetex-1.25-r1.ebuild @@ -1,34 +1,31 @@ -# 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 -S=${WORKDIR}/${PN} DESCRIPTION="A namespace-aware XML parser written in Tex" +HOMEPAGE="http://www.tei-c.org.uk/Software/passivetex/" # Taken from: http://www.tei-c.org.uk/Software/passivetex/${PN}.zip SRC_URI="mirror://gentoo/${P}.zip" -HOMEPAGE="http://www.tei-c.org.uk/Software/passivetex/" -LICENSE="MIT" +S=${WORKDIR}/${PN} -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" +LICENSE="MIT" SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" IUSE="" RDEPEND="virtual/latex-base >=dev-tex/xmltex-1.9" - DEPEND="${RDEPEND} app-arch/unzip" TEXMF=/usr/share/texmf-site src_install() { - insinto ${TEXMF}/tex/xmltex/passivetex doins *.sty *.xmt - dodoc README.passivetex index.xml - dohtml index.html + dodoc README.passivetex index.{html,xml} } |