public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/help2man: ChangeLog help2man-1.36.4-r1.ebuild
@ 2009-08-25 20:17 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 8+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-08-25 20:17 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/08/25 20:17:12

  Modified:             ChangeLog
  Added:                help2man-1.36.4-r1.ebuild
  Log:
  Respect LDFLAGS (bug #181461).
  (Portage version: 14155-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 sys-apps/help2man/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	20 Feb 2007 19:51:42 -0000	1.33
+++ ChangeLog	25 Aug 2009 20:17:12 -0000	1.34
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/help2man
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.33 2007/02/20 19:51:42 eroyf Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.34 2009/08/25 20:17:12 arfrever Exp $
+
+*help2man-1.36.4-r1 (25 Aug 2009)
+
+  25 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +help2man-1.36.4-r1.ebuild, +files/help2man-1.36.4-respect-LDFLAGS.patch:
+  Respect LDFLAGS (bug #181461).
 
   20 Feb 2007; Alexander H. Færøy <eroyf@gentoo.org>
   help2man-1.36.4.ebuild:



1.1                  sys-apps/help2man/help2man-1.36.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?rev=1.1&content-type=text/plain

Index: help2man-1.36.4-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v 1.1 2009/08/25 20:17:12 arfrever Exp $

inherit eutils

DESCRIPTION="GNU utility to convert program --help output to a man page"
HOMEPAGE="http://www.gnu.org/software/help2man"
SRC_URI="mirror://gnu/help2man/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="nls elibc_glibc"

RDEPEND="dev-lang/perl"
DEPEND="${RDEPEND}
	elibc_glibc? ( nls? ( dev-perl/Locale-gettext
		>=sys-devel/gettext-0.12.1-r1 ) )"

src_unpack() {
	unpack ${A}
	cd "${S}"

	epatch "${FILESDIR}/${P}-respect-LDFLAGS.patch"
}

src_compile() {
	local myconf
	use elibc_glibc && myconf="${myconf} $(use_enable nls)" \
		|| myconf="${myconf} --disable-nls"

	econf ${myconf} || die
	emake || die "emake failed"
}

src_install() {
	emake -j1 DESTDIR="${D}" install || die "make install failed"
	dodoc ChangeLog NEWS README THANKS
}






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/help2man: ChangeLog help2man-1.36.4-r1.ebuild
@ 2009-12-10 23:59 Tiago Cunha (tcunha)
  0 siblings, 0 replies; 8+ messages in thread
From: Tiago Cunha (tcunha) @ 2009-12-10 23:59 UTC (permalink / raw
  To: gentoo-commits

tcunha      09/12/10 23:59:29

  Modified:             ChangeLog help2man-1.36.4-r1.ebuild
  Log:
  stable sparc, bug 296432
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 sys-apps/help2man/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	25 Aug 2009 20:17:12 -0000	1.34
+++ ChangeLog	10 Dec 2009 23:59:28 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/help2man
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.34 2009/08/25 20:17:12 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.35 2009/12/10 23:59:28 tcunha Exp $
+
+  11 Dec 2009; Tiago Cunha <tcunha@gentoo.org> help2man-1.36.4-r1.ebuild:
+  stable sparc, bug 296432
 
 *help2man-1.36.4-r1 (25 Aug 2009)
 



1.2                  sys-apps/help2man/help2man-1.36.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?r1=1.1&r2=1.2

Index: help2man-1.36.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- help2man-1.36.4-r1.ebuild	25 Aug 2009 20:17:12 -0000	1.1
+++ help2man-1.36.4-r1.ebuild	10 Dec 2009 23:59:29 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v 1.1 2009/08/25 20:17:12 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v 1.2 2009/12/10 23:59:29 tcunha Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="nls elibc_glibc"
 
 RDEPEND="dev-lang/perl"






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/help2man: ChangeLog help2man-1.36.4-r1.ebuild
@ 2009-12-11 14:42 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2009-12-11 14:42 UTC (permalink / raw
  To: gentoo-commits

ranger      09/12/11 14:42:28

  Modified:             ChangeLog help2man-1.36.4-r1.ebuild
  Log:
  Marking help2man-1.36.4-r1 ppc64 for bug 296432
  (Portage version: 2.1.7.1/cvs/Linux ppc64)

Revision  Changes    Path
1.36                 sys-apps/help2man/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	10 Dec 2009 23:59:28 -0000	1.35
+++ ChangeLog	11 Dec 2009 14:42:28 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/help2man
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.35 2009/12/10 23:59:28 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.36 2009/12/11 14:42:28 ranger Exp $
+
+  11 Dec 2009; Brent Baude <ranger@gentoo.org> help2man-1.36.4-r1.ebuild:
+  Marking help2man-1.36.4-r1 ppc64 for bug 296432
 
   11 Dec 2009; Tiago Cunha <tcunha@gentoo.org> help2man-1.36.4-r1.ebuild:
   stable sparc, bug 296432



1.3                  sys-apps/help2man/help2man-1.36.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?r1=1.2&r2=1.3

Index: help2man-1.36.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- help2man-1.36.4-r1.ebuild	10 Dec 2009 23:59:29 -0000	1.2
+++ help2man-1.36.4-r1.ebuild	11 Dec 2009 14:42:28 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v 1.2 2009/12/10 23:59:29 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v 1.3 2009/12/11 14:42:28 ranger Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc ~x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="nls elibc_glibc"
 
 RDEPEND="dev-lang/perl"






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/help2man: ChangeLog help2man-1.36.4-r1.ebuild
@ 2009-12-12 20:43 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-12-12 20:43 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/12/12 20:43:45

  Modified:             ChangeLog help2man-1.36.4-r1.ebuild
  Log:
  amd64 stable wrt #296432
  (Portage version: 2.2_rc58/cvs/Linux x86_64)

Revision  Changes    Path
1.37                 sys-apps/help2man/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	11 Dec 2009 14:42:28 -0000	1.36
+++ ChangeLog	12 Dec 2009 20:43:44 -0000	1.37
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/help2man
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.36 2009/12/11 14:42:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.37 2009/12/12 20:43:44 ssuominen Exp $
+
+  12 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
+  help2man-1.36.4-r1.ebuild:
+  amd64 stable wrt #296432
 
   11 Dec 2009; Brent Baude <ranger@gentoo.org> help2man-1.36.4-r1.ebuild:
   Marking help2man-1.36.4-r1 ppc64 for bug 296432



1.4                  sys-apps/help2man/help2man-1.36.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?r1=1.3&r2=1.4

Index: help2man-1.36.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- help2man-1.36.4-r1.ebuild	11 Dec 2009 14:42:28 -0000	1.3
+++ help2man-1.36.4-r1.ebuild	12 Dec 2009 20:43:44 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v 1.3 2009/12/11 14:42:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v 1.4 2009/12/12 20:43:44 ssuominen Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc ~x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="nls elibc_glibc"
 
 RDEPEND="dev-lang/perl"






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/help2man: ChangeLog help2man-1.36.4-r1.ebuild
@ 2009-12-16 20:24 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2009-12-16 20:24 UTC (permalink / raw
  To: gentoo-commits

jer         09/12/16 20:24:59

  Modified:             ChangeLog help2man-1.36.4-r1.ebuild
  Log:
  Stable for HPPA (bug #296432).
  (Portage version: 2.2_rc59/cvs/Linux i686)

Revision  Changes    Path
1.38                 sys-apps/help2man/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	12 Dec 2009 20:43:44 -0000	1.37
+++ ChangeLog	16 Dec 2009 20:24:59 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/help2man
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.37 2009/12/12 20:43:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.38 2009/12/16 20:24:59 jer Exp $
+
+  16 Dec 2009; Jeroen Roovers <jer@gentoo.org> help2man-1.36.4-r1.ebuild:
+  Stable for HPPA (bug #296432).
 
   12 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
   help2man-1.36.4-r1.ebuild:



1.5                  sys-apps/help2man/help2man-1.36.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?r1=1.4&r2=1.5

Index: help2man-1.36.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- help2man-1.36.4-r1.ebuild	12 Dec 2009 20:43:44 -0000	1.4
+++ help2man-1.36.4-r1.ebuild	16 Dec 2009 20:24:59 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v 1.4 2009/12/12 20:43:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v 1.5 2009/12/16 20:24:59 jer Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc ~x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="nls elibc_glibc"
 
 RDEPEND="dev-lang/perl"






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/help2man: ChangeLog help2man-1.36.4-r1.ebuild
@ 2009-12-28 18:28 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-12-28 18:28 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/12/28 18:28:52

  Modified:             ChangeLog help2man-1.36.4-r1.ebuild
  Log:
  ppc stable #296432
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.39                 sys-apps/help2man/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	16 Dec 2009 20:24:59 -0000	1.38
+++ ChangeLog	28 Dec 2009 18:28:51 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/help2man
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.38 2009/12/16 20:24:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.39 2009/12/28 18:28:51 nixnut Exp $
+
+  28 Dec 2009; nixnut <nixnut@gentoo.org> help2man-1.36.4-r1.ebuild:
+  ppc stable #296432
 
   16 Dec 2009; Jeroen Roovers <jer@gentoo.org> help2man-1.36.4-r1.ebuild:
   Stable for HPPA (bug #296432).



1.6                  sys-apps/help2man/help2man-1.36.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?r1=1.5&r2=1.6

Index: help2man-1.36.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- help2man-1.36.4-r1.ebuild	16 Dec 2009 20:24:59 -0000	1.5
+++ help2man-1.36.4-r1.ebuild	28 Dec 2009 18:28:51 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v 1.5 2009/12/16 20:24:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v 1.6 2009/12/28 18:28:51 nixnut Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="nls elibc_glibc"
 
 RDEPEND="dev-lang/perl"






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/help2man: ChangeLog help2man-1.36.4-r1.ebuild
@ 2009-12-28 23:33 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2009-12-28 23:33 UTC (permalink / raw
  To: gentoo-commits

maekke      09/12/28 23:33:01

  Modified:             ChangeLog help2man-1.36.4-r1.ebuild
  Log:
  arm/x86 stable, bug #296432
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.40                 sys-apps/help2man/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	28 Dec 2009 18:28:51 -0000	1.39
+++ ChangeLog	28 Dec 2009 23:33:00 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/help2man
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.39 2009/12/28 18:28:51 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.40 2009/12/28 23:33:00 maekke Exp $
+
+  28 Dec 2009; Markus Meier <maekke@gentoo.org> help2man-1.36.4-r1.ebuild:
+  arm/x86 stable, bug #296432
 
   28 Dec 2009; nixnut <nixnut@gentoo.org> help2man-1.36.4-r1.ebuild:
   ppc stable #296432



1.7                  sys-apps/help2man/help2man-1.36.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?r1=1.6&r2=1.7

Index: help2man-1.36.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- help2man-1.36.4-r1.ebuild	28 Dec 2009 18:28:51 -0000	1.6
+++ help2man-1.36.4-r1.ebuild	28 Dec 2009 23:33:00 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v 1.6 2009/12/28 18:28:51 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v 1.7 2009/12/28 23:33:00 maekke Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="nls elibc_glibc"
 
 RDEPEND="dev-lang/perl"






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/help2man: ChangeLog help2man-1.36.4-r1.ebuild
@ 2010-01-01 15:23 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-01-01 15:23 UTC (permalink / raw
  To: gentoo-commits

klausman    10/01/01 15:23:59

  Modified:             ChangeLog help2man-1.36.4-r1.ebuild
  Log:
  Stable on alpha, bug #296432
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 sys-apps/help2man/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	28 Dec 2009 23:33:00 -0000	1.40
+++ ChangeLog	1 Jan 2010 15:23:58 -0000	1.41
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/help2man
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.40 2009/12/28 23:33:00 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.41 2010/01/01 15:23:58 klausman Exp $
+
+  01 Jan 2010; Tobias Klausmann <klausman@gentoo.org>
+  help2man-1.36.4-r1.ebuild:
+  Stable on alpha, bug #296432
 
   28 Dec 2009; Markus Meier <maekke@gentoo.org> help2man-1.36.4-r1.ebuild:
   arm/x86 stable, bug #296432



1.8                  sys-apps/help2man/help2man-1.36.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild?r1=1.7&r2=1.8

Index: help2man-1.36.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- help2man-1.36.4-r1.ebuild	28 Dec 2009 23:33:00 -0000	1.7
+++ help2man-1.36.4-r1.ebuild	1 Jan 2010 15:23:58 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v 1.7 2009/12/28 23:33:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4-r1.ebuild,v 1.8 2010/01/01 15:23:58 klausman Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="nls elibc_glibc"
 
 RDEPEND="dev-lang/perl"






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

end of thread, other threads:[~2010-01-01 15:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-25 20:17 [gentoo-commits] gentoo-x86 commit in sys-apps/help2man: ChangeLog help2man-1.36.4-r1.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-10 23:59 Tiago Cunha (tcunha)
2009-12-11 14:42 Brent Baude (ranger)
2009-12-12 20:43 Samuli Suominen (ssuominen)
2009-12-16 20:24 Jeroen Roovers (jer)
2009-12-28 18:28 Gysbert Wassenaar (nixnut)
2009-12-28 23:33 Markus Meier (maekke)
2010-01-01 15:23 Tobias Klausmann (klausman)

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