diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-07-13 17:39:59 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-07-13 17:39:59 +0000 |
commit | cea93a2d6f4d8261159ab5587b515953b2afdbf9 (patch) | |
tree | c6714ad4b1639a7a682217f3a98f810dcca81598 /net-print | |
parent | fix linking on darwin8. bug 92286 (diff) | |
download | historical-cea93a2d6f4d8261159ab5587b515953b2afdbf9.tar.gz historical-cea93a2d6f4d8261159ab5587b515953b2afdbf9.tar.bz2 historical-cea93a2d6f4d8261159ab5587b515953b2afdbf9.zip |
version bump
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/fax4cups/ChangeLog | 7 | ||||
-rw-r--r-- | net-print/fax4cups/Manifest | 12 | ||||
-rw-r--r-- | net-print/fax4cups/fax4cups-1.24.ebuild | 30 | ||||
-rw-r--r-- | net-print/fax4cups/files/digest-fax4cups-1.24 | 1 |
4 files changed, 44 insertions, 6 deletions
diff --git a/net-print/fax4cups/ChangeLog b/net-print/fax4cups/ChangeLog index 7b6db099b154..ccc98ed5831f 100644 --- a/net-print/fax4cups/ChangeLog +++ b/net-print/fax4cups/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-print/fax4cups # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/ChangeLog,v 1.7 2005/04/16 10:29:16 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/ChangeLog,v 1.8 2005/07/13 17:39:59 lanius Exp $ + +*fax4cups-1.24 (13 Jul 2005) + + 13 Jul 2005; Heinrich Wendel <lanius@gentoo.org> +fax4cups-1.24.ebuild: + version bump 16 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> fax4cups-1.23.ebuild: added ~amd64 to KEYWORDS, fixes #82878 diff --git a/net-print/fax4cups/Manifest b/net-print/fax4cups/Manifest index 28c60218de4d..1777e978e091 100644 --- a/net-print/fax4cups/Manifest +++ b/net-print/fax4cups/Manifest @@ -1,14 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 0836309d17edf3c7b4a7c6904673e9e4 ChangeLog 923 +MD5 8618752f0c89decc381fcd3586314a1c fax4cups-1.24.ebuild 734 +MD5 dd5d96b401780e606b95d8a18697b0f6 ChangeLog 1040 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 MD5 625c3d9252e1584f68d633886dff71df fax4cups-1.23.ebuild 737 MD5 7956a31b83df33c70e9f633407f52dc8 files/digest-fax4cups-1.23 64 +MD5 0a38a165603bb347a4985fbc2488ea54 files/digest-fax4cups-1.24 64 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) +Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCYOkQ06ebR+OMO78RAmuRAKCKV1QviSTHSD8rgV2qIJIP/abZZgCeID6B -0flTOLczXAqVVlVTqSh0MuA= -=pexG +iD8DBQFC1VKievY57Fted3ERAtTHAJ9oqJRMAXYIXuA61eDlayJW+R4EdACgm9lW +ap883bI2qc8D6HK5oyHSC4o= +=0zXt -----END PGP SIGNATURE----- diff --git a/net-print/fax4cups/fax4cups-1.24.ebuild b/net-print/fax4cups/fax4cups-1.24.ebuild new file mode 100644 index 000000000000..aad9952c7f56 --- /dev/null +++ b/net-print/fax4cups/fax4cups-1.24.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/fax4cups-1.24.ebuild,v 1.1 2005/07/13 17:39:59 lanius Exp $ + +DESCRIPTION="efax/hylafax backend for CUPS" + +HOMEPAGE="http://vigna.dsi.unimi.it/fax4CUPS/" +SRC_URI="http://vigna.dsi.unimi.it/fax4CUPS/fax4CUPS-${PV}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="net-print/cups + || ( net-misc/hylafax net-misc/efax net-dialup/mgetty ) + app-admin/sudo" + +S=${WORKDIR}/fax4CUPS-${PV} + +src_install() { + + doman fax4CUPS.1 + + # Backends + exeinto /usr/lib/cups/backend + doexe efax hylafax + + # PPD's + insinto /usr/share/cups/model + doins efax.ppd hylafax.ppd +} diff --git a/net-print/fax4cups/files/digest-fax4cups-1.24 b/net-print/fax4cups/files/digest-fax4cups-1.24 new file mode 100644 index 000000000000..a08fa077ec49 --- /dev/null +++ b/net-print/fax4cups/files/digest-fax4cups-1.24 @@ -0,0 +1 @@ +MD5 42b1a28bba0d91b2e5bd2390fc956abb fax4CUPS-1.24.tar.gz 14404 |