summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/capi4hylafax/ChangeLog8
-rw-r--r--net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild14
2 files changed, 14 insertions, 8 deletions
diff --git a/net-misc/capi4hylafax/ChangeLog b/net-misc/capi4hylafax/ChangeLog
index 0716a33f7413..c4095ec84b3e 100644
--- a/net-misc/capi4hylafax/ChangeLog
+++ b/net-misc/capi4hylafax/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/capi4hylafax
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/capi4hylafax/ChangeLog,v 1.23 2006/10/10 15:11:41 dertobi123 Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/capi4hylafax/ChangeLog,v 1.24 2007/01/04 16:33:29 flameeyes Exp $
+
+ 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ capi4hylafax-01.03.00.99.300.3-r1.ebuild:
+ Fix broken autotools handling.
10 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org>
capi4hylafax-01.03.00.99.300.3-r1.ebuild:
diff --git a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild
index bfc8ac6c60e1..cfd4eff5f3a6 100644
--- a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild
+++ b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild
@@ -1,8 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild,v 1.4 2006/10/10 15:11:41 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.3-r1.ebuild,v 1.5 2007/01/04 16:33:29 flameeyes Exp $
-inherit eutils versionator
+WANT_AUTOCONF="latest"
+WANT_AUTOMAKE="latest"
+
+inherit eutils versionator autotools
FAX_SPOOL_DIR="/var/spool/fax"
@@ -42,8 +45,7 @@ src_unpack() {
# apply bugfix patch (see bug #145982)
epatch "${FILESDIR}/${P}-recvdev.diff"
- # run libtoolize
- libtoolize --copy --force
+ eautoreconf
# fix location of fax spool
for i in config.faxCAPI Readme_src src/defaults.h.in debian/*.1; do
@@ -139,5 +141,5 @@ pkg_postinst() {
einfo
einfo "Then append the following line to your hylafax"
einfo "config file (${FAX_SPOOL_DIR}/etc/config):"
- einfo "SendFaxCmd: /usr/bin/c2faxsend"
+ einfo "SendFaxCmd: /usr/bin/c2faxsend"
}