From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BA51C138C9D for ; Thu, 16 Apr 2015 12:40:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36718E083D; Thu, 16 Apr 2015 12:40:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC472E083D for ; Thu, 16 Apr 2015 12:40:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E61D23409E6 for ; Thu, 16 Apr 2015 12:40:02 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2332) id ECD7C160C9; Thu, 16 Apr 2015 12:39:59 +0000 (UTC) From: "Ian Delaney (idella4)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, idella4@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/cgkit: cgkit-2.0.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cgkit-2.0.0.ebuild ChangeLog X-VCS-Directories: dev-python/cgkit X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150416124000.ECD7C160C9@oystercatcher.gentoo.org> Date: Thu, 16 Apr 2015 12:39:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 62bf8138-e355-435d-aabf-dc9e88bd7e59 X-Archives-Hash: 8574448ec56691d4e75401d1f59b7896 idella4 15/04/16 12:39:59 Modified: cgkit-2.0.0.ebuild ChangeLog Log: set version border to dep media-libs/lib3ds wrt bug #545092 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision Changes Path 1.8 dev-python/cgkit/cgkit-2.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/cgkit-2.0.0.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/cgkit-2.0.0.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/cgkit-2.0.0.ebuild?r1=1.7&r2=1.8 Index: cgkit-2.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- cgkit-2.0.0.ebuild 8 Apr 2015 08:05:17 -0000 1.7 +++ cgkit-2.0.0.ebuild 16 Apr 2015 12:39:59 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0.ebuild,v 1.7 2015/04/08 08:05:17 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0.ebuild,v 1.8 2015/04/16 12:39:59 idella4 Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -24,7 +24,7 @@ dev-python/pyopengl[${PYTHON_USEDEP}] dev-python/pygame[${PYTHON_USEDEP}] virtual/python-imaging[${PYTHON_USEDEP}] - 3ds? ( media-libs/lib3ds )" + 3ds? ( ~media-libs/lib3ds-1.3.0 )" DEPEND="${RDEPEND} dev-util/scons" 1.47 dev-python/cgkit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/ChangeLog?rev=1.47&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/ChangeLog?rev=1.47&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cgkit/ChangeLog?r1=1.46&r2=1.47 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- ChangeLog 8 Apr 2015 08:05:17 -0000 1.46 +++ ChangeLog 16 Apr 2015 12:39:59 -0000 1.47 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cgkit # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.46 2015/04/08 08:05:17 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.47 2015/04/16 12:39:59 idella4 Exp $ + + 16 Apr 2015; Ian Delaney cgkit-2.0.0.ebuild: + set version border to dep media-libs/lib3ds wrt bug #545092 08 Apr 2015; Michał Górny cgkit-2.0.0.ebuild: Drop old Python implementations