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 78A84158041 for ; Thu, 14 Mar 2024 20:10:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C056BE29BA; Thu, 14 Mar 2024 20:10:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3A20E29BA for ; Thu, 14 Mar 2024 20:10:05 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51A2B33BDFF for ; Thu, 14 Mar 2024 20:10:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A30CA7E7 for ; Thu, 14 Mar 2024 20:10:01 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1710446918.b48f045ad91362eed3b72c57896e3b67912ea605.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-gap/digraphs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-gap/digraphs/Manifest dev-gap/digraphs/digraphs-1.6.3-r2.ebuild dev-gap/digraphs/digraphs-1.7.1.ebuild X-VCS-Directories: dev-gap/digraphs/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: b48f045ad91362eed3b72c57896e3b67912ea605 X-VCS-Branch: master Date: Thu, 14 Mar 2024 20:10:01 +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: d29210e6-6110-4752-a005-e539fedc4163 X-Archives-Hash: 52e04de85a12d94c20a1bd76fdf126cb commit: b48f045ad91362eed3b72c57896e3b67912ea605 Author: Michael Orlitzky gentoo org> AuthorDate: Thu Mar 14 20:02:23 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Thu Mar 14 20:08:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48f045a dev-gap/digraphs: add 1.7.1, drop 1.6.3-r2 Signed-off-by: Michael Orlitzky gentoo.org> dev-gap/digraphs/Manifest | 2 +- .../{digraphs-1.6.3-r2.ebuild => digraphs-1.7.1.ebuild} | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/dev-gap/digraphs/Manifest b/dev-gap/digraphs/Manifest index 3be3b40afe6e..33e25b2685d7 100644 --- a/dev-gap/digraphs/Manifest +++ b/dev-gap/digraphs/Manifest @@ -1 +1 @@ -DIST digraphs-1.6.3.tar.gz 2509307 BLAKE2B 2b0a6dfe84c0f916617a8e2fc83a6bd3005d4719db7fcfa181fc5dc9770362e1e3d7ed7d24d920bca8cb1f617001c2d70b78f9a95da3ccabd32b78801467fa17 SHA512 ef17e8200255e14d4cd7e3cab99a6933b9fb22df1c1b2006f1a8c661f89064e1b3a551c58742ed087ca3a096ac9810398b4459e8e54427309565386310e72081 +DIST digraphs-1.7.1.tar.gz 2528168 BLAKE2B 360f719583304ea02787b63efd0ce6f44a41997d5f22ab27d5b13abb8811432a434cdd0a6cd10264a64dc6c8b90b70b9c93f8037a43897e42a1e04d3e3f498ef SHA512 06d4a5a71622976b8935e0a9ea3a042c4ea14847c8a40ec6a9a9ca82129cec2b85982833ad18ae5d1a65de3657ff74cb27c5b827bb31cfa64d23d4ab6a63d73e diff --git a/dev-gap/digraphs/digraphs-1.6.3-r2.ebuild b/dev-gap/digraphs/digraphs-1.7.1.ebuild similarity index 74% rename from dev-gap/digraphs/digraphs-1.6.3-r2.ebuild rename to dev-gap/digraphs/digraphs-1.7.1.ebuild index d252ee88188e..56038c62d068 100644 --- a/dev-gap/digraphs/digraphs-1.6.3-r2.ebuild +++ b/dev-gap/digraphs/digraphs-1.7.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools flag-o-matic gap-pkg +inherit gap-pkg DESCRIPTION="Graphs, digraphs, and multidigraphs in GAP" SLOT="0" @@ -25,17 +25,7 @@ DOCS=( CHANGELOG.md README.md ) GAP_PKG_EXTRA_INSTALL=( data notebooks ) gap-pkg_enable_tests -src_prepare() { - default - - # Fix the build with pathological CFLAGS - eautoreconf -} - src_configure() { - # https://github.com/digraphs/Digraphs/issues/596 - append-cflags -Wno-error=strict-prototypes - gap-pkg_econf \ --with-external-planarity \ --with-external-bliss