public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/chmlib: chmlib-0.40.ebuild ChangeLog
@ 2009-05-24 23:29 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 6+ messages in thread
From: Ryan Hill (dirtyepic) @ 2009-05-24 23:29 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    09/05/24 23:29:55

  Modified:             ChangeLog
  Added:                chmlib-0.40.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-libs/chmlib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/chmlib/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	11 Apr 2009 17:28:31 -0000	1.9
+++ ChangeLog	24 May 2009 23:29:55 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/chmlib
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/ChangeLog,v 1.9 2009/04/11 17:28:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/ChangeLog,v 1.10 2009/05/24 23:29:55 dirtyepic Exp $
+
+*chmlib-0.40 (24 May 2009)
+
+  24 May 2009; Ryan Hill <dirtyepic@gentoo.org> +chmlib-0.40.ebuild,
+  +files/chmlib-0.40-headers.patch:
+  Version bump.
 
   11 Apr 2009; Raúl Porcel <armin76@gentoo.org> chmlib-0.39-r1.ebuild:
   Add ~alpha/~ia64 wrt #260777



1.1                  dev-libs/chmlib/chmlib-0.40.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild?rev=1.1&content-type=text/plain

Index: chmlib-0.40.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild,v 1.1 2009/05/24 23:29:55 dirtyepic Exp $

inherit eutils multilib flag-o-matic versionator

DESCRIPTION="Library for MS CHM (compressed html) file format plus extracting and http server utils"
HOMEPAGE="http://www.jedrea.com/chmlib/"
SRC_URI="http://www.jedrea.com/${PN}/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE=""

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${PN}-0.39-stdtypes.patch
	epatch "${FILESDIR}"/${P}-headers.patch
}

src_compile() {
	econf --enable-examples || die "econf failed"
	emake || die
}

