From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D759F138334 for ; Sun, 29 Dec 2019 00:20:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08EDFE0B09; Sun, 29 Dec 2019 00:20:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1674E0B09 for ; Sun, 29 Dec 2019 00:20:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90FF334DCAB for ; Sun, 29 Dec 2019 00:20:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A5C675 for ; Sun, 29 Dec 2019 00:20:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1577578803.0452eff68c3a95f0e22a604ced402b9bacafc3e6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/ogdi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/ogdi/ogdi-3.2.0-r1.ebuild X-VCS-Directories: sci-libs/ogdi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0452eff68c3a95f0e22a604ced402b9bacafc3e6 X-VCS-Branch: master Date: Sun, 29 Dec 2019 00:20:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e1f1b38-8f63-4874-a2f3-efa744f88bc6 X-Archives-Hash: 29fbdef32bb7708382c3401e4eabc6a0 commit: 0452eff68c3a95f0e22a604ced402b9bacafc3e6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 28 23:49:16 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 29 00:20:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0452eff6 sci-libs/ogdi: Restrict to gentoo.org> sci-libs/ogdi/ogdi-3.2.0-r1.ebuild | 78 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) 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 00000000000..7de1803045b --- /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:= +