summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/linphone/linphone-0.9.0-r1.ebuild')
-rw-r--r--net-im/linphone/linphone-0.9.0-r1.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/net-im/linphone/linphone-0.9.0-r1.ebuild b/net-im/linphone/linphone-0.9.0-r1.ebuild
deleted file mode 100644
index e062f6504096..000000000000
--- a/net-im/linphone/linphone-0.9.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.9.0-r1.ebuild,v 1.5 2003/12/31 04:21:04 bazik Exp $
-
-IUSE="doc gtk nls xv alsa"
-
-DESCRIPTION="Linphone is a Web phone with a GNOME interface."
-HOMEPAGE="http://www.linphone.org/?lang=us"
-SRC_URI="http://www.linphone.org/download/${P}.tar.gz"
-
-SLOT="1"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-DEPEND="dev-libs/glib
- =net-libs/libosip-0.8.8
- =gnome-base/gnome-panel-1.4.1
- x86? ( xv? ( dev-lang/nasm ) )
- gtk? ( =x11-libs/gtk+-1.2* )
- alsa? ( >media-libs/alsa-lib-0.5 )"
-
-src_compile() {
-
- local myconf
-
- if use gtk && use doc
- then
- myconf="--enable-gtk-doc"
- else
- myconf="${myconf} --disable-gtk-doc"
- fi
-
- econf \
- `use_enable alsa` \
- `use_enable nls` \
- ${myconf} || die
- emake || die
-}
-
-src_install () {
- dodoc ABOUT-NLS COPYING README AUTHORS BUGS INSTALL NEWS ChangeLog TODO
- einstall PIXDESTDIR=${D} || die
-}