Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15698 - spellutils-0.7.ebuild (New Package)
Summary: spellutils-0.7.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Seemant Kulleen (RETIRED)
URL: http://home.worldonline.dk/byrial/spe...
Whiteboard:
Keywords:
: 15697 16141 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-02-14 11:20 UTC by Johannes Günther
Modified: 2003-09-26 00:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Günther 2003-02-14 11:20:32 UTC
From the homepage:
Spellutils is a suite of programs which are used to isolate some parts or texts from various types of files and hand them over to another program which may change the texts; it is typically a spell checker. Afterwards the possibly changed text parts are copied back in place in the original file. 

The programs in the Spellutils package are:
  - newsbody which can isolate your own text from headers, quotes and signature in e-mail or Usenet messages
 - pospell which can isolate translations in .po files
Comment 1 Johannes Günther 2003-02-14 11:29:48 UTC
*** Bug 15697 has been marked as a duplicate of this bug. ***
Comment 2 Johannes Günther 2003-02-14 11:34:54 UTC
I post the ebuild here because bugzilla does not want me to attach a file (bugzilla said either "not logged it" or "not specified file"):

# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="spellutils includes 'newsbody' (useful for spellchecking in mails, etc.) and 'pospell'"
HOMEPAGE="http://home.worldonline.dk/byrial/spellutils/"
SRC_URI="http://home.worldonline.dk/byrial/spellutils/${P}.tar.bz2"
LICENSE="GPL-1"
SLOT="0"

KEYWORDS="x86"

IUSE="nls"

DEPEND="virtual/glibc"

src_compile() {
    local myconf=""

    use nls \
        || myconf="${myconf} --disable-nls"

    econf ${myconf} || die

    emake || die
}

src_install() {
    # if configured with option '--with-included-gettext' (which might happen),
    # the Makefile in ${S}/intl installs spellutils own gettext to
    # '/usr/share/gettext/intl', dishonoring DESTDIR
    einstall
}
Comment 3 Johannes Günther 2003-02-14 19:32:22 UTC
(even with cookies on I cannot attache a file, any suggestions?)

I figured out to also install the README, etc. and corrected the LICENCE.

------------------------------->8--------------------------------------------

# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="spellutils includes 'newsbody' (useful for spellchecking in mails, etc.)
HOMEPAGE="http://home.worldonline.dk/byrial/spellutils/"
SRC_URI="http://home.worldonline.dk/byrial/spellutils/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"

KEYWORDS="~x86"

IUSE="nls"

DEPEND="virtual/glibc"

src_compile() {
    local myconf=""

    use nls \
        || myconf="${myconf} --disable-nls"

    econf ${myconf} || die

    emake || die
}

src_install() {
    # if configured with option '--with-included-gettext' (which might happen),
    # the Makefile in ${S}/intl installs spellutils own gettext to
    # '/usr/share/gettext/intl', dishonoring DESTDIR
    einstall
        dodoc FILES NEWS README ABOUT-NLS COPYING INSTALL
}

-------------------------------8<--------------------------------------
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2003-02-23 19:37:40 UTC
*** Bug 16141 has been marked as a duplicate of this bug. ***
Comment 5 Seemant Kulleen (RETIRED) gentoo-dev 2003-03-10 07:51:48 UTC
thanks johannes, added to portage.