* [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-vsphere-cli/
@ 2014-10-11 20:40 Andreas Hüttel
0 siblings, 0 replies; only message in thread
From: Andreas Hüttel @ 2014-10-11 20:40 UTC (permalink / raw
To: gentoo-commits
commit: 8f6ba5912a831892360fb119368b4d50c9d5b3d1
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 11 20:40:04 2014 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 11 20:40:04 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/vmware.git;a=commit;h=8f6ba591
EAPI bump to 5, remove some die, replace perl-core dependencies with virtual/perl-
Package-Manager: portage-2.2.14_rc1
---
...build => vmware-vsphere-cli-4.1.0.254719-r1.ebuild} | 18 +++++++++---------
1 file 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
similarity index 90%
rename from app-emulation/vmware-vsphere-cli/vmware-vsphere-cli-4.1.0.254719.ebuild
rename to 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/*
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-11 20:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-11 20:40 [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-vsphere-cli/ Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox