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 008E6138200 for ; Thu, 6 Jun 2013 19:39:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1528DE09AE; Thu, 6 Jun 2013 19:39:19 +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 63EA5E09AE for ; Thu, 6 Jun 2013 19:39:18 +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 74CFF33E44D for ; Thu, 6 Jun 2013 19:39:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 231E7E5462 for ; Thu, 6 Jun 2013 19:39:16 +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: <1370547098.3a6d5c4bfeb22b6b945a54e1241b3565c3a5301c.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kppp/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kppp/kppp-4.10.49.9999.ebuild kde-base/kppp/kppp-9999.ebuild X-VCS-Directories: kde-base/kppp/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 3a6d5c4bfeb22b6b945a54e1241b3565c3a5301c X-VCS-Branch: master Date: Thu, 6 Jun 2013 19:39: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 X-Archives-Salt: befbf3a7-a443-4b8b-bebb-e66e56cd5e8c X-Archives-Hash: 5c15b5a9ba22d93818b96b37a4dc4e86 commit: 3a6d5c4bfeb22b6b945a54e1241b3565c3a5301c Author: Johannes Huber gentoo org> AuthorDate: Thu Jun 6 19:31:38 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Jun 6 19:31:38 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3a6d5c4b [kde-base/kppp] Moved to git by upstream. Package-Manager: portage-2.2.0_alpha177 --- kde-base/kppp/kppp-4.10.49.9999.ebuild | 11 ++++++++--- kde-base/kppp/kppp-9999.ebuild | 4 +--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/kde-base/kppp/kppp-4.10.49.9999.ebuild b/kde-base/kppp/kppp-4.10.49.9999.ebuild index cfbb9b4..3f61601 100644 --- a/kde-base/kppp/kppp-4.10.49.9999.ebuild +++ b/kde-base/kppp/kppp-4.10.49.9999.ebuild @@ -4,10 +4,15 @@ EAPI=5 +if [[ $PV != *9999 ]]; then + KMNAME="kdenetwork" + KDE_ECLASS=meta +else + KDE_ECLASS=base +fi + KDE_HANDBOOK="optional" -KMNAME="kdenetwork" -KDE_SCM="svn" -inherit kde4-meta +inherit kde4-${KDE_ECLASS} DESCRIPTION="KDE: A dialer and front-end to pppd." KEYWORDS="" diff --git a/kde-base/kppp/kppp-9999.ebuild b/kde-base/kppp/kppp-9999.ebuild index cfbb9b4..9a69a2b 100644 --- a/kde-base/kppp/kppp-9999.ebuild +++ b/kde-base/kppp/kppp-9999.ebuild @@ -5,9 +5,7 @@ EAPI=5 KDE_HANDBOOK="optional" -KMNAME="kdenetwork" -KDE_SCM="svn" -inherit kde4-meta +inherit kde4-base DESCRIPTION="KDE: A dialer and front-end to pppd." KEYWORDS=""