public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jonathan Callen (jcallen)" <jcallen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/crossover-bin: crossover-bin-12.1.2-r1.ebuild crossover-bin-12.2.0-r1.ebuild crossover-bin-12.2.1-r1.ebuild ChangeLog
Date: Sun, 28 Jul 2013 08:20:32 +0000 (UTC)	[thread overview]
Message-ID: <20130728082032.B9ABC2171C@flycatcher.gentoo.org> (raw)

jcallen     13/07/28 08:20:32

  Modified:             crossover-bin-12.1.2-r1.ebuild
                        crossover-bin-12.2.0-r1.ebuild
                        crossover-bin-12.2.1-r1.ebuild ChangeLog
  Log:
  Fix dependencies, add REQUIRED_USE
  
  (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 229E5838)

Revision  Changes    Path
1.2                  app-emulation/crossover-bin/crossover-bin-12.1.2-r1.ebuild

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

Index: crossover-bin-12.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-12.1.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- crossover-bin-12.1.2-r1.ebuild	14 Jul 2013 12:44:13 -0000	1.1
+++ crossover-bin-12.1.2-r1.ebuild	28 Jul 2013 08:20:32 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-12.1.2-r1.ebuild,v 1.1 2013/07/14 12:44:13 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-12.1.2-r1.ebuild,v 1.2 2013/07/28 08:20:32 jcallen Exp $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
 PYTHON_REQ_USE="threads"
 
 inherit python-single-r1 unpacker
@@ -92,12 +92,13 @@
 	)"
 
 DEPEND="dev-lang/perl
-	app-arch/unzip"
+	app-arch/unzip
+	${PYTHON_DEPS}"
 
 RDEPEND="${DEPEND}
 	!prefix? ( sys-libs/glibc )
-	>=dev-python/pygtk-2.10
-	dev-python/dbus-python
+	>=dev-python/pygtk-2.10[${PYTHON_USEDEP}]
+	dev-python/dbus-python[${PYTHON_USEDEP}]
 	dev-util/desktop-file-utils
 	!app-emulation/crossover-office-pro-bin
 	!app-emulation/crossover-office-bin
@@ -105,6 +106,8 @@
 	${X86_DEPS}
 	"
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 pkg_nofetch() {
 	einfo "Please visit ${HOMEPAGE}"
 	einfo "and place ${A} in ${DISTDIR}"



1.2                  app-emulation/crossover-bin/crossover-bin-12.2.0-r1.ebuild

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

Index: crossover-bin-12.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-12.2.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- crossover-bin-12.2.0-r1.ebuild	14 Jul 2013 12:44:13 -0000	1.1
+++ crossover-bin-12.2.0-r1.ebuild	28 Jul 2013 08:20:32 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-12.2.0-r1.ebuild,v 1.1 2013/07/14 12:44:13 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-12.2.0-r1.ebuild,v 1.2 2013/07/28 08:20:32 jcallen Exp $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
 PYTHON_REQ_USE="threads"
 
 inherit python-single-r1 unpacker
@@ -92,12 +92,13 @@
 	)"
 
 DEPEND="dev-lang/perl
-	app-arch/unzip"
+	app-arch/unzip
+	${PYTHON_DEPS}"
 
 RDEPEND="${DEPEND}
 	!prefix? ( sys-libs/glibc )
-	>=dev-python/pygtk-2.10
-	dev-python/dbus-python
+	>=dev-python/pygtk-2.10[${PYTHON_USEDEP}]
+	dev-python/dbus-python[${PYTHON_USEDEP}]
 	dev-util/desktop-file-utils
 	!app-emulation/crossover-office-pro-bin
 	!app-emulation/crossover-office-bin
@@ -105,6 +106,8 @@
 	${X86_DEPS}
 	"
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 pkg_nofetch() {
 	einfo "Please visit ${HOMEPAGE}"
 	einfo "and place ${A} in ${DISTDIR}"



1.2                  app-emulation/crossover-bin/crossover-bin-12.2.1-r1.ebuild

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

Index: crossover-bin-12.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-12.2.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- crossover-bin-12.2.1-r1.ebuild	14 Jul 2013 12:44:13 -0000	1.1
+++ crossover-bin-12.2.1-r1.ebuild	28 Jul 2013 08:20:32 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-12.2.1-r1.ebuild,v 1.1 2013/07/14 12:44:13 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/crossover-bin-12.2.1-r1.ebuild,v 1.2 2013/07/28 08:20:32 jcallen Exp $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
 PYTHON_REQ_USE="threads"
 
 inherit python-single-r1 unpacker
@@ -92,12 +92,13 @@
 	)"
 
 DEPEND="dev-lang/perl
-	app-arch/unzip"
+	app-arch/unzip
+	${PYTHON_DEPS}"
 
 RDEPEND="${DEPEND}
 	!prefix? ( sys-libs/glibc )
-	>=dev-python/pygtk-2.10
-	dev-python/dbus-python
+	>=dev-python/pygtk-2.10[${PYTHON_USEDEP}]
+	dev-python/dbus-python[${PYTHON_USEDEP}]
 	dev-util/desktop-file-utils
 	!app-emulation/crossover-office-pro-bin
 	!app-emulation/crossover-office-bin



1.9                  app-emulation/crossover-bin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	14 Jul 2013 12:44:13 -0000	1.8
+++ ChangeLog	28 Jul 2013 08:20:32 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for app-emulation/crossover-bin
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/ChangeLog,v 1.8 2013/07/14 12:44:13 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-bin/ChangeLog,v 1.9 2013/07/28 08:20:32 jcallen Exp $
+
+  28 Jul 2013; Jonathan Callen <jcallen@gentoo.org>
+  crossover-bin-12.1.2-r1.ebuild, crossover-bin-12.2.0-r1.ebuild,
+  crossover-bin-12.2.1-r1.ebuild:
+  Fix dependencies, add REQUIRED_USE
 
 *crossover-bin-12.1.2-r1 (14 Jul 2013)
 *crossover-bin-12.2.0-r1 (14 Jul 2013)





                 reply	other threads:[~2013-07-28  8:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130728082032.B9ABC2171C@flycatcher.gentoo.org \
    --to=jcallen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox