summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-dialup/ivcall/ChangeLog10
-rw-r--r--net-dialup/ivcall/Manifest16
-rw-r--r--net-dialup/ivcall/files/digest-ivcall-0.41
-rw-r--r--net-dialup/ivcall/ivcall-0.3.ebuild6
-rw-r--r--net-dialup/ivcall/ivcall-0.4.ebuild27
5 files changed, 43 insertions, 17 deletions
diff --git a/net-dialup/ivcall/ChangeLog b/net-dialup/ivcall/ChangeLog
index 37c26adbaefa..16a994c2c08b 100644
--- a/net-dialup/ivcall/ChangeLog
+++ b/net-dialup/ivcall/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-dialup/ivcall
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ivcall/ChangeLog,v 1.1 2004/11/24 06:36:59 mrness Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ivcall/ChangeLog,v 1.2 2005/01/31 23:29:24 mrness Exp $
+
+*ivcall-0.4 (01 Feb 2005)
+
+ 01 Feb 2005; Alin Nastac <mrness@gentoo.org> ivcall-0.3.ebuild,
+ +ivcall-0.4.ebuild:
+ Version bump & mark older version as stable on x86 (#80154).
*ivcall-0.3 (24 Nov 2004)
diff --git a/net-dialup/ivcall/Manifest b/net-dialup/ivcall/Manifest
index e6562615222e..e26888953e83 100644
--- a/net-dialup/ivcall/Manifest
+++ b/net-dialup/ivcall/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 d728c2b3abd780b9925cb9303161ade4 ivcall-0.3.ebuild 737
-MD5 c1142dc0a0ffc5e8cbaac0db478de330 metadata.xml 252
+MD5 d728c2b3abd780b9925cb9303161ade4 ivcall-0.4.ebuild 737
+MD5 80e2378040212029ea0f10c3629d7bed ivcall-0.3.ebuild 736
MD5 287ceadaab4668e9d73953a71215c6b2 ChangeLog 396
+MD5 c1142dc0a0ffc5e8cbaac0db478de330 metadata.xml 252
MD5 f75547c2596e1e493f26174a0940c024 files/digest-ivcall-0.3 61
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBpCwZjtv59x0+BrURAsQDAJ91a/uu5K35Pcz/scLE7hNGPqExaACgrBSJ
-tKHrcKecNECdMNl7P1BXVl0=
-=PTJA
------END PGP SIGNATURE-----
+MD5 1062d5f96c51d0af7a720d98495a0ba3 files/digest-ivcall-0.4 62
diff --git a/net-dialup/ivcall/files/digest-ivcall-0.4 b/net-dialup/ivcall/files/digest-ivcall-0.4
new file mode 100644
index 000000000000..3b23a1dd78be
--- /dev/null
+++ b/net-dialup/ivcall/files/digest-ivcall-0.4
@@ -0,0 +1 @@
+MD5 643619c81f83ba0a05aa2497ce12c035 ivcall-0.4.tar.gz 112244
diff --git a/net-dialup/ivcall/ivcall-0.3.ebuild b/net-dialup/ivcall/ivcall-0.3.ebuild
index 32b1985e87e2..b26e2e2dc288 100644
--- a/net-dialup/ivcall/ivcall-0.3.ebuild
+++ b/net-dialup/ivcall/ivcall-0.3.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-dialup/ivcall/ivcall-0.3.ebuild,v 1.1 2004/11/24 06:36:59 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ivcall/ivcall-0.3.ebuild,v 1.2 2005/01/31 23:29:24 mrness Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://0pointer.de/lennart/projects/ivcall/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND="net-dialup/isdn4k-utils"
diff --git a/net-dialup/ivcall/ivcall-0.4.ebuild b/net-dialup/ivcall/ivcall-0.4.ebuild
new file mode 100644
index 000000000000..ce9237f081c8
--- /dev/null
+++ b/net-dialup/ivcall/ivcall-0.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ivcall/ivcall-0.4.ebuild,v 1.1 2005/01/31 23:29:24 mrness Exp $
+
+inherit eutils
+
+DESCRIPTION="Utility for making automated telephone calls via ISDN"
+HOMEPAGE="http://0pointer.de/lennart/projects/ivcall/"
+SRC_URI="http://0pointer.de/lennart/projects/ivcall/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="net-dialup/isdn4k-utils"
+
+src_compile() {
+ local myconf="--disable-lynx --disable-xmltoman"
+ econf $myconf || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ einstall || die "einstall failed"
+ dohtml doc/*.{html,css}
+ dodoc doc/README
+}