diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-15 11:23:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-15 11:42:25 +0200 |
commit | 235fa5ef735b0ed997cf9a42972f648522384fd9 (patch) | |
tree | 6fd35f0fdb36d7b90fcc86b687a2504f29fb00cd /app-emulation | |
parent | app-emulation/crossover-office-bin: Remove last-rited pkg, #612718 (diff) | |
download | gentoo-235fa5ef735b0ed997cf9a42972f648522384fd9.tar.gz gentoo-235fa5ef735b0ed997cf9a42972f648522384fd9.tar.bz2 gentoo-235fa5ef735b0ed997cf9a42972f648522384fd9.zip |
app-emulation/crossover-office-pro-bin: Remove last-rited pkg, #612720
Diffstat (limited to 'app-emulation')
15 files changed, 0 insertions, 694 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> |