public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-irc/ircii: ChangeLog ircii-20110228.ebuild
@ 2011-05-13  3:53 Nathan Phillip Brink (binki)
  0 siblings, 0 replies; 3+ messages in thread
From: Nathan Phillip Brink (binki) @ 2011-05-13  3:53 UTC (permalink / raw
  To: gentoo-commits

binki       11/05/13 03:53:15

  Modified:             ChangeLog
  Added:                ircii-20110228.ebuild
  Log:
  Bump to ircii-20110228 with patch allowing compilation on glibc systems.
  
  (Portage version: 2.2.0_alpha30-r1/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 net-irc/ircii/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	28 Jul 2009 02:11:25 -0000	1.26
+++ ChangeLog	13 May 2011 03:53:15 -0000	1.27
@@ -1,6 +1,12 @@
 # ChangeLog for net-irc/ircii
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v 1.26 2009/07/28 02:11:25 flameeyes Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v 1.27 2011/05/13 03:53:15 binki Exp $
+
+*ircii-20110228 (13 May 2011)
+
+  13 May 2011; Nathan Phillip Brink <binki@gentoo.org>
+  +ircii-20110228.ebuild, +files/ircii-20110228-glibc.patch:
+  Bump to ircii-20110228 with patch allowing compilation on glibc systems.
 
   28 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   ircii-20060725.ebuild:



1.1                  net-irc/ircii/ircii-20110228.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ircii-20110228.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ircii-20110228.ebuild?rev=1.1&content-type=text/plain

Index: ircii-20110228.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ircii-20110228.ebuild,v 1.1 2011/05/13 03:53:15 binki Exp $

EAPI=4

inherit eutils

DESCRIPTION="An IRC and ICB client that runs under most UNIX platforms"
SRC_URI="ftp://ircii.warped.com/pub/ircII/${P}.tar.bz2"
HOMEPAGE="http://www.eterna.com.au/ircii/"

SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="ipv6"

DEPEND="sys-libs/ncurses"
# This and irc-client both install /usr/bin/irc #247987
RDEPEND="${DEPEND}
	!!net-irc/irc-client"

src_prepare() {
	epatch "${FILESDIR}"/${P}-glibc.patch
}

src_configure() {
	econf $(use_enable ipv6)
}

src_install() {
	emake -j1 DESTDIR="${D}" install

	dodoc ChangeLog INSTALL NEWS README \
		doc/Copyright doc/crypto doc/VERSIONS doc/ctcp
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-irc/ircii: ChangeLog ircii-20110228.ebuild
@ 2011-06-30  3:00 Nathan Phillip Brink (binki)
  0 siblings, 0 replies; 3+ messages in thread
From: Nathan Phillip Brink (binki) @ 2011-06-30  3:00 UTC (permalink / raw
  To: gentoo-commits

binki       11/06/30 03:00:37

  Modified:             ChangeLog ircii-20110228.ebuild
  Log:
  Import modifications necessary for prefix from prefix-overlay, add some prefix keywords.
  
  (Portage version: 2.2.0_alpha41-r1/cvs/Linux x86_64)

Revision  Changes    Path
1.28                 net-irc/ircii/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	13 May 2011 03:53:15 -0000	1.27
+++ ChangeLog	30 Jun 2011 03:00:37 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for net-irc/ircii
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v 1.27 2011/05/13 03:53:15 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v 1.28 2011/06/30 03:00:37 binki Exp $
+
+  30 Jun 2011; Nathan Phillip Brink <binki@gentoo.org> ircii-20110228.ebuild:
+  Import modifications necessary for prefix from prefix-overlay, add some
+  prefix keywords.
 
 *ircii-20110228 (13 May 2011)
 



1.2                  net-irc/ircii/ircii-20110228.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ircii-20110228.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ircii-20110228.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ircii-20110228.ebuild?r1=1.1&r2=1.2

Index: ircii-20110228.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/ircii/ircii-20110228.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ircii-20110228.ebuild	13 May 2011 03:53:15 -0000	1.1
+++ ircii-20110228.ebuild	30 Jun 2011 03:00:37 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ircii-20110228.ebuild,v 1.1 2011/05/13 03:53:15 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ircii-20110228.ebuild,v 1.2 2011/06/30 03:00:37 binki Exp $
 
 EAPI=4
 
@@ -12,10 +12,11 @@
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="ipv6"
 
-DEPEND="sys-libs/ncurses"
+DEPEND="sys-libs/ncurses
+	virtual/libiconv"
 # This and irc-client both install /usr/bin/irc #247987
 RDEPEND="${DEPEND}
 	!!net-irc/irc-client"
@@ -25,6 +26,7 @@
 }
 
 src_configure() {
+	use elibc_glibc || append-libs -liconv
 	econf $(use_enable ipv6)
 }
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-irc/ircii: ChangeLog ircii-20110228.ebuild
@ 2011-12-07  7:48 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-07  7:48 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/12/07 07:48:39

  Modified:             ChangeLog ircii-20110228.ebuild
  Log:
  x86 stable wrt bug #392771
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.32                 net-irc/ircii/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	5 Dec 2011 16:46:27 -0000	1.31
+++ ChangeLog	7 Dec 2011 07:48:39 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/ircii
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v 1.31 2011/12/05 16:46:27 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ChangeLog,v 1.32 2011/12/07 07:48:39 phajdan.jr Exp $
+
+  07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ircii-20110228.ebuild:
+  x86 stable wrt bug #392771
 
   05 Dec 2011; Nathan Phillip Brink <binki@gentoo.org> ircii-20110228.ebuild,
   ircii-20111115.ebuild:



1.4                  net-irc/ircii/ircii-20110228.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ircii-20110228.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ircii-20110228.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/ircii/ircii-20110228.ebuild?r1=1.3&r2=1.4

Index: ircii-20110228.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/ircii/ircii-20110228.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ircii-20110228.ebuild	5 Dec 2011 16:46:27 -0000	1.3
+++ ircii-20110228.ebuild	7 Dec 2011 07:48:39 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ircii-20110228.ebuild,v 1.3 2011/12/05 16:46:27 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircii/ircii-20110228.ebuild,v 1.4 2011/12/07 07:48:39 phajdan.jr Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="ipv6"
 
 DEPEND="sys-libs/ncurses






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-07  7:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-13  3:53 [gentoo-commits] gentoo-x86 commit in net-irc/ircii: ChangeLog ircii-20110228.ebuild Nathan Phillip Brink (binki)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-30  3:00 Nathan Phillip Brink (binki)
2011-12-07  7:48 PaweA Hajdan (phajdan.jr)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox