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 549B915806E for ; Sun, 4 Jun 2023 23:47:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DC42E08BD; Sun, 4 Jun 2023 23:47:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41E29E08BD for ; Sun, 4 Jun 2023 23:47:03 +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 6341C335D49 for ; Sun, 4 Jun 2023 23:47:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9CCBA6B for ; Sun, 4 Jun 2023 23:47:00 +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: <1685922364.9b8544662cf9cd4a7d6de0e9ae3c2496e260fd8d.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/symmetrica/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/symmetrica/symmetrica-3.0.1.ebuild X-VCS-Directories: sci-libs/symmetrica/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 9b8544662cf9cd4a7d6de0e9ae3c2496e260fd8d X-VCS-Branch: master Date: Sun, 4 Jun 2023 23:47:00 +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: e4e8f279-39d1-41dd-9083-8fa1b57a06d6 X-Archives-Hash: 8cfdba5d1eeeba1206f5de17c7ac5c04 commit: 9b8544662cf9cd4a7d6de0e9ae3c2496e260fd8d Author: Michael Orlitzky gentoo org> AuthorDate: Sun Jun 4 23:46:04 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Jun 4 23:46:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b854466 sci-libs/symmetrica: drop 3.0.1 Signed-off-by: Michael Orlitzky gentoo.org> sci-libs/symmetrica/symmetrica-3.0.1.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/sci-libs/symmetrica/symmetrica-3.0.1.ebuild b/sci-libs/symmetrica/symmetrica-3.0.1.ebuild deleted file mode 100644 index ca5e8384135a..000000000000 --- a/sci-libs/symmetrica/symmetrica-3.0.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="C library for representation theory, combinatorics, and more" -HOMEPAGE="https://gitlab.com/sagemath/symmetrica" -SRC_URI="https://gitlab.com/sagemath/symmetrica/uploads/b3d8e1ad5ab2449c30bbc3147e7a5e53/${P}.tar.xz" - -LICENSE="ISC" -SLOT="0/2" -KEYWORDS="amd64" -IUSE="doc" - -DOCS=( README.md ) - -src_configure() { - econf $(use_enable doc) -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -}