public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/hyphen: hyphen-2.8.3.ebuild ChangeLog
@ 2011-10-16 17:35 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-16 17:35 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/16 17:35:25

  Modified:             ChangeLog
  Added:                hyphen-2.8.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha67/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-libs/hyphen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	22 Jul 2011 22:44:47 -0000	1.10
+++ ChangeLog	16 Oct 2011 17:35:25 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/hyphen
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.10 2011/07/22 22:44:47 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.11 2011/10/16 17:35:25 ssuominen Exp $
+
+*hyphen-2.8.3 (16 Oct 2011)
+
+  16 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> +hyphen-2.8.3.ebuild:
+  Version bump.
 
 *hyphen-2.7.1 (22 Jul 2011)
 



1.1                  dev-libs/hyphen/hyphen-2.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild?rev=1.1&content-type=text/plain

Index: hyphen-2.8.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild,v 1.1 2011/10/16 17:35:24 ssuominen Exp $

EAPI=4

DESCRIPTION="ALTLinux hyphenation library"
HOMEPAGE="http://hunspell.sf.net"
SRC_URI="mirror://sourceforge/hunspell/${P}.tar.gz"

LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"

RDEPEND="app-text/hunspell"
DEPEND="${RDEPEND}"

DOCS="AUTHORS ChangeLog NEWS README* THANKS TODO"

src_configure() {
	econf $(use_enable static-libs static)
}

