From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/multitail/
Date: Sat, 26 Sep 2020 19:40:34 +0000 (UTC) [thread overview]
Message-ID: <1601149221.d3f04f9f47f889372834a81e9a71083727ea0dcd.bman@gentoo> (raw)
commit: d3f04f9f47f889372834a81e9a71083727ea0dcd
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 19:31:08 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 19:40:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f04f9f
app-text/multitail: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
app-text/multitail/Manifest | 1 -
app-text/multitail/multitail-6.4.1.ebuild | 66 -------------------------------
2 files changed, 67 deletions(-)
diff --git a/app-text/multitail/Manifest b/app-text/multitail/Manifest
index 4fb3292abbc..3b7bdb9651a 100644
--- a/app-text/multitail/Manifest
+++ b/app-text/multitail/Manifest
@@ -1,2 +1 @@
-DIST multitail-6.4.1.tgz 155717 BLAKE2B 621e511c74f774681de95c7ad85bac12d528ffac1808ff22b5824c3b97c64397db2d084697a2d4f11a87eab3d4ff29715632d51afa7f7338178a9e89ccdf6e1c SHA512 14d4785df257aaac8b3c1a5de8aa48a0b6c3e7829867e1fbc8d458636ecafcf506e09b12581cf562e1f503218b1729e47e9197f541bede90dc0a4d5e916b1c8b
DIST multitail-6.4.2.tgz 155757 BLAKE2B aba6fea993e0d91071bddcf6d06767773ad6ea6054436dbd8a7163553b1cdfc03040362b87e9b2d31f8fe2165f213c718904f9295d3ab2076707cabf423ae681 SHA512 668c453372ba1e4013aa5191c697bdcaad82c84732841c120a506bee063d2134941e93aed63f96e5aeeb6045829a13aba012f9514dbd9520ab4f1b9b75b42dbd
diff --git a/app-text/multitail/multitail-6.4.1.ebuild b/app-text/multitail/multitail-6.4.1.ebuild
deleted file mode 100644
index 9b88ebb4680..00000000000
--- a/app-text/multitail/multitail-6.4.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit epatch eutils flag-o-matic optfeature toolchain-funcs
-
-DESCRIPTION="Tail with multiple windows"
-HOMEPAGE="http://www.vanheusden.com/multitail/"
-SRC_URI="http://www.vanheusden.com/multitail/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux"
-IUSE="debug examples unicode"
-
-RDEPEND="
- sys-libs/ncurses:0=[unicode?]
-"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
-RESTRICT="test" # bug #492270
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PN}-6.4.1-gentoo.patch
-
- sed \
- -e "/^DESTDIR/s:=.*$:=${EROOT}:g" \
- -i Makefile || die
-
- sed \
- -e "s:/usr/bin/xclip:${EPREFIX}/usr/bin/xclip:g" \
- -i xclip.c ${PN}.conf || die
-
- tc-export CC PKG_CONFIG
-
- use debug && append-flags "-D_DEBUG"
-}
-
-src_compile() {
- emake UTF8_SUPPORT=$(usex unicode)
-}
-
-src_install() {
- dobin multitail
-
- insinto /etc
- doins multitail.conf
-
- DOCS=( readme.txt thanks.txt )
- HTML_DOCS=( manual.html )
- einstalldocs
-
- doman multitail.1
-
- if use examples; then
- docinto examples
- dodoc conversion-scripts/colors-example.{pl,sh} conversion-scripts/convert-{geoip,simple}.pl
- fi
-}
-
-pkg_postinst() {
- optfeature "send a buffer to the X clipboard" x11-misc/xclip
-}
next reply other threads:[~2020-09-26 19:40 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-26 19:40 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-13 9:45 [gentoo-commits] repo/gentoo:master commit in: app-text/multitail/ Sam James
2025-04-14 15:59 Sam James
2025-04-14 15:59 Sam James
2025-03-23 12:51 Arthur Zamarin
2024-12-01 12:42 Sam James
2024-12-01 12:42 Sam James
2024-10-13 11:06 Sam James
2024-09-29 20:50 Jakov Smolić
2024-09-29 19:37 Sam James
2024-09-29 19:37 Sam James
2024-04-06 12:59 Arthur Zamarin
2022-12-23 7:07 Sam James
2022-12-23 3:23 Sam James
2022-12-23 3:23 Sam James
2022-12-23 3:23 Sam James
2022-12-23 3:23 Sam James
2022-12-23 3:22 Sam James
2022-07-28 12:00 Sam James
2022-01-22 7:13 Georgy Yakovlev
2021-01-02 6:47 Sam James
2020-09-13 8:44 Sergei Trofimovich
2020-09-11 17:32 Sergei Trofimovich
2020-09-09 21:35 Sergei Trofimovich
2020-09-07 0:50 Thomas Deutschmann
2020-09-06 16:02 David Seifert
2020-09-06 16:02 David Seifert
2017-01-29 15:24 Fabian Groffen
2015-10-31 9:00 Justin Lecher
2015-09-24 7:59 Agostino Sarubbo
2015-09-21 11:27 Agostino Sarubbo
2015-09-06 13:25 Agostino Sarubbo
2015-08-26 10:43 Agostino Sarubbo
2015-08-18 5:49 Jeroen Roovers
2015-08-16 10:52 Justin Lecher
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=1601149221.d3f04f9f47f889372834a81e9a71083727ea0dcd.bman@gentoo \
--to=bman@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