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 1QBvgA-0000oO-Bv for garchives@archives.gentoo.org; Mon, 18 Apr 2011 21:08:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF7B61C008; Mon, 18 Apr 2011 21:08:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 919791C0FE for ; Mon, 18 Apr 2011 21:08:10 +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 0C4151B403C for ; Mon, 18 Apr 2011 21:08:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 20FA380065 for ; Mon, 18 Apr 2011 21:08:09 +0000 (UTC) From: "Locke Shinseiko" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Locke Shinseiko" Message-ID: <69b13236ea9956bd40f17f1ddb67e301c29d7e8c.wizzleby@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-portage/kportagetray/ X-VCS-Repository: proj/kde X-VCS-Files: app-portage/kportagetray/kportagetray-0.2.4.ebuild app-portage/kportagetray/kportagetray-9999.ebuild X-VCS-Directories: app-portage/kportagetray/ X-VCS-Committer: wizzleby X-VCS-Committer-Name: Locke Shinseiko X-VCS-Revision: 69b13236ea9956bd40f17f1ddb67e301c29d7e8c Date: Mon, 18 Apr 2011 21:08:09 +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: 73fbeb2eecd4e093c37af567817eb8ee commit: 69b13236ea9956bd40f17f1ddb67e301c29d7e8c Author: Locke Shinseiko gmail com> AuthorDate: Mon Apr 18 21:07:50 2011 +0000 Commit: Locke Shinseiko gmail com> CommitDate: Mon Apr 18 21:07:50 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D69b13236 [app-portage/kportagetray] Import git if PV contains 9999 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit = with key CE482794) --- app-portage/kportagetray/kportagetray-0.2.4.ebuild | 7 ++++++- app-portage/kportagetray/kportagetray-9999.ebuild | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/app-portage/kportagetray/kportagetray-0.2.4.ebuild b/app-por= tage/kportagetray/kportagetray-0.2.4.ebuild index 49d988b..7fd6ae9 100644 --- a/app-portage/kportagetray/kportagetray-0.2.4.ebuild +++ b/app-portage/kportagetray/kportagetray-0.2.4.ebuild @@ -7,7 +7,12 @@ EAPI=3D3 KDE_LINGUAS=3D"pt_BR" PYTHON_DEPEND=3D"2:2.6" =20 -inherit kde4-base python +SCM=3D"" +if [[ ${PV%9999} !=3D ${PV} ]]; then + SCM=3D"git" +fi + +inherit kde4-base python ${SCM} =20 DESCRIPTION=3D"Graphical application for Portage's daily tasks" HOMEPAGE=3D"http://gitorious.org/kportagetray" diff --git a/app-portage/kportagetray/kportagetray-9999.ebuild b/app-port= age/kportagetray/kportagetray-9999.ebuild index 081d82b..ce84766 100644 --- a/app-portage/kportagetray/kportagetray-9999.ebuild +++ b/app-portage/kportagetray/kportagetray-9999.ebuild @@ -7,7 +7,12 @@ EAPI=3D3 KDE_LINGUAS=3D"pt_BR" PYTHON_DEPEND=3D"2:2.6" =20 -inherit kde4-base python +SCM=3D"" +if [[ ${PV%9999} !=3D ${PV} ]]; then + SCM=3D"git" +fi + +inherit kde4-base python ${SCM} =20 DESCRIPTION=3D"Graphical application for Portage's daily tasks" HOMEPAGE=3D"http://gitorious.org/kportagetray"