diff options
author | Martin Väth <martin@mvath.de> | 2022-02-18 15:36:02 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2022-02-18 15:36:02 +0100 |
commit | 0fff39cb7464adc83b69970b1dfe2587f496392c (patch) | |
tree | 1bbb6684f3bddca60d8e0092c43d165e8544fd9b /sci-mathematics | |
parent | media-video/video-mv: Version bump (diff) | |
download | mv-0fff39cb7464adc83b69970b1dfe2587f496392c.tar.gz mv-0fff39cb7464adc83b69970b1dfe2587f496392c.tar.bz2 mv-0fff39cb7464adc83b69970b1dfe2587f496392c.zip |
Make pkgcheck happy
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/reduce/Manifest | 4 | ||||
-rw-r--r-- | sci-mathematics/reduce/metadata.xml | 3 | ||||
-rw-r--r-- | sci-mathematics/reduce/reduce-20141130-r3.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/reduce/reduce-20190413.ebuild | 4 |
4 files changed, 9 insertions, 6 deletions
diff --git a/sci-mathematics/reduce/Manifest b/sci-mathematics/reduce/Manifest index 9a9620d9..6143e992 100644 --- a/sci-mathematics/reduce/Manifest +++ b/sci-mathematics/reduce/Manifest @@ -1,2 +1,2 @@ -DIST Reduce-svn4961-src.tar.gz 271949781 SHA512 6bb9e97e0c6187b14f20543dd9285721325179cdb043d23a6491dc8b123d87f6f6d06910cf7d72ba0074c75e8ffa0b603fb5a1ba4f56e7c898bb29e274dbffbf -DIST reduce-src-2014-11-30.tar.bz2 253343100 SHA512 46dfead80b2778b37ac723343d2922d00a48f4bd5ca7d92c14039abd880cd1b0b3276c660e9ee443cdc6383e42448479893411360bfdbe2a239e11a780d6672b +DIST Reduce-svn4961-src.tar.gz 271949781 BLAKE2B c059cd408895e86d94fc349c6d12ae6e79c63732ca3b431230347415f9b2e915e8d21844abaa43098d3aac1271892b479700871bddc30a213d8f09069d9500fc SHA512 6bb9e97e0c6187b14f20543dd9285721325179cdb043d23a6491dc8b123d87f6f6d06910cf7d72ba0074c75e8ffa0b603fb5a1ba4f56e7c898bb29e274dbffbf +DIST reduce-src-2014-11-30.tar.bz2 253343100 BLAKE2B a9a715225bb8e64e9a48856a55f8946e9dd478c6ddb9ae0b55abeda8764fd8b6c2a8e22c6c1e200dd2de00cf71ddd57ac569cf6a72aeaed01f052bbbe634474f SHA512 46dfead80b2778b37ac723343d2922d00a48f4bd5ca7d92c14039abd880cd1b0b3276c660e9ee443cdc6383e42448479893411360bfdbe2a239e11a780d6672b diff --git a/sci-mathematics/reduce/metadata.xml b/sci-mathematics/reduce/metadata.xml index 1ad5825d..d70157e2 100644 --- a/sci-mathematics/reduce/metadata.xml +++ b/sci-mathematics/reduce/metadata.xml @@ -18,6 +18,9 @@ A general-purpose computer algebra system. Powerful, mature and efficient. </longdescription> + <use> + <flag name="tinfo">Build with ncurses[tinfo]</flag> + </use> <upstream> <remote-id type="sourceforge">reduce-algebra</remote-id> </upstream> diff --git a/sci-mathematics/reduce/reduce-20141130-r3.ebuild b/sci-mathematics/reduce/reduce-20141130-r3.ebuild index 18d3e0cd..7a688d52 100644 --- a/sci-mathematics/reduce/reduce-20141130-r3.ebuild +++ b/sci-mathematics/reduce/reduce-20141130-r3.ebuild @@ -83,11 +83,11 @@ src_install() { doins reduce.img csl.img insinto /usr/share/${PN} doins -r ${PN}.doc - mv -- "${ED}"usr/share/${PN}/${PN}.doc "${ED}"usr/share/${PN}/doc + mv -- "${ED}"/usr/share/${PN}/${PN}.doc "${ED}"/usr/share/${PN}/doc dosym ../../share/${PN}/doc /usr/${lib}/${PN}/${PN}.doc if use X; then doins -r ${PN}.fonts - mv -- "${ED}"usr/share/${PN}/${PN}.fonts "${ED}"usr/share/${PN}/fonts + mv -- "${ED}"/usr/share/${PN}/${PN}.fonts "${ED}"/usr/share/${PN}/fonts dosym ../../share/${PN}/fonts /usr/${lib}/${PN}/${PN}.fonts fi popd > /dev/null diff --git a/sci-mathematics/reduce/reduce-20190413.ebuild b/sci-mathematics/reduce/reduce-20190413.ebuild index 2b63b2fa..a4aaf023 100644 --- a/sci-mathematics/reduce/reduce-20190413.ebuild +++ b/sci-mathematics/reduce/reduce-20190413.ebuild @@ -87,11 +87,11 @@ src_install() { doins reduce.img csl.img insinto /usr/share/${PN} doins -r ${PN}.doc - mv -- "${ED}"usr/share/${PN}/${PN}.doc "${ED}"usr/share/${PN}/doc + mv -- "${ED}"/usr/share/${PN}/${PN}.doc "${ED}"/usr/share/${PN}/doc dosym ../../share/${PN}/doc /usr/${lib}/${PN}/${PN}.doc if use X; then doins -r ${PN}.fonts - mv -- "${ED}"usr/share/${PN}/${PN}.fonts "${ED}"usr/share/${PN}/fonts + mv -- "${ED}"/usr/share/${PN}/${PN}.fonts "${ED}"/usr/share/${PN}/fonts dosym ../../share/${PN}/fonts /usr/${lib}/${PN}/${PN}.fonts fi popd > /dev/null |