summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2012-12-19 17:07:58 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2012-12-19 17:07:58 +0000
commitd357d81fe68eb91d0e83e3deafc9289c6ebc14da (patch)
tree84bc0a5c01be4e2589a8e54edb39a484cd158871 /app-emulation
parentDepend on pangox-compat if using pango-1.32. (diff)
downloadgentoo-2-d357d81fe68eb91d0e83e3deafc9289c6ebc14da.tar.gz
gentoo-2-d357d81fe68eb91d0e83e3deafc9289c6ebc14da.tar.bz2
gentoo-2-d357d81fe68eb91d0e83e3deafc9289c6ebc14da.zip
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/crossover-office-pro-bin/ChangeLog6
-rw-r--r--app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-4.2.ebuild54
2 files changed, 5 insertions, 55 deletions
diff --git a/app-emulation/crossover-office-pro-bin/ChangeLog b/app-emulation/crossover-office-pro-bin/ChangeLog
index 6264cb51a07f..4020713f36f4 100644
--- a/app-emulation/crossover-office-pro-bin/ChangeLog
+++ b/app-emulation/crossover-office-pro-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/crossover-office-pro-bin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.24 2012/05/23 13:21:05 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.25 2012/12/19 17:07:58 mr_bones_ Exp $
+
+ 19 Dec 2012; Michael Sterrett <mr_bones_@gentoo.org>
+ -crossover-office-pro-bin-4.2.ebuild:
+ old
23 May 2012; Kacper Kowalik <xarthisius@gentoo.org>
crossover-office-pro-bin-4.2.ebuild:
diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-4.2.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-4.2.ebuild
deleted file mode 100644
index e53a234d0d48..000000000000
--- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-4.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-4.2.ebuild,v 1.13 2012/05/23 13:21:05 xarthisius Exp $
-
-inherit unpacker eutils
-
-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="fetch strip"
-
-RDEPEND="sys-libs/glibc
- x11-libs/libXrandr
- x11-libs/libXi
- x11-libs/libXmu
- x11-libs/libXxf86dga
- x11-libs/libXxf86vm
- dev-util/desktop-file-utils
- nas? ( media-libs/nas )
- amd64? ( app-emulation/emul-linux-x86-xlibs )"
-
-S=${WORKDIR}
-
-pkg_nofetch() {
- einfo "Please visit ${HOMEPAGE}"
- einfo "and place ${A} in ${DISTDIR}"
-}
-
-pkg_setup() {
- ! built_with_use dev-lang/perl ithreads \
- && die "you need to have perl built with USE=ithreads"
-}
-
-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."
-}