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 | 46f0a0505087b623b6be8d4c0a6e56e52364aa10 (patch) | |
tree | 9353f6624211c0144876d1892dd4815569a90d41 /net-print | |
parent | fix linking on darwin8. bug 92286 (diff) | |
download | gentoo-2-46f0a0505087b623b6be8d4c0a6e56e52364aa10.tar.gz gentoo-2-46f0a0505087b623b6be8d4c0a6e56e52364aa10.tar.bz2 gentoo-2-46f0a0505087b623b6be8d4c0a6e56e52364aa10.zip |
version bump
(Portage version: 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, 39 insertions, 11 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..4deb87b4288b 100644 --- a/net-print/fax4cups/Manifest +++ b/net-print/fax4cups/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 97e29c6b933b68ed0876dccc7c630a25 fax4cups-1.24.ebuild 736 MD5 0836309d17edf3c7b4a7c6904673e9e4 ChangeLog 923 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 MD5 625c3d9252e1584f68d633886dff71df fax4cups-1.23.ebuild 737 MD5 7956a31b83df33c70e9f633407f52dc8 files/digest-fax4cups-1.23 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCYOkQ06ebR+OMO78RAmuRAKCKV1QviSTHSD8rgV2qIJIP/abZZgCeID6B -0flTOLczXAqVVlVTqSh0MuA= -=pexG ------END PGP SIGNATURE----- +MD5 0a38a165603bb347a4985fbc2488ea54 files/digest-fax4cups-1.24 64 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 |