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 1QOnhE-0000XF-63 for garchives@archives.gentoo.org; Tue, 24 May 2011 09:14:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BAE61C006; Tue, 24 May 2011 09:14:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D14991C006 for ; Tue, 24 May 2011 09:14:25 +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 5D0121B403B for ; Tue, 24 May 2011 09:14:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C196E80505 for ; Tue, 24 May 2011 09:14:24 +0000 (UTC) From: "Tomas Chvatal" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tomas Chvatal" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/shared-desktop-ontologies/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-0.7.0.ebuild dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-9999.ebuild X-VCS-Directories: dev-libs/shared-desktop-ontologies/ X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal X-VCS-Revision: bfdd639a1739788fc264cbf85b2893cc06167848 Date: Tue, 24 May 2011 09:14:24 +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: de5b7fc19961399c91e95ebbcc68d219 commit: bfdd639a1739788fc264cbf85b2893cc06167848 Author: Tomas Chvatal gentoo org> AuthorDate: Tue May 24 09:14:15 2011 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Tue May 24 09:14:15 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dbfdd639a [dev-libs/shared-desktop-ontologies] Cleanup the live cases. --- .../shared-desktop-ontologies-0.7.0.ebuild | 15 ++++++--------= - .../shared-desktop-ontologies-9999.ebuild | 13 ++++++++++--- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies= -0.7.0.ebuild b/dev-libs/shared-desktop-ontologies/shared-desktop-ontolog= ies-0.7.0.ebuild index ae1302c..99e3fa3 100644 --- a/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-0.7.0.= ebuild +++ b/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-0.7.0.= ebuild @@ -2,21 +2,18 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D"4" +EAPI=3D4 =20 if [[ ${PV} =3D=3D *9999 ]]; then - BUILD=3D"git-2" + SCM_ECLASS=3D"git-2" fi - -inherit cmake-utils ${BUILD} +EGIT_REPO_URI=3D"git://oscaf.git.sourceforge.net/gitroot/oscaf/shared-de= sktop-ontologies" +inherit cmake-utils ${SCM_ECLASS} +unset SCM_ECLASS =20 DESCRIPTION=3D"Shared OSCAF desktop ontologies" HOMEPAGE=3D"http://sourceforge.net/projects/oscaf" - -if [[ ${PV} =3D=3D *9999 ]]; then - EGIT_REPO_URI=3D"git://oscaf.git.sourceforge.net/gitroot/oscaf/shared-d= esktop-ontologies" - KEYWORDS=3D"" -else +if [[ ${PV} !=3D *9999 ]]; then SRC_URI=3D"mirror://sourceforge/oscaf/${PN}/${P}.tar.bz2" KEYWORDS=3D"~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-li= nux" fi diff --git a/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies= -9999.ebuild b/dev-libs/shared-desktop-ontologies/shared-desktop-ontologi= es-9999.ebuild index dc75aaa..99e3fa3 100644 --- a/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-9999.e= build +++ b/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-9999.e= build @@ -4,15 +4,22 @@ =20 EAPI=3D4 =20 -inherit cmake-utils git-2 +if [[ ${PV} =3D=3D *9999 ]]; then + SCM_ECLASS=3D"git-2" +fi +EGIT_REPO_URI=3D"git://oscaf.git.sourceforge.net/gitroot/oscaf/shared-de= sktop-ontologies" +inherit cmake-utils ${SCM_ECLASS} +unset SCM_ECLASS =20 DESCRIPTION=3D"Shared OSCAF desktop ontologies" HOMEPAGE=3D"http://sourceforge.net/projects/oscaf" -EGIT_REPO_URI=3D"git://oscaf.git.sourceforge.net/gitroot/oscaf/shared-de= sktop-ontologies" +if [[ ${PV} !=3D *9999 ]]; then + SRC_URI=3D"mirror://sourceforge/oscaf/${PN}/${P}.tar.bz2" + KEYWORDS=3D"~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-li= nux" +fi =20 LICENSE=3D"|| ( BSD CCPL-Attribution-ShareAlike-3.0 )" SLOT=3D"0" -KEYWORDS=3D"" IUSE=3D"" =20 DOCS=3D(AUTHORS ChangeLog README)