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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35CF5158020 for ; Thu, 24 Nov 2022 11:07:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AFE5E03EC; Thu, 24 Nov 2022 11:07:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5178DE03EC for ; Thu, 24 Nov 2022 11:07:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 292CA340E47 for ; Thu, 24 Nov 2022 11:07:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B47E0703 for ; Thu, 24 Nov 2022 11:07:20 +0000 (UTC) From: "Henri Gasc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Henri Gasc" Message-ID: <1669288036.ebf9d27ff6377abfa691d91ceabd7790c50bb37b.gasc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/libtess2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/libtess2/Manifest games-util/libtess2/libtess2-1.0.3.ebuild games-util/libtess2/metadata.xml X-VCS-Directories: games-util/libtess2/ X-VCS-Committer: gasc X-VCS-Committer-Name: Henri Gasc X-VCS-Revision: ebf9d27ff6377abfa691d91ceabd7790c50bb37b X-VCS-Branch: dev Date: Thu, 24 Nov 2022 11:07:20 +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: 78ecca30-53c0-4a03-a04e-5f5d38cba06f X-Archives-Hash: e5be26a0c7e647f1f16a2310747d333e commit: ebf9d27ff6377abfa691d91ceabd7790c50bb37b Author: Henri Gasc eurecom fr> AuthorDate: Thu Nov 24 11:06:43 2022 +0000 Commit: Henri Gasc eurecom fr> CommitDate: Thu Nov 24 11:07:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ebf9d27f games-util/libtess2: new package, add 1.0.3 Signed-off-by: Henri Gasc eurecom.fr> games-util/libtess2/Manifest | 1 + games-util/libtess2/libtess2-1.0.3.ebuild | 30 ++++++++++++++++++++++++++++++ games-util/libtess2/metadata.xml | 11 +++++++++++ 3 files changed, 42 insertions(+) diff --git a/games-util/libtess2/Manifest b/games-util/libtess2/Manifest new file mode 100644 index 000000000..fde6e9563 --- /dev/null +++ b/games-util/libtess2/Manifest @@ -0,0 +1 @@ +DIST libtess2-v1.0.3.tar.bz2 52901 BLAKE2B 6921a13f5291cc1651e7c43eb85f72a37a32be3ce56b5e25dcdf240e8b0e976c43e2d668a35e3559cff3eece6c884bf4c0bec58cd9c30c2a204a68240703b110 SHA512 2e42a9af344c4cfe716234edc102d139cbf33d1efaa6c253b89f78a3b981e22a05d3bff883494856df779f267867882bc3eef434df2e07e33adc9ddeacac6a5b diff --git a/games-util/libtess2/libtess2-1.0.3.ebuild b/games-util/libtess2/libtess2-1.0.3.ebuild new file mode 100644 index 000000000..c49c6b300 --- /dev/null +++ b/games-util/libtess2/libtess2-1.0.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Game and tools oriented refactored version of GLU tesselator" + +HOMEPAGE="https://gitlab.eurecom.fr/gasc/libtess2" +SRC_URI="https://gitlab.eurecom.fr/gasc/libtess2/-/archive/v${PV}/libtess2-v${PV}.tar.bz2" +S="${WORKDIR}/${PN}-v${PV}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=media-libs/glfw-3.0.0" +BDEPEND=" + ${DEPEND} + >=dev-util/premake-5.0.0_alpha16" +RDEPEND="" + +src_compile() { + emake clean build +} + +src_install() { + echo ${D} + emake DESTDIR="${D}/usr" install +} diff --git a/games-util/libtess2/metadata.xml b/games-util/libtess2/metadata.xml new file mode 100644 index 000000000..a77d78d95 --- /dev/null +++ b/games-util/libtess2/metadata.xml @@ -0,0 +1,11 @@ + + + + + Gasc Henri + gasc@eurecom.fr + + + memononen/libtess2 + +