summaryrefslogtreecommitdiff
path: root/sci-libs/symmetrica/symmetrica-3.0.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-05 03:35:56 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-05 03:35:56 +0100
commit9ce4c0d3ec7daef46290a34cf0b02ae0d5b4f2f2 (patch)
tree5ad737c6cd21990a310b972f927f43980c2d304b /sci-libs/symmetrica/symmetrica-3.0.1.ebuild
parent64ae9c18e99cfcf94f587b8adc9bf9aae3f6d1fb (diff)
gentoo auto-resync : 05:06:2023 - 03:35:56
Diffstat (limited to 'sci-libs/symmetrica/symmetrica-3.0.1.ebuild')
-rw-r--r--sci-libs/symmetrica/symmetrica-3.0.1.ebuild24
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
-}