diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 02:39:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 02:39:02 +0000 |
commit | 2764d43a113b9f469155f5f34b4398f64562a5ff (patch) | |
tree | a558156b3fb30bf968e6bf1904edbff16891b763 /app-emulation | |
parent | crossover office (diff) | |
download | historical-2764d43a113b9f469155f5f34b4398f64562a5ff.tar.gz historical-2764d43a113b9f469155f5f34b4398f64562a5ff.tar.bz2 historical-2764d43a113b9f469155f5f34b4398f64562a5ff.zip |
initial import #66843
Diffstat (limited to 'app-emulation')
5 files changed, 65 insertions, 0 deletions
diff --git a/app-emulation/crossover-office-bin/ChangeLog b/app-emulation/crossover-office-bin/ChangeLog new file mode 100644 index 000000000000..870189e78491 --- /dev/null +++ b/app-emulation/crossover-office-bin/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-emulation/crossover-office-bin +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.1 2004/10/31 02:39:02 vapier Exp $ + +*crossover-office-bin-3.0.1 (30 Oct 2004) + + 30 Oct 2004; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by me for #66843. diff --git a/app-emulation/crossover-office-bin/Manifest b/app-emulation/crossover-office-bin/Manifest new file mode 100644 index 000000000000..611487467f01 --- /dev/null +++ b/app-emulation/crossover-office-bin/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 c379ada758b6749e5713978b1a1b4076 ChangeLog 390 +MD5 54a4a8ec9b61b8be6f7074de2c3be86d crossover-office-bin-3.0.1.ebuild 887 +MD5 6e817c3f6b82338028366853fddccf5f metadata.xml 157 +MD5 ba13b86ac6e5529c18dabc9fdde36190 files/digest-crossover-office-bin-3.0.1 82 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFBhFBtHTu7gpaalycRAhmEAKDoraaaCP8n4rQrsyiBMk8T+f6lWgCgmRkV +RdQiFUVrew7zftYFZInYonc= +=7ftU +-----END PGP SIGNATURE----- diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-3.0.1.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-3.0.1.ebuild new file mode 100644 index 000000000000..880a75fa4dcc --- /dev/null +++ b/app-emulation/crossover-office-bin/crossover-office-bin-3.0.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-3.0.1.ebuild,v 1.1 2004/10/31 02:39:02 vapier Exp $ + +inherit eutils + +DESCRIPTION="specialized version of wine for MS Office" +HOMEPAGE="http://www.codeweavers.com/site/products/cxoffice/" +SRC_URI="install-crossover-standard-${PV}.sh" + +LICENSE="CROSSOVER" +SLOT="0" +KEYWORDS="-* ~x86" +IUSE="" +RESTRICT="fetch nostrip" + +RDEPEND="virtual/x11 + virtual/libc" + +S=${WORKDIR} + +pkg_nofetch() { + einfo "Please visit ${HOMEPAGE}" + einfo "and place ${A} in ${DISTDIR}" +} + +src_unpack() { + unpack_makeself +} + +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 +} diff --git a/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-3.0.1 b/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-3.0.1 new file mode 100644 index 000000000000..6fdb0f726221 --- /dev/null +++ b/app-emulation/crossover-office-bin/files/digest-crossover-office-bin-3.0.1 @@ -0,0 +1 @@ +MD5 f1e943ea6d1bd29bcb633d48dd0e0f7b install-crossover-standard-3.0.1.sh 11830013 diff --git a/app-emulation/crossover-office-bin/metadata.xml b/app-emulation/crossover-office-bin/metadata.xml new file mode 100644 index 000000000000..27f54c99739f --- /dev/null +++ b/app-emulation/crossover-office-bin/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>wine</herd> +</pkgmetadata> |