Fixed pst-flags 20210109
This commit is contained in:
parent
00a74ec8ba
commit
127458e6ee
@ -1,17 +1,12 @@
|
|||||||
# $Header: $
|
# $Header: $
|
||||||
|
|
||||||
EAPI="7"
|
EAPI="7"
|
||||||
|
|
||||||
DESCRIPTION="LaTeX package for drawing flags of countries using PSTricks"
|
DESCRIPTION="LaTeX package for drawing flags of countries using PSTricks"
|
||||||
HOMEPAGE="https://ctan.org/tex-archive/graphics/pstricks/contrib/pst-flags"
|
HOMEPAGE="https://ctan.org/tex-archive/graphics/pstricks/contrib/pst-flags"
|
||||||
|
|
||||||
SRC_URI="http://mirrors.ctan.org/graphics/pstricks/contrib/pst-flags.zip -> ${P}.zip"
|
SRC_URI="http://mirrors.ctan.org/graphics/pstricks/contrib/pst-flags.zip -> ${P}.zip"
|
||||||
|
|
||||||
LICENSE="lppl-1-3c"
|
LICENSE="lppl-1-3c"
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-macos"
|
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-macos"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
IUSE=""
|
|
||||||
DEPEND="app-text/texlive
|
DEPEND="app-text/texlive
|
||||||
app-arch/unzip"
|
app-arch/unzip"
|
||||||
|
|
||||||
@ -22,15 +17,15 @@ src_unpack() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
|
||||||
tex ${PN}.ins
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dodoc README.md doc/${PN}-examples.tex doc/${PN}-doc.tex doc/${PN}-doc.pdf
|
dodoc README.md doc/amm-pst-doc.cls doc/${PN}-examples.tex doc/${PN}-doc.tex doc/${PN}-doc.pdf
|
||||||
|
|
||||||
insinto /usr/share/texmf-dist/tex/latex
|
insinto /usr/share/texmf-dist/tex/${PN}
|
||||||
doins tex/${PN}.sty
|
doins tex/${PN}.sty
|
||||||
|
doins tex/${PN}-colors-html.sty
|
||||||
|
insinto /usr/share/texmf-dist/tex/${PN}/Flags
|
||||||
|
doins tex/Flags/*.tex
|
||||||
|
doins tex/Flags/*.eps
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
DEFINED_PHASES=compile install postinst postrm unpack
|
DEFINED_PHASES=install postinst postrm unpack
|
||||||
DEPEND=app-text/texlive app-arch/unzip
|
DEPEND=app-text/texlive app-arch/unzip
|
||||||
DESCRIPTION=LaTeX package for drawing flags of countries using PSTricks
|
DESCRIPTION=LaTeX package for drawing flags of countries using PSTricks
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@ -7,4 +7,4 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x8
|
|||||||
LICENSE=lppl-1-3c
|
LICENSE=lppl-1-3c
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=http://mirrors.ctan.org/graphics/pstricks/contrib/pst-flags.zip -> pst-flags-20230109.zip
|
SRC_URI=http://mirrors.ctan.org/graphics/pstricks/contrib/pst-flags.zip -> pst-flags-20230109.zip
|
||||||
_md5_=07ffac895bd111414e7b57bb30c59e7d
|
_md5_=9f9c865a50148d5abf36cf5d9a8bef2f
|
||||||
|
Loading…
x
Reference in New Issue
Block a user