diff options
-rw-r--r-- | app-shells/tcsh/tcsh-6.12.ebuild | 8 | ||||
-rw-r--r-- | app-text/a2ps/a2ps-4.13b-r3.ebuild | 27 | ||||
-rw-r--r-- | app-text/a2ps/a2ps-4.13b-r4.ebuild | 21 | ||||
-rw-r--r-- | app-text/bibletime/bibletime-1.2.2.ebuild | 14 |
4 files changed, 21 insertions, 49 deletions
diff --git a/app-shells/tcsh/tcsh-6.12.ebuild b/app-shells/tcsh/tcsh-6.12.ebuild index bb34f3d0a909..12ac9c03830d 100644 --- a/app-shells/tcsh/tcsh-6.12.ebuild +++ b/app-shells/tcsh/tcsh-6.12.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.12.ebuild,v 1.2 2002/12/09 04:17:43 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.12.ebuild,v 1.3 2002/12/18 14:51:39 vapier Exp $ MY_P="${PN}-${PV}.00" - DESCRIPTION="Enhanced version of the Berkeley C shell (csh)" SRC_URI="ftp://ftp.astron.com/pub/tcsh/${MY_P}.tar.gz" -HOMEPAGE="http://www.tcsh.org" +HOMEPAGE="http://www.tcsh.org/" + LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc " @@ -25,7 +25,7 @@ src_unpack() { } src_compile() { - econf --prefix=/ || die "configure problem" + econf --prefix=/ emake || die "compile problem" } diff --git a/app-text/a2ps/a2ps-4.13b-r3.ebuild b/app-text/a2ps/a2ps-4.13b-r3.ebuild index d24f5bb8b1cd..f2b09125778c 100644 --- a/app-text/a2ps/a2ps-4.13b-r3.ebuild +++ b/app-text/a2ps/a2ps-4.13b-r3.ebuild @@ -1,13 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13b-r3.ebuild,v 1.10 2002/12/09 04:17:43 manson Exp $ - -IUSE="nls tetex" +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13b-r3.ebuild,v 1.11 2002/12/18 14:52:46 vapier Exp $ S=${WORKDIR}/${P/b/} DESCRIPTION="a2ps is an Any to PostScript filter" SRC_URI="ftp://ftp.enst.fr/pub/unix/a2ps/${P}.tar.gz" -HOMEPAGE="http://www-inf.enst.fr/~demaille/a2ps" +HOMEPAGE="http://www-inf.enst.fr/~demaille/a2ps/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc" +IUSE="nls tetex" DEPEND=">=app-text/ghostscript-6.23 >=app-text/psutils-1.17 @@ -16,25 +19,12 @@ DEPEND=">=app-text/ghostscript-6.23 RDEPEND="${DEPEND} nls? ( sys-devel/gettext )" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc " - src_compile() { - - local myconf - - use nls || myconf="--disable-nls" - - myconf="${myconf} --sysconfdir=/etc/a2ps" - - econf ${myconf} || die "configure failed" - + econf --sysconfdir=/etc/a2ps `use_enable nls` emake || die } src_install() { - dodir /usr/share/emacs/site-lisp make \ @@ -47,5 +37,4 @@ src_install() { install || die dodoc ANNOUNCE AUTHORS ChangeLog COPYING FAQ NEWS README THANKS TODO - } diff --git a/app-text/a2ps/a2ps-4.13b-r4.ebuild b/app-text/a2ps/a2ps-4.13b-r4.ebuild index 576efba8ad23..b4bb863467e5 100644 --- a/app-text/a2ps/a2ps-4.13b-r4.ebuild +++ b/app-text/a2ps/a2ps-4.13b-r4.ebuild @@ -1,38 +1,29 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13b-r4.ebuild,v 1.7 2002/12/09 04:17:43 manson Exp $ - -IUSE="nls tetex" +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13b-r4.ebuild,v 1.8 2002/12/18 14:54:06 vapier Exp $ S=${WORKDIR}/${P/b/} DESCRIPTION="a2ps is an Any to PostScript filter" SRC_URI="ftp://ftp.enst.fr/pub/unix/a2ps/${P}.tar.gz" -HOMEPAGE="http://www-inf.enst.fr/~demaille/a2ps" +HOMEPAGE="http://www-inf.enst.fr/~demaille/a2ps/" + SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc " - +KEYWORDS="x86 ppc sparc" +IUSE="nls tetex" DEPEND=">=app-text/ghostscript-6.23 >=app-text/psutils-1.17 tetex? ( >=app-text/tetex-1.0.7 )" - RDEPEND="${DEPEND} nls? ( sys-devel/gettext )" - src_compile() { - local myconf - use nls || myconf="--disable-nls" - myconf="${myconf} --sysconfdir=/etc/a2ps" - - econf ${myconf} || die "configure failed" - + econf --sysconfdir=/etc/a2ps `use_enable nls` emake || die } src_install() { - dodir /usr/share/emacs/site-lisp make \ diff --git a/app-text/bibletime/bibletime-1.2.2.ebuild b/app-text/bibletime/bibletime-1.2.2.ebuild index c9780fe34336..a4fa1815a3d3 100644 --- a/app-text/bibletime/bibletime-1.2.2.ebuild +++ b/app-text/bibletime/bibletime-1.2.2.ebuild @@ -1,14 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/bibletime-1.2.2.ebuild,v 1.1 2002/11/04 20:03:25 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/bibletime-1.2.2.ebuild,v 1.2 2002/12/18 14:54:38 vapier Exp $ inherit kde-base need-kde 3 -IUSE="" - DESCRIPTION="BibleTime KDE Bible study application using the SWORD library." -HOMEPAGE="http://bibletime.sourceforge.net" +HOMEPAGE="http://bibletime.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2 mirror://sourceforge/${PN}/${PN}-doc-${PV}.tar.bz2" @@ -19,8 +17,7 @@ KEYWORDS="x86" DEPEND=">=app-text/sword-1.5.5" src_compile() { - - econf || die "configure failed" + econf kde_src_compile # Documentation @@ -29,11 +26,9 @@ src_compile() { econf || die "configure of documentation failed" kde_src_compile S=${S_SAVE} - } src_install() { - kde_src_install dodoc COPYING README INSTALL NEWS TODO ChangeLog @@ -42,7 +37,4 @@ src_install() { S=${WORKDIR}/${PN}-doc-${PV} kde_src_install S=${S_SAVE} - } - - |