diff options
author | Alin Năstac <mrness@gentoo.org> | 2004-11-24 06:36:59 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2004-11-24 06:36:59 +0000 |
commit | b7ae4a3607bcb9f291bfdb8df428bbd137ee136f (patch) | |
tree | f1011add185a60ed6050699b8cdc4f841e365f06 /net-dialup | |
parent | initial import from #71845 (diff) | |
download | historical-b7ae4a3607bcb9f291bfdb8df428bbd137ee136f.tar.gz historical-b7ae4a3607bcb9f291bfdb8df428bbd137ee136f.tar.bz2 historical-b7ae4a3607bcb9f291bfdb8df428bbd137ee136f.zip |
initial import from #71845
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ivcall/ChangeLog | 10 | ||||
-rw-r--r-- | net-dialup/ivcall/Manifest | 14 | ||||
-rw-r--r-- | net-dialup/ivcall/files/digest-ivcall-0.3 | 1 | ||||
-rw-r--r-- | net-dialup/ivcall/ivcall-0.3.ebuild | 27 | ||||
-rw-r--r-- | net-dialup/ivcall/metadata.xml | 6 |
5 files changed, 58 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..e6562615222e --- /dev/null +++ b/net-dialup/ivcall/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 d728c2b3abd780b9925cb9303161ade4 ivcall-0.3.ebuild 737 +MD5 c1142dc0a0ffc5e8cbaac0db478de330 metadata.xml 252 +MD5 287ceadaab4668e9d73953a71215c6b2 ChangeLog 396 +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----- 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> |