From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libedit/
Date: Fri, 13 Jan 2023 17:15:28 +0000 (UTC) [thread overview]
Message-ID: <1673630126.db3b68fcef01d1f0705308e4bee32440214f7b4d.mgorny@gentoo> (raw)
commit: db3b68fcef01d1f0705308e4bee32440214f7b4d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 17:13:41 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 17:15:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3b68fc
dev-libs/libedit: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/libedit/Manifest | 1 -
dev-libs/libedit/libedit-20210419.3.1.ebuild | 44 ----------------------------
2 files changed, 45 deletions(-)
diff --git a/dev-libs/libedit/Manifest b/dev-libs/libedit/Manifest
index 2729ad2940bf..53a161d35b80 100644
--- a/dev-libs/libedit/Manifest
+++ b/dev-libs/libedit/Manifest
@@ -1,2 +1 @@
-DIST libedit-20210419-3.1.tar.gz 522387 BLAKE2B 265c7a10905120feb096d147279a9cf7296cf3b19e16ff4a683d7de11305c0d0c7a67fe8652c1b8f16cbaf3e09b7727987bb6839be4657eb41323c0220704969 SHA512 d5e2cdad18d17fb94e839d02b7b7437378bb85986478d4c95e4105a6ac47fcbbd6bdd0a20a83d23455ed9cb1e178d6c0acbe63f4559096afd506f283c2cc00e9
DIST libedit-20221030-3.1.tar.gz 533261 BLAKE2B f4a9784cfc2a30af2778f0e05b6e45ca489555c3009ba050ea19134670ad71fdd099425dee0526dcbb6a1a84f51bd8014ce2540be0535465cb59ab998753833c SHA512 41eb46feaffa909e8790b9a9e304d5246e82ab366721196126a923d68b4d4964d0a433fe238f9d5e0a00aefb5c8cb66132150792929a793785ad091d91016f97
diff --git a/dev-libs/libedit/libedit-20210419.3.1.ebuild b/dev-libs/libedit/libedit-20210419.3.1.ebuild
deleted file mode 100644
index 8831b8c10b57..000000000000
--- a/dev-libs/libedit/libedit-20210419.3.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-inherit multilib-minimal usr-ldscript
-
-MY_PV=${PV/./-}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="BSD replacement for libreadline"
-HOMEPAGE="https://thrysoee.dk/editline/"
-SRC_URI="https://thrysoee.dk/editline/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="static-libs"
-
-RDEPEND=">=sys-libs/ncurses-5.9-r3[static-libs?,${MULTILIB_USEDEP}]"
-DEPEND=${RDEPEND}
-
-QA_PKGCONFIG_VERSION=$(ver_cut 2-3)
-
-multilib_src_configure() {
- local myconf=(
- $(use_enable static-libs static)
- --enable-fast-install
- )
-
- ECONF_SOURCE="${S}" econf "${myconf[@]}"
-}
-
-multilib_src_install() {
- emake DESTDIR="${D}" install
- gen_usr_ldscript -a edit
-}
-
-multilib_src_install_all() {
- einstalldocs
- find "${D}" -name '*.la' -delete || die
- # file collision with sys-libs/readline
- rm "${ED}/usr/share/man/man3/history.3" || die
-}
next reply other threads:[~2023-01-13 17:15 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-13 17:15 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-12 12:30 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libedit/ Michał Górny
2023-01-13 16:31 Arthur Zamarin
2022-12-31 13:02 Arthur Zamarin
2022-12-31 13:01 Sam James
2022-12-31 12:15 Arthur Zamarin
2022-12-31 12:15 Arthur Zamarin
2022-12-31 12:15 Arthur Zamarin
2022-12-31 12:11 Sam James
2022-12-31 12:11 Sam James
2022-11-23 17:23 Michał Górny
2022-05-11 16:12 Mike Gilbert
2022-05-11 16:03 Mike Gilbert
2021-08-08 19:46 Marek Szuba
2021-07-08 7:06 Michał Górny
2021-07-08 3:53 Sam James
2021-07-06 1:48 Sam James
2021-07-05 6:06 Sergei Trofimovich
2021-07-03 6:22 Agostino Sarubbo
2021-07-03 6:20 Agostino Sarubbo
2021-07-03 1:32 Sam James
2021-07-03 1:30 Sam James
2021-07-03 1:28 Sam James
2021-04-26 1:43 Thomas Deutschmann
2021-04-18 1:52 Sam James
2021-04-18 1:52 Sam James
2021-04-18 1:47 Sam James
2021-04-18 1:47 Sam James
2021-04-18 1:44 Sam James
2021-04-18 1:41 Sam James
2021-04-17 13:32 Sergei Trofimovich
2021-03-16 7:05 Michał Górny
2020-03-19 20:38 Mart Raudsepp
2020-03-15 13:06 Mikle Kolyada
2020-02-24 11:31 Agostino Sarubbo
2020-02-20 18:47 Sergei Trofimovich
2020-02-17 12:17 Agostino Sarubbo
2020-02-17 12:13 Agostino Sarubbo
2020-02-17 12:09 Agostino Sarubbo
2020-02-17 11:53 Agostino Sarubbo
2020-02-17 11:45 Agostino Sarubbo
2020-02-16 21:14 Thomas Deutschmann
2020-02-16 20:51 Sergei Trofimovich
2020-01-01 19:43 Agostino Sarubbo
2019-12-31 14:02 Agostino Sarubbo
2019-12-31 8:18 Agostino Sarubbo
2019-12-31 8:15 Agostino Sarubbo
2019-12-31 4:54 Michał Górny
2019-12-30 16:15 Agostino Sarubbo
2019-12-30 16:11 Agostino Sarubbo
2019-12-30 15:30 Agostino Sarubbo
2019-12-30 15:28 Agostino Sarubbo
2019-12-29 21:36 Aaron Bauman
2019-12-29 20:03 Sergei Trofimovich
2019-12-29 9:00 Mikle Kolyada
2019-10-12 12:05 Michał Górny
2019-08-01 14:56 Thomas Deutschmann
2019-04-24 18:42 Tobias Klausmann
2019-04-13 13:39 Aaron Bauman
2019-04-01 19:58 Thomas Deutschmann
2019-03-25 9:41 Mikle Kolyada
2019-03-25 9:41 Mikle Kolyada
2019-03-25 9:41 Mikle Kolyada
2019-03-17 23:02 Sergei Trofimovich
2019-03-17 10:29 Sergei Trofimovich
2019-03-16 22:55 Sergei Trofimovich
2019-03-16 21:57 Sergei Trofimovich
2019-03-16 14:06 Mikle Kolyada
2019-03-16 10:19 Sergei Trofimovich
2018-04-13 23:22 Aaron Bauman
2017-01-29 16:08 Fabian Groffen
2016-03-30 23:48 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1673630126.db3b68fcef01d1f0705308e4bee32440214f7b4d.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox