diff options
author | Jon Nelson <jnelson@gentoo.org> | 2002-05-15 23:27:58 +0000 |
---|---|---|
committer | Jon Nelson <jnelson@gentoo.org> | 2002-05-15 23:27:58 +0000 |
commit | 4e8673e1574275ba3d37655a92f12638100b4938 (patch) | |
tree | 5d46f2289f4e09e4b47f7033e52b7fcef53e4d3f /app-text/a2ps | |
parent | forgot digest and diff (diff) | |
download | gentoo-2-4e8673e1574275ba3d37655a92f12638100b4938.tar.gz gentoo-2-4e8673e1574275ba3d37655a92f12638100b4938.tar.bz2 gentoo-2-4e8673e1574275ba3d37655a92f12638100b4938.zip |
update to -r4 which closes 2492 and is now lintool-clean
Diffstat (limited to 'app-text/a2ps')
-rw-r--r-- | app-text/a2ps/ChangeLog | 11 | ||||
-rw-r--r-- | app-text/a2ps/a2ps-4.13b-r4.ebuild | 45 | ||||
-rw-r--r-- | app-text/a2ps/files/digest-a2ps-4.13b-r4 | 1 |
3 files changed, 56 insertions, 1 deletions
diff --git a/app-text/a2ps/ChangeLog b/app-text/a2ps/ChangeLog index 2cb5a23be809..5c7dcf268bbb 100644 --- a/app-text/a2ps/ChangeLog +++ b/app-text/a2ps/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for app-text/a2ps # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v 1.2 2002/04/12 16:56:03 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v 1.3 2002/05/15 23:27:58 jnelson Exp $ + + +*a2ps-4.13b-r4 (14 May 2002) + + 14 May 2002; Jon Nelson <jnelson@gentoo.org> a2ps-4.13b-r4.ebuild : + + Brought ebuild in compliance with latest lintool. + Fixed bug in make install (Closes Bug 2492) + *a2ps-4.13b-r3 (12 Apr 2002) diff --git a/app-text/a2ps/a2ps-4.13b-r4.ebuild b/app-text/a2ps/a2ps-4.13b-r4.ebuild new file mode 100644 index 000000000000..e8c93af8cf04 --- /dev/null +++ b/app-text/a2ps/a2ps-4.13b-r4.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13b-r4.ebuild,v 1.1 2002/05/15 23:27:58 jnelson 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" +SLOT="0" +LICENSE="GPL-2" + + +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" + + emake || die +} + +src_install() { + + dodir /usr/share/emacs/site-lisp + + make \ + prefix=${D}/usr \ + datadir=${D}/usr/share \ + sysconfdir=${D}/etc/a2ps \ + mandir=${D}/usr/share/man \ + infodir=${D}/usr/share/info \ + lispdir=${D}/usr/share/emacs/site-lisp \ + install || die + + dodoc ANNOUNCE AUTHORS ChangeLog COPYING FAQ NEWS README THANKS TODO +} diff --git a/app-text/a2ps/files/digest-a2ps-4.13b-r4 b/app-text/a2ps/files/digest-a2ps-4.13b-r4 new file mode 100644 index 000000000000..20ee66113d3d --- /dev/null +++ b/app-text/a2ps/files/digest-a2ps-4.13b-r4 @@ -0,0 +1 @@ +MD5 0c8e0c31b08c14f7a7198ce967eb3281 a2ps-4.13b.tar.gz 1944289 |