Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/
Date: Sun, 28 Feb 2016 02:53:33
Message-Id: 1456627999.4c2c81ce7f192152a17d3262ab0c9b2168430ade.tamiko@gentoo
1 commit: 4c2c81ce7f192152a17d3262ab0c9b2168430ade
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 02:51:18 2016 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 02:53:19 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2c81ce
7
8 app-doc/doxygen: remove unnecessary RESTRICT="mirror", bug #564712
9
10 All components of the tarball can be freely distributed subject to the
11 GPL-2.
12
13 Gentoo-Bug: 564712
14
15 Package-Manager: portage-2.2.26
16
17 app-doc/doxygen/doxygen-1.8.10-r1.ebuild | 4 ++--
18 app-doc/doxygen/doxygen-9999.ebuild | 4 ++--
19 2 files changed, 4 insertions(+), 4 deletions(-)
20
21 diff --git a/app-doc/doxygen/doxygen-1.8.10-r1.ebuild b/app-doc/doxygen/doxygen-1.8.10-r1.ebuild
22 index 54a13b3..86e2e32 100644
23 --- a/app-doc/doxygen/doxygen-1.8.10-r1.ebuild
24 +++ b/app-doc/doxygen/doxygen-1.8.10-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2015 Gentoo Foundation
27 +# Copyright 1999-2016 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 # $Id$
30
31 @@ -55,7 +55,7 @@ DEPEND="sys-apps/sed
32 ${RDEPEND}"
33
34 # src_test() defaults to make -C testing but there is no such directory (bug #504448)
35 -RESTRICT="mirror test"
36 +RESTRICT="test"
37 EPATCH_SUFFIX="patch"
38
39 get_langs() {
40
41 diff --git a/app-doc/doxygen/doxygen-9999.ebuild b/app-doc/doxygen/doxygen-9999.ebuild
42 index e26d99d..22f3267 100644
43 --- a/app-doc/doxygen/doxygen-9999.ebuild
44 +++ b/app-doc/doxygen/doxygen-9999.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2015 Gentoo Foundation
47 +# Copyright 1999-2016 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Id$
50
51 @@ -56,7 +56,7 @@ DEPEND="sys-apps/sed
52 ${RDEPEND}"
53
54 # src_test() defaults to make -C testing but there is no such directory (bug #504448)
55 -RESTRICT="mirror test"
56 +RESTRICT="test"
57 EPATCH_SUFFIX="patch"
58
59 get_langs() {