diff options
19 files changed, 0 insertions, 704 deletions
diff --git a/app-emulation/crossover-office-pro-bin/Manifest b/app-emulation/crossover-office-pro-bin/Manifest deleted file mode 100644 index c87ad99e346e..000000000000 --- a/app-emulation/crossover-office-pro-bin/Manifest +++ /dev/null @@ -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 diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild deleted file mode 100644 index 8bb600e1bbe9..000000000000 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild +++ /dev/null @@ -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." -} diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.1.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.1.ebuild deleted file mode 100644 index 86aed005d279..000000000000 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.1.ebuild +++ /dev/null @@ -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." -} diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.3.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.3.ebuild deleted file mode 100644 index 86aed005d279..000000000000 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.3.ebuild +++ /dev/null @@ -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." -} diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild deleted file mode 100644 index 3c893c586361..000000000000 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.0.0.ebuild +++ /dev/null @@ -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." -} diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.1.0.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.1.0.ebuild deleted file mode 100644 index b9b3f6b2f204..000000000000 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.1.0.ebuild +++ /dev/null @@ -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." -} diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.2.0.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.2.0.ebuild deleted file mode 100644 index b9b3f6b2f204..000000000000 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.2.0.ebuild +++ /dev/null @@ -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." -} diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.0.2.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.0.2.ebuild deleted file mode 100644 index b9b3f6b2f204..000000000000 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.0.2.ebuild +++ /dev/null @@ -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." -} diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.1.0.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.1.0.ebuild deleted file mode 100644 index b9b3f6b2f204..000000000000 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.1.0.ebuild +++ /dev/null @@ -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." -} diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-8.0.0.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-8.0.0.ebuild deleted file mode 100644 index b9b3f6b2f204..000000000000 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-8.0.0.ebuild +++ /dev/null @@ -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." -} diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.0.0.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.0.0.ebuild deleted file mode 100644 index b9b3f6b2f204..000000000000 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.0.0.ebuild +++ /dev/null @@ -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." -} diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.0.1.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.0.1.ebuild deleted file mode 100644 index b9b3f6b2f204..000000000000 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.0.1.ebuild +++ /dev/null @@ -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." -} diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild deleted file mode 100644 index 795a8abcd5eb..000000000000 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild +++ /dev/null @@ -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." -} diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.2.0.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.2.0.ebuild deleted file mode 100644 index 795a8abcd5eb..000000000000 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.2.0.ebuild +++ /dev/null @@ -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." -} diff --git a/app-emulation/crossover-office-pro-bin/metadata.xml b/app-emulation/crossover-office-pro-bin/metadata.xml deleted file mode 100644 index 871916a5ccfd..000000000000 --- a/app-emulation/crossover-office-pro-bin/metadata.xml +++ /dev/null @@ -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> diff --git a/profiles/arch/amd64/no-multilib/package.mask b/profiles/arch/amd64/no-multilib/package.mask index 0a153ecd5fa0..76c485bd2230 100644 --- a/profiles/arch/amd64/no-multilib/package.mask +++ b/profiles/arch/amd64/no-multilib/package.mask @@ -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 diff --git a/profiles/default/linux/uclibc/amd64/package.mask b/profiles/default/linux/uclibc/amd64/package.mask index 41c7ac120c21..dd83eb7521ad 100644 --- a/profiles/default/linux/uclibc/amd64/package.mask +++ b/profiles/default/linux/uclibc/amd64/package.mask @@ -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 diff --git a/profiles/hardened/linux/amd64/no-multilib/package.mask b/profiles/hardened/linux/amd64/no-multilib/package.mask index b502d40fe395..3bc7a0be28af 100644 --- a/profiles/hardened/linux/amd64/no-multilib/package.mask +++ b/profiles/hardened/linux/amd64/no-multilib/package.mask @@ -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 diff --git a/profiles/package.mask b/profiles/package.mask index 4f731612739a..2bc52da808dc 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -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 |