public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-irc/epic4: epic4-2.10.1.ebuild ChangeLog
@ 2011-07-01  2:54 Nathan Phillip Brink (binki)
  0 siblings, 0 replies; 6+ messages in thread
From: Nathan Phillip Brink (binki) @ 2011-07-01  2:54 UTC (permalink / raw
  To: gentoo-commits

binki       11/07/01 02:54:41

  Modified:             ChangeLog
  Added:                epic4-2.10.1.ebuild
  Log:
  Bump to epic4-2.10.1, with gentoo-prefix support and EAPI=4 and some build fixes.
  
  (Portage version: 2.2.0_alpha41-r1/cvs/Linux x86_64)

Revision  Changes    Path
1.89                 net-irc/epic4/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	18 Oct 2010 08:11:39 -0000	1.88
+++ ChangeLog	1 Jul 2011 02:54:41 -0000	1.89
@@ -1,6 +1,13 @@
 # ChangeLog for net-irc/epic4
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.88 2010/10/18 08:11:39 flameeyes Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.89 2011/07/01 02:54:41 binki Exp $
+
+*epic4-2.10.1 (01 Jul 2011)
+
+  01 Jul 2011; Nathan Phillip Brink <binki@gentoo.org> +epic4-2.10.1.ebuild,
+  +files/epic4-2.10.1-make-recursion.patch, +files/epic4-2.10.1-perl.patch:
+  Bump to epic4-2.10.1, with gentoo-prefix support and EAPI=4 and some build
+  fixes.
 
   18 Oct 2010; Diego E. Pettenò <flameeyes@gentoo.org> epic4-2.10.ebuild:
   Fix phases for EAPI=2 add quote around $D.



1.1                  net-irc/epic4/epic4-2.10.1.ebuild

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

Index: epic4-2.10.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.10.1.ebuild,v 1.1 2011/07/01 02:54:41 binki Exp $

EAPI=4

inherit autotools eutils flag-o-matic toolchain-funcs

HELP_V="20050315"

DESCRIPTION="Epic4 IRC Client"
HOMEPAGE="http://epicsol.org/"
SRC_URI="ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/${P}.tar.bz2
	ftp://prbh.org/pub/epic/EPIC4-PRODUCTION/epic4-help-${HELP_V}.tar.gz
	mirror://gentoo/epic4-local.bz2"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="ipv6 perl ssl"

DEPEND=">=sys-libs/ncurses-5.2
	perl? ( dev-lang/perl )
	ssl? ( >=dev-libs/openssl-0.9.5 )"
RDEPEND="${DEPEND}"

src_prepare() {
	epatch "${FILESDIR}"/epic-defaultserver.patch \
		"${FILESDIR}"/${P}-make-recursion.patch \
		"${FILESDIR}"/${P}-perl.patch

	eautoconf

	rm -f "${WORKDIR}"/help/Makefile || die
	find "${WORKDIR}"/help -type d -name CVS -print0 | xargs -0 rm -r
}

src_configure() {
	replace-flags "-O?" "-O"

	# copied from alt overlay
	[[ ${CHOST} == *-interix* ]] && export ac_cv_func_getpgrp_void=yes

	econf \
		--libexecdir="${EPREFIX}"/usr/libexec/${PN} \
		$(use_with ipv6) \
		$(use_with perl) \
		$(use_with ssl)
}

src_compile() {
	emake CC="$(tc-getCC)"
}

src_install () {
	einstall \
		sharedir="${ED}"/usr/share \
		libexecdir="${ED}"/usr/libexec/${PN}

	dodoc BUG_FORM COPYRIGHT README KNOWNBUGS VOTES

	cd "${S}"/doc || die
	docinto doc
	dodoc \
		*.txt colors EPIC* IRCII_VERSIONS local_vars missing new-load \
		nicknames outputhelp SILLINESS TS4

	insinto /usr/share/epic/help
	doins -r "${WORKDIR}"/help/*
}

pkg_postinst() {
	if [ ! -f "${EROOT}"/usr/share/epic/script/local ]; then
		elog "/usr/share/epic/script/local does not exist, I will now"
		elog "create it. If you do not like the look/feel of this file, or"
		elog "if you'd prefer to use your own script, simply remove this"
		elog "file.  If you want to prevent this file from being installed"
		elog "in the future, simply create an empty file with this name."
		cp "${WORKDIR}"/epic4-local "${EROOT}"/usr/share/epic/script/local
		elog
		elog "This provided local startup script adds a number of nifty"
		elog "features to Epic including tab completion, a comprehensive set"
		elog "of aliases, and channel-by-channel logging.  To prevent"
		elog "unintentional conflicts with your own scripting, if either the"
		elog "~/.ircrc or ~/.epicrc script files exist, then the local script"
		elog "is *not* run.  If you like the script but want to make careful"
		elog "additions (such as selecting your usual servers or setting your"
		elog "nickname), simply copy /usr/share/epic/script/local to ~/.ircrc"
		elog "and then add your additions to the copy."
	fi

	# Fix for bug 59075
	chmod 755 "${EROOT}"/usr/share/epic/help
}






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

* [gentoo-commits] gentoo-x86 commit in net-irc/epic4: epic4-2.10.1.ebuild ChangeLog
@ 2012-01-04 20:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-01-04 20:25 UTC (permalink / raw
  To: gentoo-commits

ago         12/01/04 20:25:33

  Modified:             epic4-2.10.1.ebuild ChangeLog
  Log:
  Stable for AMD64, wrt bug #397151
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-irc/epic4/epic4-2.10.1.ebuild

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

Index: epic4-2.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.10.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- epic4-2.10.1.ebuild	1 Jul 2011 02:54:41 -0000	1.1
+++ epic4-2.10.1.ebuild	4 Jan 2012 20:25:33 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.10.1.ebuild,v 1.1 2011/07/01 02:54:41 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.10.1.ebuild,v 1.2 2012/01/04 20:25:33 ago Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ipv6 perl ssl"
 
 DEPEND=">=sys-libs/ncurses-5.2



1.90                 net-irc/epic4/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	1 Jul 2011 02:54:41 -0000	1.89
+++ ChangeLog	4 Jan 2012 20:25:33 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/epic4
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.89 2011/07/01 02:54:41 binki Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.90 2012/01/04 20:25:33 ago Exp $
+
+  04 Jan 2012; Agostino Sarubbo <ago@gentoo.org> epic4-2.10.1.ebuild:
+  Stable for AMD64, wrt bug #397151
 
 *epic4-2.10.1 (01 Jul 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in net-irc/epic4: epic4-2.10.1.ebuild ChangeLog
@ 2012-01-15 15:26 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-01-15 15:26 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/01/15 15:26:53

  Modified:             epic4-2.10.1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #397151
  
  (Portage version: 2.1.10.41/cvs/Linux i686)

Revision  Changes    Path
1.3                  net-irc/epic4/epic4-2.10.1.ebuild

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

Index: epic4-2.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.10.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- epic4-2.10.1.ebuild	4 Jan 2012 20:25:33 -0000	1.2
+++ epic4-2.10.1.ebuild	15 Jan 2012 15:26:53 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.10.1.ebuild,v 1.2 2012/01/04 20:25:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.10.1.ebuild,v 1.3 2012/01/15 15:26:53 phajdan.jr Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ipv6 perl ssl"
 
 DEPEND=">=sys-libs/ncurses-5.2



1.91                 net-irc/epic4/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	4 Jan 2012 20:25:33 -0000	1.90
+++ ChangeLog	15 Jan 2012 15:26:53 -0000	1.91
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/epic4
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.90 2012/01/04 20:25:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.91 2012/01/15 15:26:53 phajdan.jr Exp $
+
+  15 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> epic4-2.10.1.ebuild:
+  x86 stable wrt bug #397151
 
   04 Jan 2012; Agostino Sarubbo <ago@gentoo.org> epic4-2.10.1.ebuild:
   Stable for AMD64, wrt bug #397151






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

* [gentoo-commits] gentoo-x86 commit in net-irc/epic4: epic4-2.10.1.ebuild ChangeLog
@ 2012-01-17 23:19 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2012-01-17 23:19 UTC (permalink / raw
  To: gentoo-commits

jer         12/01/17 23:19:43

  Modified:             epic4-2.10.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #397151).
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-irc/epic4/epic4-2.10.1.ebuild

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

Index: epic4-2.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.10.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- epic4-2.10.1.ebuild	15 Jan 2012 15:26:53 -0000	1.3
+++ epic4-2.10.1.ebuild	17 Jan 2012 23:19:43 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.10.1.ebuild,v 1.3 2012/01/15 15:26:53 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.10.1.ebuild,v 1.4 2012/01/17 23:19:43 jer Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ipv6 perl ssl"
 
 DEPEND=">=sys-libs/ncurses-5.2



1.92                 net-irc/epic4/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	15 Jan 2012 15:26:53 -0000	1.91
+++ ChangeLog	17 Jan 2012 23:19:43 -0000	1.92
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/epic4
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.91 2012/01/15 15:26:53 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.92 2012/01/17 23:19:43 jer Exp $
+
+  17 Jan 2012; Jeroen Roovers <jer@gentoo.org> epic4-2.10.1.ebuild:
+  Stable for HPPA (bug #397151).
 
   15 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> epic4-2.10.1.ebuild:
   x86 stable wrt bug #397151






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

* [gentoo-commits] gentoo-x86 commit in net-irc/epic4: epic4-2.10.1.ebuild ChangeLog
@ 2012-01-22 15:21 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2012-01-22 15:21 UTC (permalink / raw
  To: gentoo-commits

armin76     12/01/22 15:21:37

  Modified:             epic4-2.10.1.ebuild ChangeLog
  Log:
  alpha/ia64/sparc stable wrt #397151
  
  (Portage version: 2.1.10.44/cvs/Linux ia64)

Revision  Changes    Path
1.5                  net-irc/epic4/epic4-2.10.1.ebuild

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

Index: epic4-2.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.10.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- epic4-2.10.1.ebuild	17 Jan 2012 23:19:43 -0000	1.4
+++ epic4-2.10.1.ebuild	22 Jan 2012 15:21:36 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.10.1.ebuild,v 1.4 2012/01/17 23:19:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.10.1.ebuild,v 1.5 2012/01/22 15:21:36 armin76 Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ipv6 perl ssl"
 
 DEPEND=">=sys-libs/ncurses-5.2



1.93                 net-irc/epic4/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	17 Jan 2012 23:19:43 -0000	1.92
+++ ChangeLog	22 Jan 2012 15:21:36 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/epic4
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.92 2012/01/17 23:19:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.93 2012/01/22 15:21:36 armin76 Exp $
+
+  22 Jan 2012; Raúl Porcel <armin76@gentoo.org> epic4-2.10.1.ebuild:
+  alpha/ia64/sparc stable wrt #397151
 
   17 Jan 2012; Jeroen Roovers <jer@gentoo.org> epic4-2.10.1.ebuild:
   Stable for HPPA (bug #397151).






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

* [gentoo-commits] gentoo-x86 commit in net-irc/epic4: epic4-2.10.1.ebuild ChangeLog
@ 2012-02-06 17:26 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-02-06 17:26 UTC (permalink / raw
  To: gentoo-commits

ranger      12/02/06 17:26:33

  Modified:             epic4-2.10.1.ebuild ChangeLog
  Log:
  Marking epic4-2.10.1 ppc for bug 397151
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.6                  net-irc/epic4/epic4-2.10.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/epic4/epic4-2.10.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/epic4/epic4-2.10.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/epic4/epic4-2.10.1.ebuild?r1=1.5&r2=1.6

Index: epic4-2.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.10.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- epic4-2.10.1.ebuild	22 Jan 2012 15:21:36 -0000	1.5
+++ epic4-2.10.1.ebuild	6 Feb 2012 17:26:33 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.10.1.ebuild,v 1.5 2012/01/22 15:21:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.10.1.ebuild,v 1.6 2012/02/06 17:26:33 ranger Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ipv6 perl ssl"
 
 DEPEND=">=sys-libs/ncurses-5.2



1.94                 net-irc/epic4/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	22 Jan 2012 15:21:36 -0000	1.93
+++ ChangeLog	6 Feb 2012 17:26:33 -0000	1.94
@@ -1,6 +1,9 @@
 # ChangeLog for net-irc/epic4
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.93 2012/01/22 15:21:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/ChangeLog,v 1.94 2012/02/06 17:26:33 ranger Exp $
+
+  06 Feb 2012; Brent Baude <ranger@gentoo.org> epic4-2.10.1.ebuild:
+  Marking epic4-2.10.1 ppc for bug 397151
 
   22 Jan 2012; Raúl Porcel <armin76@gentoo.org> epic4-2.10.1.ebuild:
   alpha/ia64/sparc stable wrt #397151






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

end of thread, other threads:[~2012-02-06 17:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-17 23:19 [gentoo-commits] gentoo-x86 commit in net-irc/epic4: epic4-2.10.1.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-06 17:26 Brent Baude (ranger)
2012-01-22 15:21 Raul Porcel (armin76)
2012-01-15 15:26 PaweA Hajdan (phajdan.jr)
2012-01-04 20:25 Agostino Sarubbo (ago)
2011-07-01  2:54 Nathan Phillip Brink (binki)

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