summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2005-05-31 23:42:33 +0000
committerHeinrich Wendel <lanius@gentoo.org>2005-05-31 23:42:33 +0000
commit001a0045f6f8174f20ed43b796fbf696c11427fd (patch)
tree23f0ee4889d85e7569c9522c82db411b48ee1f02 /app-text/enscript
parenttry to stay in the 80char terminal limit (diff)
downloadhistorical-001a0045f6f8174f20ed43b796fbf696c11427fd.tar.gz
historical-001a0045f6f8174f20ed43b796fbf696c11427fd.tar.bz2
historical-001a0045f6f8174f20ed43b796fbf696c11427fd.zip
version bump, fix bug #62794
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-text/enscript')
-rw-r--r--app-text/enscript/ChangeLog9
-rw-r--r--app-text/enscript/Manifest16
-rw-r--r--app-text/enscript/enscript-1.6.4.ebuild40
-rw-r--r--app-text/enscript/files/digest-enscript-1.6.41
-rw-r--r--app-text/enscript/files/enscript-1.6.3-language.patch11
-rw-r--r--app-text/enscript/metadata.xml5
6 files changed, 74 insertions, 8 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..6fb7948a8eac 100644
--- a/app-text/enscript/Manifest
+++ b/app-text/enscript/Manifest
@@ -2,15 +2,17 @@
Hash: SHA1
MD5 3ecae1143becc2047418f67b38407479 enscript-1.6.3-r3.ebuild 913
-MD5 26aed38ddd131961da9cbb3c069685c8 ChangeLog 3480
+MD5 1bc042c49707a1d8e41a4d8353d3f0e4 enscript-1.6.4.ebuild 967
+MD5 5c3b2d942c40177893cae6f77192d19d ChangeLog 3676
+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)
+Version: GnuPG v1.4.1 (GNU/Linux)
-iQCVAwUBQgZaPJ4WFLgrx1GWAQIvCQP8DdpW/QUx83W4jfty9q9qdx6Wau3MzfZm
-ji+2jfK6OTZF8sdGlh8sBl/zKkBmYDhEU5pMglFrwOVJom37SAZv4SS63HeAlT+y
-y9etpqf4cyhNHTlTe5VbIr6SPhNlQY/ytgs1MgnuEZwFYtgYvfMClu0paLdUxVoi
-E1VUbkVR144=
-=tOYg
+iD4DBQFCnPd1evY57Fted3ERAqauAJdbS/xPpREmhKtqg4wIDOT8UQ/SAJ9SzG3+
+xFKf2dec7RNmR9XOVliMww==
+=iI23
-----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>