mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-emulation/crossover-office-pro-bin: Remove last-rited pkg, #612720
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
DIST install-crossover-pro-5.0.0.sh 15957213 SHA256 aa4575bf989eee9ecb3fa4f150913cb46c8bf7e32322f8c874310fff82ffb72c
|
||||
DIST install-crossover-pro-5.0.1.sh 16177282 SHA256 b92683c0e20008a67f2b79ea83bae01141cce22966ebbf291058eecdf941ddd6
|
||||
DIST install-crossover-pro-5.0.3.sh 17299111 SHA256 d171b87cb5c1aaa775e8abbb303fa7acc572f1b0911bbd89d1852e823fc9f133
|
||||
DIST install-crossover-pro-6.0.0.sh 20265211 SHA256 77055a7bc168b05efff9c1d6bfce9f450b43f00ea0e74f9f8a4514cfa00379c3
|
||||
DIST install-crossover-pro-6.1.0.sh 24811441 SHA256 9a71320ed778ab57e05f9e9412774e96910573f6e8a5edfe8d8cf2eb7805b200
|
||||
DIST install-crossover-pro-6.2.0.sh 23806779 SHA256 d6bcd30430bbf01b72780e6be13900e8cb5a80fd2850e230262db349d6ae58f2
|
||||
DIST install-crossover-pro-7.0.2.sh 25607860 SHA256 c307b237b6d57fea1e940c5c840f44ed0fc34357ae9f417e7127abc20d51314b
|
||||
DIST install-crossover-pro-7.1.0.sh 26190866 SHA256 8844a09493a9d987fd96d7c6cc17c3e3ca5b910fc61162c1d3e40beef8ef3b14
|
||||
DIST install-crossover-pro-8.0.0.sh 29587007 SHA256 f440337441715c723cd29a52f3156da86df622d19d81b5bd163b786696f9248f
|
||||
DIST install-crossover-pro-9.0.0.sh 30375251 SHA256 14b46ba4c386dbacb38abf24871576a22450b63f96e236338386f4f7bf65b71f
|
||||
DIST install-crossover-pro-9.0.1.sh 30381453 SHA256 8154e04dfdc10ebba3fe849ccf7f0c9b1508bf7d8612ac99ef3b1ac28ea13cb7
|
||||
DIST install-crossover-pro-9.1.0.sh 32846417 SHA256 a53bc1f0e188b3769f0e398450d62034b7d775e53e359be6f791dc02138d1b03
|
||||
DIST install-crossover-pro-9.2.0.sh 33017777 SHA256 ac027670a56f64b607c9047583d1e26c2e6808dd79d78fd41750651294eaf321
|
||||
@@ -1,51 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit unpacker
|
||||
|
||||
DESCRIPTION="simplified/streamlined version of wine with commercial support"
|
||||
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
|
||||
SRC_URI="install-crossover-pro-${PV}.sh"
|
||||
|
||||
LICENSE="CROSSOVER"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* amd64 x86"
|
||||
IUSE="nas"
|
||||
RESTRICT="bindist fetch strip"
|
||||
|
||||
RDEPEND="
|
||||
dev-util/desktop-file-utils
|
||||
sys-libs/glibc
|
||||
x11-libs/libXrandr[abi_x86_32(-)]
|
||||
x11-libs/libXi[abi_x86_32(-)]
|
||||
x11-libs/libXmu[abi_x86_32(-)]
|
||||
x11-libs/libXxf86dga[abi_x86_32(-)]
|
||||
x11-libs/libXxf86vm[abi_x86_32(-)]
|
||||
nas? ( media-libs/nas[abi_x86_32(-)] )
|
||||
"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please visit ${HOMEPAGE}"
|
||||
einfo "and place ${A} in ${DISTDIR}"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unpack_makeself # needed due to .sh extension; #415013
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/cxoffice
|
||||
cp -r * "${D}"/opt/cxoffice || die "cp failed"
|
||||
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
|
||||
insinto /opt/cxoffice/etc
|
||||
doins support/templates/cxoffice.conf
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
|
||||
elog "bottles and install Windows applications."
|
||||
}
|
||||
@@ -1,50 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit unpacker
|
||||
|
||||
DESCRIPTION="simplified/streamlined version of wine with commercial support"
|
||||
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
|
||||
SRC_URI="install-crossover-pro-${PV}.sh"
|
||||
|
||||
LICENSE="CROSSOVER"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* amd64 x86"
|
||||
IUSE="nas"
|
||||
RESTRICT="bindist fetch strip"
|
||||
|
||||
RDEPEND="
|
||||
dev-util/desktop-file-utils
|
||||
sys-libs/glibc
|
||||
x11-libs/libXrandr[abi_x86_32(-)]
|
||||
x11-libs/libXi[abi_x86_32(-)]
|
||||
x11-libs/libXmu[abi_x86_32(-)]
|
||||
x11-libs/libXxf86dga[abi_x86_32(-)]
|
||||
x11-libs/libXxf86vm[abi_x86_32(-)]
|
||||
nas? ( media-libs/nas[abi_x86_32(-)] )
|
||||
"
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please visit ${HOMEPAGE}"
|
||||
einfo "and place ${A} in ${DISTDIR}"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unpack_makeself # needed due to .sh extension; #415013
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/cxoffice
|
||||
cp -r * "${D}"/opt/cxoffice || die "cp failed"
|
||||
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
|
||||
insinto /opt/cxoffice/etc
|
||||
doins support/templates/cxoffice.conf
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
|
||||
elog "bottles and install Windows applications."
|
||||
}
|
||||
@@ -1,50 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit unpacker
|
||||
|
||||
DESCRIPTION="simplified/streamlined version of wine with commercial support"
|
||||
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
|
||||
SRC_URI="install-crossover-pro-${PV}.sh"
|
||||
|
||||
LICENSE="CROSSOVER"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* amd64 x86"
|
||||
IUSE="nas"
|
||||
RESTRICT="bindist fetch strip"
|
||||
|
||||
RDEPEND="
|
||||
dev-util/desktop-file-utils
|
||||
sys-libs/glibc
|
||||
x11-libs/libXrandr[abi_x86_32(-)]
|
||||
x11-libs/libXi[abi_x86_32(-)]
|
||||
x11-libs/libXmu[abi_x86_32(-)]
|
||||
x11-libs/libXxf86dga[abi_x86_32(-)]
|
||||
x11-libs/libXxf86vm[abi_x86_32(-)]
|
||||
nas? ( media-libs/nas[abi_x86_32(-)] )
|
||||
"
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please visit ${HOMEPAGE}"
|
||||
einfo "and place ${A} in ${DISTDIR}"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unpack_makeself # needed due to .sh extension; #415013
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/cxoffice
|
||||
cp -r * "${D}"/opt/cxoffice || die "cp failed"
|
||||
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
|
||||
insinto /opt/cxoffice/etc
|
||||
doins support/templates/cxoffice.conf
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
|
||||
elog "bottles and install Windows applications."
|
||||
}
|
||||
@@ -1,50 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit unpacker
|
||||
|
||||
DESCRIPTION="simplified/streamlined version of wine with commercial support"
|
||||
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
|
||||
SRC_URI="install-crossover-pro-${PV}.sh"
|
||||
|
||||
LICENSE="CROSSOVER"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* amd64 x86"
|
||||
IUSE="nas"
|
||||
RESTRICT="bindist fetch strip"
|
||||
|
||||
RDEPEND="
|
||||
dev-util/desktop-file-utils
|
||||
sys-libs/glibc
|
||||
x11-libs/libXrandr[abi_x86_32(-)]
|
||||
x11-libs/libXi[abi_x86_32(-)]
|
||||
x11-libs/libXmu[abi_x86_32(-)]
|
||||
x11-libs/libXxf86dga[abi_x86_32(-)]
|
||||
x11-libs/libXxf86vm[abi_x86_32(-)]
|
||||
nas? ( media-libs/nas[abi_x86_32(-)] )
|
||||
"
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please visit ${HOMEPAGE}"
|
||||
einfo "and place ${A} in ${DISTDIR}"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unpack_makeself # needed due to .sh extension; #415013
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/cxoffice
|
||||
cp -r * "${D}"/opt/cxoffice || die "cp failed"
|
||||
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
|
||||
insinto /opt/cxoffice/etc
|
||||
doins share/crossover/data/cxoffice.conf
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
|
||||
elog "bottles and install Windows applications."
|
||||
}
|
||||
@@ -1,52 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit unpacker
|
||||
|
||||
DESCRIPTION="simplified/streamlined version of wine with commercial support"
|
||||
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
|
||||
SRC_URI="install-crossover-pro-${PV}.sh"
|
||||
|
||||
LICENSE="CROSSOVER"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* amd64 x86"
|
||||
IUSE="nas"
|
||||
RESTRICT="bindist fetch strip"
|
||||
|
||||
RDEPEND="
|
||||
dev-util/desktop-file-utils
|
||||
sys-libs/glibc
|
||||
x11-libs/libXrandr[abi_x86_32(-)]
|
||||
x11-libs/libXi[abi_x86_32(-)]
|
||||
x11-libs/libXmu[abi_x86_32(-)]
|
||||
x11-libs/libXxf86dga[abi_x86_32(-)]
|
||||
x11-libs/libXxf86vm[abi_x86_32(-)]
|
||||
nas? ( media-libs/nas[abi_x86_32(-)] )
|
||||
"
|
||||
DEPEND=""
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please visit ${HOMEPAGE}"
|
||||
einfo "and place ${A} in ${DISTDIR}"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unpack_makeself # needed due to .sh extension; #415013
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/cxoffice
|
||||
cp -r * "${D}"/opt/cxoffice || die "cp failed"
|
||||
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
|
||||
insinto /opt/cxoffice/etc
|
||||
doins share/crossover/data/cxoffice.conf
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
|
||||
elog "bottles and install Windows applications."
|
||||
}
|
||||
@@ -1,52 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit unpacker
|
||||
|
||||
DESCRIPTION="simplified/streamlined version of wine with commercial support"
|
||||
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
|
||||
SRC_URI="install-crossover-pro-${PV}.sh"
|
||||
|
||||
LICENSE="CROSSOVER"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* amd64 x86"
|
||||
IUSE="nas"
|
||||
RESTRICT="bindist fetch strip"
|
||||
|
||||
RDEPEND="
|
||||
dev-util/desktop-file-utils
|
||||
sys-libs/glibc
|
||||
x11-libs/libXrandr[abi_x86_32(-)]
|
||||
x11-libs/libXi[abi_x86_32(-)]
|
||||
x11-libs/libXmu[abi_x86_32(-)]
|
||||
x11-libs/libXxf86dga[abi_x86_32(-)]
|
||||
x11-libs/libXxf86vm[abi_x86_32(-)]
|
||||
nas? ( media-libs/nas[abi_x86_32(-)] )
|
||||
"
|
||||
DEPEND=""
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please visit ${HOMEPAGE}"
|
||||
einfo "and place ${A} in ${DISTDIR}"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unpack_makeself # needed due to .sh extension; #415013
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/cxoffice
|
||||
cp -r * "${D}"/opt/cxoffice || die "cp failed"
|
||||
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
|
||||
insinto /opt/cxoffice/etc
|
||||
doins share/crossover/data/cxoffice.conf
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
|
||||
elog "bottles and install Windows applications."
|
||||
}
|
||||
@@ -1,52 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit unpacker
|
||||
|
||||
DESCRIPTION="simplified/streamlined version of wine with commercial support"
|
||||
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
|
||||
SRC_URI="install-crossover-pro-${PV}.sh"
|
||||
|
||||
LICENSE="CROSSOVER"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* amd64 x86"
|
||||
IUSE="nas"
|
||||
RESTRICT="bindist fetch strip"
|
||||
|
||||
RDEPEND="
|
||||
dev-util/desktop-file-utils
|
||||
sys-libs/glibc
|
||||
x11-libs/libXrandr[abi_x86_32(-)]
|
||||
x11-libs/libXi[abi_x86_32(-)]
|
||||
x11-libs/libXmu[abi_x86_32(-)]
|
||||
x11-libs/libXxf86dga[abi_x86_32(-)]
|
||||
x11-libs/libXxf86vm[abi_x86_32(-)]
|
||||
nas? ( media-libs/nas[abi_x86_32(-)] )
|
||||
"
|
||||
DEPEND=""
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please visit ${HOMEPAGE}"
|
||||
einfo "and place ${A} in ${DISTDIR}"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unpack_makeself # needed due to .sh extension; #415013
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/cxoffice
|
||||
cp -r * "${D}"/opt/cxoffice || die "cp failed"
|
||||
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
|
||||
insinto /opt/cxoffice/etc
|
||||
doins share/crossover/data/cxoffice.conf
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
|
||||
elog "bottles and install Windows applications."
|
||||
}
|
||||
@@ -1,52 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit unpacker
|
||||
|
||||
DESCRIPTION="simplified/streamlined version of wine with commercial support"
|
||||
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
|
||||
SRC_URI="install-crossover-pro-${PV}.sh"
|
||||
|
||||
LICENSE="CROSSOVER"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* amd64 x86"
|
||||
IUSE="nas"
|
||||
RESTRICT="bindist fetch strip"
|
||||
|
||||
RDEPEND="
|
||||
dev-util/desktop-file-utils
|
||||
sys-libs/glibc
|
||||
x11-libs/libXrandr[abi_x86_32(-)]
|
||||
x11-libs/libXi[abi_x86_32(-)]
|
||||
x11-libs/libXmu[abi_x86_32(-)]
|
||||
x11-libs/libXxf86dga[abi_x86_32(-)]
|
||||
x11-libs/libXxf86vm[abi_x86_32(-)]
|
||||
nas? ( media-libs/nas[abi_x86_32(-)] )
|
||||
"
|
||||
DEPEND=""
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please visit ${HOMEPAGE}"
|
||||
einfo "and place ${A} in ${DISTDIR}"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unpack_makeself # needed due to .sh extension; #415013
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/cxoffice
|
||||
cp -r * "${D}"/opt/cxoffice || die "cp failed"
|
||||
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
|
||||
insinto /opt/cxoffice/etc
|
||||
doins share/crossover/data/cxoffice.conf
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
|
||||
elog "bottles and install Windows applications."
|
||||
}
|
||||
@@ -1,52 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit unpacker
|
||||
|
||||
DESCRIPTION="simplified/streamlined version of wine with commercial support"
|
||||
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
|
||||
SRC_URI="install-crossover-pro-${PV}.sh"
|
||||
|
||||
LICENSE="CROSSOVER"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* amd64 x86"
|
||||
IUSE="nas"
|
||||
RESTRICT="bindist fetch strip"
|
||||
|
||||
RDEPEND="
|
||||
dev-util/desktop-file-utils
|
||||
sys-libs/glibc
|
||||
x11-libs/libXrandr[abi_x86_32(-)]
|
||||
x11-libs/libXi[abi_x86_32(-)]
|
||||
x11-libs/libXmu[abi_x86_32(-)]
|
||||
x11-libs/libXxf86dga[abi_x86_32(-)]
|
||||
x11-libs/libXxf86vm[abi_x86_32(-)]
|
||||
nas? ( media-libs/nas[abi_x86_32(-)] )
|
||||
"
|
||||
DEPEND=""
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please visit ${HOMEPAGE}"
|
||||
einfo "and place ${A} in ${DISTDIR}"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unpack_makeself # needed due to .sh extension; #415013
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/cxoffice
|
||||
cp -r * "${D}"/opt/cxoffice || die "cp failed"
|
||||
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
|
||||
insinto /opt/cxoffice/etc
|
||||
doins share/crossover/data/cxoffice.conf
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
|
||||
elog "bottles and install Windows applications."
|
||||
}
|
||||
@@ -1,52 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit unpacker
|
||||
|
||||
DESCRIPTION="simplified/streamlined version of wine with commercial support"
|
||||
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
|
||||
SRC_URI="install-crossover-pro-${PV}.sh"
|
||||
|
||||
LICENSE="CROSSOVER"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* amd64 x86"
|
||||
IUSE="nas"
|
||||
RESTRICT="bindist fetch strip"
|
||||
|
||||
RDEPEND="
|
||||
dev-util/desktop-file-utils
|
||||
sys-libs/glibc
|
||||
x11-libs/libXrandr[abi_x86_32(-)]
|
||||
x11-libs/libXi[abi_x86_32(-)]
|
||||
x11-libs/libXmu[abi_x86_32(-)]
|
||||
x11-libs/libXxf86dga[abi_x86_32(-)]
|
||||
x11-libs/libXxf86vm[abi_x86_32(-)]
|
||||
nas? ( media-libs/nas[abi_x86_32(-)] )
|
||||
"
|
||||
DEPEND=""
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please visit ${HOMEPAGE}"
|
||||
einfo "and place ${A} in ${DISTDIR}"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unpack_makeself # needed due to .sh extension; #415013
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/cxoffice
|
||||
cp -r * "${D}"/opt/cxoffice || die "cp failed"
|
||||
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
|
||||
insinto /opt/cxoffice/etc
|
||||
doins share/crossover/data/cxoffice.conf
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
|
||||
elog "bottles and install Windows applications."
|
||||
}
|
||||
@@ -1,52 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit unpacker
|
||||
|
||||
DESCRIPTION="simplified/streamlined version of wine with commercial support"
|
||||
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
|
||||
SRC_URI="install-crossover-pro-${PV}.sh"
|
||||
|
||||
LICENSE="CROSSOVER"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* amd64 x86"
|
||||
IUSE="nas"
|
||||
RESTRICT="bindist fetch strip"
|
||||
|
||||
RDEPEND="
|
||||
dev-util/desktop-file-utils
|
||||
sys-libs/glibc
|
||||
x11-libs/libXrandr[abi_x86_32(-)]
|
||||
x11-libs/libXi[abi_x86_32(-)]
|
||||
x11-libs/libXmu[abi_x86_32(-)]
|
||||
x11-libs/libXxf86dga[abi_x86_32(-)]
|
||||
x11-libs/libXxf86vm[abi_x86_32(-)]
|
||||
nas? ( media-libs/nas[abi_x86_32(-)] )
|
||||
"
|
||||
DEPEND=""
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please visit ${HOMEPAGE}"
|
||||
einfo "and place ${A} in ${DISTDIR}"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unpack_makeself # needed due to .sh extension; #415013
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/cxoffice
|
||||
cp -r * "${D}"/opt/cxoffice || die "cp failed"
|
||||
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
|
||||
insinto /opt/cxoffice/etc
|
||||
doins share/crossover/data/cxoffice.conf
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
|
||||
elog "bottles and install Windows applications."
|
||||
}
|
||||
@@ -1,54 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit unpacker
|
||||
|
||||
DESCRIPTION="simplified/streamlined version of wine with commercial support"
|
||||
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
|
||||
SRC_URI="install-crossover-pro-${PV}.sh"
|
||||
|
||||
LICENSE="CROSSOVER"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* amd64 x86"
|
||||
IUSE="nas"
|
||||
RESTRICT="bindist fetch strip"
|
||||
|
||||
RDEPEND="
|
||||
dev-util/desktop-file-utils
|
||||
sys-libs/glibc
|
||||
x11-libs/libXrandr[abi_x86_32(-)]
|
||||
x11-libs/libXi[abi_x86_32(-)]
|
||||
x11-libs/libXmu[abi_x86_32(-)]
|
||||
x11-libs/libXxf86dga[abi_x86_32(-)]
|
||||
x11-libs/libXxf86vm[abi_x86_32(-)]
|
||||
|| ( virtual/jpeg:62[abi_x86_32(-)] media-libs/jpeg:62[abi_x86_32(-)] )
|
||||
media-libs/libpng:1.2[abi_x86_32(-)]
|
||||
nas? ( media-libs/nas[abi_x86_32(-)] )
|
||||
"
|
||||
DEPEND=""
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please visit ${HOMEPAGE}"
|
||||
einfo "and place ${A} in ${DISTDIR}"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unpack_makeself # needed due to .sh extension; #415013
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/cxoffice
|
||||
cp -r * "${D}"/opt/cxoffice || die "cp failed"
|
||||
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
|
||||
insinto /opt/cxoffice/etc
|
||||
doins share/crossover/data/cxoffice.conf
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
|
||||
elog "bottles and install Windows applications."
|
||||
}
|
||||
@@ -1,54 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit unpacker
|
||||
|
||||
DESCRIPTION="simplified/streamlined version of wine with commercial support"
|
||||
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
|
||||
SRC_URI="install-crossover-pro-${PV}.sh"
|
||||
|
||||
LICENSE="CROSSOVER"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* amd64 x86"
|
||||
IUSE="nas"
|
||||
RESTRICT="bindist fetch strip"
|
||||
|
||||
RDEPEND="
|
||||
dev-util/desktop-file-utils
|
||||
sys-libs/glibc
|
||||
x11-libs/libXrandr[abi_x86_32(-)]
|
||||
x11-libs/libXi[abi_x86_32(-)]
|
||||
x11-libs/libXmu[abi_x86_32(-)]
|
||||
x11-libs/libXxf86dga[abi_x86_32(-)]
|
||||
x11-libs/libXxf86vm[abi_x86_32(-)]
|
||||
|| ( virtual/jpeg:62[abi_x86_32(-)] media-libs/jpeg:62[abi_x86_32(-)] )
|
||||
media-libs/libpng:1.2[abi_x86_32(-)]
|
||||
nas? ( media-libs/nas[abi_x86_32(-)] )
|
||||
"
|
||||
DEPEND=""
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please visit ${HOMEPAGE}"
|
||||
einfo "and place ${A} in ${DISTDIR}"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
unpack_makeself # needed due to .sh extension; #415013
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/cxoffice
|
||||
cp -r * "${D}"/opt/cxoffice || die "cp failed"
|
||||
rm -r "${D}"/opt/cxoffice/setup.{sh,data}
|
||||
insinto /opt/cxoffice/etc
|
||||
doins share/crossover/data/cxoffice.conf
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
|
||||
elog "bottles and install Windows applications."
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>wine@gentoo.org</email>
|
||||
<name>Wine</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -23,7 +23,6 @@ app-accessibility/perlbox-voice
|
||||
app-arch/stuffit
|
||||
app-benchmarks/cpuburn
|
||||
app-emulation/crossover-bin
|
||||
app-emulation/crossover-office-pro-bin
|
||||
app-emulation/playonlinux
|
||||
app-emulation/q4wine
|
||||
app-emulation/winetricks
|
||||
|
||||
@@ -9,7 +9,6 @@ app-arch/stuffit
|
||||
app-benchmarks/cpuburn
|
||||
=app-editors/emacs-18*
|
||||
app-emulation/crossover-bin
|
||||
app-emulation/crossover-office-pro-bin
|
||||
app-emulation/playonlinux
|
||||
app-emulation/q4wine
|
||||
app-emulation/virtualbox
|
||||
|
||||
@@ -26,7 +26,6 @@ app-arch/stuffit
|
||||
app-benchmarks/cpuburn
|
||||
=app-editors/emacs-18*
|
||||
app-emulation/crossover-bin
|
||||
app-emulation/crossover-office-pro-bin
|
||||
app-emulation/genymotion-bin
|
||||
app-emulation/playonlinux
|
||||
app-emulation/q4wine
|
||||
|
||||
@@ -257,13 +257,6 @@ app-emulation/wine-any
|
||||
# Part of the JDK since Java 6. Removal in 30 days.
|
||||
dev-java/jaxme
|
||||
|
||||
# NP-Hardassr <NP-Hardass@gentoo.org> (03 Apr 2017)
|
||||
# Masked for removal in 30 days. Unable to generate new
|
||||
# hashes for the manifest, per Bug #612720, Bug #612718
|
||||
# Upstream has also deprecated these in favor of
|
||||
# app-emulation/crossover-bin
|
||||
app-emulation/crossover-office-pro-bin
|
||||
|
||||
# Amadeusz Zolnowski <aidecoe@gentoo.org> (2 Apr 2017)
|
||||
# Masked, committed accidentally. It's not tested yet, possibly broken.
|
||||
=net-im/ejabberd-17.01
|
||||
|
||||
Reference in New Issue
Block a user