summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-dialup/ivcall/ChangeLog31
-rw-r--r--net-dialup/ivcall/Manifest15
-rw-r--r--net-dialup/ivcall/ivcall-0.4-r1.ebuild28
-rw-r--r--net-dialup/ivcall/ivcall-0.4.ebuild27
-rw-r--r--net-dialup/ivcall/metadata.xml9
5 files changed, 0 insertions, 110 deletions
diff --git a/net-dialup/ivcall/ChangeLog b/net-dialup/ivcall/ChangeLog
deleted file mode 100644
index 46fa25f6452f..000000000000
--- a/net-dialup/ivcall/ChangeLog
+++ /dev/null
@@ -1,31 +0,0 @@
-# ChangeLog for net-dialup/ivcall
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ivcall/ChangeLog,v 1.6 2008/08/23 03:06:43 cardoe Exp $
-
- 23 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
- add GLEP 56 USE flag desc from use.local.desc
-
- 26 Jun 2005; Simon Stelling <blubb@gentoo.org> ivcall-0.4-r1.ebuild:
- added ~amd64 keyword
-
- 15 Jun 2005; Alin Nastac <mrness@gentoo.org> -ivcall-0.3.ebuild:
- Remove old version.
-
-*ivcall-0.4-r1 (06 Apr 2005)
-
- 06 Apr 2005; Alin Nastac <mrness@gentoo.org> ivcall-0.4.ebuild,
- +ivcall-0.4-r1.ebuild:
- Add soft fax support (#88087) and mark 0.4 version stable on x86.
-
-*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)
-
- 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
deleted file mode 100644
index 942468e74129..000000000000
--- a/net-dialup/ivcall/Manifest
+++ /dev/null
@@ -1,15 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-DIST ivcall-0.4.tar.gz 112244 RMD160 ba1aae16d2fd788bdc761abbb9f42f3be9f9449a SHA1 793e0c9be7868a5163da990924a250c1d0c118d5 SHA256 4a31d40073f3debecf419f58e5fec94c4f8ef2c32ff41921cd3a18a6b7c0a144
-EBUILD ivcall-0.4-r1.ebuild 800 RMD160 e83601abb19be90dcb08504e4c258cc1efafeb43 SHA1 c4c807852630d02a195fc956d46e956ace7ccd39 SHA256 74aacf352e97f4fcd8003d3f02c14481c4ffd140c7fb1447d1e198cb41bee3da
-EBUILD ivcall-0.4.ebuild 736 RMD160 dd89deeb6e5a7a27565733e385950f732f4aab9f SHA1 25d29887da77a5fdf9596c1c757e6535f8324923 SHA256 48a58e0a16d6d2cc382433a8836f27859697ee6121b19a59ed9a803b11f89fb0
-MISC ChangeLog 1063 RMD160 1342e4d472dafb06c02daa2ebf450a6a852edd1b SHA1 019d31a5bb0d555e1024f41defc04e4e9e37d842 SHA256 a407ede57e2ce4a98de31ef673653cb93372316b73bd74b29ccd5598c97d888b
-MISC metadata.xml 314 RMD160 35463e53f1ceb27415961f0d66e7f744c4844042 SHA1 225632efc61ba8de22f4929a7d2bcfdad315e11a SHA256 e38ed364fa83e94e1117b40114103a90fe3a8453c16a4e8622c5584dbb3cf181
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.9 (GNU/Linux)
-
-iEYEARECAAYFAkivfsgACgkQoeSe8B0zEfyu4QCbB/bFN0VVIL0kSmPrNUkGQUu8
-+VgAn3igA0sbhi6YmpeoWLhG9SETDWdr
-=inUT
------END PGP SIGNATURE-----
diff --git a/net-dialup/ivcall/ivcall-0.4-r1.ebuild b/net-dialup/ivcall/ivcall-0.4-r1.ebuild
deleted file mode 100644
index 27afc486c955..000000000000
--- a/net-dialup/ivcall/ivcall-0.4-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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-r1.ebuild,v 1.2 2005/06/26 08:41:01 blubb 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="~amd64 ~x86"
-IUSE="softfax"
-DEPEND="net-dialup/isdn4k-utils
- softfax? ( >=media-libs/spandsp-0.0.2_pre10 )"
-
-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/ivcall-0.4.ebuild b/net-dialup/ivcall/ivcall-0.4.ebuild
deleted file mode 100644
index 22036f1b4263..000000000000
--- a/net-dialup/ivcall/ivcall-0.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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.2 2005/04/06 05:26:11 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
deleted file mode 100644
index 803ea4baa63f..000000000000
--- a/net-dialup/ivcall/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?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>
-<use>
- <flag name='softfax'>Enables fax support</flag>
-</use>
-</pkgmetadata>