diff options
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/aspell/aspell-0.50.3.ebuild | 31 | ||||
-rw-r--r-- | app-text/ghostscript/ghostscript-7.05.6-r2.ebuild | 6 | ||||
-rw-r--r-- | app-text/ghostscript/ghostscript-7.05.6-r3.ebuild | 8 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.0-r1.ebuild | 6 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.2.ebuild | 6 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.4.ebuild | 13 | ||||
-rw-r--r-- | app-text/opensp/opensp-1.5-r1.ebuild | 7 | ||||
-rw-r--r-- | app-text/opensp/opensp-1.5.ebuild | 5 | ||||
-rw-r--r-- | app-text/recode/recode-3.5.ebuild | 32 | ||||
-rw-r--r-- | app-text/recode/recode-3.6-r1.ebuild | 27 | ||||
-rw-r--r-- | app-text/recode/recode-3.6.ebuild | 27 | ||||
-rw-r--r-- | app-text/sloccount/sloccount-2.22.ebuild | 13 |
12 files changed, 76 insertions, 105 deletions
diff --git a/app-text/aspell/aspell-0.50.3.ebuild b/app-text/aspell/aspell-0.50.3.ebuild index 0e3f178ac57c..b633981ab22c 100644 --- a/app-text/aspell/aspell-0.50.3.ebuild +++ b/app-text/aspell/aspell-0.50.3.ebuild @@ -1,35 +1,24 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.3.ebuild,v 1.9 2003/07/19 22:55:29 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.3.ebuild,v 1.10 2003/08/05 15:56:04 vapier Exp $ inherit libtool -S=${WORKDIR}/${P} DESCRIPTION="A spell checker replacement for ispell" -SRC_URI="ftp://ftp.gnu.org/gnu/aspell/${P}.tar.gz" HOMEPAGE="http://aspell.net/" - -DEPEND=">=sys-libs/ncurses-5.2" +SRC_URI="ftp://ftp.gnu.org/gnu/aspell/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2" KEYWORDS="x86 ppc sparc alpha ~mips hppa amd64" -# -# These flags a reset here because too much optimisation can cause aspell's -# compilation process to break. Moreover, these must be set before ./configure -# otherwise it breaks again. A very fragile build process, really. -# -#CXXFLAGS="-O2" -#CFLAGS=${CXXFLAGS} - -# humm .. why are they comented? cselkirk +DEPEND=">=sys-libs/ncurses-5.2" pkg_setup() { - if [ ${ARCH} = "ppc" ] ; then - CXXFLAGS="-O2 -fsigned-char" - CFLAGS=${CXXFLAGS} - fi + if [ ${ARCH} = "ppc" ] ; then + CXXFLAGS="-O2 -fsigned-char" + CFLAGS=${CXXFLAGS} + fi } src_compile() { @@ -44,11 +33,9 @@ src_compile() { --enable-docdir=/usr/share/doc/${PF} || die emake || die - } -src_install () { - +src_install() { make DESTDIR=${D} install || die cd ${D}/usr/share/doc/${P} dohtml -r man-html @@ -66,11 +53,9 @@ src_install () { docinto examples dodoc examples/* - } pkg_postinst() { - einfo "You will need to install a dictionary now. Please choose an" einfo "aspell-<LANG> dictionary from the app-dicts category" einfo "After installing an aspell dictionary for your language(s)," diff --git a/app-text/ghostscript/ghostscript-7.05.6-r2.ebuild b/app-text/ghostscript/ghostscript-7.05.6-r2.ebuild index fa3d18b41d7b..f68589a97bd9 100644 --- a/app-text/ghostscript/ghostscript-7.05.6-r2.ebuild +++ b/app-text/ghostscript/ghostscript-7.05.6-r2.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.6-r2.ebuild,v 1.5 2003/08/03 21:55:02 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.6-r2.ebuild,v 1.6 2003/08/05 15:56:04 vapier Exp $ inherit eutils DESCRIPTION="ESP Ghostscript -- an enhanced version of GNU Ghostscript with better printer support" +HOMEPAGE="http://www.cups.org/ghostscript.php" SRC_URI="ftp://ftp.easysw.com/pub/ghostscript/espgs-${PV}-source.tar.bz2 ftp://ftp.easysw.com/pub/ghostscript/gnu-gs-fonts-std-6.0.tar.gz ftp://ftp.easysw.com/pub/ghostscript/gnu-gs-fonts-other-6.0.tar.gz cjk? ( ftp://ftp.gyve.org/pub/gs-cjk/adobe-cmaps-200204.tar.gz ftp://ftp.gyve.org/pub/gs-cjk/acro5-cmaps-2001.tar.gz)" -HOMEPAGE="http://www.cups.org/ghostscript.php" -SLOT="0" LICENSE="GPL-2 LGPL-2" +SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa amd64" IUSE="X cups cjk" diff --git a/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild b/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild index 006e8a933ba0..d766cfb460fa 100644 --- a/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild +++ b/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild @@ -1,17 +1,19 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild,v 1.8 2003/08/03 21:55:02 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.05.6-r3.ebuild,v 1.9 2003/08/05 15:56:04 vapier Exp $ + +inherit eutils DESCRIPTION="ESP Ghostscript -- an enhanced version of GNU Ghostscript with better printer support" +HOMEPAGE="http://www.cups.org/ghostscript.php" SRC_URI="ftp://ftp.easysw.com/pub/ghostscript/espgs-${PV}-source.tar.bz2 ftp://ftp.easysw.com/pub/ghostscript/gnu-gs-fonts-std-6.0.tar.gz ftp://ftp.easysw.com/pub/ghostscript/gnu-gs-fonts-other-6.0.tar.gz cjk? ( ftp://ftp.gyve.org/pub/gs-cjk/adobe-cmaps-200204.tar.gz ftp://ftp.gyve.org/pub/gs-cjk/acro5-cmaps-2001.tar.gz)" -HOMEPAGE="http://www.cups.org/ghostscript.php" -SLOT="0" LICENSE="GPL-2 LGPL-2" +SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa amd64" IUSE="X cups cjk" diff --git a/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild b/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild index e8b6e36fb0f1..bf001831e00b 100644 --- a/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild,v 1.8 2003/04/23 00:32:14 vladimir Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.0-r1.ebuild,v 1.9 2003/08/05 15:56:04 vapier Exp $ DESCRIPTION="spell library for GTK2" -SRC_URI="http://gtkspell.sourceforge.net/download/${P}.tar.gz" HOMEPAGE="http://gtkspell.sourceforge.net/" +SRC_URI="http://gtkspell.sourceforge.net/download/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="x86 sparc" SLOT="0" +KEYWORDS="x86 sparc" IUSE="nls" RDEPEND=">=dev-libs/glib-2.0.4 diff --git a/app-text/gtkspell/gtkspell-2.0.2.ebuild b/app-text/gtkspell/gtkspell-2.0.2.ebuild index 343be1998ef0..25cb9a848be8 100644 --- a/app-text/gtkspell/gtkspell-2.0.2.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.2.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.2.ebuild,v 1.9 2003/04/23 00:32:14 vladimir Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.2.ebuild,v 1.10 2003/08/05 15:56:04 vapier Exp $ DESCRIPTION="spell library for GTK2" -SRC_URI="http://gtkspell.sourceforge.net/download/${P}.tar.gz" HOMEPAGE="http://gtkspell.sourceforge.net/" +SRC_URI="http://gtkspell.sourceforge.net/download/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="x86 sparc ~ppc" SLOT="0" +KEYWORDS="x86 sparc ~ppc" IUSE="nls" RDEPEND=">=dev-libs/glib-2 diff --git a/app-text/gtkspell/gtkspell-2.0.4.ebuild b/app-text/gtkspell/gtkspell-2.0.4.ebuild index 1a17db88013e..a7cb57cd2fb8 100644 --- a/app-text/gtkspell/gtkspell-2.0.4.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.4.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.4.ebuild,v 1.8 2003/07/06 12:48:13 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.4.ebuild,v 1.9 2003/08/05 15:56:04 vapier Exp $ + +inherit eutils DESCRIPTION="spell library for GTK2" -SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz" HOMEPAGE="http://gtkspell.sourceforge.net/" +SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ppc ~alpha hppa" SLOT="0" +KEYWORDS="~x86 ~sparc ppc ~alpha hppa" IUSE="doc" DEPEND=">=x11-libs/gtk+-2 @@ -20,13 +22,10 @@ src_unpack() { # fix the config script's gtkdoc check (bug #16997) cd ${S} - mv configure configure.old - sed -e "s:GTKDOC=true::" configure.old > configure - chmod +x configure + sed -i "s:GTKDOC=true::" configure # workaround missing docbook 4.2 xml dtd in /etc/xml/docbook epatch ${FILESDIR}/${P}-docbookx.patch - } src_compile() { diff --git a/app-text/opensp/opensp-1.5-r1.ebuild b/app-text/opensp/opensp-1.5-r1.ebuild index bb641cd651a8..351c75cdbed0 100644 --- a/app-text/opensp/opensp-1.5-r1.ebuild +++ b/app-text/opensp/opensp-1.5-r1.ebuild @@ -1,17 +1,20 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/opensp-1.5-r1.ebuild,v 1.5 2003/07/23 18:54:56 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/opensp-1.5-r1.ebuild,v 1.6 2003/08/05 15:56:04 vapier Exp $ + +inherit eutils MY_P=${P/opensp/OpenSP} S=${WORKDIR}/${MY_P} DESCRIPTION="A free, object-oriented toolkit for SGML parsing and entity management" HOMEPAGE="http://openjade.sourceforge.net/" SRC_URI="mirror://sourceforge/openjade/${MY_P}.tar.gz" -LICENSE="as-is" +LICENSE="as-is" SLOT="0" KEYWORDS="x86 amd64 hppa" IUSE="nls" + DEPEND="nls? ( sys-devel/gettext )" PDEPEND=">=app-text/openjade-1.3.2" diff --git a/app-text/opensp/opensp-1.5.ebuild b/app-text/opensp/opensp-1.5.ebuild index 7db92c904c1e..5a858614fe04 100644 --- a/app-text/opensp/opensp-1.5.ebuild +++ b/app-text/opensp/opensp-1.5.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/opensp-1.5.ebuild,v 1.3 2003/07/11 20:35:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/opensp-1.5.ebuild,v 1.4 2003/08/05 15:56:04 vapier Exp $ MY_P=${P/opensp/OpenSP} S=${WORKDIR}/${MY_P} DESCRIPTION="A free, object-oriented toolkit for SGML parsing and entity management" HOMEPAGE="http://openjade.sourceforge.net/" SRC_URI="mirror://sourceforge/openjade/${MY_P}.tar.gz" -LICENSE="as-is" +LICENSE="as-is" SLOT="0" KEYWORDS="x86" IUSE="nls" + DEPEND="nls? ( sys-devel/gettext )" PDEPEND=">=app-text/openjade-1.3.2" diff --git a/app-text/recode/recode-3.5.ebuild b/app-text/recode/recode-3.5.ebuild index 901a22015429..db45acbd13ed 100644 --- a/app-text/recode/recode-3.5.ebuild +++ b/app-text/recode/recode-3.5.ebuild @@ -1,43 +1,37 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/recode/recode-3.5.ebuild,v 1.11 2003/06/28 16:00:37 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/recode/recode-3.5.ebuild,v 1.12 2003/08/05 15:56:04 vapier Exp $ -IUSE="nls" - -S=${WORKDIR}/${P} DESCRIPTION="Convert files between various character sets." SRC_URI="ftp://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/recode/" -KEYWORDS="x86 sparc " + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 sparc" +IUSE="nls" DEPEND="virtual/glibc nls? ( sys-devel/gettext )" -SLOT="0" -LICENSE="GPL-2" - src_compile() { - local myconf use nls || myconf="--disable-nls" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ + ./configure --host=${CHOST} \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ $myconf || die - emake || die } src_install() { - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ + make prefix=${D}/usr \ + mandir=${D}/usr/share/man \ + infodir=${D}/usr/share/info \ install || die dodoc AUTHORS BACKLOG COPYING* ChangeLog INSTALL dodoc NEWS README THANKS TODO } - diff --git a/app-text/recode/recode-3.6-r1.ebuild b/app-text/recode/recode-3.6-r1.ebuild index 834c8b9dcd78..b83bf365d4ef 100644 --- a/app-text/recode/recode-3.6-r1.ebuild +++ b/app-text/recode/recode-3.6-r1.ebuild @@ -1,27 +1,23 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/recode/recode-3.6-r1.ebuild,v 1.1 2003/06/28 23:32:13 pylon Exp $ - -IUSE="nls" - -inherit flag-o-matic base +# $Header: /var/cvsroot/gentoo-x86/app-text/recode/recode-3.6-r1.ebuild,v 1.2 2003/08/05 15:56:04 vapier Exp $ +inherit flag-o-matic base eutils gcc replace-flags "-march=pentium4" "-march=pentium3" -S=${WORKDIR}/${P} DESCRIPTION="Convert files between various character sets." +HOMEPAGE="http://www.gnu.org/software/recode/" SRC_URI="ftp://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.gz mirror://gentoo/${P}-debian.diff.bz2" -HOMEPAGE="http://www.gnu.org/software/recode/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc ppc" +IUSE="nls" DEPEND="virtual/glibc nls? ( sys-devel/gettext )" - -KEYWORDS="~x86 ~sparc ppc" -SLOT="0" -LICENSE="GPL-2" - src_unpack() { unpack ${A} cd ${S} @@ -29,13 +25,12 @@ src_unpack() { } src_compile() { - local myconf="" use nls || myconf="--disable-nls" # gcc-3.2 crashes if we don't remove any -O? - if [ ! -z "`gcc --version | grep 3.2`" ] && [ ${ARCH} == "x86" ] ; then - CFLAGS=${CFLAGS/-O?/} + if [ ! -z "`gcc-version`" == "3.2" ] && [ ${ARCH} == "x86" ] ; then + filter-flags -O? fi ./configure --host=${CHOST} \ --prefix=/usr \ @@ -47,7 +42,6 @@ src_compile() { } src_install() { - make prefix=${D}/usr \ mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ @@ -56,4 +50,3 @@ src_install() { dodoc AUTHORS BACKLOG COPYING* ChangeLog INSTALL dodoc NEWS README THANKS TODO } - diff --git a/app-text/recode/recode-3.6.ebuild b/app-text/recode/recode-3.6.ebuild index 782742c12a6a..dfa75792172f 100644 --- a/app-text/recode/recode-3.6.ebuild +++ b/app-text/recode/recode-3.6.ebuild @@ -1,34 +1,29 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/recode/recode-3.6.ebuild,v 1.15 2003/06/28 16:00:37 mholzer Exp $ - -IUSE="nls" - -inherit flag-o-matic +# $Header: /var/cvsroot/gentoo-x86/app-text/recode/recode-3.6.ebuild,v 1.16 2003/08/05 15:56:04 vapier Exp $ +inherit flag-o-matic gcc replace-flags "-march=pentium4" "-march=pentium3" -S=${WORKDIR}/${P} DESCRIPTION="Convert files between various character sets." -SRC_URI="ftp://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/recode/" +SRC_URI="ftp://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 sparc ~ppc" +IUSE="nls" DEPEND="virtual/glibc nls? ( sys-devel/gettext )" - -KEYWORDS="x86 sparc ~ppc" -SLOT="0" -LICENSE="GPL-2" - src_compile() { - local myconf="" use nls || myconf="--disable-nls" # gcc-3.2 crashes if we don't remove any -O? - if [ ! -z "`gcc --version | grep 3.2`" ] && [ ${ARCH} == "x86" ] ; then - CFLAGS=${CFLAGS/-O?/} + if [ ! -z "`gcc-version`" == "3.2" ] && [ ${ARCH} == "x86" ] ; then + filter-flags -O? fi ./configure --host=${CHOST} \ --prefix=/usr \ @@ -40,7 +35,6 @@ src_compile() { } src_install() { - make prefix=${D}/usr \ mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ @@ -49,4 +43,3 @@ src_install() { dodoc AUTHORS BACKLOG COPYING* ChangeLog INSTALL dodoc NEWS README THANKS TODO } - diff --git a/app-text/sloccount/sloccount-2.22.ebuild b/app-text/sloccount/sloccount-2.22.ebuild index 77627076a763..9da1ebe34143 100644 --- a/app-text/sloccount/sloccount-2.22.ebuild +++ b/app-text/sloccount/sloccount-2.22.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.22.ebuild,v 1.3 2003/07/11 20:35:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.22.ebuild,v 1.4 2003/08/05 15:56:04 vapier Exp $ -DESCRIPTION="A set of tools for counting physical Source Lines of Code (SLOC) in a large number of languages of a potentially large set of programs." +inherit eutils +DESCRIPTION="tools for counting Source Lines of Code (SLOC) for a large number of languages" HOMEPAGE="http://www.dwheeler.com/sloccount/" SRC_URI="http://www.dwheeler.com/sloccount/${P}.tar.gz" + LICENSE="GPL-1" SLOT="0" KEYWORDS="x86" -IUSE="" DEPEND="dev-lang/perl - >=sys-apps/sed-4 + >=sys-apps/sed-4 app-shells/bash" src_unpack() { @@ -26,8 +27,8 @@ src_unpack() { sed -i \ -e "/^CC/ { s/$/ ${CFLAGS}/g }" \ -e "/^DOC_DIR/ { s/-\$(RPM_VERSION)//g }" \ - -e "/^MYDOCS/ { s/[^ =]\+\.html//g }" makefile || - die "sed makefile failed" + -e "/^MYDOCS/ { s/[^ =]\+\.html//g }" \ + makefile || die "sed makefile failed" } src_compile() { |