summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-07-02 09:38:31 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-07-02 09:38:31 +0000
commit8c5f3fb46c37ec3849389f2afb7c5ce90e05cfc5 (patch)
treef9bf8f26e426d6558d5a5587b1e638076d416470 /dev-libs/hyphen
parentVersion bump to latest. (diff)
downloadgentoo-2-8c5f3fb46c37ec3849389f2afb7c5ce90e05cfc5.tar.gz
gentoo-2-8c5f3fb46c37ec3849389f2afb7c5ce90e05cfc5.tar.bz2
gentoo-2-8c5f3fb46c37ec3849389f2afb7c5ce90e05cfc5.zip
Version bump to latest.
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/hyphen')
-rw-r--r--dev-libs/hyphen/ChangeLog9
-rw-r--r--dev-libs/hyphen/hyphen-2.8.4.ebuild32
-rw-r--r--dev-libs/hyphen/metadata.xml2
3 files changed, 40 insertions, 3 deletions
diff --git a/dev-libs/hyphen/ChangeLog b/dev-libs/hyphen/ChangeLog
index 424edb63161f..8624008b9b6c 100644
--- a/dev-libs/hyphen/ChangeLog
+++ b/dev-libs/hyphen/ChangeLog
@@ -1,6 +1,12 @@
# 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.19 2012/05/01 19:27:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/ChangeLog,v 1.20 2012/07/02 09:38:31 scarabeus Exp $
+
+*hyphen-2.8.4 (02 Jul 2012)
+
+ 02 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> +hyphen-2.8.4.ebuild,
+ metadata.xml:
+ Version bump to latest.
01 May 2012; Jeroen Roovers <jer@gentoo.org> hyphen-2.8.3.ebuild:
Stable for HPPA too.
@@ -69,4 +75,3 @@
05 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> +hyphen-2.4.ebuild:
Initial commit.
-
diff --git a/dev-libs/hyphen/hyphen-2.8.4.ebuild b/dev-libs/hyphen/hyphen-2.8.4.ebuild
new file mode 100644
index 000000000000..8e3202c64275
--- /dev/null
+++ b/dev-libs/hyphen/hyphen-2.8.4.ebuild
@@ -0,0 +1,32 @@
+# 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.4.ebuild,v 1.1 2012/07/02 09:38:31 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
+}
diff --git a/dev-libs/hyphen/metadata.xml b/dev-libs/hyphen/metadata.xml
index 1606ff8f23e7..5d46203011d6 100644
--- a/dev-libs/hyphen/metadata.xml
+++ b/dev-libs/hyphen/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>openoffice</herd>
+ <herd>openoffice</herd>
</pkgmetadata>