Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/
Date: Tue, 03 Nov 2015 10:24:59
Message-Id: 1446546280.9dc17d867d8d41905eb2c887b92b5b038f5f0655.jlec@gentoo
1 commit: 9dc17d867d8d41905eb2c887b92b5b038f5f0655
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 3 08:08:37 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 3 10:24:40 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc17d86
7
8 dev-python/matplotlib: Drop obsolete mirror restriction
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564714
11
12 Package-Manager: portage-2.2.23
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-python/matplotlib/matplotlib-1.4.2.ebuild | 2 --
16 dev-python/matplotlib/matplotlib-1.4.3.ebuild | 2 --
17 dev-python/matplotlib/matplotlib-1.5.0.ebuild | 2 --
18 dev-python/matplotlib/matplotlib-9999.ebuild | 2 --
19 4 files changed, 8 deletions(-)
20
21 diff --git a/dev-python/matplotlib/matplotlib-1.4.2.ebuild b/dev-python/matplotlib/matplotlib-1.4.2.ebuild
22 index f5b16b1..adc4256 100644
23 --- a/dev-python/matplotlib/matplotlib-1.4.2.ebuild
24 +++ b/dev-python/matplotlib/matplotlib-1.4.2.ebuild
25 @@ -100,8 +100,6 @@ REQUIRED_USE="
26 || ( gtk gtk3 )
27 )"
28
29 -RESTRICT="mirror"
30 -
31 # A few C++ source files are written to srcdir.
32 # Other than that, the ebuild shall be fit for out-of-source build.
33 DISTUTILS_IN_SOURCE_BUILD=1
34
35 diff --git a/dev-python/matplotlib/matplotlib-1.4.3.ebuild b/dev-python/matplotlib/matplotlib-1.4.3.ebuild
36 index 86adcbf..a92bbbc 100644
37 --- a/dev-python/matplotlib/matplotlib-1.4.3.ebuild
38 +++ b/dev-python/matplotlib/matplotlib-1.4.3.ebuild
39 @@ -105,8 +105,6 @@ RDEPEND="${COMMON_DEPEND}
40 qt5? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] )
41 "
42
43 -RESTRICT="mirror"
44 -
45 # A few C++ source files are written to srcdir.
46 # Other than that, the ebuild shall be fit for out-of-source build.
47 DISTUTILS_IN_SOURCE_BUILD=1
48
49 diff --git a/dev-python/matplotlib/matplotlib-1.5.0.ebuild b/dev-python/matplotlib/matplotlib-1.5.0.ebuild
50 index a06ccd6..ba3180e 100644
51 --- a/dev-python/matplotlib/matplotlib-1.5.0.ebuild
52 +++ b/dev-python/matplotlib/matplotlib-1.5.0.ebuild
53 @@ -108,8 +108,6 @@ RDEPEND="${COMMON_DEPEND}
54 qt5? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] )
55 "
56
57 -RESTRICT="mirror"
58 -
59 # A few C++ source files are written to srcdir.
60 # Other than that, the ebuild shall be fit for out-of-source build.
61 DISTUTILS_IN_SOURCE_BUILD=1
62
63 diff --git a/dev-python/matplotlib/matplotlib-9999.ebuild b/dev-python/matplotlib/matplotlib-9999.ebuild
64 index a62eac5..0346253 100644
65 --- a/dev-python/matplotlib/matplotlib-9999.ebuild
66 +++ b/dev-python/matplotlib/matplotlib-9999.ebuild
67 @@ -107,8 +107,6 @@ RDEPEND="${COMMON_DEPEND}
68 qt5? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] )
69 "
70
71 -RESTRICT="mirror"
72 -
73 # A few C++ source files are written to srcdir.
74 # Other than that, the ebuild shall be fit for out-of-source build.
75 DISTUTILS_IN_SOURCE_BUILD=1