public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ii/
Date: Thu, 23 Mar 2017 07:24:40 +0000 (UTC)	[thread overview]
Message-ID: <1490253875.87cc7b99087f918ef27611292fe04cf9934d711c.jer@gentoo> (raw)

commit:     87cc7b99087f918ef27611292fe04cf9934d711c
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 07:21:37 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 07:24:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87cc7b99

net-irc/ii: Add live ebuild.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-irc/ii/ii-9999.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/net-irc/ii/ii-9999.ebuild b/net-irc/ii/ii-9999.ebuild
new file mode 100644
index 00000000000..dce9e4b2dd6
--- /dev/null
+++ b/net-irc/ii/ii-9999.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit fixheadtails git-r3 toolchain-funcs
+
+DESCRIPTION="A minimalist FIFO and filesystem-based IRC client"
+HOMEPAGE="http://tools.suckless.org/ii/"
+EGIT_REPO_URI="http://git.suckless.org/ii"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+src_prepare() {
+	default
+
+	sed -i \
+		-e "s/CFLAGS      = -g -O0/CFLAGS += /" \
+		-e "s/LDFLAGS     =/LDFLAGS +=/" \
+		-e /^LIBS/d \
+		config.mk || die
+
+	# enable verbose build
+	sed -i 's/@${CC}/${CC}/' Makefile || die
+
+	ht_fix_file query.sh
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)"
+}
+
+src_install() {
+	dobin ii
+	newbin query.sh ii-query
+	dodoc CHANGES FAQ README
+	doman *.1
+}


             reply	other threads:[~2017-03-23  7:24 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-23  7:24 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
2018-02-12  0:09 Jeroen Roovers
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

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=1490253875.87cc7b99087f918ef27611292fe04cf9934d711c.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