diff options
author | 2016-11-05 08:57:36 +0100 | |
---|---|---|
committer | 2016-11-05 08:57:36 +0100 | |
commit | b3c2e516c7d81596c6567eead8ae295f85dfe1fb (patch) | |
tree | e6f27b0c7c7879fbfd2923e6859676ad5ef93780 /app-emulation | |
parent | sci-libs/fgsl: fixed ebuilds: remove use() statement from global scope (diff) | |
download | AstroFloyd-b3c2e516c7d81596c6567eead8ae295f85dfe1fb.tar.gz AstroFloyd-b3c2e516c7d81596c6567eead8ae295f85dfe1fb.tar.bz2 AstroFloyd-b3c2e516c7d81596c6567eead8ae295f85dfe1fb.zip |
app-emulation/vmware-horizon-client-bin: add Manifest to repo
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vmware-horizon-client-bin/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/vmware-horizon-client-bin/vmware-horizon-client-bin-4.2.0.ebuild | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-emulation/vmware-horizon-client-bin/Manifest b/app-emulation/vmware-horizon-client-bin/Manifest new file mode 100644 index 0000000..d28edbf --- /dev/null +++ b/app-emulation/vmware-horizon-client-bin/Manifest @@ -0,0 +1,2 @@ +DIST VMware-Horizon-Client-4.2.0-4329640.x64.bundle 56756540 SHA256 32712e3f44fc41d95c41fabd3e94de285d91a6ddf0950a2c4850109e09e199cb SHA512 22d70f52c38fd5efdc55c12ad627e7b3946dea484f37f06fdedd33a71330b0d3bca65bf3a8116ea92c92cb83921962728acf4130a8de13d2b44f34c67160c359 WHIRLPOOL 4a1352a1e7fc82ac10a09255a4f64637c25f3249ca6248f37472505c1a0961453a0e2dcc953b1c3a366a6b88c7e496be6ca7f70706d68d67248f987cfb85c7d2 +EBUILD vmware-horizon-client-bin-4.2.0.ebuild 3671 SHA256 da108207775de17df6be8b645a9eaf15b49d21bee28895d7fca8a596855e1998 SHA512 1ab40aff6a4b3b28d4faa055ffbd33c9ba735a41d328f9505c61f7a897b9bc53b129ad35e4816e2bd3a20302f7c62c4e4cc09713a5720ec9d817744ba5ffd9a3 WHIRLPOOL c57f9f4fdc54449166665a60873b277f41febe47eb6cddf24a21603ba166073e7c0859630591beaaddbd2096cb04255e5afb7825f90b22bf25daa5eae92ffb1c diff --git a/app-emulation/vmware-horizon-client-bin/vmware-horizon-client-bin-4.2.0.ebuild b/app-emulation/vmware-horizon-client-bin/vmware-horizon-client-bin-4.2.0.ebuild index ed1d860..eb826bb 100644 --- a/app-emulation/vmware-horizon-client-bin/vmware-horizon-client-bin-4.2.0.ebuild +++ b/app-emulation/vmware-horizon-client-bin/vmware-horizon-client-bin-4.2.0.ebuild @@ -16,8 +16,8 @@ DEPEND="" RDEPEND="" src_unpack() { - mkdir ${S} # No unpacking to be done, but dir must exists for src_prepare() - cp ${DISTDIR}/${A} ${S} # Copy the distfile to the source dir + mkdir ${S} # Create source dir + cp ${DISTDIR}/${A} ${S} # Copy the distfile to the source dir - symlink won't execute chmod +x ${S}/${A} # Make the distdir executable cd ${S} ./${A} -x extract/ |