From 0452eff68c3a95f0e22a604ced402b9bacafc3e6 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 29 Dec 2019 00:49:16 +0100 Subject: sci-libs/ogdi: Restrict to --- sci-libs/ogdi/ogdi-3.2.0-r1.ebuild | 78 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 sci-libs/ogdi/ogdi-3.2.0-r1.ebuild (limited to 'sci-libs') diff --git a/sci-libs/ogdi/ogdi-3.2.0-r1.ebuild b/sci-libs/ogdi/ogdi-3.2.0-r1.ebuild new file mode 100644 index 000000000000..7de1803045b3 --- /dev/null +++ b/sci-libs/ogdi/ogdi-3.2.0-r1.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_P=${P/_/.} +inherit toolchain-funcs + +DESCRIPTION="Open Geographical Datastore Interface, a GIS support library" +HOMEPAGE="http://ogdi.sourceforge.net/" +SRC_URI="mirror://sourceforge/ogdi/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux" +IUSE="static-libs" + +DEPEND=" + net-libs/libtirpc + dev-libs/expat + >=sci-libs/proj-4.9.0:= +