commit: 8e65da81d01977a3ca05880529568b240d0caaed Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 12 19:09:11 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Apr 12 19:15:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e65da81
mail-client/bower: drop 0.12, EAPI=7-- Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> mail-client/bower/Manifest | 1 - mail-client/bower/bower-0.12.ebuild | 39 ------------------------------------- 2 files changed, 40 deletions(-) diff --git a/mail-client/bower/Manifest b/mail-client/bower/Manifest index f8113c6a8d1f..b5e5a6e0550c 100644 --- a/mail-client/bower/Manifest +++ b/mail-client/bower/Manifest @@ -1,2 +1 @@ -DIST bower-0.12.tar.gz 275436 BLAKE2B 66ea4d0a502f9948bd7af29c6d63bd7c0c382d91a875dbcea4db8a55f457202cb70351fee151a7bc03a7ba1b0a2877cb4db76b0f6b8c38bf30c6072e3a74c9b7 SHA512 efa0ced9ddc13b2df43874acfa90843eef46ae527e2796d1368c234b7cc8c7c0a9b173398a0180b0eee52d94ba339f2b3bc65a91d07a563c320dbc86ae1521c3 DIST bower-1.0.tar.gz 291416 BLAKE2B 344533608ce33ce3dc011916045297d36f17b6c51e22261e831e2063bebf0cc73d5d464cc65edc92528384e97a3a8d338212f2371d84a08bb76d3aaa3f5a9a35 SHA512 79bbd9218bd31bc2a8f1bc82b83a6cb21fbd8788cf269e24a98c43e8320f6522b4c04e2563082f81697746e00d006de33d47c96473ddc119cfb9661818774dc4 diff --git a/mail-client/bower/bower-0.12.ebuild b/mail-client/bower/bower-0.12.ebuild deleted file mode 100644 index ebd82dbd7edf..000000000000 --- a/mail-client/bower/bower-0.12.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multiprocessing - -DESCRIPTION="Curses terminal client for the Notmuch email system" -HOMEPAGE="https://github.com/wangp/bower" -SRC_URI="https://github.com/wangp/bower/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -COMMON_DEPEND="app-crypt/gpgme:= - sys-libs/ncurses:0=" -DEPEND="${COMMON_DEPEND} - dev-lang/mercury" -RDEPEND="${COMMON_DEPEND} - net-mail/notmuch - sys-apps/coreutils" - -src_prepare() { - default - if has_version "sys-libs/ncurses:0[tinfo]" ; then - echo "MLLIBS-bower += -ltinfow" >> src/Mercury.params || die - fi -} - -src_compile() { - emake PARALLEL="--jobs $(makeopts_jobs) --no-strip --very-verbose" -} - -src_install() { - dobin bower - dodoc AUTHORS NEWS README.md bower.conf.sample -}
