diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-07-15 19:06:01 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-07-15 19:06:01 +0000 |
commit | 895dfc2e394bcf18a956862daa5bce4befbe513e (patch) | |
tree | 806f5aa79df6303f4ae216638d1a1ede98d3a96f /net-print/fax4cups | |
parent | initial release (diff) | |
download | gentoo-2-895dfc2e394bcf18a956862daa5bce4befbe513e.tar.gz gentoo-2-895dfc2e394bcf18a956862daa5bce4befbe513e.tar.bz2 gentoo-2-895dfc2e394bcf18a956862daa5bce4befbe513e.zip |
initial release
Diffstat (limited to 'net-print/fax4cups')
-rw-r--r-- | net-print/fax4cups/ChangeLog | 9 | ||||
-rw-r--r-- | net-print/fax4cups/Manifest | 3 | ||||
-rw-r--r-- | net-print/fax4cups/fax4cups-1.23.ebuild | 30 | ||||
-rw-r--r-- | net-print/fax4cups/files/digest-fax4cups-1.23 | 1 |
4 files changed, 42 insertions, 1 deletions
diff --git a/net-print/fax4cups/ChangeLog b/net-print/fax4cups/ChangeLog new file mode 100644 index 000000000000..f404731d869c --- /dev/null +++ b/net-print/fax4cups/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-print/fax4cups +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/ChangeLog,v 1.1 2003/07/15 19:05:49 lanius Exp $ + +*fax4cups-1.2.3 (15 Jul 2003) + + 15 Jul 2003; Heinrich Wendel <lanius@gentoo.org> fax4cups-1.2.3.ebuild: + initial release, thx to Brad Laue <brad@gentoo.org> (bug #17702) + diff --git a/net-print/fax4cups/Manifest b/net-print/fax4cups/Manifest index ee48895aa67c..4442423d4f18 100644 --- a/net-print/fax4cups/Manifest +++ b/net-print/fax4cups/Manifest @@ -1,2 +1,3 @@ -MD5 88e5b78e8131fe2ccefc1a7901fe0f64 fax4cups-1.23.ebuild 574 +MD5 c08d175dca12ee58f357d96604af372a fax4cups-1.23.ebuild 705 +MD5 3ef65a274426c71ec67f84f632e9ed3e ChangeLog 391 MD5 7956a31b83df33c70e9f633407f52dc8 files/digest-fax4cups-1.23 64 diff --git a/net-print/fax4cups/fax4cups-1.23.ebuild b/net-print/fax4cups/fax4cups-1.23.ebuild new file mode 100644 index 000000000000..c3269dd58ba5 --- /dev/null +++ b/net-print/fax4cups/fax4cups-1.23.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/fax4cups-1.23.ebuild,v 1.1 2003/07/15 19:05:49 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" +IUSE="" +DEPEND="net-print/cups + || ( net-misc/hylafax net-misc/efax ) " + +S=${WORKDIR}/fax4CUPS-${PV} + + +src_install() { + + doman fax4CUPS.1 + + # Backends + insinto /usr/lib/cups/backend + doins efax hylafax + + # PPD's + insinto /usr/share/cups/model + doins efax.ppd hylafax.ppd +} diff --git a/net-print/fax4cups/files/digest-fax4cups-1.23 b/net-print/fax4cups/files/digest-fax4cups-1.23 new file mode 100644 index 000000000000..619c3012bd0f --- /dev/null +++ b/net-print/fax4cups/files/digest-fax4cups-1.23 @@ -0,0 +1 @@ +MD5 8fec1e26f0b6d1d97fa1ca7aca95dc63 fax4CUPS-1.23.tar.gz 13777 |