summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-08-18 13:37:30 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-08-18 13:37:30 +0000
commite0d42a27b0434268657127db9673b149679acbd5 (patch)
tree82eee556a2bcf56d3c9214d38965aa1f56555f06 /app-text/ispell
parentStable on ppc wrt bug 178320 (diff)
downloadgentoo-2-e0d42a27b0434268657127db9673b149679acbd5.tar.gz
gentoo-2-e0d42a27b0434268657127db9673b149679acbd5.tar.bz2
gentoo-2-e0d42a27b0434268657127db9673b149679acbd5.zip
Removed stripping from the Makefiles. Fixes bug 137640.
Removed dependencies on packages now in the base profile. (Portage version: 2.1.3.5)
Diffstat (limited to 'app-text/ispell')
-rw-r--r--app-text/ispell/ChangeLog7
-rw-r--r--app-text/ispell/files/ispell-3.2.06-stripping.diff30
-rw-r--r--app-text/ispell/ispell-3.2.06-r6.ebuild19
3 files changed, 45 insertions, 11 deletions
diff --git a/app-text/ispell/ChangeLog b/app-text/ispell/ChangeLog
index 2283e95f601f..cc77ebd850c5 100644
--- a/app-text/ispell/ChangeLog
+++ b/app-text/ispell/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/ispell
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ChangeLog,v 1.30 2007/02/21 23:32:14 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ChangeLog,v 1.31 2007/08/18 13:37:30 philantrop Exp $
+
+ 18 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org>
+ +files/ispell-3.2.06-stripping.diff, ispell-3.2.06-r6.ebuild:
+ Removed stripping from the Makefiles. Fixes bug 137640. Removed dependencies
+ on packages now in the base profile.
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/app-text/ispell/files/ispell-3.2.06-stripping.diff b/app-text/ispell/files/ispell-3.2.06-stripping.diff
new file mode 100644
index 000000000000..d53678c8e64c
--- /dev/null
+++ b/app-text/ispell/files/ispell-3.2.06-stripping.diff
@@ -0,0 +1,30 @@
+diff -Naur ispell-3.2.06.orig/Makefile ispell-3.2.06/Makefile
+--- ispell-3.2.06.orig/Makefile 2007-08-18 15:15:59.000000000 +0200
++++ ispell-3.2.06/Makefile 2007-08-18 15:17:44.000000000 +0200
+@@ -254,7 +254,6 @@
+ @. ./config.sh; \
+ set -x; \
+ cd $$BINDIR; \
+- strip ispell; \
+ chmod 755 ispell
+ @. ./config.sh; \
+ set -x; \
+@@ -294,7 +293,6 @@
+ @. ./config.sh; \
+ set -x; \
+ cd $$BINDIR; \
+- strip buildhash icombine ijoin sq unsq; \
+ chmod 755 buildhash icombine ijoin \
+ munchlist findaffix tryaffix sq unsq
+ @. ./config.sh; \
+diff -Naur ispell-3.2.06.orig/deformatters/Makefile ispell-3.2.06/deformatters/Makefile
+--- ispell-3.2.06.orig/deformatters/Makefile 2001-07-25 23:51:48.000000000 +0200
++++ ispell-3.2.06/deformatters/Makefile 2007-08-18 15:25:47.000000000 +0200
+@@ -76,7 +76,6 @@
+ @. ../config.sh; \
+ set -x; \
+ cd $$BINDIR; \
+- strip $(PROGRAMS); \
+ chmod 755 $(PROGRAMS)
+
+ clean:
diff --git a/app-text/ispell/ispell-3.2.06-r6.ebuild b/app-text/ispell/ispell-3.2.06-r6.ebuild
index ae111ba2f1ca..1485c178e8b4 100644
--- a/app-text/ispell/ispell-3.2.06-r6.ebuild
+++ b/app-text/ispell/ispell-3.2.06-r6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r6.ebuild,v 1.16 2006/03/25 06:38:14 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r6.ebuild,v 1.17 2007/08/18 13:37:30 philantrop Exp $
inherit eutils
@@ -15,16 +15,15 @@ LICENSE="as-is"
KEYWORDS="alpha amd64 hppa mips ppc ppc-macos sparc x86"
IUSE=""
-DEPEND="sys-apps/sed
- sys-devel/bison
- sys-apps/miscfiles
- >=sys-libs/ncurses-5.2"
+DEPEND="sys-apps/miscfiles
+ >=sys-libs/ncurses-5.2"
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${WORKDIR}/${PF}-gentoo-${PATCH_VER}.diff
- epatch ${FILESDIR}/${P}-patch.diff
+ cd "${S}"
+ epatch "${WORKDIR}/${PF}-gentoo-${PATCH_VER}.diff"
+ epatch "${FILESDIR}/${P}-patch.diff"
+ epatch "${FILESDIR}/${P}-stripping.diff"
}
src_compile() {
@@ -57,7 +56,7 @@ src_install() {
rmdir ${D}/usr/share/man/man5
rmdir ${D}/usr/share/info
- dodoc Contributors README WISHES
+ dodoc Contributors README WISHES || die "installing docs failed"
dosed ${D}/usr/share/man/man1/ispell.1
}