summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2021-11-02 08:48:45 -0400
committerMichael Orlitzky <mjo@gentoo.org>2021-11-02 08:48:45 -0400
commit66e2e1a11660a5e8543e74acffbf4ab60315993d (patch)
tree4922164c764ddfc264bdbd653c38303bc2d29dd8 /sci-libs/libbraiding
parentsci-libs/libbraiding: maintainer stabilize v1.1 on amd64. (diff)
downloadgentoo-66e2e1a11660a5e8543e74acffbf4ab60315993d.tar.gz
gentoo-66e2e1a11660a5e8543e74acffbf4ab60315993d.tar.bz2
gentoo-66e2e1a11660a5e8543e74acffbf4ab60315993d.zip
sci-libs/libbraiding: remove old "unused" libbraiding-1.0.ebuild.
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs/libbraiding')
-rw-r--r--sci-libs/libbraiding/Manifest1
-rw-r--r--sci-libs/libbraiding/libbraiding-1.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/sci-libs/libbraiding/Manifest b/sci-libs/libbraiding/Manifest
index 5e80600f3d98..2f557e15f07c 100644
--- a/sci-libs/libbraiding/Manifest
+++ b/sci-libs/libbraiding/Manifest
@@ -1,2 +1 @@
-DIST libbraiding-1.0.tar.gz 377140 BLAKE2B 93520ca1af05dfe77028d3a8d94e94fb4b387662c0f71048db5aa8b1dcc4115996be2ac95108c01a574095cdaba97db1997a65e98a64f87230dda4ae1b6bd8cb SHA512 0fb389d4483b665165bf9ef8dc770b51884eb4ab576c4ca06944080d87ddae806bcf4ebee1fd586f97de171d2ec79c89aeef86ffdeac10eed49ffd0541989ee6
DIST libbraiding-1.1.tar.gz 377161 BLAKE2B 48a80823f15920fce17c7d67cdc0a7e851855a4d6dfa5e9e461c8ce408c9c73d8aeeeacd27ac1c5f33c4436e8174c6ae9be275a71187d3a9887d37cf3bc8b8db SHA512 3032a290d0c7c0c13519136e111500a9e22f36ae7f9cc36df5a22670f18ebbce03a01e72c81e556ef4f6eea1ccf10e90ba6a9343be4a229e420e2f7da6289115
diff --git a/sci-libs/libbraiding/libbraiding-1.0.ebuild b/sci-libs/libbraiding/libbraiding-1.0.ebuild
deleted file mode 100644
index c2f848f1a9bf..000000000000
--- a/sci-libs/libbraiding/libbraiding-1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Expose the functionality of cbraid as a shared library"
-HOMEPAGE="https://github.com/miguelmarco/libbraiding"
-
-# The github release is missing the generated autotools files, like the
-# ./configure script. Rather than involve autotools.eclass, let's just
-# get it from sage.
-SRC_URI="http://files.sagemath.org/spkg/upstream/${PN}/${P}.tar.gz"
-
-# A few source headers still say GPLv2, but I believe that to be an
-# oversight: https://github.com/jeanluct/cbraid/issues/4
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="static-libs"
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}