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 CFDE313800E for ; Wed, 1 Aug 2012 13:12:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96EABE0796; Wed, 1 Aug 2012 13:12:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 69483E0796 for ; Wed, 1 Aug 2012 13:12:00 +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 CF49B1B4023 for ; Wed, 1 Aug 2012 13:11:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B15A9E543B for ; Wed, 1 Aug 2012 13:11:57 +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: <1343826990.0d06505aa312d95e834ac599c1eb27fc65c804b6.johu@gentoo> 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.10.0.ebuild X-VCS-Directories: dev-libs/shared-desktop-ontologies/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 0d06505aa312d95e834ac599c1eb27fc65c804b6 X-VCS-Branch: master Date: Wed, 1 Aug 2012 13:11:57 +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: d6229db3-11fe-406d-aa84-7e47d8e6dea2 X-Archives-Hash: 5acc6d73ca167dd68f2badc5bd2a19bf commit: 0d06505aa312d95e834ac599c1eb27fc65c804b6 Author: Johannes Huber gentoo org> AuthorDate: Wed Aug 1 13:16:30 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Aug 1 13:16:30 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0d06505a [dev-libs/shared-desktop-ontologies] Remove, already in tree. (Portage version: 2.2.0_alpha120/git/Linux i686, unsigned Manifest commit) --- .../shared-desktop-ontologies-0.10.0.ebuild | 25 -------------------- 1 files changed, 0 insertions(+), 25 deletions(-) diff --git a/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-0.10.0.ebuild b/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-0.10.0.ebuild deleted file mode 100644 index 8e7ba7f..0000000 --- a/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-0.10.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -if [[ ${PV} == *9999 ]]; then - SCM_ECLASS="git-2" -fi -EGIT_REPO_URI="git://oscaf.git.sourceforge.net/gitroot/oscaf/shared-desktop-ontologies" -inherit cmake-utils ${SCM_ECLASS} -unset SCM_ECLASS - -DESCRIPTION="Shared OSCAF desktop ontologies" -HOMEPAGE="http://sourceforge.net/projects/oscaf" -if [[ ${PV} != *9999 ]]; then - SRC_URI="mirror://sourceforge/oscaf/${PN}/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -fi - -LICENSE="|| ( BSD CCPL-Attribution-ShareAlike-3.0 )" -SLOT="0" -IUSE="" - -DOCS=(AUTHORS ChangeLog README)