From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/open-vm-tools/
Date: Sun, 23 Aug 2015 23:41:30 +0000 (UTC) [thread overview]
Message-ID: <1440373243.b28d8436a15fcf868fdca2a35ed6829759a4cf6e.floppym@gentoo> (raw)
commit: b28d8436a15fcf868fdca2a35ed6829759a4cf6e
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 23:39:18 2015 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 23:40:43 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28d8436
app-emulation/open-vm-tools: Remove dev snapshots
Package-Manager: portage-2.2.20_p134
app-emulation/open-vm-tools/Manifest | 1 -
.../open-vm-tools-2013.09.16.1328054-r2.ebuild | 123 ---------------------
.../open-vm-tools-2013.09.16.1328054-r3.ebuild | 123 ---------------------
3 files changed, 247 deletions(-)
diff --git a/app-emulation/open-vm-tools/Manifest b/app-emulation/open-vm-tools/Manifest
index 5ea0465..e0c3447 100644
--- a/app-emulation/open-vm-tools/Manifest
+++ b/app-emulation/open-vm-tools/Manifest
@@ -1,4 +1,3 @@
-DIST open-vm-tools-2013.09.16-1328054.tar.gz 3793719 SHA256 470a6ea3ce14c2c5ea6b7bc59745eccbacc8d88a3f343e712312786435975d13 SHA512 7ae62d5411b4bdefd0e8db5f0a81bb357bfd4a624af06bf9a5a74f49ede0b7051b41dfe548c758fd7e73cded34af983c8aa0c412e65343092e05ae9b997895cb WHIRLPOOL 688fb4e494fb7aab7d0eb09189afff95ec8727bcc1893a4ec632bb8198661a1a55d58a813d2d56a3ac330fd7a55afc1fa7dc11f1d60c06c91ecf6a0bf866b249
DIST open-vm-tools-9.10.0-2476743.tar.gz 4093306 SHA256 e146ad53d744d7793ee72c5271fc49a916613534c14827c227fdaef4b3579c96 SHA512 8c8e4a559c0374e020c8261d4c8f6855efbe3f509745ee02ec03ab9ebce7e1327ec1e5e18f674cb464630ace9dc33b4262ffd119fc237c286ee44327e4590385 WHIRLPOOL 162aba889e249ac229e003a57753ff78b86f612a0753ae83f9de52eb1d0ae0a11aee0279c192eb073dabc76d718747c614d4122395abfc8c8d0f9d80a903189a
DIST open-vm-tools-9.10.2-2822639.tar.gz 4044062 SHA256 6c5a7f88b597585a273fb9918fdb9201c79e30731a765fbec1acda14d1f3d74c SHA512 0a0683b1d86ff1926517c882943c30267f04710bdd9a70bf7aa75534d64480c3cc2cf5eae5655ed228d4e140129f46efeb2cdbbb8191b142756ad359cec58b72 WHIRLPOOL 7a15d5561fcd52c32c668d8da86ada5a850b4fdaac373f9850c4906b4939ebf620a2ef7740b8a15e513ececb95bd02b285ea5632860bea87df666fcef539ef5f
DIST open-vm-tools-9.4.0-1280544.tar.gz 3659504 SHA256 5d30652eb0f6dc5e930781029c184837e700be5543b6a7116db4c62a6f3ca399 SHA512 07b36f49713140606f74864b59c2e01c9ed83a960dd3f5d172b84fc75e760f7370065774a0e26897924af60454c86b682ca0fd32276b0e9fb17b268247f8cbdf WHIRLPOOL 88533768cf718de3b5f64e688597209fa2029d02cdf350d7fd05ec8dd8ca0f0c125a8d1445c1ec9287bc486076d5c335f3cc615c3f0b9aa7bac84e921da4c9e6
diff --git a/app-emulation/open-vm-tools/open-vm-tools-2013.09.16.1328054-r2.ebuild b/app-emulation/open-vm-tools/open-vm-tools-2013.09.16.1328054-r2.ebuild
deleted file mode 100644
index 3383e6f..0000000
--- a/app-emulation/open-vm-tools/open-vm-tools-2013.09.16.1328054-r2.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib pam user versionator flag-o-matic systemd toolchain-funcs
-
-MY_PV="$(replace_version_separator 3 '-')"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="Opensourced tools for VMware guests"
-HOMEPAGE="https://github.com/vmware/open-vm-tools"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X doc +fuse icu modules pam +pic xinerama"
-
-COMMON_DEPEND="
- dev-libs/glib:2
- dev-libs/libdnet
- sys-apps/ethtool
- sys-process/procps
- pam? ( virtual/pam )
- X? (
- dev-cpp/gtkmm:2.4
- x11-base/xorg-server
- x11-drivers/xf86-input-vmmouse
- x11-drivers/xf86-video-vmware
- x11-libs/gtk+:2
- x11-libs/libnotify
- x11-libs/libX11
- x11-libs/libXtst
- )
- fuse? ( sys-fs/fuse )
- icu? ( dev-libs/icu:= )
- xinerama? ( x11-libs/libXinerama )
-"
-
-DEPEND="${COMMON_DEPEND}
- doc? ( app-doc/doxygen )
- virtual/pkgconfig
- virtual/linux-sources
- sys-apps/findutils
-"
-
-RDEPEND="${COMMON_DEPEND}
- modules? ( app-emulation/open-vm-tools-kmod )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
- enewgroup vmware
-}
-
-src_prepare() {
- # Do not filter out Werror
- # Upstream Bug http://sourceforge.net/tracker/?func=detail&aid=2959749&group_id=204462&atid=989708
- # sed -i -e 's/CFLAGS=.*Werror/#&/g' configure || die "sed comment out Werror failed"
- sed -i -e 's:\(TEST_PLUGIN_INSTALLDIR=\).*:\1\$libdir/open-vm-tools/plugins/tests:g' configure || die "sed test_plugin_installdir failed"
-}
-
-src_configure() {
- # http://bugs.gentoo.org/402279
- if has_version '>=sys-process/procps-3.3.2'; then
- export CUSTOM_PROCPS_NAME=procps
- export CUSTOM_PROCPS_LIBS="$($(tc-getPKG_CONFIG) --libs libprocps)"
- fi
-
- local myeconfargs=(
- --with-procps
- --with-dnet
- --without-kernel-modules
- $(use_enable doc docs)
- --docdir=/usr/share/doc/${PF}
- $(use_with X x)
- $(use_with X gtk2)
- $(use_with X gtkmm)
- $(use_with icu)
- $(use_with pam)
- $(use_with pic)
- $(use_enable xinerama multimon)
- )
-
- econf "${myeconfargs[@]}"
-
- # Bugs 260878, 326761
- find ./ -name Makefile | xargs sed -i -e 's/-Werror//g' || die "sed out Werror failed"
-}
-
-src_install() {
- default
-
- rm "${D}"/etc/pam.d/vmtoolsd
- pamd_mimic_system vmtoolsd auth account
-
- rm "${D}"/usr/$(get_libdir)/*.la
- rm "${D}"/usr/$(get_libdir)/open-vm-tools/plugins/common/*.la
-
- newinitd "${FILESDIR}/open-vm-tools.initd" vmware-tools
- newconfd "${FILESDIR}/open-vm-tools.confd" vmware-tools
- systemd_dounit "${FILESDIR}"/vmtoolsd.service
-
- exeinto /etc/vmware-tools/scripts/vmware/
- doexe "${FILESDIR}"/network
-
- if use X;
- then
- fperms 4755 "/usr/bin/vmware-user-suid-wrapper"
-
- dobin "${S}"/scripts/common/vmware-xdg-detect-de
-
- insinto /etc/xdg/autostart
- doins "${FILESDIR}/open-vm-tools.desktop"
-
- elog "To be able to use the drag'n'drop feature of VMware for file"
- elog "exchange, please add the users to the 'vmware' group."
- fi
- elog "Add 'vmware-tools' service to the default runlevel."
-}
diff --git a/app-emulation/open-vm-tools/open-vm-tools-2013.09.16.1328054-r3.ebuild b/app-emulation/open-vm-tools/open-vm-tools-2013.09.16.1328054-r3.ebuild
deleted file mode 100644
index 9340280..0000000
--- a/app-emulation/open-vm-tools/open-vm-tools-2013.09.16.1328054-r3.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib pam user versionator flag-o-matic systemd toolchain-funcs
-
-MY_PV="$(replace_version_separator 3 '-')"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="Opensourced tools for VMware guests"
-HOMEPAGE="https://github.com/vmware/open-vm-tools"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X doc icu modules pam +pic xinerama"
-
-COMMON_DEPEND="
- dev-libs/glib:2
- dev-libs/libdnet
- sys-apps/ethtool
- sys-process/procps
- pam? ( virtual/pam )
- X? (
- dev-cpp/gtkmm:2.4
- x11-base/xorg-server
- x11-drivers/xf86-input-vmmouse
- x11-drivers/xf86-video-vmware
- x11-libs/gtk+:2
- x11-libs/libnotify
- x11-libs/libX11
- x11-libs/libXtst
- )
- sys-fs/fuse
- icu? ( dev-libs/icu:= )
- xinerama? ( x11-libs/libXinerama )
-"
-
-DEPEND="${COMMON_DEPEND}
- doc? ( app-doc/doxygen )
- virtual/pkgconfig
- virtual/linux-sources
- sys-apps/findutils
-"
-
-RDEPEND="${COMMON_DEPEND}
- modules? ( app-emulation/open-vm-tools-kmod )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
- enewgroup vmware
-}
-
-src_prepare() {
- # Do not filter out Werror
- # Upstream Bug http://sourceforge.net/tracker/?func=detail&aid=2959749&group_id=204462&atid=989708
- # sed -i -e 's/CFLAGS=.*Werror/#&/g' configure || die "sed comment out Werror failed"
- sed -i -e 's:\(TEST_PLUGIN_INSTALLDIR=\).*:\1\$libdir/open-vm-tools/plugins/tests:g' configure || die "sed test_plugin_installdir failed"
-}
-
-src_configure() {
- # http://bugs.gentoo.org/402279
- if has_version '>=sys-process/procps-3.3.2'; then
- export CUSTOM_PROCPS_NAME=procps
- export CUSTOM_PROCPS_LIBS="$($(tc-getPKG_CONFIG) --libs libprocps)"
- fi
-
- local myeconfargs=(
- --with-procps
- --with-dnet
- --without-kernel-modules
- $(use_enable doc docs)
- --docdir=/usr/share/doc/${PF}
- $(use_with X x)
- $(use_with X gtk2)
- $(use_with X gtkmm)
- $(use_with icu)
- $(use_with pam)
- $(use_with pic)
- $(use_enable xinerama multimon)
- )
-
- econf "${myeconfargs[@]}"
-
- # Bugs 260878, 326761
- find ./ -name Makefile | xargs sed -i -e 's/-Werror//g' || die "sed out Werror failed"
-}
-
-src_install() {
- default
-
- rm "${D}"/etc/pam.d/vmtoolsd
- pamd_mimic_system vmtoolsd auth account
-
- rm "${D}"/usr/$(get_libdir)/*.la
- rm "${D}"/usr/$(get_libdir)/open-vm-tools/plugins/common/*.la
-
- newinitd "${FILESDIR}/open-vm-tools.initd" vmware-tools
- newconfd "${FILESDIR}/open-vm-tools.confd" vmware-tools
- systemd_dounit "${FILESDIR}"/vmtoolsd.service
-
- exeinto /etc/vmware-tools/scripts/vmware/
- doexe "${FILESDIR}"/network
-
- if use X;
- then
- fperms 4755 "/usr/bin/vmware-user-suid-wrapper"
-
- dobin "${S}"/scripts/common/vmware-xdg-detect-de
-
- insinto /etc/xdg/autostart
- doins "${FILESDIR}/open-vm-tools.desktop"
-
- elog "To be able to use the drag'n'drop feature of VMware for file"
- elog "exchange, please add the users to the 'vmware' group."
- fi
- elog "Add 'vmware-tools' service to the default runlevel."
-}
next reply other threads:[~2015-08-23 23:41 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-23 23:41 Mike Gilbert [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-09-18 1:37 [gentoo-commits] repo/gentoo:master commit in: app-emulation/open-vm-tools/ Mike Gilbert
2016-01-01 21:22 Pacho Ramos
2016-02-18 0:51 Mike Gilbert
2016-07-22 21:24 Mike Gilbert
2016-11-25 23:29 Mike Gilbert
2016-11-25 23:37 Mike Gilbert
2016-11-25 23:59 Mike Gilbert
2016-11-26 1:46 Mike Gilbert
2016-11-26 4:01 Mike Gilbert
2016-11-26 4:18 Mike Gilbert
2016-11-27 18:17 Mike Gilbert
2016-12-05 15:37 Mike Gilbert
2017-08-04 19:51 Mike Gilbert
2017-08-04 19:51 Mike Gilbert
2017-08-04 19:51 Mike Gilbert
2017-08-08 17:01 Mike Gilbert
2017-11-29 23:25 Mike Gilbert
2017-11-29 23:30 Mike Gilbert
2017-11-30 16:35 Mike Gilbert
2018-07-04 14:56 Mike Gilbert
2018-07-04 14:56 Mike Gilbert
2018-07-04 23:54 Mike Gilbert
2018-12-18 16:58 Mike Gilbert
2018-12-18 17:12 Mike Gilbert
2019-02-15 21:21 Mike Gilbert
2019-04-12 17:53 Mike Gilbert
2019-04-12 20:22 Michał Górny
2019-08-17 18:03 Mike Gilbert
2019-10-12 18:38 Mikle Kolyada
2019-12-19 18:10 Mike Gilbert
2020-05-09 22:19 Mike Gilbert
2020-11-16 19:25 Mike Gilbert
2020-12-14 16:55 Mike Gilbert
2020-12-14 16:55 Mike Gilbert
2020-12-24 10:03 Agostino Sarubbo
2021-01-06 8:07 Sam James
2021-02-10 0:16 Mike Gilbert
2021-06-24 23:27 Sam James
2021-06-27 2:08 Sam James
2021-09-24 14:05 Mike Gilbert
2021-09-24 15:37 Sam James
2021-09-25 23:46 Sam James
2021-09-26 0:53 Mike Gilbert
2021-11-23 22:19 Sam James
2022-01-03 22:06 Mike Gilbert
2022-06-03 18:32 Mike Gilbert
2022-06-03 21:32 Jakov Smolić
2022-06-03 21:32 Jakov Smolić
2022-06-04 14:13 Mike Gilbert
2022-06-04 14:13 Mike Gilbert
2022-09-09 15:23 Mike Gilbert
2022-09-20 0:07 Sam James
2022-09-20 7:45 Jakov Smolić
2022-10-22 2:45 Mike Gilbert
2023-04-15 5:40 Sam James
2023-04-24 18:52 Mike Gilbert
2023-06-01 20:04 Sam James
2023-06-02 11:07 Arthur Zamarin
2023-06-18 20:25 Mike Gilbert
2023-06-18 20:25 Mike Gilbert
2023-06-18 20:25 Mike Gilbert
2023-06-19 16:58 Arthur Zamarin
2023-06-19 16:58 Arthur Zamarin
2024-05-09 20:49 Sam James
2024-07-10 9:51 David Seifert
2024-07-10 9:51 David Seifert
2024-09-23 9:14 Arthur Zamarin
2024-10-03 10:43 David Seifert
2024-11-03 13:48 David Seifert
2024-12-30 11:38 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1440373243.b28d8436a15fcf868fdca2a35ed6829759a4cf6e.floppym@gentoo \
--to=floppym@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox