public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/bower/
Date: Mon,  4 Jan 2021 03:37:33 +0000 (UTC)	[thread overview]
Message-ID: <1609731448.c0adbbd3e5449451b170a2ab8ee681d040fddff6.sam@gentoo> (raw)

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	other threads:[~2021-01-04  3:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-04  3:37 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-03 10:01 [gentoo-commits] repo/gentoo:master commit in: mail-client/bower/ Arthur Zamarin
2021-01-04  3:31 Sam James
2020-12-26 21:35 Andreas Sturmlechner
2020-08-14  8:20 Joonas Niilola
2019-10-21 14:08 Joonas Niilola
2019-10-21 14:08 Joonas Niilola
2019-05-20 11:27 Mikle Kolyada
2019-03-02  0:04 Andreas Sturmlechner
2018-11-23  8:01 Mikle Kolyada
2018-11-22 20:29 Michał Górny

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=1609731448.c0adbbd3e5449451b170a2ab8ee681d040fddff6.sam@gentoo \
    --to=sam@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