From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
Date: Sun, 28 Mar 2021 15:15:53 +0000 (UTC) [thread overview]
Message-ID: <1616944539.70ca7084ab9d6c1054d56d2af18927615ea73d99.bkohler@gentoo> (raw)
commit: 70ca7084ab9d6c1054d56d2af18927615ea73d99
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 28 15:15:39 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 15:15:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ca7084
net-irc/ircii: drop old
Bug: https://bugs.gentoo.org/776772
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-irc/ircii/Manifest | 1 -
net-irc/ircii/ircii-20190117.ebuild | 36 ------------------------------------
2 files changed, 37 deletions(-)
diff --git a/net-irc/ircii/Manifest b/net-irc/ircii/Manifest
index f007072aeef..ea4e7488913 100644
--- a/net-irc/ircii/Manifest
+++ b/net-irc/ircii/Manifest
@@ -1,2 +1 @@
-DIST ircii-20190117.tar.bz2 606327 BLAKE2B f7ee5c98f6106f07fec8feb0840aba87a052e5927c5e591f34ea28a9a017fb64c711983e472ae001465cbe29b6b9d88ab65d67c4bb303b9e01dde853aba66bf4 SHA512 08ca96cd62bae35245b40791c8588752b96136b53e5c9434d0f7976d03841fca80e8c83cf8608aad79c381820b06e00167447c6dc0c6294c6b3dfd91a9fdb6d4
DIST ircii-20210314.tar.bz2 590626 BLAKE2B d9b785fd043f277ab7824b2161e9f8635f106802c502a905755fd7cfa1d34f8d7533e9bed7158f3ce0639787894c5f8f4ba4c96d628d3a50a34339f5a3d8466e SHA512 3dc3a4ddb000133907edb9b867ae7cb0b36488c875f5d4f56e70d7263cf042da6c429f60a8ed6cced89bca077aec42c9d992ea6b56b2ed8b4e91f125eeced310
diff --git a/net-irc/ircii/ircii-20190117.ebuild b/net-irc/ircii/ircii-20190117.ebuild
deleted file mode 100644
index 677beaac500..00000000000
--- a/net-irc/ircii/ircii-20190117.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="An IRC and ICB client that runs under most UNIX platforms"
-SRC_URI="https://ircii.warped.com/${P}.tar.bz2
- https://ircii.warped.com/old/${P}.tar.bz2"
-HOMEPAGE="http://eterna.com.au/ircii/"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
-IUSE="ipv6"
-
-DEPEND="sys-libs/ncurses:0=
- virtual/libiconv"
-# This and irc-client both install /usr/bin/irc #247987
-RDEPEND="${DEPEND}
- !net-irc/irc-client"
-
-PATCHES=( "${FILESDIR}/${PN}-manpage-path.patch" )
-
-src_configure() {
- tc-export CC
- econf $(use_enable ipv6)
-}
-
-src_install() {
- emake -j1 DESTDIR="${D}" install
-
- dodoc ChangeLog INSTALL NEWS README \
- doc/Copyright doc/crypto doc/VERSIONS doc/ctcp
-}
next reply other threads:[~2021-03-28 15:15 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-28 15:15 Ben Kohler [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-25 11:55 [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/ Ben Kohler
2024-04-27 10:19 Ben Kohler
2024-04-26 18:47 Ben Kohler
2024-04-26 17:10 Sam James
2024-04-26 17:10 Sam James
2024-01-30 14:44 Ben Kohler
2024-01-12 19:08 Michał Górny
2023-10-16 15:25 Ben Kohler
2023-07-14 0:42 Sam James
2023-07-13 20:25 Sam James
2023-04-30 12:21 Ben Kohler
2023-04-23 14:26 Ben Kohler
2023-04-23 12:30 Ben Kohler
2022-12-17 22:37 Ben Kohler
2021-06-30 18:40 Sam James
2021-03-28 12:17 Sam James
2021-03-28 12:17 Sam James
2021-03-16 15:40 Ben Kohler
2021-03-16 15:40 Ben Kohler
2019-02-06 13:39 Ben Kohler
2018-06-25 20:25 Ben Kohler
2017-01-29 19:33 Fabian Groffen
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=1616944539.70ca7084ab9d6c1054d56d2af18927615ea73d99.bkohler@gentoo \
--to=bkohler@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