public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/crossover-office-pro-bin: ChangeLog crossover-office-pro-bin-9.1.0.ebuild
@ 2010-08-03  5:17 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2010-08-03  5:17 UTC (permalink / raw
  To: gentoo-commits

vapier      10/08/03 05:17:35

  Modified:             ChangeLog
  Added:                crossover-office-pro-bin-9.1.0.ebuild
  Log:
  Version bump #330257 by Michiel de Bruijne.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 app-emulation/crossover-office-pro-bin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	30 Apr 2010 13:17:15 -0000	1.17
+++ ChangeLog	3 Aug 2010 05:17:34 -0000	1.18
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/crossover-office-pro-bin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.17 2010/04/30 13:17:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.18 2010/08/03 05:17:34 vapier Exp $
+
+*crossover-office-pro-bin-9.1.0 (03 Aug 2010)
+
+  03 Aug 2010; Mike Frysinger <vapier@gentoo.org>
+  +crossover-office-pro-bin-9.1.0.ebuild:
+  Version bump #330257 by Michiel de Bruijne.
 
 *crossover-office-pro-bin-9.0.1 (30 Apr 2010)
 



1.1                  app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild?rev=1.1&content-type=text/plain

Index: crossover-office-pro-bin-9.1.0.ebuild
===================================================================
# Copyright 1999-2010 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-9.1.0.ebuild,v 1.1 2010/08/03 05:17:34 vapier Exp $

inherit 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}"
}

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 share/crossover/data/cxoffice.conf
}

pkg_postinst() {
	elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
	elog "bottles and install Windows applications."
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emulation/crossover-office-pro-bin: ChangeLog crossover-office-pro-bin-9.1.0.ebuild
@ 2010-08-03 18:25 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2010-08-03 18:25 UTC (permalink / raw
  To: gentoo-commits

vapier      10/08/03 18:25:00

  Modified:             ChangeLog crossover-office-pro-bin-9.1.0.ebuild
  Log:
  Add specific jpeg/png SONAME deps #331053.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 app-emulation/crossover-office-pro-bin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	3 Aug 2010 05:17:34 -0000	1.18
+++ ChangeLog	3 Aug 2010 18:25:00 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/crossover-office-pro-bin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.18 2010/08/03 05:17:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.19 2010/08/03 18:25:00 vapier Exp $
+
+  03 Aug 2010; Mike Frysinger <vapier@gentoo.org>
+  crossover-office-pro-bin-9.1.0.ebuild:
+  Add specific jpeg/png SONAME deps #331053.
 
 *crossover-office-pro-bin-9.1.0 (03 Aug 2010)
 



1.2                  app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild?r1=1.1&r2=1.2

Index: crossover-office-pro-bin-9.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- crossover-office-pro-bin-9.1.0.ebuild	3 Aug 2010 05:17:34 -0000	1.1
+++ crossover-office-pro-bin-9.1.0.ebuild	3 Aug 2010 18:25:00 -0000	1.2
@@ -1,6 +1,8 @@
 # Copyright 1999-2010 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-9.1.0.ebuild,v 1.1 2010/08/03 05:17:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild,v 1.2 2010/08/03 18:25:00 vapier Exp $
+
+EAPI="3"
 
 inherit eutils
 
@@ -22,7 +24,9 @@
 	x11-libs/libXxf86vm
 	dev-util/desktop-file-utils
 	nas? ( media-libs/nas )
-	amd64? ( app-emulation/emul-linux-x86-xlibs )"
+	amd64? ( app-emulation/emul-linux-x86-xlibs )
+	media-libs/jpeg:62
+	media-libs/libpng:1.2"
 
 S=${WORKDIR}
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-03 19:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-03  5:17 [gentoo-commits] gentoo-x86 commit in app-emulation/crossover-office-pro-bin: ChangeLog crossover-office-pro-bin-9.1.0.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-03 18:25 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox