From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QEfpf-0006j3-2T for garchives@archives.gentoo.org; Tue, 26 Apr 2011 10:49:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D548B1C008; Tue, 26 Apr 2011 10:49:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8E2691C008 for ; Tue, 26 Apr 2011 10:49:17 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E431C1B4068 for ; Tue, 26 Apr 2011 10:49:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 07DF480505 for ; Tue, 26 Apr 2011 10:49:16 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <2e550023b33339daad1f1f4ffe7a6e10213a0d91.alexxy@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/smoke/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/smoke/smoke-4.6.9999.ebuild kde-base/smoke/smoke-9999.ebuild X-VCS-Directories: kde-base/smoke/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 2e550023b33339daad1f1f4ffe7a6e10213a0d91 Date: Tue, 26 Apr 2011 10:49:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 6110131c5a558407ee52714539648a03 commit: 2e550023b33339daad1f1f4ffe7a6e10213a0d91 Author: Alexey Shvetsov gentoo org> AuthorDate: Tue Apr 26 10:48:46 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Tue Apr 26 10:48:46 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D2e550023 [kde-base/smoke] One more ebuild with eclass foo (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit = with key F82F92E6) --- kde-base/smoke/smoke-4.6.9999.ebuild | 14 +++++++++++--- kde-base/smoke/smoke-9999.ebuild | 14 +++++++++++--- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/kde-base/smoke/smoke-4.6.9999.ebuild b/kde-base/smoke/smoke-= 4.6.9999.ebuild index 37c97bf..694a2f0 100644 --- a/kde-base/smoke/smoke-4.6.9999.ebuild +++ b/kde-base/smoke/smoke-4.6.9999.ebuild @@ -4,12 +4,20 @@ =20 EAPI=3D4 =20 -KMNAME=3D"kdebindings" DECLARATIVE_REQUIRED=3D"optional" MULTIMEDIA_REQUIRED=3D"optional" QTHELP_REQUIRED=3D"optional" WEBKIT_REQUIRED=3D"optional" -inherit kde4-meta + +KDE_SCM=3D"git" +if [[ ${PV} =3D=3D *9999 ]]; then + eclass=3Dkde4-base +else + KMNAME=3D"kdebindings" + eclass=3Dkde4-meta +fi + +inherit ${eclass} =20 DESCRIPTION=3D"Scripting Meta Object Kompiler Engine" KEYWORDS=3D"" @@ -52,5 +60,5 @@ src_configure() { $(cmake-utils_use_with semantic-desktop Soprano) $(cmake-utils_use_disable webkit QtWebKit) ) - kde4-meta_src_configure + ${eclass}_src_configure } diff --git a/kde-base/smoke/smoke-9999.ebuild b/kde-base/smoke/smoke-9999= .ebuild index 37c97bf..694a2f0 100644 --- a/kde-base/smoke/smoke-9999.ebuild +++ b/kde-base/smoke/smoke-9999.ebuild @@ -4,12 +4,20 @@ =20 EAPI=3D4 =20 -KMNAME=3D"kdebindings" DECLARATIVE_REQUIRED=3D"optional" MULTIMEDIA_REQUIRED=3D"optional" QTHELP_REQUIRED=3D"optional" WEBKIT_REQUIRED=3D"optional" -inherit kde4-meta + +KDE_SCM=3D"git" +if [[ ${PV} =3D=3D *9999 ]]; then + eclass=3Dkde4-base +else + KMNAME=3D"kdebindings" + eclass=3Dkde4-meta +fi + +inherit ${eclass} =20 DESCRIPTION=3D"Scripting Meta Object Kompiler Engine" KEYWORDS=3D"" @@ -52,5 +60,5 @@ src_configure() { $(cmake-utils_use_with semantic-desktop Soprano) $(cmake-utils_use_disable webkit QtWebKit) ) - kde4-meta_src_configure + ${eclass}_src_configure }