summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/capi4hylafax/ChangeLog9
-rw-r--r--net-misc/capi4hylafax/capi4hylafax-01.02.02.ebuild53
-rw-r--r--net-misc/capi4hylafax/capi4hylafax-01.02.03.ebuild7
-rw-r--r--net-misc/capi4hylafax/files/digest-capi4hylafax-01.02.021
4 files changed, 11 insertions, 59 deletions
diff --git a/net-misc/capi4hylafax/ChangeLog b/net-misc/capi4hylafax/ChangeLog
index 46aa75d39a78..a12d93ab0283 100644
--- a/net-misc/capi4hylafax/ChangeLog
+++ b/net-misc/capi4hylafax/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/capi4hylafax
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/capi4hylafax/ChangeLog,v 1.7 2004/12/02 21:26:14 genstef Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/capi4hylafax/ChangeLog,v 1.8 2005/02/13 21:18:22 genstef Exp $
+
+ 13 Feb 2005; Stefan Schweizer <genstef@gentoo.org>
+ -capi4hylafax-01.02.02.ebuild, capi4hylafax-01.02.03.ebuild:
+ Version 01.02.03 x86 stable, libtoolize fix thanks to Hans-Christian
+ Armingeon <mog.johnny@gmx.net> in bug 80873
*capi4hylafax-01.02.03 (02 Dec 2004)
diff --git a/net-misc/capi4hylafax/capi4hylafax-01.02.02.ebuild b/net-misc/capi4hylafax/capi4hylafax-01.02.02.ebuild
deleted file mode 100644
index 660cca3543ee..000000000000
--- a/net-misc/capi4hylafax/capi4hylafax-01.02.02.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/capi4hylafax/capi4hylafax-01.02.02.ebuild,v 1.6 2004/08/08 00:19:48 slarti Exp $
-
-DESCRIPTION="CAPI4HylaFAX - send/receive faxes via CAPI and AVM Fritz!Cards."
-SRC_URI="ftp://ftp.avm.de/tools/capi4hylafax.linux/capi4hylafax-01.02.02.tar.gz"
-HOMEPAGE="http://capi4linux.thepenguin.de/"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-DEPEND="virtual/libc
- >=media-libs/tiff-3.5.5
- net-dialup/capi4k-utils
- sys-devel/automake"
-
-RDEPEND="virtual/libc
- >=media-libs/tiff-3.5.5
- net-dialup/capi4k-utils
- net-mail/metamail
- virtual/ghostscript
- net-misc/hylafax"
-
-src_compile() {
- ./configure --prefix=/usr --with-hylafax-spooldir=/var/spool/fax || die
- emake || die
-}
-
-src_install() {
- make install DESTDIR=${D} || die
- insinto /var/spool/fax/etc
- doins config.faxCAPI
- dodoc README.html
- dodoc LIESMICH.html
- dodoc sample_*
- dodoc fritz_pic.tif
- dodoc GenerateFileMail.pl
- exeinto /etc/init.d
- doexe ${FILESDIR}/capi4hylafax
-}
-
-pkg_postinst() {
- einfo "To use CAPI4HylaFAX:"
- einfo "Make sure that your isdn/capi devices are owned by"
- einfo "the "fax" user (set in /etc/devfsd.conf)."
- einfo "Modify /var/spool/fax/etc/config.faxCAPI"
- einfo "to suit your system, and append the line"
- einfo "SendFaxCmd: /usr/bin/c2faxsend"
- einfo "to your HylaFAX config file (/var/spool/fax/etc/config)."
-}
diff --git a/net-misc/capi4hylafax/capi4hylafax-01.02.03.ebuild b/net-misc/capi4hylafax/capi4hylafax-01.02.03.ebuild
index 5df8af7686df..6b4f5196b0a0 100644
--- a/net-misc/capi4hylafax/capi4hylafax-01.02.03.ebuild
+++ b/net-misc/capi4hylafax/capi4hylafax-01.02.03.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/capi4hylafax/capi4hylafax-01.02.03.ebuild,v 1.1 2004/12/02 21:26:14 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/capi4hylafax/capi4hylafax-01.02.03.ebuild,v 1.2 2005/02/13 21:18:22 genstef Exp $
inherit eutils
@@ -13,7 +13,7 @@ IUSE="unicode"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86"
+KEYWORDS="x86"
DEPEND="net-dialup/capi4k-utils
net-misc/hylafax"
@@ -48,6 +48,7 @@ src_unpack() {
src_compile() {
econf --with-hylafax-spooldir=/var/spool/fax || die "econf failed"
+ libtoolize --copy --force
emake || die "emake failed"
}
diff --git a/net-misc/capi4hylafax/files/digest-capi4hylafax-01.02.02 b/net-misc/capi4hylafax/files/digest-capi4hylafax-01.02.02
deleted file mode 100644
index b5f4d4b03725..000000000000
--- a/net-misc/capi4hylafax/files/digest-capi4hylafax-01.02.02
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1ef61b98b2a3c59356a12f6defaa5d36 capi4hylafax-01.02.02.tar.gz 623062