From cbdd6cabc171fe12bbf0fff015a9e9489909beb3 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sat, 4 Jan 2014 05:41:49 +0000 Subject: Version bump. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3) --- net-irc/ii/ChangeLog | 9 +++++++-- net-irc/ii/ii-1.7.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 net-irc/ii/ii-1.7.ebuild (limited to 'net-irc') diff --git a/net-irc/ii/ChangeLog b/net-irc/ii/ChangeLog index eb13716bb0fb..b72bd850b6c0 100644 --- a/net-irc/ii/ChangeLog +++ b/net-irc/ii/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/ii -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ii/ChangeLog,v 1.8 2011/10/25 19:20:07 binki Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/ii/ChangeLog,v 1.9 2014/01/04 05:41:49 radhermit Exp $ + +*ii-1.7 (04 Jan 2014) + + 04 Jan 2014; Tim Harder +ii-1.7.ebuild: + Version bump. 25 Oct 2011; Nathan Phillip Brink ii-1.6.ebuild: Add ~amd64-linux keyword. diff --git a/net-irc/ii/ii-1.7.ebuild b/net-irc/ii/ii-1.7.ebuild new file mode 100644 index 000000000000..8c7d931764fb --- /dev/null +++ b/net-irc/ii/ii-1.7.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/ii/ii-1.7.ebuild,v 1.1 2014/01/04 05:41:49 radhermit Exp $ + +EAPI=4 + +inherit fixheadtails toolchain-funcs + +DESCRIPTION="A minimalist FIFO and filesystem-based IRC client" +HOMEPAGE="http://tools.suckless.org/ii/" +SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux" +IUSE="" + +src_prepare() { + sed -i \ + -e "s/CFLAGS = -g -O0/CFLAGS += /" \ + -e "s/LDFLAGS =/LDFLAGS +=/" \ + -e /^LIBS/d \ + config.mk || die "sed failed to fix {C,LD}FLAGS" + + # 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 +} -- cgit v1.2.3-65-gdbad