diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-05-31 23:42:33 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-05-31 23:42:33 +0000 |
commit | 5594b9553072f7a6644d849cf5a6d8938082469e (patch) | |
tree | 7fc1eac3aa5c38f0d91be09e88a46e08caef7ae8 /app-text/enscript | |
parent | try to stay in the 80char terminal limit (diff) | |
download | gentoo-2-5594b9553072f7a6644d849cf5a6d8938082469e.tar.gz gentoo-2-5594b9553072f7a6644d849cf5a6d8938082469e.tar.bz2 gentoo-2-5594b9553072f7a6644d849cf5a6d8938082469e.zip |
version bump, fix bug #62794
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-text/enscript')
-rw-r--r-- | app-text/enscript/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/enscript/Manifest | 16 | ||||
-rw-r--r-- | app-text/enscript/enscript-1.6.4.ebuild | 40 | ||||
-rw-r--r-- | app-text/enscript/files/digest-enscript-1.6.4 | 1 | ||||
-rw-r--r-- | app-text/enscript/files/enscript-1.6.3-language.patch | 11 | ||||
-rw-r--r-- | app-text/enscript/metadata.xml | 5 |
6 files changed, 69 insertions, 13 deletions
diff --git a/app-text/enscript/ChangeLog b/app-text/enscript/ChangeLog index af1658bba99e..9718503c9134 100644 --- a/app-text/enscript/ChangeLog +++ b/app-text/enscript/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-text/enscript # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/ChangeLog,v 1.30 2005/02/06 17:56:46 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/ChangeLog,v 1.31 2005/05/31 23:42:32 lanius Exp $ + +*enscript-1.6.4 (31 May 2005) + + 31 May 2005; Heinrich Wendel <lanius@gentoo.org> + +files/enscript-1.6.3-language.patch, +metadata.xml, + +enscript-1.6.4.ebuild: + version bump, fix bug #62794 06 Feb 2005; <solar@gentoo.org> -enscript-1.6.3-r1.ebuild, -enscript-1.6.3.ebuild: diff --git a/app-text/enscript/Manifest b/app-text/enscript/Manifest index 9cbad629fe07..117c3c629d74 100644 --- a/app-text/enscript/Manifest +++ b/app-text/enscript/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 3ecae1143becc2047418f67b38407479 enscript-1.6.3-r3.ebuild 913 +MD5 e7df3e331740fc447be640765b94d793 enscript-1.6.4.ebuild 969 MD5 26aed38ddd131961da9cbb3c069685c8 ChangeLog 3480 +MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 +MD5 2982cb4ed62b45684d5e6e015c34a52e files/enscript-1.6.3-language.patch 456 MD5 528d3e39a7e18ff200cccfd037ee0422 files/digest-enscript-1.6.3-r3 66 +MD5 96b207f1bc22828660e417ebaab43d03 files/digest-enscript-1.6.4 67 MD5 e105a37406fc2ff7aa4895780e4b5a66 files/enscript-1.6.3-security.patch 5447 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) - -iQCVAwUBQgZaPJ4WFLgrx1GWAQIvCQP8DdpW/QUx83W4jfty9q9qdx6Wau3MzfZm -ji+2jfK6OTZF8sdGlh8sBl/zKkBmYDhEU5pMglFrwOVJom37SAZv4SS63HeAlT+y -y9etpqf4cyhNHTlTe5VbIr6SPhNlQY/ytgs1MgnuEZwFYtgYvfMClu0paLdUxVoi -E1VUbkVR144= -=tOYg ------END PGP SIGNATURE----- diff --git a/app-text/enscript/enscript-1.6.4.ebuild b/app-text/enscript/enscript-1.6.4.ebuild new file mode 100644 index 000000000000..2b8d3b5b6184 --- /dev/null +++ b/app-text/enscript/enscript-1.6.4.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/enscript-1.6.4.ebuild,v 1.1 2005/05/31 23:42:33 lanius Exp $ + +inherit eutils + +DESCRIPTION="powerful text-to-postscript converter" +SRC_URI="http://www.iki.fi/mtr/genscript/${P}.tar.gz" +HOMEPAGE="http://www.gnu.org/software/enscript/enscript.html" + +KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha ~mips ~ppc64" +SLOT="0" +LICENSE="GPL-2" +IUSE="nls" + +DEPEND="sys-devel/flex + sys-devel/bison + nls? ( sys-devel/gettext )" +RDEPEND="nls? ( sys-devel/gettext )" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/enscript-1.6.3-security.patch + epatch ${FILESDIR}/enscript-1.6.3-language.patch +} + +src_compile() { + econf `use_enable nls` || die + emake || die +} + +src_install() { + einstall || die + dodoc AUTHORS ChangeLog FAQ.html NEWS README* THANKS TODO +} + +pkg_postinst() { + einfo "Now, customize /etc/enscript.cfg." +} diff --git a/app-text/enscript/files/digest-enscript-1.6.4 b/app-text/enscript/files/digest-enscript-1.6.4 new file mode 100644 index 000000000000..55e9e490e932 --- /dev/null +++ b/app-text/enscript/files/digest-enscript-1.6.4 @@ -0,0 +1 @@ +MD5 b5174b59e4a050fb462af5dbf28ebba3 enscript-1.6.4.tar.gz 1036734 diff --git a/app-text/enscript/files/enscript-1.6.3-language.patch b/app-text/enscript/files/enscript-1.6.3-language.patch new file mode 100644 index 000000000000..66ac8cbc3c5a --- /dev/null +++ b/app-text/enscript/files/enscript-1.6.3-language.patch @@ -0,0 +1,11 @@ +--- src/main.c.org 2005-06-01 01:23:29.000000000 +0200 ++++ src/main.c 2005-06-01 01:26:38.000000000 +0200 +@@ -2001,7 +2001,7 @@ + int i; + + c = getopt_long (argc, argv, +- "#:123456789a:A:b:BcC::d:D:e::E::f:F:gGhH::i:I:jJ:kKlL:mM:n:N:o:Op:P:qrRs:S:t:T:u::U:vVW:X:zZ", ++ "#:123456789a:A:b:BcC::d:D:e::E::f:F:gGhH::i:I:jJ:kKlL:mM:n:N:o:Op:P:qrRs:S:t:T:u::U:vVw:W:X:zZ", + long_options, &option_index); + + if (c == -1) diff --git a/app-text/enscript/metadata.xml b/app-text/enscript/metadata.xml new file mode 100644 index 000000000000..1fa0ca569505 --- /dev/null +++ b/app-text/enscript/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>printing</herd> +</pkgmetadata> |