diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-09-12 16:41:52 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-09-12 16:41:52 +0100 |
commit | d4de2b287be5b8553180509934fd44ef3d7fce3c (patch) | |
tree | a12a5c99efcbae7b7d052e2f8ad1adf8caf638e1 /sci-geosciences/librttopo | |
parent | fc1125ea4b3373e327ba0e157daa1d7e8aee15f9 (diff) |
gentoo auto-resync : 12:09:2023 - 16:41:52
Diffstat (limited to 'sci-geosciences/librttopo')
-rw-r--r-- | sci-geosciences/librttopo/Manifest | 3 | ||||
-rw-r--r-- | sci-geosciences/librttopo/librttopo-1.1.0.ebuild | 28 | ||||
-rw-r--r-- | sci-geosciences/librttopo/metadata.xml | 8 |
3 files changed, 39 insertions, 0 deletions
diff --git a/sci-geosciences/librttopo/Manifest b/sci-geosciences/librttopo/Manifest new file mode 100644 index 000000000000..fa285b0a8777 --- /dev/null +++ b/sci-geosciences/librttopo/Manifest @@ -0,0 +1,3 @@ +DIST librttopo-1.1.0.tar.gz 301077 BLAKE2B 4d296593b5f50712952f54cf5bde540d32293dd7d401fe26325201df202caf7b7841eee0cf65cdbd2fd1789cb050d6fe532af60f76105ae0288c0beb1adca2f2 SHA512 624c2aeff16737d0bec28f8b38427351a3af20658a077d280a1b2422697419394f36832db9459bf25c7d699bc002eaec499dcbd65bca7d2b3f8b92e78650dea3 +EBUILD librttopo-1.1.0.ebuild 577 BLAKE2B 1dec4bf83491164b2125147e49b52e64b450c479b4ed6c70e5faa8d31729361113323f935ef30859f86e8393ed956c830fade931cd0fa9c77b9b1ba3c1c6f47d SHA512 f8876f5f7408b8fd1151e832dd86cabf4708bcf747972c9b5411934a45539c86a58b1da7e72a6a683827c26be0d70d879e6300315e8512466633b16be9f554ab +MISC metadata.xml 270 BLAKE2B d671fe6a94e536276e72466a25e98a1e0bc835584f788b10653270c10b976da801bdb6bad177fc69d359c1e588d08101dc4f01792f14f04432ba7b6e234787a7 SHA512 e54914ee9c11010802a2bb5b4c998c82c53e93085d12dd59c6c5ec570de962ec8938e1e1a5ad6640fe8047c3d3eedea8c367881dd07a5648e95863af32e888f9 diff --git a/sci-geosciences/librttopo/librttopo-1.1.0.ebuild b/sci-geosciences/librttopo/librttopo-1.1.0.ebuild new file mode 100644 index 000000000000..09e3dd82391a --- /dev/null +++ b/sci-geosciences/librttopo/librttopo-1.1.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="Exposes an API to create and manage standard (ISO 13249 aka SQL/MM) topologies" +HOMEPAGE="https://git.osgeo.org/gitea/rttopo/librttopo" +SRC_URI="https://git.osgeo.org/gitea/rttopo/librttopo/archive/${P}.tar.gz" +S="${WORKDIR}/librttopo" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="sci-libs/geos" +DEPEND="${RDEPEND}" + +src_prepare() { + default + eautoreconf +} + +src_install() { + default + find "${ED}" -name '*.la' -delete || die +} diff --git a/sci-geosciences/librttopo/metadata.xml b/sci-geosciences/librttopo/metadata.xml new file mode 100644 index 000000000000..080560a80ec2 --- /dev/null +++ b/sci-geosciences/librttopo/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sci-geosciences@gentoo.org</email> + <name>Gentoo Geosciences Project</name> + </maintainer> +</pkgmetadata> |