diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-20 19:28:42 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-20 19:28:42 +0000 |
commit | 032a3dbb5d4ea63ec6c2ceb39c067ea6424b5792 (patch) | |
tree | d46be9dbc767750a192f7a4d505757f2eec582f3 /dev-tex/slatex | |
parent | 6ec19c7f1bc4aa70e5f8a86cd29d579a95d97035 (diff) |
gentoo resync : 20.01.2020
Diffstat (limited to 'dev-tex/slatex')
-rw-r--r-- | dev-tex/slatex/Manifest | 2 | ||||
-rw-r--r-- | dev-tex/slatex/slatex-20090928_p20180415.ebuild | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-tex/slatex/Manifest b/dev-tex/slatex/Manifest index 1c89e0bda26a..1d9c2bdd1db3 100644 --- a/dev-tex/slatex/Manifest +++ b/dev-tex/slatex/Manifest @@ -1,3 +1,3 @@ DIST slatex-20090928_p20180415.tar.bz2 48075 BLAKE2B b79b11a790411cd02a1e5bcb8c2db023696d4387e0b68af79f0f06cdfbc7e0bd59b0274e6fd5a13665de86274a20998dfa64f45f72c3468773c668a5bf0e2ecf SHA512 13d86f30409918d46d83f4c052d19ab48521f2435c3c142e673aac81e42c04bd2b0f597d46002bc7cc3109215b1954b23329266ad346d123845b6d9a8f45efc4 -EBUILD slatex-20090928_p20180415.ebuild 1030 BLAKE2B 866adb1c6a6edd3c952c4b1a728ec72922771017469832b95960467de7ef61151488cd043422438e080035ac53d028b062f544cbcc524ac8a3d650e7da13e823 SHA512 646cf317fd398c8496a96640cc990c0f19ddc30f88286304c5b9f0e01341c58d20e377175a5c48a03415c8c015f919467dcddf27366cf4af9bf929d1a6e9c0a7 +EBUILD slatex-20090928_p20180415.ebuild 1014 BLAKE2B 79f7f7e026e1f1aec670d3ab4cd8b05bfd6636d65094eb61a091acba2b7df936ba17b7cc4377fa099e6e88bff4d5834ac9043c8d0a9da7e172ad55af88052b00 SHA512 a1b179e31a355f118a9d2b246f1809b6e2416f875b96c486c2feec6e3bbae045bc961bdf39d204ce420a3f46945e2034276985beef44b892b27adefa13c05160 MISC metadata.xml 1502 BLAKE2B 8f6aa0a8ff064b0f09a90bee49b9d09d252faeaea5ec289196edbbd4f3a4dfd69b2b53d146a73e6827170f402f675e137ff9f001bb2ac359a62846e922545308 SHA512 ae2d9b3ac6f8a93c3926f9dd0216c9650c194e1f091ab56daa4567587a08c1d7656e00107f45dc1c8970771db6c34ca691f792d4480910f0cec4b10901a9fef6 diff --git a/dev-tex/slatex/slatex-20090928_p20180415.ebuild b/dev-tex/slatex/slatex-20090928_p20180415.ebuild index a74acfadcc98..afcfca95701d 100644 --- a/dev-tex/slatex/slatex-20090928_p20180415.ebuild +++ b/dev-tex/slatex/slatex-20090928_p20180415.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 # for updating the texmf database, id est latex-package_rehash inherit latex-package -DESCRIPTION="SLaTeX is a Scheme program allowing you to write Scheme in your (La)TeX source" +DESCRIPTION="A Scheme program allowing you to write Scheme in your (La)TeX source" HOMEPAGE="http://www.ccs.neu.edu/home/dorai/slatex/slatxdoc.html" SRC_URI="http://www.ccs.neu.edu/home/dorai/slatex/${PN}.tar.bz2 -> ${P}.tar.bz2" @@ -19,10 +19,11 @@ DEPEND="${RDEPEND} dev-scheme/scmxlate" S="${WORKDIR}/${PN}" + TARGET_DIR="/usr/share/${PN}" src_prepare() { - eapply_user + default sed "s:\"/home/dorai/.www/slatex/slatex.scm\":\"${TARGET_DIR}/slatex.scm\":" \ -i scmxlate-slatex-src.scm || die "sed failed" } |