summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-06-20 15:14:43 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-06-20 15:14:43 +0000
commite0de54e9cabd98e65985ae5c13017e48d45ae682 (patch)
tree843f62c927fd72e21681bc36d62eb11fc066d531 /net-dialup/ivcall/ivcall-0.4.ebuild
parentMasked since 14. Apr, removed now. (diff)
downloadgentoo-2-e0de54e9cabd98e65985ae5c13017e48d45ae682.tar.gz
gentoo-2-e0de54e9cabd98e65985ae5c13017e48d45ae682.tar.bz2
gentoo-2-e0de54e9cabd98e65985ae5c13017e48d45ae682.zip
Masked since 14. Apr, removed now.
Diffstat (limited to 'net-dialup/ivcall/ivcall-0.4.ebuild')
-rw-r--r--net-dialup/ivcall/ivcall-0.4.ebuild27
1 files changed, 0 insertions, 27 deletions
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
-}