summaryrefslogtreecommitdiff
path: root/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-9999.ebuild
blob: 346a02979177c400dc8d98289497fb718e266c90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

if [[ ${PV} == *9999 ]]; then
	SCM_ECLASS="git-r3"
fi
EGIT_REPO_URI=( "git://git.code.sf.net/p/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 CC-BY-SA-3.0 )"
SLOT="0"
IUSE=""

DOCS=(AUTHORS ChangeLog README)