Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/perlqt/
Date: Sat, 03 Dec 2011 16:01:30
Message-Id: e451a618186422c29c9f783c140b95a6ad69c7ba.dilfridge@gentoo
1 commit: e451a618186422c29c9f783c140b95a6ad69c7ba
2 Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 3 16:02:46 2011 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 3 16:02:46 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e451a618
7
8 [kde-base/perlqt] Restrict tests, bug 392991
9
10 (Portage version: 2.1.10.39/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 kde-base/perlqt/perlqt-4.7.49.9999.ebuild | 3 +++
14 kde-base/perlqt/perlqt-4.7.80.ebuild | 3 +++
15 kde-base/perlqt/perlqt-9999.ebuild | 3 +++
16 3 files changed, 9 insertions(+), 0 deletions(-)
17
18 diff --git a/kde-base/perlqt/perlqt-4.7.49.9999.ebuild b/kde-base/perlqt/perlqt-4.7.49.9999.ebuild
19 index 8719c29..c9ad13a 100644
20 --- a/kde-base/perlqt/perlqt-4.7.49.9999.ebuild
21 +++ b/kde-base/perlqt/perlqt-4.7.49.9999.ebuild
22 @@ -26,6 +26,9 @@ DEPEND=${RDEPEND}
23 # Split from kdebindings-perl in 4.7
24 add_blocker kdebindings-perl
25
26 +RESTRICT="test"
27 +# bug 392991
28 +
29 PATCHES=( "${FILESDIR}/${PN}-4.7.2-vendor.patch" )
30
31 src_configure() {
32
33 diff --git a/kde-base/perlqt/perlqt-4.7.80.ebuild b/kde-base/perlqt/perlqt-4.7.80.ebuild
34 index acecde1..9f5a506 100644
35 --- a/kde-base/perlqt/perlqt-4.7.80.ebuild
36 +++ b/kde-base/perlqt/perlqt-4.7.80.ebuild
37 @@ -26,6 +26,9 @@ DEPEND=${RDEPEND}
38 # Split from kdebindings-perl in 4.7
39 add_blocker kdebindings-perl
40
41 +RESTRICT="test"
42 +# bug 392991
43 +
44 PATCHES=( "${FILESDIR}/${PN}-4.7.2-vendor.patch" )
45
46 src_configure() {
47
48 diff --git a/kde-base/perlqt/perlqt-9999.ebuild b/kde-base/perlqt/perlqt-9999.ebuild
49 index 8719c29..c9ad13a 100644
50 --- a/kde-base/perlqt/perlqt-9999.ebuild
51 +++ b/kde-base/perlqt/perlqt-9999.ebuild
52 @@ -26,6 +26,9 @@ DEPEND=${RDEPEND}
53 # Split from kdebindings-perl in 4.7
54 add_blocker kdebindings-perl
55
56 +RESTRICT="test"
57 +# bug 392991
58 +
59 PATCHES=( "${FILESDIR}/${PN}-4.7.2-vendor.patch" )
60
61 src_configure() {