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 41A671381F3 for ; Sat, 29 Jun 2013 19:20:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D070E09C9; Sat, 29 Jun 2013 19:20:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D34EE09C9 for ; Sat, 29 Jun 2013 19:20:51 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BF1833E911 for ; Sat, 29 Jun 2013 19:20:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 279A5E5458 for ; Sat, 29 Jun 2013 19:20:49 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1372533645.e4d74f0c80f4f5bd8a696e66ff44abfb1d5e47ff.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kimono/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kimono/kimono-4.10.49.9999.ebuild kde-base/kimono/kimono-4.10.5.ebuild kde-base/kimono/kimono-4.10.90.ebuild kde-base/kimono/kimono-9999.ebuild X-VCS-Directories: kde-base/kimono/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e4d74f0c80f4f5bd8a696e66ff44abfb1d5e47ff X-VCS-Branch: master Date: Sat, 29 Jun 2013 19:20:49 +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: c67ea425-3caf-45de-9574-191173260d19 X-Archives-Hash: cdd4478eaa65ad0d2f393a1085774742 commit: e4d74f0c80f4f5bd8a696e66ff44abfb1d5e47ff Author: Johannes Huber gentoo org> AuthorDate: Sat Jun 29 19:20:45 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Jun 29 19:20:45 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e4d74f0c [kde-base/kimono] Migrate to mono-env eclass. Package-Manager: portage-2.2.0_alpha186 --- kde-base/kimono/kimono-4.10.49.9999.ebuild | 7 ++++++- kde-base/kimono/kimono-4.10.5.ebuild | 7 ++++++- kde-base/kimono/kimono-4.10.90.ebuild | 7 ++++++- kde-base/kimono/kimono-9999.ebuild | 7 ++++++- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/kde-base/kimono/kimono-4.10.49.9999.ebuild b/kde-base/kimono/kimono-4.10.49.9999.ebuild index 1eb1b0b..71bd591 100644 --- a/kde-base/kimono/kimono-4.10.49.9999.ebuild +++ b/kde-base/kimono/kimono-4.10.49.9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit kde4-base mono +inherit mono-env kde4-base DESCRIPTION="C# bindings for KDE" KEYWORDS="" @@ -22,6 +22,11 @@ RDEPEND="${DEPEND}" # Split from kdebindings-csharp in 4.7 add_blocker kdebindings-csharp +pkg_setup() { + mono-env_pkg_setup + kde4-base_pkg_setup +} + src_prepare() { kde4-base_src_prepare diff --git a/kde-base/kimono/kimono-4.10.5.ebuild b/kde-base/kimono/kimono-4.10.5.ebuild index f7d16d6..ec49596 100644 --- a/kde-base/kimono/kimono-4.10.5.ebuild +++ b/kde-base/kimono/kimono-4.10.5.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit kde4-base mono +inherit mono-env kde4-base DESCRIPTION="C# bindings for KDE" KEYWORDS=" ~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" @@ -22,6 +22,11 @@ RDEPEND="${DEPEND}" # Split from kdebindings-csharp in 4.7 add_blocker kdebindings-csharp +pkg_setup() { + mono-env_pkg_setup + kde4-base_pkg_setup +} + src_prepare() { kde4-base_src_prepare diff --git a/kde-base/kimono/kimono-4.10.90.ebuild b/kde-base/kimono/kimono-4.10.90.ebuild index 0f8df19..5bf8a65 100644 --- a/kde-base/kimono/kimono-4.10.90.ebuild +++ b/kde-base/kimono/kimono-4.10.90.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit kde4-base mono +inherit mono-env kde4-base DESCRIPTION="C# bindings for KDE" KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux" @@ -22,6 +22,11 @@ RDEPEND="${DEPEND}" # Split from kdebindings-csharp in 4.7 add_blocker kdebindings-csharp +pkg_setup() { + mono-env_pkg_setup + kde4-base_pkg_setup +} + src_prepare() { kde4-base_src_prepare diff --git a/kde-base/kimono/kimono-9999.ebuild b/kde-base/kimono/kimono-9999.ebuild index 0fedfba..cdbabb3 100644 --- a/kde-base/kimono/kimono-9999.ebuild +++ b/kde-base/kimono/kimono-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit kde4-base mono +inherit mono-env kde4-base DESCRIPTION="C# bindings for KDE" KEYWORDS="" @@ -22,6 +22,11 @@ RDEPEND="${DEPEND}" # Split from kdebindings-csharp in 4.7 add_blocker kdebindings-csharp +pkg_setup() { + mono-env_pkg_setup + kde4-base_pkg_setup +} + src_prepare() { kde4-base_src_prepare