summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2023-06-04 19:43:05 -0400
committerMichael Orlitzky <mjo@gentoo.org>2023-06-04 19:43:05 -0400
commitc23584445c8228f945279b0f372537b473d8e415 (patch)
treeb1bda50df1f04afe6160a3d30076f09d8dc5f91e /sci-libs/libbraiding
parentsci-libs/libbraiding: stabilize 1.2 for amd64 (diff)
downloadgentoo-c23584445c8228f945279b0f372537b473d8e415.tar.gz
gentoo-c23584445c8228f945279b0f372537b473d8e415.tar.bz2
gentoo-c23584445c8228f945279b0f372537b473d8e415.zip
sci-libs/libbraiding: drop 1.1
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.1.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/sci-libs/libbraiding/Manifest b/sci-libs/libbraiding/Manifest
index d60254a6ef32..f1e19d383a74 100644
--- a/sci-libs/libbraiding/Manifest
+++ b/sci-libs/libbraiding/Manifest
@@ -1,2 +1 @@
-DIST libbraiding-1.1.tar.gz 377161 BLAKE2B 48a80823f15920fce17c7d67cdc0a7e851855a4d6dfa5e9e461c8ce408c9c73d8aeeeacd27ac1c5f33c4436e8174c6ae9be275a71187d3a9887d37cf3bc8b8db SHA512 3032a290d0c7c0c13519136e111500a9e22f36ae7f9cc36df5a22670f18ebbce03a01e72c81e556ef4f6eea1ccf10e90ba6a9343be4a229e420e2f7da6289115
DIST libbraiding-1.2.tar.gz 380852 BLAKE2B 8d88861879e7566fa88f3a269c20efa4f37a692da6fd32736b695628a414cec0e03a01cb7a0cfcf20bd233fd21c15b070d9df3e0ee4951c9511949962b012f61 SHA512 f3dcfa77d5313ecfa91c0b9a61988eb2048dd27ed77f46a5c34fc57adb9eee53b250946a7158918b3198559bd016c723dba98465036d01c482b5c6000ab59d8a
diff --git a/sci-libs/libbraiding/libbraiding-1.1.ebuild b/sci-libs/libbraiding/libbraiding-1.1.ebuild
deleted file mode 100644
index 5df2a0d47167..000000000000
--- a/sci-libs/libbraiding/libbraiding-1.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 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"
-
-SRC_URI="https://github.com/miguelmarco/${PN}/releases/download/${PV}/${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
-}