summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2011-11-26 21:03:03 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2011-11-26 21:03:03 +0000
commit87b81f765400e5588773d5be76c205a7d7865ac9 (patch)
treebf7ede4a94fdf0c72c3021dfadb8cb2b2999b429 /dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-0.8.1.ebuild
parentversion bump (diff)
downloadhistorical-87b81f765400e5588773d5be76c205a7d7865ac9.tar.gz
historical-87b81f765400e5588773d5be76c205a7d7865ac9.tar.bz2
historical-87b81f765400e5588773d5be76c205a7d7865ac9.zip
Version bump, thanks johu\!
Package-Manager: portage-2.1.10.37/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-0.8.1.ebuild')
-rw-r--r--dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-0.8.1.ebuild25
1 files changed, 25 insertions, 0 deletions
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
new file mode 100644
index 000000000000..50e8d8145f02
--- /dev/null
+++ b/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-0.8.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/shared-desktop-ontologies/shared-desktop-ontologies-0.8.1.ebuild,v 1.1 2011/11/26 21:03:03 dilfridge Exp $
+
+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 ~x86-fbsd ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="|| ( BSD CCPL-Attribution-ShareAlike-3.0 )"
+SLOT="0"
+IUSE=""
+
+DOCS=(AUTHORS ChangeLog README)