diff options
author | Andreas K. Huettel (dilfridge) <dilfridge@gentoo.org> | 2014-10-11 22:40:04 +0200 |
---|---|---|
committer | Andreas K. Huettel (dilfridge) <dilfridge@gentoo.org> | 2014-10-11 22:40:04 +0200 |
commit | 8f6ba5912a831892360fb119368b4d50c9d5b3d1 (patch) | |
tree | 731d6dfa02c63776fc77378a0a6fefad41fa58b7 /app-emulation/vmware-vsphere-cli | |
parent | more synching with mainline (diff) | |
download | vmware-8f6ba5912a831892360fb119368b4d50c9d5b3d1.tar.gz vmware-8f6ba5912a831892360fb119368b4d50c9d5b3d1.tar.bz2 vmware-8f6ba5912a831892360fb119368b4d50c9d5b3d1.zip |
EAPI bump to 5, remove some die, replace perl-core dependencies with virtual/perl-
Package-Manager: portage-2.2.14_rc1
Diffstat (limited to 'app-emulation/vmware-vsphere-cli')
-rw-r--r-- | app-emulation/vmware-vsphere-cli/vmware-vsphere-cli-4.1.0.254719-r1.ebuild (renamed from app-emulation/vmware-vsphere-cli/vmware-vsphere-cli-4.1.0.254719.ebuild) | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app-emulation/vmware-vsphere-cli/vmware-vsphere-cli-4.1.0.254719.ebuild b/app-emulation/vmware-vsphere-cli/vmware-vsphere-cli-4.1.0.254719-r1.ebuild index e3a06bb..94b8255 100644 --- a/app-emulation/vmware-vsphere-cli/vmware-vsphere-cli-4.1.0.254719.ebuild +++ b/app-emulation/vmware-vsphere-cli/vmware-vsphere-cli-4.1.0.254719-r1.ebuild @@ -6,7 +6,7 @@ # to download VMWare. The agreeing to a licence is part of the configure step # which the user must run manually. -EAPI="2" +EAPI=5 inherit eutils perl-module versionator @@ -44,9 +44,9 @@ DEPEND=" dev-perl/XML-SAX dev-perl/libwww-perl dev-perl/libxml-perl - perl-core/Compress-Raw-Zlib - perl-core/IO-Compress - perl-core/version + virtual/perl-Compress-Raw-Zlib + virtual/perl-IO-Compress + virtual/perl-version sys-fs/e2fsprogs sys-libs/zlib" # !app-emulation/vmware-server @@ -83,7 +83,7 @@ src_prepare() { epatch "${FILESDIR}"/makefile.patch - perl-module_src_prepare || die + perl-module_src_prepare } src_install() { @@ -97,12 +97,12 @@ src_install() { fi done - perl-module_src_install || die + perl-module_src_install # init script if [[ -e "${FILESDIR}/${PN}.rc" ]] then - newinitd "${FILESDIR}"/${PN}.rc ${product} || die "newinitd" + newinitd "${FILESDIR}"/${PN}.rc ${product} fi # create the environment @@ -117,13 +117,13 @@ src_install() { if [[ -e "${FILESDIR}/${PN}.xml" ]] then insinto /usr/share/mime/packages - doins "${FILESDIR}"/${PN}.xml || die "mimetypes" + doins "${FILESDIR}"/${PN}.xml fi if [[ -e doc/EULA ]] then insinto "${VMWARE_INSTALL_DIR}"/doc - doins doc/EULA || die "copying EULA" + doins doc/EULA fi doman man/* |