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.5.ebuild ChangeLog
@ 2012-07-18 18:17 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-07-18 18:17 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/07/18 18:17:33

  Modified:             ChangeLog
  Added:                hyphen-2.8.5.ebuild
  Log:
  Version bump to latest.
  
  (Portage version: 2.2.0_alpha119/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 dev-libs/hyphen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	18 Jul 2012 13:55:56 -0000	1.21
+++ ChangeLog	18 Jul 2012 18:17:32 -0000	1.22
@@ -1,6 +1,11 @@
 # 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.21 2012/07/18 13:55:56 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.22 2012/07/18 18:17:32 scarabeus Exp $
+
+*hyphen-2.8.5 (18 Jul 2012)
+
+  18 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> +hyphen-2.8.5.ebuild:
+  Version bump to latest.
 
   18 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> -hyphen-2.8.3.ebuild,
   hyphen-2.8.4.ebuild:



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

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

Index: hyphen-2.8.5.ebuild
===================================================================
# 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.5.ebuild,v 1.1 2012/07/18 18:17:32 scarabeus 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

	docinto pdf
	dodoc doc/*.pdf

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






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/hyphen: hyphen-2.8.5.ebuild ChangeLog
@ 2012-09-03  8:24 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-09-03  8:24 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/09/03 08:24:29

  Modified:             hyphen-2.8.5.ebuild ChangeLog
  Log:
  Stable on amd64 x86 ppc and ppc64. Wrt bug#433221.
  
  (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)

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

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

Index: hyphen-2.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hyphen-2.8.5.ebuild	18 Jul 2012 18:17:32 -0000	1.1
+++ hyphen-2.8.5.ebuild	3 Sep 2012 08:24:29 -0000	1.2
@@ -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.5.ebuild,v 1.1 2012/07/18 18:17:32 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.5.ebuild,v 1.2 2012/09/03 08:24:29 scarabeus 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.23                 dev-libs/hyphen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	18 Jul 2012 18:17:32 -0000	1.22
+++ ChangeLog	3 Sep 2012 08:24:29 -0000	1.23
@@ -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.22 2012/07/18 18:17:32 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.23 2012/09/03 08:24:29 scarabeus Exp $
+
+  03 Sep 2012; Tomáš Chvátal <scarabeus@gentoo.org> hyphen-2.8.5.ebuild:
+  Stable on amd64 x86 ppc and ppc64. Wrt bug#433221.
 
 *hyphen-2.8.5 (18 Jul 2012)
 





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

end of thread, other threads:[~2012-09-03  8:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-03  8:24 [gentoo-commits] gentoo-x86 commit in dev-libs/hyphen: hyphen-2.8.5.ebuild ChangeLog Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-18 18:17 Tomas Chvatal (scarabeus)

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