src_install() {
	emake install DESTDIR="${D}" || die
	dodoc AUTHORS NEWS README
}






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/chmlib: chmlib-0.40.ebuild ChangeLog
@ 2009-09-27 12:56 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2009-09-27 12:56 UTC (permalink / raw
  To: gentoo-commits

maekke      09/09/27 12:56:26

  Modified:             chmlib-0.40.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #286604
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-libs/chmlib/chmlib-0.40.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild?r1=1.1&r2=1.2

Index: chmlib-0.40.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chmlib-0.40.ebuild	24 May 2009 23:29:55 -0000	1.1
+++ chmlib-0.40.ebuild	27 Sep 2009 12:56:25 -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/dev-libs/chmlib/chmlib-0.40.ebuild,v 1.1 2009/05/24 23:29:55 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild,v 1.2 2009/09/27 12:56:25 maekke Exp $
 
 inherit eutils multilib flag-o-matic versionator
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 x86"
 IUSE=""
 
 src_unpack() {



1.11                 dev-libs/chmlib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/chmlib/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	24 May 2009 23:29:55 -0000	1.10
+++ ChangeLog	27 Sep 2009 12:56:25 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/chmlib
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/ChangeLog,v 1.10 2009/05/24 23:29:55 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/ChangeLog,v 1.11 2009/09/27 12:56:25 maekke Exp $
+
+  27 Sep 2009; Markus Meier <maekke@gentoo.org> chmlib-0.40.ebuild:
+  amd64/x86 stable, bug #286604
 
 *chmlib-0.40 (24 May 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/chmlib: chmlib-0.40.ebuild ChangeLog
@ 2009-09-27 14:20 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2009-09-27 14:20 UTC (permalink / raw
  To: gentoo-commits

ranger      09/09/27 14:20:45

  Modified:             chmlib-0.40.ebuild ChangeLog
  Log:
  Marking chmlib-0.40 ppc64 for bug 286604
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.3                  dev-libs/chmlib/chmlib-0.40.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild?r1=1.2&r2=1.3

Index: chmlib-0.40.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- chmlib-0.40.ebuild	27 Sep 2009 12:56:25 -0000	1.2
+++ chmlib-0.40.ebuild	27 Sep 2009 14:20:45 -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/dev-libs/chmlib/chmlib-0.40.ebuild,v 1.2 2009/09/27 12:56:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild,v 1.3 2009/09/27 14:20:45 ranger Exp $
 
 inherit eutils multilib flag-o-matic versionator
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 x86"
 IUSE=""
 
 src_unpack() {



1.12                 dev-libs/chmlib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/chmlib/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	27 Sep 2009 12:56:25 -0000	1.11
+++ ChangeLog	27 Sep 2009 14:20:45 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/chmlib
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/ChangeLog,v 1.11 2009/09/27 12:56:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/ChangeLog,v 1.12 2009/09/27 14:20:45 ranger Exp $
+
+  27 Sep 2009; Brent Baude <ranger@gentoo.org> chmlib-0.40.ebuild:
+  Marking chmlib-0.40 ppc64 for bug 286604
 
   27 Sep 2009; Markus Meier <maekke@gentoo.org> chmlib-0.40.ebuild:
   amd64/x86 stable, bug #286604






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/chmlib: chmlib-0.40.ebuild ChangeLog
@ 2009-09-27 19:58 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-09-27 19:58 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/09/27 19:58:29

  Modified:             chmlib-0.40.ebuild ChangeLog
  Log:
  ppc stable #286604
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.4                  dev-libs/chmlib/chmlib-0.40.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild?r1=1.3&r2=1.4

Index: chmlib-0.40.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- chmlib-0.40.ebuild	27 Sep 2009 14:20:45 -0000	1.3
+++ chmlib-0.40.ebuild	27 Sep 2009 19:58:29 -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/dev-libs/chmlib/chmlib-0.40.ebuild,v 1.3 2009/09/27 14:20:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild,v 1.4 2009/09/27 19:58:29 nixnut Exp $
 
 inherit eutils multilib flag-o-matic versionator
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ppc64 x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 x86"
 IUSE=""
 
 src_unpack() {



1.13                 dev-libs/chmlib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/chmlib/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	27 Sep 2009 14:20:45 -0000	1.12
+++ ChangeLog	27 Sep 2009 19:58:29 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/chmlib
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/ChangeLog,v 1.12 2009/09/27 14:20:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/ChangeLog,v 1.13 2009/09/27 19:58:29 nixnut Exp $
+
+  27 Sep 2009; nixnut <nixnut@gentoo.org> chmlib-0.40.ebuild:
+  ppc stable #286604
 
   27 Sep 2009; Brent Baude <ranger@gentoo.org> chmlib-0.40.ebuild:
   Marking chmlib-0.40 ppc64 for bug 286604






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/chmlib: chmlib-0.40.ebuild ChangeLog
@ 2009-10-04 19:23 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 6+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-10-04 19:23 UTC (permalink / raw
  To: gentoo-commits

klausman    09/10/04 19:23:29

  Modified:             chmlib-0.40.ebuild ChangeLog
  Log:
  Stable on alpha, bug #286604
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-libs/chmlib/chmlib-0.40.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild?r1=1.4&r2=1.5

Index: chmlib-0.40.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- chmlib-0.40.ebuild	27 Sep 2009 19:58:29 -0000	1.4
+++ chmlib-0.40.ebuild	4 Oct 2009 19:23:28 -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/dev-libs/chmlib/chmlib-0.40.ebuild,v 1.4 2009/09/27 19:58:29 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild,v 1.5 2009/10/04 19:23:28 klausman Exp $
 
 inherit eutils multilib flag-o-matic versionator
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 x86"
+KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ppc64 x86"
 IUSE=""
 
 src_unpack() {



1.14                 dev-libs/chmlib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/chmlib/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	27 Sep 2009 19:58:29 -0000	1.13
+++ ChangeLog	4 Oct 2009 19:23:28 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/chmlib
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/ChangeLog,v 1.13 2009/09/27 19:58:29 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/ChangeLog,v 1.14 2009/10/04 19:23:28 klausman Exp $
+
+  04 Oct 2009; Tobias Klausmann <klausman@gentoo.org> chmlib-0.40.ebuild:
+  Stable on alpha, bug #286604
 
   27 Sep 2009; nixnut <nixnut@gentoo.org> chmlib-0.40.ebuild:
   ppc stable #286604






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/chmlib: chmlib-0.40.ebuild ChangeLog
@ 2009-10-12 19:20 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2009-10-12 19:20 UTC (permalink / raw
  To: gentoo-commits

jer         09/10/12 19:20:04

  Modified:             chmlib-0.40.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #286604).
  (Portage version: 2.2_rc46/cvs/Linux i686)

Revision  Changes    Path
1.6                  dev-libs/chmlib/chmlib-0.40.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild?r1=1.5&r2=1.6

Index: chmlib-0.40.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- chmlib-0.40.ebuild	4 Oct 2009 19:23:28 -0000	1.5
+++ chmlib-0.40.ebuild	12 Oct 2009 19:20:04 -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/dev-libs/chmlib/chmlib-0.40.ebuild,v 1.5 2009/10/04 19:23:28 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/chmlib-0.40.ebuild,v 1.6 2009/10/12 19:20:04 jer Exp $
 
 inherit eutils multilib flag-o-matic versionator
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ppc64 x86"
+KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 x86"
 IUSE=""
 
 src_unpack() {



1.15                 dev-libs/chmlib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/chmlib/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/chmlib/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	4 Oct 2009 19:23:28 -0000	1.14
+++ ChangeLog	12 Oct 2009 19:20:04 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/chmlib
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/ChangeLog,v 1.14 2009/10/04 19:23:28 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/chmlib/ChangeLog,v 1.15 2009/10/12 19:20:04 jer Exp $
+
+  12 Oct 2009; Jeroen Roovers <jer@gentoo.org> chmlib-0.40.ebuild:
+  Stable for HPPA (bug #286604).
 
   04 Oct 2009; Tobias Klausmann <klausman@gentoo.org> chmlib-0.40.ebuild:
   Stable on alpha, bug #286604






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

end of thread, other threads:[~2009-10-12 19:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-24 23:29 [gentoo-commits] gentoo-x86 commit in dev-libs/chmlib: chmlib-0.40.ebuild ChangeLog Ryan Hill (dirtyepic)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-27 12:56 Markus Meier (maekke)
2009-09-27 14:20 Brent Baude (ranger)
2009-09-27 19:58 Gysbert Wassenaar (nixnut)
2009-10-04 19:23 Tobias Klausmann (klausman)
2009-10-12 19:20 Jeroen Roovers (jer)

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