From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ii/
Date: Mon, 12 Feb 2018 00:09:10 +0000 (UTC) [thread overview]
Message-ID: <1518394148.ca34771d3176f17c2189b657fb0e46f2b7f8f13d.jer@gentoo> (raw)
commit: ca34771d3176f17c2189b657fb0e46f2b7f8f13d
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 00:08:54 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 00:09:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca34771d
net-irc/ii: Version 1.8.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-irc/ii/Manifest | 1 +
net-irc/ii/ii-1.8.ebuild | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/net-irc/ii/Manifest b/net-irc/ii/Manifest
index caa8727424b..b3af42cfc78 100644
--- a/net-irc/ii/Manifest
+++ b/net-irc/ii/Manifest
@@ -1 +1,2 @@
DIST ii-1.7.tar.gz 10174 BLAKE2B 93af2dc182d77dbfca65cbee6c40aedabe9166be7abcb03c87e80e74273dea1e4dd875d86cf0e1dd04b4a10bfcd825ea9a8c109badb72cc877a484bdaea705d9 SHA512 1fa744bc9b4291b5c6c56e023d982aad59001137db6c7682284a2d63e649a32d558adbb85ae3407e312ae5436852b4278c2c522d4ef03f47cf54ea3a1f13ca90
+DIST ii-1.8.tar.gz 12326 BLAKE2B 7ae90d788aaec0a359ce46370f27c0ce62c6f77e8cda61d9d168d0ebd7de927a478b42a591631f2c193f3816b2a1b39cf79607326b073bcbeefe4291e0fb95f6 SHA512 2b41a0611ac76612c9333e8490709ee22d17506f0c5d7e680a0d8f3f8b511bd5b279555cf609c1543aba71948819369a3c306b1168086890aa49c145b7860e17
diff --git a/net-irc/ii/ii-1.8.ebuild b/net-irc/ii/ii-1.8.ebuild
new file mode 100644
index 00000000000..0a4bb49da75
--- /dev/null
+++ b/net-irc/ii/ii-1.8.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="A minimalist FIFO and filesystem-based IRC client"
+HOMEPAGE="https://tools.suckless.org/ii/"
+SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+
+src_prepare() {
+ default
+
+ sed -i \
+ -e '/^CFLAGS/{s: -Os::g; s:= :+= :g}' \
+ -e '/^CC/d' \
+ -e '/^LDFLAGS/{s:-s::g; s:= :+= :g}' \
+ config.mk || die
+ sed -i \
+ -e 's|@${CC}|$(CC)|g' \
+ Makefile || die
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)"
+}
+
+src_install() {
+ dobin ii
+ dodoc CHANGES FAQ README
+ doman *.1
+}
next reply other threads:[~2018-02-12 0:09 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-12 0:09 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-20 12:43 [gentoo-commits] repo/gentoo:master commit in: net-irc/ii/ Petr Vaněk
2024-07-20 11:18 Arthur Zamarin
2024-07-20 11:14 Arthur Zamarin
2024-07-20 11:14 Arthur Zamarin
2022-10-28 13:35 Florian Schmaus
2022-09-25 13:17 Arthur Zamarin
2022-09-25 6:50 Joonas Niilola
2022-09-25 6:50 Joonas Niilola
2022-09-25 1:21 Sam James
2022-08-16 5:00 Jakov Smolić
2022-02-27 13:29 Joonas Niilola
2022-02-27 13:29 Joonas Niilola
2021-05-07 12:50 Joonas Niilola
2021-05-07 12:50 Joonas Niilola
2021-05-07 12:50 Joonas Niilola
2021-05-07 12:50 Joonas Niilola
2020-10-09 8:31 Agostino Sarubbo
2020-09-27 17:06 Sam James
2020-09-24 18:16 Sergei Trofimovich
2020-09-24 18:08 Sergei Trofimovich
2020-09-24 6:59 Agostino Sarubbo
2020-09-23 13:54 Sam James
2018-03-14 6:00 Markus Meier
2017-09-10 21:47 Jeroen Roovers
2017-08-31 10:33 Jeroen Roovers
2017-08-31 10:33 Jeroen Roovers
2017-08-31 10:33 Jeroen Roovers
2017-08-31 10:33 Jeroen Roovers
2017-03-23 7:24 Jeroen Roovers
2017-03-23 7:24 Jeroen Roovers
2017-03-23 7:24 Jeroen Roovers
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=1518394148.ca34771d3176f17c2189b657fb0e46f2b7f8f13d.jer@gentoo \
--to=jer@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