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 1DFA2158090 for ; Tue, 3 May 2022 20:21:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 649BEE0794; Tue, 3 May 2022 20:21:40 +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 44C33E0794 for ; Tue, 3 May 2022 20:21:40 +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 254AB3419F4 for ; Tue, 3 May 2022 20:21:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C61B449 for ; Tue, 3 May 2022 20:21:37 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1651609294.c6dac88a440ce3bbed61e41ab1004a156885acb0.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/aspcud/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-mathematics/aspcud/Manifest sci-mathematics/aspcud/aspcud-1.9.5.ebuild X-VCS-Directories: sci-mathematics/aspcud/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: c6dac88a440ce3bbed61e41ab1004a156885acb0 X-VCS-Branch: dev Date: Tue, 3 May 2022 20:21:37 +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: 485baca8-602e-44e6-b637-a013c16591e8 X-Archives-Hash: 9c5fb3aa8d24bf3564666b555029d23b commit: c6dac88a440ce3bbed61e41ab1004a156885acb0 Author: Alessandro Barbieri gmail com> AuthorDate: Tue May 3 18:19:56 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue May 3 20:21:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6dac88a sci-mathematics/aspcud: drop 1.9.5 Closes: https://bugs.gentoo.org/842330 Signed-off-by: Alessandro Barbieri gmail.com> sci-mathematics/aspcud/Manifest | 1 - sci-mathematics/aspcud/aspcud-1.9.5.ebuild | 43 ------------------------------ 2 files changed, 44 deletions(-) diff --git a/sci-mathematics/aspcud/Manifest b/sci-mathematics/aspcud/Manifest index 8804e929b..dee9f9cbc 100644 --- a/sci-mathematics/aspcud/Manifest +++ b/sci-mathematics/aspcud/Manifest @@ -1,2 +1 @@ -DIST aspcud-1.9.5.tar.gz 70073941 BLAKE2B e2f02259a726d05a664e63836ab24d798b3ef96276c92caf00907df5ea3d08b9d5e992c3ffb2f8ad95864e4251e2adde596d6327e71e7ae33fabd515eaeafb13 SHA512 b6c85f7e67cbf8df8dd0ed4f8fd5f988e46bf3f9756e4cb8fadfae955ed70bc27279e8dddcfe8161543e5276a70d2103816fce8edebc240fef6b182841832106 DIST aspcud-1.9.6.tar.gz 70041232 BLAKE2B 9854185b9674a062ce017b1c210ca7fb3b802e564c46a2036d48bb3178c1d5c0158841ee9e1f4c0a33b30038c2d4477f307c14415df48cf50c37682ef292fce0 SHA512 a46183c2fd3b17881d48c3396164cded4b5214a2a8a31a499254533a8a71fb084a8b6f13ee1dc8eea72f7d9819caf2921f31a5ccc1cbd6611f9175e0bc10c14a diff --git a/sci-mathematics/aspcud/aspcud-1.9.5.ebuild b/sci-mathematics/aspcud/aspcud-1.9.5.ebuild deleted file mode 100644 index 331adeab2..000000000 --- a/sci-mathematics/aspcud/aspcud-1.9.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="A solver for package problems in CUDF format" -HOMEPAGE=" - https://github.com/potassco/aspcud - https://potassco.org/aspcud/ -" -SRC_URI="https://github.com/potassco/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -DEPEND="dev-libs/boost:=" -RDEPEND=" - ${DEPEND} - sci-mathematics/clasp - sci-mathematics/clingo -" -BDEPEND="dev-util/re2c" - -RESTRICT="!test? ( test )" - -src_configure() { - local mycmakeargs=( - -DASPCUD_BUILD_TESTS=$(usex test) - - -DASPCUD_BUILD_STATIC=OFF - ) - cmake_src_configure -} - -src_install() { - cmake_src_install - insinto /usr/share/cudf/solvers/ - doins "${FILESDIR}/aspcud" -}