diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-09-05 16:16:03 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-09-05 16:16:03 +0000 |
commit | 3a6e76021db6db94efd00cc2e4f84359732912bc (patch) | |
tree | 2a1a564b632caff7ea9a34a9c090f4942cd74ad7 /net-dialup | |
parent | Added callback functionality to -r11 (diff) | |
download | gentoo-2-3a6e76021db6db94efd00cc2e4f84359732912bc.tar.gz gentoo-2-3a6e76021db6db94efd00cc2e4f84359732912bc.tar.bz2 gentoo-2-3a6e76021db6db94efd00cc2e4f84359732912bc.zip |
repoman fixes (mostly cleanups of old ebuilds with pspell stuff in them)
and linphone relocation to net-im.
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/linphone/files/digest-linphone-0.9.0 | 1 | ||||
-rw-r--r-- | net-dialup/linphone/linphone-0.9.0.ebuild | 65 |
2 files changed, 0 insertions, 66 deletions
diff --git a/net-dialup/linphone/files/digest-linphone-0.9.0 b/net-dialup/linphone/files/digest-linphone-0.9.0 deleted file mode 100644 index 0a9d56343a92..000000000000 --- a/net-dialup/linphone/files/digest-linphone-0.9.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 696986d6fd133efda2cee98fe7230513 linphone-0.9.0.tar.gz 1845011 diff --git a/net-dialup/linphone/linphone-0.9.0.ebuild b/net-dialup/linphone/linphone-0.9.0.ebuild deleted file mode 100644 index 1c80bdbd64bc..000000000000 --- a/net-dialup/linphone/linphone-0.9.0.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/linphone/linphone-0.9.0.ebuild,v 1.1 2002/08/28 02:28:43 gaarde Exp $ - -# AUTHOR: Paul Belt <gaarde@gentoo.org> - -DESCRIPTION="Linphone is a Web phone with a GNOME interface. It let you make two-party calls over IP networks such as the Internet. It uses the IETF protocols SIP (Session Initiation Protocol) and RTP (Realtime Transport Protocol) to make calls, so it should be able to communicate with other SIP-based Web phones. With several codecs available, it can be used with high speed connections as well as 28k modems." - -# In french -# if use french; then \ -# HOMEPAGE="http://www.linphone.org/" \ -# elsif use english; then \ -# HOMEPAGE="http://www.linphone.org/?lang=us" -# fi - -# In english -HOMEPAGE="http://www.linphone.org/?lang=us" - -SRC_URI="http://www.linphone.org/download/${P}.tar.gz" - -LICENSE="GPL-2" - -SLOT="1" - -KEYWORDS="x86" - -RDEPEND="=net-libs/libosip-0.8.8 - =gnome-base/gnome-panel-1.4.1 - alsa? ( >media-sound/alsa-driver-0.5 ) - xv? ( dev-lang/nasm ) - dev-libs/glib" - -DEPEND="${RDEPEND}" - -src_compile() { - - if use pic; \ - then EXTRA_FLAGS="${EXTRA_FLAGS} --with-pic"; \ - else EXTRA_FLAGS="${EXTRA_FLAGS} --without-pic"; fi - - if use alsa; \ - then EXTRA_FLAGS="${EXTRA_FLAGS} --enable-alsa"; \ - else EXTRA_FLAGS="${EXTRA_FLAGS} --disable-alsa"; fi - -# Not functional at the moment -# if use xv; \ -# then EXTRA_FLAGS="${EXTRA_FLAGS} --enable-video"; \ -# else EXTRA_FLAGS="${EXTRA_FLAGS} --disable-video"; fi - - if use nls; \ - then EXTRA_FLAGS="${EXTRA_FLAGS} --enable-nls"; \ - else EXTRA_FLAGS="${EXTRA_FLAGS} --disable-nls"; fi - - if use gtk && use doc; \ - then EXTRA_FLAGS="${EXTRA_FLAGS} --enable-gtk-doc"; \ - else EXTRA_FLAGS="${EXTRA_FLAGS} --disable-gtk-doc"; fi - - econf || die - emake || die -} - -src_install () { - dodoc ABOUT-NLS COPYING README AUTHORS BUGS INSTALL NEWS ChangeLog TODO - einstall PIXDESTDIR=${D} || die -} |