Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/qyoto/
Date: Sat, 29 Jun 2013 19:20:54
Message-Id: 1372531272.b10b585d3025adcdec60e123f41a9cef806b1c6b.johu@gentoo
1 commit: b10b585d3025adcdec60e123f41a9cef806b1c6b
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 29 18:41:12 2013 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 29 18:41:12 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b10b585d
7
8 [kde-base/qyoto] Migrate to mono-env eclass.
9
10 Package-Manager: portage-2.2.0_alpha186
11
12 ---
13 kde-base/qyoto/qyoto-4.10.49.9999.ebuild | 7 ++++++-
14 kde-base/qyoto/qyoto-4.10.5.ebuild | 7 ++++++-
15 kde-base/qyoto/qyoto-4.10.90.ebuild | 7 ++++++-
16 kde-base/qyoto/qyoto-9999.ebuild | 7 ++++++-
17 4 files changed, 24 insertions(+), 4 deletions(-)
18
19 diff --git a/kde-base/qyoto/qyoto-4.10.49.9999.ebuild b/kde-base/qyoto/qyoto-4.10.49.9999.ebuild
20 index cdb516a..de8e791 100644
21 --- a/kde-base/qyoto/qyoto-4.10.49.9999.ebuild
22 +++ b/kde-base/qyoto/qyoto-4.10.49.9999.ebuild
23 @@ -5,7 +5,7 @@
24 EAPI=5
25
26 KDE_REQUIRED="never"
27 -inherit kde4-base mono
28 +inherit mono-env kde4-base
29
30 DESCRIPTION="C# bindings for Qt"
31 KEYWORDS=""
32 @@ -20,6 +20,11 @@ RDEPEND="${DEPEND}"
33 # Split from kdebindings-csharp in 4.7
34 add_blocker kdebindings-csharp
35
36 +pkg_setup() {
37 + mono-env_pkg_setup
38 + kde4-base_pkg_setup
39 +}
40 +
41 src_configure() {
42 local mycmakeargs=(
43 $(cmake-utils_use_with phonon)
44
45 diff --git a/kde-base/qyoto/qyoto-4.10.5.ebuild b/kde-base/qyoto/qyoto-4.10.5.ebuild
46 index 6b3b113..f58a146 100644
47 --- a/kde-base/qyoto/qyoto-4.10.5.ebuild
48 +++ b/kde-base/qyoto/qyoto-4.10.5.ebuild
49 @@ -5,7 +5,7 @@
50 EAPI=5
51
52 KDE_REQUIRED="never"
53 -inherit kde4-base mono
54 +inherit mono-env kde4-base
55
56 DESCRIPTION="C# bindings for Qt"
57 KEYWORDS=" ~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
58 @@ -20,6 +20,11 @@ RDEPEND="${DEPEND}"
59 # Split from kdebindings-csharp in 4.7
60 add_blocker kdebindings-csharp
61
62 +pkg_setup() {
63 + mono-env_pkg_setup
64 + kde4-base_pkg_setup
65 +}
66 +
67 src_configure() {
68 local mycmakeargs=(
69 $(cmake-utils_use_with phonon)
70
71 diff --git a/kde-base/qyoto/qyoto-4.10.90.ebuild b/kde-base/qyoto/qyoto-4.10.90.ebuild
72 index bebad5a..5dee021 100644
73 --- a/kde-base/qyoto/qyoto-4.10.90.ebuild
74 +++ b/kde-base/qyoto/qyoto-4.10.90.ebuild
75 @@ -5,7 +5,7 @@
76 EAPI=5
77
78 KDE_REQUIRED="never"
79 -inherit kde4-base mono
80 +inherit mono-env kde4-base
81
82 DESCRIPTION="C# bindings for Qt"
83 KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
84 @@ -20,6 +20,11 @@ RDEPEND="${DEPEND}"
85 # Split from kdebindings-csharp in 4.7
86 add_blocker kdebindings-csharp
87
88 +pkg_setup() {
89 + mono-env_pkg_setup
90 + kde4-base_pkg_setup
91 +}
92 +
93 src_configure() {
94 local mycmakeargs=(
95 $(cmake-utils_use_with phonon)
96
97 diff --git a/kde-base/qyoto/qyoto-9999.ebuild b/kde-base/qyoto/qyoto-9999.ebuild
98 index cdb516a..de8e791 100644
99 --- a/kde-base/qyoto/qyoto-9999.ebuild
100 +++ b/kde-base/qyoto/qyoto-9999.ebuild
101 @@ -5,7 +5,7 @@
102 EAPI=5
103
104 KDE_REQUIRED="never"
105 -inherit kde4-base mono
106 +inherit mono-env kde4-base
107
108 DESCRIPTION="C# bindings for Qt"
109 KEYWORDS=""
110 @@ -20,6 +20,11 @@ RDEPEND="${DEPEND}"
111 # Split from kdebindings-csharp in 4.7
112 add_blocker kdebindings-csharp
113
114 +pkg_setup() {
115 + mono-env_pkg_setup
116 + kde4-base_pkg_setup
117 +}
118 +
119 src_configure() {
120 local mycmakeargs=(
121 $(cmake-utils_use_with phonon)