commit:     c0adbbd3e5449451b170a2ab8ee681d040fddff6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  4 03:37:28 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  4 03:37:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0adbbd3

mail-client/bower: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 mail-client/bower/Manifest          |  2 --
 mail-client/bower/bower-0.10.ebuild | 39 -------------------------------------
 mail-client/bower/bower-0.11.ebuild | 39 -------------------------------------
 3 files changed, 80 deletions(-)

diff --git a/mail-client/bower/Manifest b/mail-client/bower/Manifest
index 38647786fbc..add12d8b043 100644
--- a/mail-client/bower/Manifest
+++ b/mail-client/bower/Manifest
@@ -1,3 +1 @@
-DIST bower-0.10.tar.gz 261487 BLAKE2B 
861ee1e17787586f12795fb507cb32fd2d63b8831083354aed9f710c06cc8714ede7421d64c7aa6f2a52aec954be89fe15f1a4a2292d044c9b6a754c754d9667
 SHA512 
54ba7492008f1f6f1495b0d8a7585965ecf6ba16701bd19234dc761190db701d7cdc9a4e0e5995846f2feb08018a217a0e405dea0dacb3fbfb5681ed66529b9a
-DIST bower-0.11.tar.gz 266063 BLAKE2B 
04fbf8febf472f39a6b2a39e5ea36311fa9b2fd931264315053bccd655ba94ea0c163c54cdf80c1d614df91b77c04543e8fdc34ff8cd42f2795dabae91cde95c
 SHA512 
67d803a393b72e7140c1f252d86c693d31c2e570506aa22e64c6417a0bc51d14f7b6f4bdb89d5098dd32bcf0ac82b1a7b1a801325c856e9f6c58750d2cfa20e8
 DIST bower-0.12.tar.gz 275436 BLAKE2B 
66ea4d0a502f9948bd7af29c6d63bd7c0c382d91a875dbcea4db8a55f457202cb70351fee151a7bc03a7ba1b0a2877cb4db76b0f6b8c38bf30c6072e3a74c9b7
 SHA512 
efa0ced9ddc13b2df43874acfa90843eef46ae527e2796d1368c234b7cc8c7c0a9b173398a0180b0eee52d94ba339f2b3bc65a91d07a563c320dbc86ae1521c3

diff --git a/mail-client/bower/bower-0.10.ebuild 
b/mail-client/bower/bower-0.10.ebuild
deleted file mode 100644
index a8d841c2f96..00000000000
--- a/mail-client/bower/bower-0.10.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multiprocessing
-
-DESCRIPTION="A 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-11.07"
-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
-}

diff --git a/mail-client/bower/bower-0.11.ebuild 
b/mail-client/bower/bower-0.11.ebuild
deleted file mode 100644
index 04657e9647a..00000000000
--- a/mail-client/bower/bower-0.11.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 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-11.07"
-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
-}

Reply via email to