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 1QOD6i-0003XL-IA for garchives@archives.gentoo.org; Sun, 22 May 2011 18:10:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0DCA1C05C; Sun, 22 May 2011 18:10:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 702DF1C04C for ; Sun, 22 May 2011 18:10:21 +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 B98201B4029 for ; Sun, 22 May 2011 18:10:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D356680506 for ; Sun, 22 May 2011 18:10:19 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" 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 X-VCS-Directories: dev-libs/shared-desktop-ontologies/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: b6427c53bcd397ec6065d6801ebf3debe9846bc5 Date: Sun, 22 May 2011 18:10:19 +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: de7a29961785be4ef616d250bc1a21bc commit: b6427c53bcd397ec6065d6801ebf3debe9846bc5 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Sun May 22 18:04:49 2011 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Sun May 22 18:04:49 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Db6427c53 [dev-libs/shared-desktop-ontologies] 0.7.0 version bump. [package.mask] Add more packages in the kde-4.6.80 series. (Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit = with key BB0E6E98) --- .../shared-desktop-ontologies-0.7.0.ebuild | 28 ++++++++++++++= ++++++ 1 files changed, 28 insertions(+), 0 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 new file mode 100644 index 0000000..ae1302c --- /dev/null +++ b/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-0.7.0.= ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"4" + +if [[ ${PV} =3D=3D *9999 ]]; then + BUILD=3D"git-2" +fi + +inherit cmake-utils ${BUILD} + +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 + 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 + +LICENSE=3D"|| ( BSD CCPL-Attribution-ShareAlike-3.0 )" +SLOT=3D"0" +IUSE=3D"" + +DOCS=3D(AUTHORS ChangeLog README)