diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-06-04 19:46:04 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-06-04 19:46:04 -0400 |
commit | 9b8544662cf9cd4a7d6de0e9ae3c2496e260fd8d (patch) | |
tree | e4c5f12fdea39a03b4bccbcd1e7ca052b4d54588 /sci-libs | |
parent | sci-libs/symmetrica: stabilize 3.0.1-r1 for amd64 (diff) | |
download | gentoo-9b8544662cf9cd4a7d6de0e9ae3c2496e260fd8d.tar.gz gentoo-9b8544662cf9cd4a7d6de0e9ae3c2496e260fd8d.tar.bz2 gentoo-9b8544662cf9cd4a7d6de0e9ae3c2496e260fd8d.zip |
sci-libs/symmetrica: drop 3.0.1
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/symmetrica/symmetrica-3.0.1.ebuild | 24 |
1 files changed, 0 insertions, 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 -} |