summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-05-04 18:36:05 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-05-04 18:36:05 +0000
commit1931b31ae3054f0e84c2557085e16520552db917 (patch)
treef2139c6073a2ba9bf9a9f070869c80c1c34b8421 /net-im/linphone
parentVersion bumped. Ebuild submitted by Jiri VERUNEK <verunek@vol.cz> in #20391. (diff)
downloadhistorical-1931b31ae3054f0e84c2557085e16520552db917.tar.gz
historical-1931b31ae3054f0e84c2557085e16520552db917.tar.bz2
historical-1931b31ae3054f0e84c2557085e16520552db917.zip
cleanup
Diffstat (limited to 'net-im/linphone')
-rw-r--r--net-im/linphone/Manifest2
-rw-r--r--net-im/linphone/files/digest-linphone-0.9.01
-rw-r--r--net-im/linphone/linphone-0.9.0.ebuild43
3 files changed, 0 insertions, 46 deletions
diff --git a/net-im/linphone/Manifest b/net-im/linphone/Manifest
index 555d01e7b3c0..9f749eebee06 100644
--- a/net-im/linphone/Manifest
+++ b/net-im/linphone/Manifest
@@ -1,7 +1,5 @@
MD5 ee8d74c6532fb9d21587e68a3f394bc7 ChangeLog 778
-MD5 a3d8f2f4dc288b2d1ac1fb07c1f918e5 linphone-0.9.0.ebuild 1373
MD5 c59b6d0f0d832aefbce563233b014d54 linphone-0.9.0-r1.ebuild 1376
MD5 69a481c7d3865479a4e4286251e6a736 linphone-0.10.2.ebuild 1448
-MD5 a0232ab5ebf0e61290df410da9561c26 files/digest-linphone-0.9.0 67
MD5 a0232ab5ebf0e61290df410da9561c26 files/digest-linphone-0.9.0-r1 67
MD5 29e56d450d4aa47d230872e2b18eae40 files/digest-linphone-0.10.2 68
diff --git a/net-im/linphone/files/digest-linphone-0.9.0 b/net-im/linphone/files/digest-linphone-0.9.0
deleted file mode 100644
index 0a9d56343a92..000000000000
--- a/net-im/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-im/linphone/linphone-0.9.0.ebuild b/net-im/linphone/linphone-0.9.0.ebuild
deleted file mode 100644
index 214b6a2e6738..000000000000
--- a/net-im/linphone/linphone-0.9.0.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.ebuild,v 1.5 2003/03/26 10:08:23 seemant Exp $
-
-IUSE="doc gtk nls xv alsa"
-
-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."
-HOMEPAGE="http://www.linphone.org/?lang=us"
-SRC_URI="http://www.linphone.org/download/${P}.tar.gz"
-
-SLOT="1"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm"
-
-DEPEND="dev-libs/glib
- =net-libs/libosip-0.8.8
- =gnome-base/gnome-panel-1.4.1
- xv? ( dev-lang/nasm )
- gtk? ( =x11-libs/gtk+-1.2* )
- alsa? ( >media-sound/alsa-driver-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
-}