diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-02-12 14:05:47 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-02-12 14:05:47 +0000 |
commit | 1be8cf6ad1b9cdd8b816de970f42e75421716c43 (patch) | |
tree | daed9bcb4e28e7730c4d03c381eb3fceebeb6268 | |
parent | Fixed broken Manifest. (diff) | |
download | historical-1be8cf6ad1b9cdd8b816de970f42e75421716c43.tar.gz historical-1be8cf6ad1b9cdd8b816de970f42e75421716c43.tar.bz2 historical-1be8cf6ad1b9cdd8b816de970f42e75421716c43.zip |
Don't hardcode perl version to /usr/bin/latex2html; bug #80468.
Package-Manager: portage-2.0.51-r15
-rw-r--r-- | dev-tex/latex2html/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tex/latex2html/Manifest | 14 | ||||
-rw-r--r-- | dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild | 4 |
3 files changed, 10 insertions, 14 deletions
diff --git a/dev-tex/latex2html/ChangeLog b/dev-tex/latex2html/ChangeLog index 366056b9aab3..82d58a3f7675 100644 --- a/dev-tex/latex2html/ChangeLog +++ b/dev-tex/latex2html/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/latex2html # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/ChangeLog,v 1.15 2005/02/10 09:51:01 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/ChangeLog,v 1.16 2005/02/12 14:05:47 usata Exp $ + + 12 Feb 2005; Mamoru KOMACHI <usata@gentoo.org> + latex2html-2002.2.1_pre20041025.ebuild: + Don't hardcode perl version to /usr/bin/latex2html; bug #80468. 10 Feb 2005; Mamoru KOMACHI <usata@gentoo.org> -latex2html-2002.2.1_pre20040108.ebuild, diff --git a/dev-tex/latex2html/Manifest b/dev-tex/latex2html/Manifest index e6331a7fc101..282d6b72039e 100644 --- a/dev-tex/latex2html/Manifest +++ b/dev-tex/latex2html/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 d4b71e6c8b53337932a92fa49bd8e79f ChangeLog 3991 MD5 f26e4b0e8b41f52fe3f69634019e8888 latex2html-2002.2.ebuild 2134 +MD5 b5b8e4ba3bc4665920260684cbd9451a ChangeLog 4149 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 -MD5 7cb45d13fdcd62ddc9870d305cacabb6 latex2html-2002.2.1_pre20041025.ebuild 2709 +MD5 88098ecb53ea9eaa26cb9da085619c35 latex2html-2002.2.1_pre20041025.ebuild 2770 MD5 b4c0404c2535e091016053386676d0bc files/digest-latex2html-2002.2 70 MD5 0eb4f31ba18d25c8fd3229a00e5aad2e files/digest-latex2html-2002.2.1_pre20041025 81 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFCCyxvVWNWqTUmv+0RAsbzAKCrDMVATlMq9dLSX65DQLwkfC+2aQCeKxZw -jZz1KGX0QFO7XjjwiWIPYJg= -=k4x6 ------END PGP SIGNATURE----- diff --git a/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild b/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild index 126edef15566..030a62e5a65c 100644 --- a/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild +++ b/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild,v 1.2 2005/02/10 09:51:01 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild,v 1.3 2005/02/12 14:05:47 usata Exp $ inherit eutils @@ -40,6 +40,8 @@ DEPEND="virtual/ghostscript #} src_compile() { + sed -ie 's%@PERL@%/usr/bin/perl%g' wrapper/unix.pin || die + local myconf use gif || use png || myconf="${myconf} --disable-images" |