From: Andreas Sturmlechner Date: Sat, 28 Dec 2019 23:49:16 +0000 (+0100) Subject: sci-libs/ogdi: Restrict to --- 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:= +