Portage is a package management system used by Gentoo Linux
# ChangeLog for app-emulation/parallels-workstation
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/parallels-workstation/ChangeLog,v 1.3 2008/02/07 15:43:49 cardoe Exp $
*parallels-workstation-2.2.2112-r2 (07 Feb 2008)
07 Feb 2008; Doug Klima
+files/parallels-workstation-2.2.2112-2.6.23.patch,
+parallels-workstation-2.2.2112-r2.ebuild:
updated ebuild and patch from Andrey Romanchev
bug #209171. Some clean ups and tweaks by me.
02 Jul 2007; Piotr JaroszyĆski
parallels-workstation-2.2.2112-r1.ebuild:
(QA) RESTRICT clean up.
*parallels-workstation-2.2.2112-r1 (16 May 2007)
16 May 2007; Doug Goldstein
+files/parallels-workstation-2.2.2112-prlnet.patch, +files/parallels.rc,
+metadata.xml, +parallels-workstation-2.2.2112-r1.ebuild:
Adding Parallels Workstation ebuilds to the tree. These are written and
maintained by Andrey Romanchev
by me.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
AUX parallels-workstation-2.2.2112-2.6.23.patch 11559 RMD160 8d4e40c08e710584e1fadb4bb97e4aa4f4f59097 SHA1 81f070de2d366b53d76a8ee66bff4f4fa06d2ac1 SHA256 f540322750ed13d877a6a6de932668c873268ddcb1df7a6df06a4e939bba38bd
AUX parallels-workstation-2.2.2112-prlnet.patch 340 RMD160 efacfdca7d5dfabec09a44fa8b31d8329ecd612b SHA1 c3f2b90ff9b7731f9e2d502b47671814bbf818d2 SHA256 b963f3d95f06a4300b5b10abea21422640d0f41950996c32dab599505e62d8cd
AUX parallels.rc 836 RMD160 85d5dd81d63dfaddffa29ff922b87786c85dbfa0 SHA1 a943085b6c44048b75dfefa3d41099a67ef4c92e SHA256 db1af1c07170437a22f4ca39cf58fd0b9b067106e5a3647382fa031046d3ddf7
DIST Parallels-2.2.2112-lin.tgz 16779974 RMD160 cf4cc7773a168b14c315be7bb4a760749beeeefb SHA1 fed6d150a72216ac084825e8efcbb18cbd3629be SHA256 3ea46c2895c89eee23d14c9d20fc12d5892736297c5fb7c77a64bae8c94f2ce5
EBUILD parallels-workstation-2.2.2112-r1.ebuild 2254 RMD160 d9ede8ea80a6b24d73c135270155177a4efb0517 SHA1 867328f1daff1b43373bac89a8a1593e8897eeb1 SHA256 86abb18011d9977112de564d7679b19325dc9ab0ae087795ab355ed3f3e826cd
EBUILD parallels-workstation-2.2.2112-r2.ebuild 2126 RMD160 dff9a11b9b253bf644663868cf4711b8cdaef092 SHA1 99bb86a21d03d72ecdea2c613fd2eef1b73dc3ab SHA256 bfec2cf923664bf16d0f2a4e68e805a24e4cd66616e626ed33a60c90d7398d5b
MISC ChangeLog 1084 RMD160 ce8557f3071f5173c527565297d41a83698c48c8 SHA1 a05030327138d30ce59174e1e100a7b1b6ab3c24 SHA256 df8ea9fe4c7d5c93eb665b679a2cd4efbd2a6ed76358f9e8196b43a2d40de6b9
MISC metadata.xml 730 RMD160 c230554da9e45b7a7088fbffb6f21638a42753a7 SHA1 269bbbac7bdbd3513209bb666e1ccd3ea9adb9a9 SHA256 59c576c7bf7ddd5c0113c02f8056add269d3311a2609dfd698dd801c484b44d6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFHqyc+oeSe8B0zEfwRAohBAJ9RdMN9AM+FnzlfDzJxOe0Irvms5gCffd81
Uah6PzyucuC29b8w8vKcU7M=
=g49w
-----END PGP SIGNATURE-----
effective desktop virtualization solution that empowers PC users with the
ability to create completely networked, fully portable, entirely independent
virtual machines on a single physical machine.
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/parallels-workstation/parallels-workstation-2.2.2112-r1.ebuild,v 1.2 2007/07/02 14:00:27 peper Exp $
inherit eutils
S=${WORKDIR}/parallels-${PV}-lin
DESCRIPTION="Virtual machine software that runs multiple operating systems and their applications simultaneously on a single PC."
HOMEPAGE="http://www.parallels.com"
SRC_URI="http://download.parallels.com/GA/Parallels-${PV}-lin.tgz"
LICENSE="Parallels"
SLOT="0"
KEYWORDS="-* x86"
RESTRICT="strip"
DEPEND="virtual/os-headers
=x11-libs/qt-3*
>=sys-libs/libstdc++-v3-3.0.0
"
destdir=/usr/lib/parallels
src_unpack() {
unpack Parallels-${PV}-lin.tgz
cd ${S}
epatch "${FILESDIR}"/${PN}-2.2.2112-prlnet.patch
}
src_install() {
dodir ${destdir}/doc
dodoc ${S}/data/doc/README ${S}/data/doc/INSTALL ${S}/data/doc/LICENSE
cp -a ${S}/data/doc/README ${D}/${destdir}/doc
cp -a ${S}/data/doc/INSTALL ${D}/${destdir}/doc
cp -a ${S}/data/doc/LICENSE ${D}/${destdir}/doc
cp -a ${S}/data/* ${D}/${destdir}
dodir ${destdir}/bugreports; fperms 1777 ${destdir}/bugreports
touch ${D}/${destdir}/.parallels_common_options; fperms 666 ${destdir}/.parallels_common_options
touch ${D}/${destdir}/.parallels_license; fperms 666 ${destdir}/.parallels_license
touch ${D}/${destdir}/.not_configured
dodir /usr/bin/
dosym ${destdir}/parallels /usr/bin/parallels
dosym ${destdir}/imagetool /usr/bin/imagetool
dosym ${destdir}/parallels-config /usr/bin/parallels-config
dosym /usr/bin/parallels /usr/bin/Parallels
dosym /usr/bin/parallels-config /usr/bin/Parallels-config
newinitd ${FILESDIR}/parallels.rc parallels
}
pkg_preinst() {
running=`rc-status -s | grep parallels | grep started`
if [[ $running != "" ]]; then
/etc/init.d/parallels stop
fi
}
pkg_postinst() {
rm -f $destdir/.ereaded
$destdir/tools/mimelink associate 2> /dev/null
chmod 06555 $destdir/parallels-linux
echo
einfo "You should configure ${PN} ${PV}"
einfo "before starting it for the first time."
einfo "Issue \"parallels-config\" command."
echo
}
pkg_postrm() {
if [ -e $destdir/Makefile ]; then
make -C $destdir clean distclean > /dev/null 2>&1
fi
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/parallels-workstation/parallels-workstation-2.2.2112-r2.ebuild,v 1.1 2008/02/07 15:43:49 cardoe Exp $
inherit eutils
S=${WORKDIR}/parallels-${PV}-lin
DESCRIPTION="Virtual machine software that runs multiple operating systems and their applications simultaneously on a single PC."
HOMEPAGE="http://www.parallels.com"
SRC_URI="http://download.parallels.com/GA/Parallels-${PV}-lin.tgz"
LICENSE="Parallels"
SLOT="0"
KEYWORDS="-* ~x86"
RESTRICT="strip"
DEPEND="virtual/os-headers
=x11-libs/qt-3*
>=sys-libs/libstdc++-v3-3.0.0
"
destdir=/usr/lib/parallels
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PN}-2.2.2112-2.6.23.patch
}
src_install() {
dodoc data/doc/README data/doc/INSTALL data/doc/LICENSE
dodir ${destdir}/doc
insinto ${destdir}/doc
doins data/doc/README data/doc/INSTALL data/doc/LICENSE
insinto ${destdir}
doins data/*
dodir ${destdir}/bugreports
fperms 1777 ${destdir}/bugreports
touch ${destdir}/.parallels_common_options
fperms 666 ${destdir}/.parallels_common_options
touch ${destdir}/.parallels_license
fperms 666 ${destdir}/.parallels_license
touch ${destdir}/.not_configured
dosym ${destdir}/parallels /usr/bin/parallels
dosym ${destdir}/imagetool /usr/bin/imagetool
dosym ${destdir}/parallels-config /usr/bin/parallels-config
dosym /usr/bin/parallels /usr/bin/Parallels
dosym /usr/bin/parallels-config /usr/bin/Parallels-config
newinitd "${FILESDIR}"/parallels.rc parallels
}
pkg_preinst() {
running=`rc-status -s | grep parallels | grep started`
if [[ $running != "" ]]; then
/etc/init.d/parallels stop
fi
}
pkg_postinst() {
rm -f $destdir/.ereaded
$destdir/tools/mimelink associate 2> /dev/null
chmod 06555 $destdir/parallels-linux
echo
elog "You should configure ${PN} ${PV}"
elog "before starting it for the first time."
elog "Issue \"parallels-config\" command."
echo
}
pkg_postrm() {
if [ -e $destdir/Makefile ]; then
make -C $destdir clean distclean > /dev/null 2>&1
fi
}