src_install() {
	default

	insinto /usr/share/doc/${PF}/pdf
	doins doc/*.pdf

	rm -f "${ED}"usr/lib*/libhyphen.la
}






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/hyphen: hyphen-2.8.3.ebuild ChangeLog
@ 2011-12-11 21:51 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2011-12-11 21:51 UTC (permalink / raw
  To: gentoo-commits

maekke      11/12/11 21:51:08

  Modified:             hyphen-2.8.3.ebuild ChangeLog
  Log:
  x86 stable, bug #387187
  
  (Portage version: 2.1.10.40/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-libs/hyphen/hyphen-2.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild?r1=1.1&r2=1.2

Index: hyphen-2.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hyphen-2.8.3.ebuild	16 Oct 2011 17:35:24 -0000	1.1
+++ hyphen-2.8.3.ebuild	11 Dec 2011 21:51:08 -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/dev-libs/hyphen/hyphen-2.8.3.ebuild,v 1.1 2011/10/16 17:35:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild,v 1.2 2011/12/11 21:51:08 maekke Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 RDEPEND="app-text/hunspell"



1.13                 dev-libs/hyphen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	26 Oct 2011 15:36:01 -0000	1.12
+++ ChangeLog	11 Dec 2011 21:51:08 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/hyphen
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.12 2011/10/26 15:36:01 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.13 2011/12/11 21:51:08 maekke Exp $
+
+  11 Dec 2011; Markus Meier <maekke@gentoo.org> hyphen-2.8.3.ebuild:
+  x86 stable, bug #387187
 
   26 Oct 2011; Tony Vroon <chainsaw@gentoo.org> hyphen-2.7.1.ebuild:
   Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney &






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/hyphen: hyphen-2.8.3.ebuild ChangeLog
@ 2012-01-16 11:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-01-16 11:55 UTC (permalink / raw
  To: gentoo-commits

ago         12/01/16 11:55:44

  Modified:             hyphen-2.8.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #398521
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-libs/hyphen/hyphen-2.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild?r1=1.2&r2=1.3

Index: hyphen-2.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hyphen-2.8.3.ebuild	11 Dec 2011 21:51:08 -0000	1.2
+++ hyphen-2.8.3.ebuild	16 Jan 2012 11:55:44 -0000	1.3
@@ -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/dev-libs/hyphen/hyphen-2.8.3.ebuild,v 1.2 2011/12/11 21:51:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild,v 1.3 2012/01/16 11:55:44 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 RDEPEND="app-text/hunspell"



1.15                 dev-libs/hyphen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	18 Dec 2011 20:44:08 -0000	1.14
+++ ChangeLog	16 Jan 2012 11:55:44 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/hyphen
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.14 2011/12/18 20:44:08 halcy0n Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.15 2012/01/16 11:55:44 ago Exp $
+
+  16 Jan 2012; Agostino Sarubbo <ago@gentoo.org> hyphen-2.8.3.ebuild:
+  Stable for amd64, wrt bug #398521
 
   18 Dec 2011; Mark Loeser <halcy0n@gentoo.org> hyphen-2.7.1.ebuild:
   Stable for ppc; bug #387187






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/hyphen: hyphen-2.8.3.ebuild ChangeLog
@ 2012-03-26 15:44 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2012-03-26 15:44 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/26 15:44:32

  Modified:             hyphen-2.8.3.ebuild ChangeLog
  Log:
  Marking hyphen-2.8.3 ppc64 for bug 398521
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.4                  dev-libs/hyphen/hyphen-2.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild?r1=1.3&r2=1.4

Index: hyphen-2.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hyphen-2.8.3.ebuild	16 Jan 2012 11:55:44 -0000	1.3
+++ hyphen-2.8.3.ebuild	26 Mar 2012 15:44:32 -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/dev-libs/hyphen/hyphen-2.8.3.ebuild,v 1.3 2012/01/16 11:55:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild,v 1.4 2012/03/26 15:44:32 ranger Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 RDEPEND="app-text/hunspell"



1.16                 dev-libs/hyphen/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	16 Jan 2012 11:55:44 -0000	1.15
+++ ChangeLog	26 Mar 2012 15:44:32 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/hyphen
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.15 2012/01/16 11:55:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.16 2012/03/26 15:44:32 ranger Exp $
+
+  26 Mar 2012; Brent Baude <ranger@gentoo.org> hyphen-2.8.3.ebuild:
+  Marking hyphen-2.8.3 ppc64 for bug 398521
 
   16 Jan 2012; Agostino Sarubbo <ago@gentoo.org> hyphen-2.8.3.ebuild:
   Stable for amd64, wrt bug #398521






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/hyphen: hyphen-2.8.3.ebuild ChangeLog
@ 2012-05-01 19:27 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2012-05-01 19:27 UTC (permalink / raw
  To: gentoo-commits

jer         12/05/01 19:27:22

  Modified:             hyphen-2.8.3.ebuild ChangeLog
  Log:
  Stable for HPPA too.
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-libs/hyphen/hyphen-2.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild?r1=1.5&r2=1.6

Index: hyphen-2.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hyphen-2.8.3.ebuild	25 Apr 2012 20:48:08 -0000	1.5
+++ hyphen-2.8.3.ebuild	1 May 2012 19:27:22 -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/dev-libs/hyphen/hyphen-2.8.3.ebuild,v 1.5 2012/04/25 20:48:08 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild,v 1.6 2012/05/01 19:27:22 jer Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 RDEPEND="app-text/hunspell"



1.19                 dev-libs/hyphen/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/hyphen/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	25 Apr 2012 20:48:08 -0000	1.18
+++ ChangeLog	1 May 2012 19:27:22 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/hyphen
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.18 2012/04/25 20:48:08 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.19 2012/05/01 19:27:22 jer Exp $
+
+  01 May 2012; Jeroen Roovers <jer@gentoo.org> hyphen-2.8.3.ebuild:
+  Stable for HPPA too.
 
   25 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> -hyphen-2.7.1.ebuild,
   hyphen-2.8.3.ebuild:






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

end of thread, other threads:[~2012-05-01 19:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-01 19:27 [gentoo-commits] gentoo-x86 commit in dev-libs/hyphen: hyphen-2.8.3.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-26 15:44 Brent Baude (ranger)
2012-01-16 11:55 Agostino Sarubbo (ago)
2011-12-11 21:51 Markus Meier (maekke)
2011-10-16 17:35 Samuli Suominen (ssuominen)

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