summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-03 19:36:06 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-03 19:38:02 +0200
commit9fe315eb2b0eb2675b0eb49185beaafa49d60665 (patch)
tree1875423fd79a5f978a0ca414fe4ee4ea8af4d441 /sci-mathematics
parentdev-libs/kirigami-addons: add 0.8.0 (diff)
downloadgentoo-9fe315eb2b0eb2675b0eb49185beaafa49d60665.tar.gz
gentoo-9fe315eb2b0eb2675b0eb49185beaafa49d60665.tar.bz2
gentoo-9fe315eb2b0eb2675b0eb49185beaafa49d60665.zip
sci-mathematics/lpsolve: drop 5.5.2.0-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/lpsolve/Manifest1
-rw-r--r--sci-mathematics/lpsolve/lpsolve-5.5.2.0-r1.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/sci-mathematics/lpsolve/Manifest b/sci-mathematics/lpsolve/Manifest
index 7b249e4dc266..6f4877b98ae7 100644
--- a/sci-mathematics/lpsolve/Manifest
+++ b/sci-mathematics/lpsolve/Manifest
@@ -1,2 +1 @@
DIST lp_solve_5.5.2.11_source.tar.gz 556506 BLAKE2B 4c5b53ddadc9db2cbfb78fee141505ced17719f6bd7c780720c6960cc902165c7c3cffbadd048ad5d61ba3951fd65fd6ac08b8d1874dd57c7ac41a168bccd260 SHA512 24f5a14d0c77a71e1ab3f46e08ea3f85f2f116ae2d3d2c54acddc5fb138251ba258240284060827e1b8b7ef15d580acecc242329ec775802fe5e8028407499bc
-DIST lpsolve-5.5.2.0.tar.xz 737000 BLAKE2B 912690a7e4ed5fd5d475f322f5c168554fb3d47281545f42d2383ccbe72b3cb0036f72878c94899889972e266e9cf6ad73e59ac1e822deae753ae5b31a00c9b8 SHA512 341bff74dccf805cfd3aa4ee844a51f3c46ce875e88b1bf079a6ff0074f7cbd27420ec9c6a66a2530098a85c967457214543895651f4c570b956324a51bb9fe6
diff --git a/sci-mathematics/lpsolve/lpsolve-5.5.2.0-r1.ebuild b/sci-mathematics/lpsolve/lpsolve-5.5.2.0-r1.ebuild
deleted file mode 100644
index 00511e365804..000000000000
--- a/sci-mathematics/lpsolve/lpsolve-5.5.2.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Mixed Integer Linear Programming (MILP) solver"
-HOMEPAGE="https://sourceforge.net/projects/lpsolve/"
-SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-
-DEPEND="sci-libs/colamd"
-RDEPEND="${DEPEND}"
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}