From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 033891382C5 for ; Thu, 12 Apr 2018 18:51:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4587E092E; Thu, 12 Apr 2018 18:51:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E0ABE092C for ; Thu, 12 Apr 2018 18:51:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FA6D335C77 for ; Thu, 12 Apr 2018 18:51:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD841289 for ; Thu, 12 Apr 2018 18:51:08 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1523559059.99404f7c8abe0b5f9e65ac3455d652cb72728718.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosbridge_server/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosbridge_server/rosbridge_server-9999.ebuild X-VCS-Directories: dev-ros/rosbridge_server/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 99404f7c8abe0b5f9e65ac3455d652cb72728718 X-VCS-Branch: master Date: Thu, 12 Apr 2018 18:51:08 +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: c552016d-1ca7-4795-af62-b49a4b48a9ea X-Archives-Hash: 5b661819749ddd9c265f0dcbe783a290 commit: 99404f7c8abe0b5f9e65ac3455d652cb72728718 Author: Alexis Ballier gentoo org> AuthorDate: Thu Apr 12 18:33:59 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Apr 12 18:50:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99404f7c dev-ros/rosbridge_server: upstream does not bundle python stuff anymore Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-ros/rosbridge_server/rosbridge_server-9999.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-ros/rosbridge_server/rosbridge_server-9999.ebuild b/dev-ros/rosbridge_server/rosbridge_server-9999.ebuild index a175c87a3b3..1ea9a841c8f 100644 --- a/dev-ros/rosbridge_server/rosbridge_server-9999.ebuild +++ b/dev-ros/rosbridge_server/rosbridge_server-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,7 +23,3 @@ RDEPEND=" www-servers/tornado[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" -PATCHES=( - "${FILESDIR}/backports-ssl.patch" - "${FILESDIR}/tornado.patch" -)