summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin F. Quinn <kevquinn@gentoo.org>2007-05-21 17:49:27 +0000
committerKevin F. Quinn <kevquinn@gentoo.org>2007-05-21 17:49:27 +0000
commit7762400e4764a81c47b0a95083e5cacc5edc1dcc (patch)
tree44e3b553d3545ed6ba84d4a2a21033f9dcdfa103 /app-text/hunspell
parentStable for HPPA (bug #176542). (diff)
downloadgentoo-2-7762400e4764a81c47b0a95083e5cacc5edc1dcc.tar.gz
gentoo-2-7762400e4764a81c47b0a95083e5cacc5edc1dcc.tar.bz2
gentoo-2-7762400e4764a81c47b0a95083e5cacc5edc1dcc.zip
Fixup wobbly header installation (bug #179285).
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-text/hunspell')
-rw-r--r--app-text/hunspell/ChangeLog5
-rw-r--r--app-text/hunspell/hunspell-1.1.5.ebuild11
2 files changed, 14 insertions, 2 deletions
diff --git a/app-text/hunspell/ChangeLog b/app-text/hunspell/ChangeLog
index a7d67ebcafcc..8cc828f92e30 100644
--- a/app-text/hunspell/ChangeLog
+++ b/app-text/hunspell/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/hunspell
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.23 2007/05/20 12:13:19 kevquinn Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.24 2007/05/21 17:49:27 kevquinn Exp $
+
+ 21 May 2007; Kevin F. Quinn <kevquinn@gentoo.org> hunspell-1.1.5.ebuild:
+ Fixup wobbly header installation (bug #179285).
*hunspell-1.1.5 (20 May 2007)
diff --git a/app-text/hunspell/hunspell-1.1.5.ebuild b/app-text/hunspell/hunspell-1.1.5.ebuild
index 5638cd54b7d4..4b1cd16dad38 100644
--- a/app-text/hunspell/hunspell-1.1.5.ebuild
+++ b/app-text/hunspell/hunspell-1.1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.5.ebuild,v 1.1 2007/05/20 12:13:19 kevquinn Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.5.ebuild,v 1.2 2007/05/21 17:49:27 kevquinn Exp $
WANT_AUTOCONF="2.5"
WANT_AUTOMAKE="1.9"
@@ -53,6 +53,15 @@ src_install() {
dodoc AUTHORS ChangeLog NEWS README THANKS TODO
# hunspell is derived from myspell
dodoc AUTHORS.myspell README.myspell license.myspell
+
+ # Fixup broken install results.
+ # These are included by hunspell.hxx, but aren't installed by the install
+ # script
+ insinto /usr/include/hunspell/
+ doins license.myspell license.hunspell config.h
+ # These are in the wrong place.
+ mv ${D}/usr/include/munch.h ${D}/usr/include/hunspell/munch.h
+ mv ${D}/usr/include/unmunch.h ${D}/usr/include/hunspell/unmunch.h
}
pkg_postinst() {