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 6B9F613838B for ; Tue, 30 Sep 2014 17:28:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D706E0994; Tue, 30 Sep 2014 17:28:30 +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 E5D2FE0994 for ; Tue, 30 Sep 2014 17:28:29 +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 E6C71340273 for ; Tue, 30 Sep 2014 17:28:28 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2274) id AA3ED69A0; Tue, 30 Sep 2014 17:28:27 +0000 (UTC) From: "Tim Harder (radhermit)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, radhermit@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/protobuf: ChangeLog protobuf-2.6.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog protobuf-2.6.0.ebuild X-VCS-Directories: dev-libs/protobuf X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140930172827.AA3ED69A0@oystercatcher.gentoo.org> Date: Tue, 30 Sep 2014 17:28:27 +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: eaab659a-532c-4712-ad60-ab4f80c7961e X-Archives-Hash: 37c973d5154f72c0e457f28a4602705a radhermit 14/09/30 17:28:27 Modified: ChangeLog protobuf-2.6.0.ebuild Log: Remove unused python-dateutil and python-gflags deps as pointed out by Arfrever. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3) Revision Changes Path 1.64 dev-libs/protobuf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/ChangeLog?rev=1.64&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/ChangeLog?rev=1.64&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/ChangeLog?r1=1.63&r2=1.64 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- ChangeLog 30 Sep 2014 06:58:29 -0000 1.63 +++ ChangeLog 30 Sep 2014 17:28:27 -0000 1.64 @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/protobuf # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.63 2014/09/30 06:58:29 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.64 2014/09/30 17:28:27 radhermit Exp $ + + 30 Sep 2014; Tim Harder protobuf-2.6.0.ebuild: + Remove unused python-dateutil and python-gflags deps as pointed out by + Arfrever. *protobuf-2.6.0 (30 Sep 2014) 1.2 dev-libs/protobuf/protobuf-2.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/protobuf-2.6.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/protobuf-2.6.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf/protobuf-2.6.0.ebuild?r1=1.1&r2=1.2 Index: protobuf-2.6.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.6.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- protobuf-2.6.0.ebuild 30 Sep 2014 06:58:29 -0000 1.1 +++ protobuf-2.6.0.ebuild 30 Sep 2014 17:28:27 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.6.0.ebuild,v 1.1 2014/09/30 06:58:29 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.6.0.ebuild,v 1.2 2014/09/30 17:28:27 radhermit Exp $ EAPI=5 JAVA_PKG_IUSE="source" @@ -25,8 +25,6 @@ java? ( >=virtual/jdk-1.5 ) python? ( dev-python/google-apputils[${PYTHON_USEDEP}] - dev-python/python-dateutil:python-2 - dev-python/python-gflags[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] )" RDEPEND="${CDEPEND}