summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Knoblich <stkn@gentoo.org>2005-09-29 23:48:02 +0000
committerStefan Knoblich <stkn@gentoo.org>2005-09-29 23:48:02 +0000
commit6e88400a08c80da12f0965be326f0c1ad86400fa (patch)
treec759bc77011d19e1a82326712d64af0c6626c3d5 /net-misc/linphone
parentStable on x86. (diff)
downloadgentoo-2-6e88400a08c80da12f0965be326f0c1ad86400fa.tar.gz
gentoo-2-6e88400a08c80da12f0965be326f0c1ad86400fa.tar.bz2
gentoo-2-6e88400a08c80da12f0965be326f0c1ad86400fa.zip
Removed old ebuilds.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc/linphone')
-rw-r--r--net-misc/linphone/ChangeLog6
-rw-r--r--net-misc/linphone/files/digest-linphone-0.10.21
-rw-r--r--net-misc/linphone/files/digest-linphone-1.0.11
-rw-r--r--net-misc/linphone/linphone-0.10.2.ebuild55
-rw-r--r--net-misc/linphone/linphone-1.0.1.ebuild62
5 files changed, 5 insertions, 120 deletions
diff --git a/net-misc/linphone/ChangeLog b/net-misc/linphone/ChangeLog
index 328f1ed0bdd3..618bb2a19596 100644
--- a/net-misc/linphone/ChangeLog
+++ b/net-misc/linphone/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/linphone
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/ChangeLog,v 1.7 2005/09/29 23:46:17 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/ChangeLog,v 1.8 2005/09/29 23:48:02 stkn Exp $
+
+ 30 Sep 2005; Stefan Knoblich <stkn@gentoo.org> -linphone-0.10.2.ebuild,
+ -linphone-1.0.1.ebuild:
+ Removed old ebuilds.
30 Sep 2005; Stefan Knoblich <stkn@gentoo.org> linphone-1.1.0.ebuild:
Stable on x86.
diff --git a/net-misc/linphone/files/digest-linphone-0.10.2 b/net-misc/linphone/files/digest-linphone-0.10.2
deleted file mode 100644
index 276919c36200..000000000000
--- a/net-misc/linphone/files/digest-linphone-0.10.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b61a3ffb88791ef22c1462bacbba2aee linphone-0.10.2.tar.gz 2701500
diff --git a/net-misc/linphone/files/digest-linphone-1.0.1 b/net-misc/linphone/files/digest-linphone-1.0.1
deleted file mode 100644
index dabdaa767c47..000000000000
--- a/net-misc/linphone/files/digest-linphone-1.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d65f977dd6512b7725fcb2e2c9713e65 linphone-1.0.1.tar.gz 7315742
diff --git a/net-misc/linphone/linphone-0.10.2.ebuild b/net-misc/linphone/linphone-0.10.2.ebuild
deleted file mode 100644
index 4889f180beb5..000000000000
--- a/net-misc/linphone/linphone-0.10.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/linphone-0.10.2.ebuild,v 1.1 2005/07/14 19:01:14 johnm 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}/sources/${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
-}
diff --git a/net-misc/linphone/linphone-1.0.1.ebuild b/net-misc/linphone/linphone-1.0.1.ebuild
deleted file mode 100644
index 98906813d24f..000000000000
--- a/net-misc/linphone/linphone-1.0.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/linphone-1.0.1.ebuild,v 1.3 2005/07/15 16:09:23 stkn Exp $
-
-inherit eutils
-
-MY_DPV="${PV%.*}.x"
-
-DESCRIPTION="Linphone is a SIP phone with a GNOME interface."
-HOMEPAGE="http://www.linphone.org/?lang=us"
-SRC_URI="http://simon.morlat.free.fr/download/${MY_DPV}/source/${P}.tar.gz"
-SLOT=1
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
-
-IUSE="xv ipv6 gnome alsa"
-
-DEPEND="dev-libs/glib
- dev-perl/XML-Parser
- >=net-libs/libosip-2.2.0
- || ( >=media-libs/speex-1.1.6
- <media-libs/speex-1.1.0 )
- x86? ( xv? ( dev-lang/nasm ) )
- gnome? ( >=gnome-base/gnome-panel-2
- >=gnome-base/libgnome-2
- >=gnome-base/libgnomeui-2
- >=x11-libs/gtk+-2 )
- alsa? ( media-libs/alsa-lib )"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- # fix #99083
- epatch ${FILESDIR}/${P}-ipv6-include.diff
-}
-
-src_compile() {
- local withgnome
-
- if use gnome; then
- einfo "Building with GNOME interface."
- withgnome="yes"
- else
- withgnome="no"
- fi
-
- econf --enable-glib \
- --with-speex=/usr \
- --enable-gnome_ui=${withgnome} \
- `use_enable ipv6` \
- `use_enable alsa` \
- || die "Unable to configure"
-
- emake || die "Unable to make"
-}
-
-src_install () {
- dodoc ABOUT-NLS AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README
- dodoc README.arm TODO
- make DESTDIR=${D} install || die "Failed to install"
-}