summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2004-11-24 06:36:59 +0000
committerAlin Năstac <mrness@gentoo.org>2004-11-24 06:36:59 +0000
commite8e84cbb9279dedca68403d8a09cf5e524d40131 (patch)
treec6b537077b855f0ed807c4a0410b7f9912106423
parentinitial import from #71845 (Manifest recommit) (diff)
downloadgentoo-2-e8e84cbb9279dedca68403d8a09cf5e524d40131.tar.gz
gentoo-2-e8e84cbb9279dedca68403d8a09cf5e524d40131.tar.bz2
gentoo-2-e8e84cbb9279dedca68403d8a09cf5e524d40131.zip
initial import from #71845
-rw-r--r--net-dialup/ivcall/ChangeLog10
-rw-r--r--net-dialup/ivcall/Manifest3
-rw-r--r--net-dialup/ivcall/files/digest-ivcall-0.31
-rw-r--r--net-dialup/ivcall/ivcall-0.3.ebuild27
-rw-r--r--net-dialup/ivcall/metadata.xml6
5 files changed, 47 insertions, 0 deletions
diff --git a/net-dialup/ivcall/ChangeLog b/net-dialup/ivcall/ChangeLog
new file mode 100644
index 000000000000..37c26adbaefa
--- /dev/null
+++ b/net-dialup/ivcall/ChangeLog
@@ -0,0 +1,10 @@
+# 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 $
+
+*ivcall-0.3 (24 Nov 2004)
+
+ 24 Nov 2004; Alin Nastac <mrness@gentoo.org> +metadata.xml,
+ +ivcall-0.3.ebuild:
+ Initial import from #71845, thanks to Stefan Briesenick <sbriesen@gmx.de>.
+
diff --git a/net-dialup/ivcall/Manifest b/net-dialup/ivcall/Manifest
new file mode 100644
index 000000000000..081edaf6d22b
--- /dev/null
+++ b/net-dialup/ivcall/Manifest
@@ -0,0 +1,3 @@
+MD5 b6dd71a9c692bc22dd15908d3ce1f3b1 ivcall-0.3.ebuild 640
+MD5 c1142dc0a0ffc5e8cbaac0db478de330 metadata.xml 252
+MD5 f75547c2596e1e493f26174a0940c024 files/digest-ivcall-0.3 61
diff --git a/net-dialup/ivcall/files/digest-ivcall-0.3 b/net-dialup/ivcall/files/digest-ivcall-0.3
new file mode 100644
index 000000000000..1304c8b3b0e0
--- /dev/null
+++ b/net-dialup/ivcall/files/digest-ivcall-0.3
@@ -0,0 +1 @@
+MD5 bd6be454d0446ae7f043e8841c6d54aa ivcall-0.3.tar.gz 91495
diff --git a/net-dialup/ivcall/ivcall-0.3.ebuild b/net-dialup/ivcall/ivcall-0.3.ebuild
new file mode 100644
index 000000000000..32b1985e87e2
--- /dev/null
+++ b/net-dialup/ivcall/ivcall-0.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 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 $
+
+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
+}
diff --git a/net-dialup/ivcall/metadata.xml b/net-dialup/ivcall/metadata.xml
new file mode 100644
index 000000000000..9edf261da43f
--- /dev/null
+++ b/net-dialup/ivcall/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-dialup</herd>
+<longdescription>Utility for making automated telephone calls via ISDN</longdescription>
+</pkgmetadata>