From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/
Date: Mon, 25 Jun 2018 20:25:33 +0000 (UTC) [thread overview]
Message-ID: <1529958297.47325354643ae8375ade09bfe6a919c593af0151.bkohler@gentoo> (raw)
commit: 47325354643ae8375ade09bfe6a919c593af0151
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 25 20:22:21 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Jun 25 20:24:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47325354
net-irc/ircii: take maintainership & bump to 20170704
Closes: https://bugs.gentoo.org/624838
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-irc/ircii/Manifest | 1 +
net-irc/ircii/ircii-20170704.ebuild | 36 ++++++++++++++++++++++++++++++++++++
net-irc/ircii/metadata.xml | 6 +++++-
3 files changed, 42 insertions(+), 1 deletion(-)
diff --git a/net-irc/ircii/Manifest b/net-irc/ircii/Manifest
index 61b4808ed2e..35bbc28664b 100644
--- a/net-irc/ircii/Manifest
+++ b/net-irc/ircii/Manifest
@@ -1,2 +1,3 @@
DIST ircii-20110228.tar.bz2 558483 BLAKE2B 52c83503bf258aaf27635d5ac525da61894486681069f7ff56d571f387567ba964976770b1a1e647aae1b0b18416ccc37c7498bc7cfca5c1c26247796638654e SHA512 df27f098ad9c134335b7d97a25a07ef5fd9d14063b2e079a707a472d2582a1451d7697f3123508296c76afdb78257ad6dc358a2ec5af584ab53872c765b01782
DIST ircii-20111115.tar.bz2 555731 BLAKE2B 8715b5d84cbca98005b3c3bf426f632737be2f4a121f673c3d7d76a5f4204c603594779c15a9fe5e886fb33b96cfc149f690508b546752cd4f7c4f9ad8aaf36a SHA512 6f282debbd27865414a2ef9148b23373f83a051b2917432d9fdc2f153c111f8e592286d42a5ad34fd0cdc155e39938094e140910fbf38be494e3ed3da4cd0b6e
+DIST ircii-20170704.tar.bz2 596535 BLAKE2B 780b9bc74e80d622df3686d3234ce69c62c0d9ae43322addfc545de76854ba30ec25546921cff449556f9e6b14b7dc00f3b15437789bea8bfa9b3df44d5b7e6c SHA512 a0cdc5603fab040fa2f7d2b3d7a564e9eeac4b402329cba5c6f1a97aa6e587a53ffc4141420dde97dc2cadf22581e74058a0357c6b4b0d0b03f5dea7fa8cbc3a
diff --git a/net-irc/ircii/ircii-20170704.ebuild b/net-irc/ircii/ircii-20170704.ebuild
new file mode 100644
index 00000000000..4cd24ccd382
--- /dev/null
+++ b/net-irc/ircii/ircii-20170704.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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
+}
diff --git a/net-irc/ircii/metadata.xml b/net-irc/ircii/metadata.xml
index 6f49eba8f49..ee9a82ac417 100644
--- a/net-irc/ircii/metadata.xml
+++ b/net-irc/ircii/metadata.xml
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>bkohler@gentoo.org</email>
+ <name>Ben Kohler</name>
+ </maintainer>
</pkgmetadata>
+
next reply other threads:[~2018-06-25 20:25 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-25 20:25 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 15:15 Ben Kohler
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
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=1529958297.47325354643ae8375ade09bfe6a919c593af0151.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