public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/ispell: ChangeLog ispell-3.3.02.ebuild
@ 2007-11-21 17:21 Wulf Krueger (philantrop)
  0 siblings, 0 replies; only message in thread
From: Wulf Krueger (philantrop) @ 2007-11-21 17:21 UTC (permalink / raw
  To: gentoo-commits

philantrop    07/11/21 17:21:04

  Modified:             ChangeLog
  Added:                ispell-3.3.02.ebuild
  Log:
  Version bump as per bug 97881.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.32                 app-text/ispell/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ispell/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ispell/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ispell/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ispell/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	18 Aug 2007 13:37:30 -0000	1.31
+++ ChangeLog	21 Nov 2007 17:21:03 -0000	1.32
@@ -1,6 +1,12 @@
 # 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.31 2007/08/18 13:37:30 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ChangeLog,v 1.32 2007/11/21 17:21:03 philantrop Exp $
+
+*ispell-3.3.02 (21 Nov 2007)
+
+  21 Nov 2007; Wulf C. Krueger <philantrop@gentoo.org>
+  +ispell-3.3.02.ebuild:
+  Version bump as per bug 97881.
 
   18 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org>
   +files/ispell-3.2.06-stripping.diff, ispell-3.2.06-r6.ebuild:



1.1                  app-text/ispell/ispell-3.3.02.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ispell/ispell-3.3.02.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ispell/ispell-3.3.02.ebuild?rev=1.1&content-type=text/plain

Index: ispell-3.3.02.ebuild
===================================================================
# 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.3.02.ebuild,v 1.1 2007/11/21 17:21:03 philantrop Exp $

inherit eutils multilib

PATCH_VER="0.2"
DESCRIPTION="fast screen-oriented spelling checker"
HOMEPAGE="http://fmg-www.cs.ucla.edu/geoff/ispell.html"
SRC_URI="http://fmg-www.cs.ucla.edu/geoff/tars/${P}.tar.gz
		mirror://gentoo/${P}-gentoo-${PATCH_VER}.diff.bz2"

SLOT="0"
LICENSE="as-is"
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
IUSE=""

DEPEND="sys-apps/miscfiles
		>=sys-libs/ncurses-5.2"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${WORKDIR}/${P}-gentoo-${PATCH_VER}.diff"

	sed -i -e "s:GENTOO_LIBDIR:$(get_libdir):" local.h.gentoo || die "setting libdir failed"
	cp local.h.gentoo local.h
}

src_compile() {
	emake config.sh || die

	# Fix config.sh to install to ${D}
	cp -p config.sh config.sh.orig
	sed \
		-e "s:^\(BINDIR='\)\(.*\):\1${D}\2:" \
		-e "s:^\(LIBDIR='\)\(.*\):\1${D}\2:" \
		-e "s:^\(MAN1DIR='\)\(.*\):\1${D}\2:" \
		-e "s:^\(MAN45DIR='\)\(.*\):\1${D}\2:" \
		< config.sh > config.sh.install

	emake || die "compilation failed"
}

src_install() {
	cp -p  config.sh.install config.sh

	# Need to create the directories to install into
	# before 'make install'. Build environment **doesn't**
	# check for existence and create if not already there.
	dodir /usr/bin /usr/$(get_libdir)/ispell /usr/share/info \
		/usr/share/man/man1 /usr/share/man/man5

	emake install || die "Installation Failed"

	rmdir "${D}"/usr/share/info || die "removing empty info dir failed"
	dodoc CHANGES Contributors README WISHES || die "installing docs failed"
	dosed "${D}"/usr/share/man/man1/ispell.1 || die "dosed failed"
}

pkg_postinst() {
	echo
	ewarn "If you just updated from an older version of ${PN} you *have* to re-emerge"
	ewarn "all your dictionaries to avoid segmentation faults and other problems."
	echo
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-21 17:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-21 17:21 [gentoo-commits] gentoo-x86 commit in app-text/ispell: ChangeLog ispell-3.3.02.ebuild Wulf Krueger (philantrop)

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