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 E03C81388C1 for ; Tue, 3 Nov 2015 10:24:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA380E085C; Tue, 3 Nov 2015 10:24:57 +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 1E45DE085B for ; Tue, 3 Nov 2015 10:24:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CD4733FAAE for ; Tue, 3 Nov 2015 10:24:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4B6C1F66 for ; Tue, 3 Nov 2015 10:24:52 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1446546280.9dc17d867d8d41905eb2c887b92b5b038f5f0655.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/matplotlib/matplotlib-1.4.2.ebuild dev-python/matplotlib/matplotlib-1.4.3.ebuild dev-python/matplotlib/matplotlib-1.5.0.ebuild dev-python/matplotlib/matplotlib-9999.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9dc17d867d8d41905eb2c887b92b5b038f5f0655 X-VCS-Branch: master Date: Tue, 3 Nov 2015 10:24:52 +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: 2b2a7b3c-eacd-4dc6-a32d-4213f0257860 X-Archives-Hash: 3ebb8ef2dbd13b29a3336f540c78fc00 commit: 9dc17d867d8d41905eb2c887b92b5b038f5f0655 Author: Justin Lecher gentoo org> AuthorDate: Tue Nov 3 08:08:37 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Nov 3 10:24:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc17d86 dev-python/matplotlib: Drop obsolete mirror restriction Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564714 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/matplotlib/matplotlib-1.4.2.ebuild | 2 -- dev-python/matplotlib/matplotlib-1.4.3.ebuild | 2 -- dev-python/matplotlib/matplotlib-1.5.0.ebuild | 2 -- dev-python/matplotlib/matplotlib-9999.ebuild | 2 -- 4 files changed, 8 deletions(-) diff --git a/dev-python/matplotlib/matplotlib-1.4.2.ebuild b/dev-python/matplotlib/matplotlib-1.4.2.ebuild index f5b16b1..adc4256 100644 --- a/dev-python/matplotlib/matplotlib-1.4.2.ebuild +++ b/dev-python/matplotlib/matplotlib-1.4.2.ebuild @@ -100,8 +100,6 @@ REQUIRED_USE=" || ( gtk gtk3 ) )" -RESTRICT="mirror" - # A few C++ source files are written to srcdir. # Other than that, the ebuild shall be fit for out-of-source build. DISTUTILS_IN_SOURCE_BUILD=1 diff --git a/dev-python/matplotlib/matplotlib-1.4.3.ebuild b/dev-python/matplotlib/matplotlib-1.4.3.ebuild index 86adcbf..a92bbbc 100644 --- a/dev-python/matplotlib/matplotlib-1.4.3.ebuild +++ b/dev-python/matplotlib/matplotlib-1.4.3.ebuild @@ -105,8 +105,6 @@ RDEPEND="${COMMON_DEPEND} qt5? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] ) " -RESTRICT="mirror" - # A few C++ source files are written to srcdir. # Other than that, the ebuild shall be fit for out-of-source build. DISTUTILS_IN_SOURCE_BUILD=1 diff --git a/dev-python/matplotlib/matplotlib-1.5.0.ebuild b/dev-python/matplotlib/matplotlib-1.5.0.ebuild index a06ccd6..ba3180e 100644 --- a/dev-python/matplotlib/matplotlib-1.5.0.ebuild +++ b/dev-python/matplotlib/matplotlib-1.5.0.ebuild @@ -108,8 +108,6 @@ RDEPEND="${COMMON_DEPEND} qt5? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] ) " -RESTRICT="mirror" - # A few C++ source files are written to srcdir. # Other than that, the ebuild shall be fit for out-of-source build. DISTUTILS_IN_SOURCE_BUILD=1 diff --git a/dev-python/matplotlib/matplotlib-9999.ebuild b/dev-python/matplotlib/matplotlib-9999.ebuild index a62eac5..0346253 100644 --- a/dev-python/matplotlib/matplotlib-9999.ebuild +++ b/dev-python/matplotlib/matplotlib-9999.ebuild @@ -107,8 +107,6 @@ RDEPEND="${COMMON_DEPEND} qt5? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] ) " -RESTRICT="mirror" - # A few C++ source files are written to srcdir. # Other than that, the ebuild shall be fit for out-of-source build. DISTUTILS_IN_SOURCE_BUILD=1