summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mylchreest <johnm@gentoo.org>2005-07-14 19:00:58 +0000
committerJohn Mylchreest <johnm@gentoo.org>2005-07-14 19:00:58 +0000
commit865e2cf89493c9705845cfc7f8e36edeafcefe7a (patch)
tree651e83e119e514751188c6841a1de2e9094d707f /net-im/linphone/linphone-0.12.0.ebuild
parentStable on sparc (diff)
downloadgentoo-2-865e2cf89493c9705845cfc7f8e36edeafcefe7a.tar.gz
gentoo-2-865e2cf89493c9705845cfc7f8e36edeafcefe7a.tar.bz2
gentoo-2-865e2cf89493c9705845cfc7f8e36edeafcefe7a.zip
moving to net-misc
Diffstat (limited to 'net-im/linphone/linphone-0.12.0.ebuild')
-rw-r--r--net-im/linphone/linphone-0.12.0.ebuild55
1 files changed, 0 insertions, 55 deletions
diff --git a/net-im/linphone/linphone-0.12.0.ebuild b/net-im/linphone/linphone-0.12.0.ebuild
deleted file mode 100644
index 2afc8d5a2de8..000000000000
--- a/net-im/linphone/linphone-0.12.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.12.0.ebuild,v 1.5 2004/06/24 22:56:15 agriffis Exp $
-
-IUSE="doc gnome gtk2 gtk nls xv alsa"
-
-DESCRIPTION="Linphone is a Web phone with a GNOME interface."
-HOMEPAGE="http://www.linphone.org/?lang=us"
-SRC_URI="http://simon.morlat.free.fr/download/${PV}/source/${P}.tar.gz"
-
-SLOT="1"
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-
-DEPEND="dev-libs/glib
- <net-libs/libosip-2.0.0
- dev-util/pkgconfig
- x86? ( xv? ( dev-lang/nasm ) )
- gtk? ( =x11-libs/gtk+-1.2* )
- gtk2? ( >=x11-libs/gtk+-2 )
- gnome? ( gnome-base/gnome-panel
- gnome-base/libgnome
- gnome-base/libgnomeui )
- alsa? ( >media-libs/alsa-lib-0.5 )
- doc? ( dev-util/gtk-doc )"
-
-src_compile() {
-
- local myconf
-
- if use gnome
- then
- use gtk2 && myconf="${myconf} --enable-platform-gnome-2"
- else
- use gnome || myconf="${myconf} --enable-gnome_ui=no"
- fi
-
- if use doc
- then
- myconf="${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
-}