Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/shared-desktop-ontologies/
Date: Sat, 26 Nov 2011 21:04:18
Message-Id: 9a9b5e12c0a21c3cfb6970f1c5b011cbb2624142.dilfridge@gentoo
1 commit: 9a9b5e12c0a21c3cfb6970f1c5b011cbb2624142
2 Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
3 AuthorDate: Sat Nov 26 21:03:57 2011 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 26 21:03:57 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9a9b5e12
7
8 [dev-libs/shared-desktop-ontologuies] move to main tree
9
10 (Portage version: 2.1.10.37/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 .../shared-desktop-ontologies-0.8.1.ebuild | 25 --------------------
14 1 files changed, 0 insertions(+), 25 deletions(-)
15
16 diff --git a/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-0.8.1.ebuild b/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-0.8.1.ebuild
17 deleted file mode 100644
18 index 99e3fa3..0000000
19 --- a/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-0.8.1.ebuild
20 +++ /dev/null
21 @@ -1,25 +0,0 @@
22 -# Copyright 1999-2011 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Header: $
25 -
26 -EAPI=4
27 -
28 -if [[ ${PV} == *9999 ]]; then
29 - SCM_ECLASS="git-2"
30 -fi
31 -EGIT_REPO_URI="git://oscaf.git.sourceforge.net/gitroot/oscaf/shared-desktop-ontologies"
32 -inherit cmake-utils ${SCM_ECLASS}
33 -unset SCM_ECLASS
34 -
35 -DESCRIPTION="Shared OSCAF desktop ontologies"
36 -HOMEPAGE="http://sourceforge.net/projects/oscaf"
37 -if [[ ${PV} != *9999 ]]; then
38 - SRC_URI="mirror://sourceforge/oscaf/${PN}/${P}.tar.bz2"
39 - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
40 -fi
41 -
42 -LICENSE="|| ( BSD CCPL-Attribution-ShareAlike-3.0 )"
43 -SLOT="0"
44 -IUSE=""
45 -
46 -DOCS=(AUTHORS ChangeLog README)