diff options
Diffstat (limited to 'net-libs/libosip/libosip-0.9.6.ebuild')
-rw-r--r-- | net-libs/libosip/libosip-0.9.6.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net-libs/libosip/libosip-0.9.6.ebuild b/net-libs/libosip/libosip-0.9.6.ebuild deleted file mode 100644 index 2b9e23b619fc..000000000000 --- a/net-libs/libosip/libosip-0.9.6.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-0.9.6.ebuild,v 1.9 2005/07/15 19:12:51 stkn Exp $ - -DESCRIPTION="This is the oSIP library (for Open SIP). It has been designed to provide the Internet Community a simple way to support the Session Initiation Protocol. SIP is described in the RFC2543 which is available at http://www.ietf.org/rfc/rfc2543.txt." -HOMEPAGE="http://www.linphone.org/?lang=us" -SRC_URI="http://ftp.gnu.org/gnu/osip/${P}.tar.gz" - -SLOT="1" -LICENSE="LGPL-2" -KEYWORDS="x86 ~ppc ~sparc alpha ~mips ~hppa" -IUSE="" - -DEPEND="virtual/libc" - -src_install () { - einstall || die - dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO -} |