summaryrefslogtreecommitdiff
path: root/dev-libs/editline/editline-1.17.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-17 00:09:46 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-17 00:09:46 +0100
commit74e526c590f52d24a213e25f77858ae0b34ec2c8 (patch)
tree0f6f22133ae9cc04958f6df6d39a02d90ffb1aaf /dev-libs/editline/editline-1.17.1.ebuild
parent0a3feeaba4dbc58966dccdbbfcd7fb14deef0831 (diff)
gentoo auto-resync : 17:06:2024 - 00:09:46
Diffstat (limited to 'dev-libs/editline/editline-1.17.1.ebuild')
-rw-r--r--dev-libs/editline/editline-1.17.1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-libs/editline/editline-1.17.1.ebuild b/dev-libs/editline/editline-1.17.1.ebuild
deleted file mode 100644
index 0bba672748cf..000000000000
--- a/dev-libs/editline/editline-1.17.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="line editing library for UNIX call compatible with the FSF readline"
-HOMEPAGE="https://troglobit.com/projects/editline/"
-SRC_URI="https://github.com/troglobit/editline/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-PATCHES=("${FILESDIR}"/${PN}-1.16.0-rename-man.patch)
-
-src_prepare() {
- default
-
- # To avoid collision with dev-libs/libedit
- # we rename man/editline.3 to man/libeditline.3
- mv man/editline.3 man/libeditline.3 || die
-}
-
-src_configure() {
- econf --disable-static
-}
-
-src_install() {
- default
-
- # package installs .pc file
- find "${D}" -name '*.la' -delete || die
-}