diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-08-12 18:08:24 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-08-12 18:08:24 +0100 |
commit | 8a60ccc0bb618fc402bc140a5cee6cf89addec51 (patch) | |
tree | 65afd2233c6a32062b2b52a4a901abf4f801c12d /dev-libs/clipper | |
parent | 78f20b3ec2b822f4add309f60998356f403cf879 (diff) |
gentoo auto-resync : 12:08:2023 - 18:08:23
Diffstat (limited to 'dev-libs/clipper')
-rw-r--r-- | dev-libs/clipper/Manifest | 3 | ||||
-rw-r--r-- | dev-libs/clipper/clipper-6.4.2.ebuild | 33 | ||||
-rw-r--r-- | dev-libs/clipper/metadata.xml | 17 |
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-libs/clipper/Manifest b/dev-libs/clipper/Manifest deleted file mode 100644 index ffec1d26f91e..000000000000 --- a/dev-libs/clipper/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST clipper-6.4.2.zip 2535706 BLAKE2B 755dcfd759888bda7114af784d9e684f36ce8f6e43dcadf07f5797e3723d392aab2ea9b80cb212b7eb3177bfb306ca20a797546cb2c382132887e62fa0dffd93 SHA512 ffc88818c44a38aa278d5010db6cfd505796f39664919f1e48c7fa9267563f62135868993e88f7246dcd688241d1172878e4a008a390648acb99738452e3e5dd -EBUILD clipper-6.4.2.ebuild 627 BLAKE2B d95c75391938cc8f35a856644ad1c2a727ba2382ff923eb0922d279e19ad68e0a0474006a541e2eda36a3bbfb31040cac816b1745946c829176f3f10e0c0286c SHA512 7e12cb147047e244d1c73d05c6a1f4f8d33b3f187e3fb0e01d0d181d1476b3b290ea31c1b5c35abe148a5babf795e02c91b8d212cd955f2053e0a3fc2f22cbdf -MISC metadata.xml 798 BLAKE2B 187a99147c934f8269795dcb7778ef5b53edbb3092bc667e671a333d132ac974c71eefe4cc8ca9039b066ca7bc2e9daaeaefd5e1bb55921f0dc44bed5b71a9f5 SHA512 bfc3be25dd88849f33da103b0a726eefa90a3435b447340759aa7d9e4cf486541371371981b41b844e28ea0f60cb7565ee21dc3e6de4ce334f42e61ea91df079 diff --git a/dev-libs/clipper/clipper-6.4.2.ebuild b/dev-libs/clipper/clipper-6.4.2.ebuild deleted file mode 100644 index 37050fb9bc05..000000000000 --- a/dev-libs/clipper/clipper-6.4.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6..9} ) - -inherit cmake - -MY_PV="ver${PV}" -MY_P="${PN}_${MY_PV}" - -DESCRIPTION="Polygon and line clipping and offsetting library (C++, C#, Delphi)" -HOMEPAGE="http://www.angusj.com/delphi/clipper.php" -SRC_URI="mirror://sourceforge/project/polyclipping/${MY_P}.zip -> ${P}.zip" - -LICENSE="Boost-1.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" - -IUSE="" - -RDEPEND="" -BDEPEND="app-arch/unzip" - -S="${WORKDIR}/cpp" - -src_configure() { - local mycmakeargs=( - -DBUILD_SHARED_LIBS=ON - ) - cmake_src_configure -} diff --git a/dev-libs/clipper/metadata.xml b/dev-libs/clipper/metadata.xml deleted file mode 100644 index e8c28d1b439f..000000000000 --- a/dev-libs/clipper/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>3dprint@gentoo.org</email> - <name>Gentoo 3D Printer Project</name> - </maintainer> - <longdescription> - The Clipper library performs line & polygon clipping - intersection, union, difference & exclusive-or, - and line & polygon offsetting. The library is based on Vatti's clipping algorithm. - </longdescription> - <upstream> - <bugs-to>https://sourceforge.net/p/polyclipping/bugs/</bugs-to> - <doc>http://www.angusj.com/delphi/clipper/documentation/Docs/Overview/_Body.htm</doc> - <remote-id type="sourceforge">polyclipping</remote-id> - </upstream> -</pkgmetadata> |