diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2004-11-15 23:20:58 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2004-11-15 23:20:58 +0000 |
commit | 6d400a2e9129dd994c13eb2fba51767eba7e3b9b (patch) | |
tree | 31b6d44aa69b92d3e948867e34eaf1e3bab5f2e2 /net-misc/hylafax | |
parent | Add patch to correct KP_SEPARATOR on European keyboards #68683 (Manifest reco... (diff) | |
download | gentoo-2-6d400a2e9129dd994c13eb2fba51767eba7e3b9b.tar.gz gentoo-2-6d400a2e9129dd994c13eb2fba51767eba7e3b9b.tar.bz2 gentoo-2-6d400a2e9129dd994c13eb2fba51767eba7e3b9b.zip |
Bumped to stable on x86 due to tiff 3.6.x brokenness
Diffstat (limited to 'net-misc/hylafax')
-rw-r--r-- | net-misc/hylafax/ChangeLog | 11 | ||||
-rw-r--r-- | net-misc/hylafax/Manifest | 4 | ||||
-rw-r--r-- | net-misc/hylafax/hylafax-4.2.0-r1.ebuild | 12 |
3 files changed, 16 insertions, 11 deletions
diff --git a/net-misc/hylafax/ChangeLog b/net-misc/hylafax/ChangeLog index ddb1034cc7d5..fdc1195e2484 100644 --- a/net-misc/hylafax/ChangeLog +++ b/net-misc/hylafax/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for net-misc/hylafax # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.42 2004/10/25 22:18:40 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/ChangeLog,v 1.43 2004/11/15 23:20:58 nerdboy Exp $ + + 15 Nov 2004; Steve Arnold <nerdboy@gentoo.org> hylafax-4.2.0-r1.ebuild: + Bumped to stable on x86 due to tiff 3.6.x brokenness. All reports so + far indicate this version of Hylafax plus tiff 3.7.0 is the smoothest + yet (with no apparent tiff bugs). Changes in Hylafax 4.2: + 1) no more tiff silliness (requires tiff 3.7.0 or better) + 2) tiff supports native lzw-compression + 3) metamail is optional, and can be used instead of sharutils, for + fax-mail support (sharutils is the default depend) 25 Oct 2004; Steve Arnold <nerdboy@gentoo.org> +files/configure-gcc-3.4.patch: diff --git a/net-misc/hylafax/Manifest b/net-misc/hylafax/Manifest index 0546a68242f7..75bcf5c425ac 100644 --- a/net-misc/hylafax/Manifest +++ b/net-misc/hylafax/Manifest @@ -1,7 +1,7 @@ -MD5 1018d0c48317af5c524d35441f29444a ChangeLog 8386 +MD5 60b482b714492341aa1489fe54f39168 ChangeLog 8901 MD5 d82acf1bcf0f7f9e181d6a2821292f2e metadata.xml 435 MD5 93b89855f1349b94b334cbe94ceafd0f hylafax-4.1.8-r4.ebuild 3187 -MD5 d0badb69f937593c9fb6dbec1bcb4269 hylafax-4.2.0-r1.ebuild 3470 +MD5 b1e01c09df7e298cc002b2d84a64345f hylafax-4.2.0-r1.ebuild 3340 MD5 46bbae3c77d5651a20e606eb6228c159 files/99hylafax 62 MD5 eab749cee07de1984c9756e6eb886df0 files/configure-gcc-3.4.patch 696 MD5 bc084d075b601d42fbd417b97a45f1b2 files/hylafax 3757 diff --git a/net-misc/hylafax/hylafax-4.2.0-r1.ebuild b/net-misc/hylafax/hylafax-4.2.0-r1.ebuild index bf9a3cdbe34b..9fc1b732ad56 100644 --- a/net-misc/hylafax/hylafax-4.2.0-r1.ebuild +++ b/net-misc/hylafax/hylafax-4.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.2.0-r1.ebuild,v 1.1 2004/10/24 05:50:07 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-4.2.0-r1.ebuild,v 1.2 2004/11/15 23:20:58 nerdboy Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.hylafax.org/source/${P}.tar.gz" SLOT="0" LICENSE="hylafax" -KEYWORDS="~x86 ~sparc ~hppa ~alpha ~amd64 ~ppc" +KEYWORDS="x86 ~sparc ~hppa ~alpha ~amd64 ~ppc" DEPEND="!faxonly? ( net-dialup/mgetty ) >=sys-libs/zlib-1.1.4 @@ -106,16 +106,12 @@ src_install() { } pkg_postinst() { - ewarn "New Hylafax tiff support requires tiff-3.7.0 (still ~arch)" + ewarn "New Hylafax tiff support requires tiff-3.7.0 now," ewarn "but hopefully this libtiff silliness is now fixed." echo - ewarn "You can add both hylafax and tiff to /etc/portage/package.keywords" - ewarn "and emerge hylafax as normal. As always, report any problems." - echo - echo einfo "Hylafax now depends on sharutils instead of metamail for mime" einfo "handling, however, you can continue to use the latter if you" - einfo "like." + einfo "like (emerge metamail manually)." echo einfo "Now run faxsetup and (if necessary) faxaddmodem." echo |