mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sci-misc/cdfplayer: Version bump; remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST CDFPlayer_10.4.0_LINUX.sh 1315941152 SHA256 4c202541762839c766d6f484377e3413de9dd7c70f47484da615572c8e44f4ed SHA512 13205dad6d3a57937b55f41d895e6eef5c7ebf1f416622226cbe97a7de4a39c8d1b5c7424194c2aa4bca9020b52f52ef311af118d810c6065a1275e58d9580a1 WHIRLPOOL 36236338c6ec922a6294da34e5379ba5ecf087b307a484abd79c516804d1db6f859b33a1535a9dce6f1980a51972ec1ceff3b39a6270b9d9797beedabc03a0f3
|
||||
DIST CDFPlayer_11.0.1_LINUX.sh 1630401312 SHA256 0f5f89d252481ea7fb49bd6c6c9b0a38956d4f0c32c361d02a543a8582c472e8 SHA512 bf52caa6a495ce78670ab6931e8caa3167121d5193e6839bb745026883f32c536d460faa960a59e593486fbf1a90d1ca51cb8e8a52eedff20e48eb1cb1a80701 WHIRLPOOL 9946110dffe973043dc4d89fd015ebcadfbd6e747b3993059cc811ce7e8f09df37db80daf9a3701cbd09de2331c3e534a20064876eabc256561aeca9fe4357a3
|
||||
DIST CDFPlayer_11.2.0_LINUX.sh 1821479711 BLAKE2B 7d12a94b43fdd60dc6af3d78fe45f85a2aa68752c690de023d4cd0cc5d24f8b091db7846d3732d7618d7df659b982fbcf19543d7d0c0116ddcae7f7b1aa11d88 SHA512 8a9a98ed5dceb18db41e52269dedf2a00ee89015a76eb650b852f8e1c19040918ecfa7594737f2982118c7358eab4d1e85694eecbe059edc963d4bdc8533b470
|
||||
|
||||
@@ -1,81 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit versionator
|
||||
|
||||
DESCRIPTION="Wolfram Player for the interactive Computable Document Format (CDF)"
|
||||
SRC_URI="CDFPlayer_10.4.0_LINUX.sh"
|
||||
HOMEPAGE="http://www.wolfram.com/cdf-player/"
|
||||
|
||||
LICENSE="WolframCDFPlayer"
|
||||
KEYWORDS="-* ~amd64 ~x86"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RESTRICT="strip mirror bindist fetch"
|
||||
|
||||
DEPEND=""
|
||||
|
||||
# this list comes from lsof output
|
||||
# probably there are still some libraries missing
|
||||
RDEPEND="
|
||||
x11-libs/libICE
|
||||
x11-libs/libSM
|
||||
x11-libs/libX11
|
||||
x11-libs/libXau
|
||||
x11-libs/libXcursor
|
||||
x11-libs/libXdmcp
|
||||
x11-libs/libXext
|
||||
x11-libs/libXfixes
|
||||
x11-libs/libXi
|
||||
x11-libs/libXmu
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libXrender
|
||||
x11-libs/libXt
|
||||
media-libs/alsa-lib
|
||||
dev-libs/expat
|
||||
media-libs/fontconfig
|
||||
dev-libs/icu
|
||||
x11-libs/libxcb
|
||||
dev-libs/libxml2
|
||||
|| ( sys-libs/ncurses:5/5 sys-libs/ncurses:0/5 )
|
||||
"
|
||||
|
||||
# we need this a few times
|
||||
MPV=$(get_version_component_range 1-2)
|
||||
|
||||
# we might as well list all files in all QA variables...
|
||||
QA_PREBUILT="opt/*"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_unpack() {
|
||||
/bin/sh "${DISTDIR}/${A}" --nox11 --confirm --keep -- -auto "-targetdir=${S}/opt/Wolfram/CDFPlayer/${MPV}" "-execdir=${S}/opt/bin" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# move all over
|
||||
mv "${S}/opt" "${D}/opt" || die
|
||||
|
||||
# the autogenerated symlinks point into sandbox, redo
|
||||
rm "${D}/opt/bin/"* || die
|
||||
dosym /opt/Wolfram/CDFPlayer/${MPV}/Executables/wolframcdfplayer opt/bin/wolframcdfplayer
|
||||
dosym /opt/Wolfram/CDFPlayer/${MPV}/Executables/WolframCDFPlayer opt/bin/WolframCDFPlayer
|
||||
|
||||
# fix some embedded paths and install desktop files
|
||||
insinto /usr/share/applications
|
||||
for filename in $(find "${D}" -name "wolfram-cdf10.desktop") ; do
|
||||
echo Fixing "${filename}"
|
||||
sed -e "s:${S}::g" -e 's:^\t\t::g' -i "${filename}"
|
||||
echo "Categories=Physics;Science;Engineering;2DGraphics;Graphics;" >> "${filename}"
|
||||
doins "${filename}"
|
||||
done
|
||||
}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Sadly Wolfram provides no permanent link to the player files."
|
||||
einfo "Please download the Wolfram CFD Player installation file ${SRC_URI} from"
|
||||
einfo "${HOMEPAGE} and place it in ${DISTDIR}"
|
||||
}
|
||||
@@ -6,7 +6,7 @@ EAPI=6
|
||||
inherit versionator
|
||||
|
||||
DESCRIPTION="Wolfram Player for the interactive Computable Document Format (CDF)"
|
||||
SRC_URI="CDFPlayer_11.0.1_LINUX.sh"
|
||||
SRC_URI="CDFPlayer_11.2.0_LINUX.sh"
|
||||
HOMEPAGE="http://www.wolfram.com/cdf-player/"
|
||||
|
||||
LICENSE="WolframCDFPlayer"
|
||||
@@ -40,7 +40,7 @@ RDEPEND="
|
||||
dev-libs/icu
|
||||
x11-libs/libxcb
|
||||
dev-libs/libxml2
|
||||
|| ( sys-libs/ncurses:5/5 sys-libs/ncurses:0/5 )
|
||||
sys-libs/ncurses:5/5
|
||||
"
|
||||
|
||||
# we need this a few times
|
||||
@@ -61,8 +61,8 @@ src_install() {
|
||||
|
||||
# the autogenerated symlinks point into sandbox, redo
|
||||
rm "${D}/opt/bin/"* || die
|
||||
dosym /opt/Wolfram/CDFPlayer/${MPV}/Executables/wolframcdfplayer opt/bin/wolframcdfplayer
|
||||
dosym /opt/Wolfram/CDFPlayer/${MPV}/Executables/WolframCDFPlayer opt/bin/WolframCDFPlayer
|
||||
dosym ../Wolfram/CDFPlayer/${MPV}/Executables/wolframcdfplayer opt/bin/wolframcdfplayer
|
||||
dosym ../Wolfram/CDFPlayer/${MPV}/Executables/WolframCDFPlayer opt/bin/WolframCDFPlayer
|
||||
|
||||
# fix some embedded paths and install desktop files
|
||||
insinto /usr/share/applications
|
||||
Reference in New Issue
Block a user