diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-09-25 18:27:07 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-09-25 18:27:07 +0000 |
commit | e02575c21d41ce7e74c454006210417ce7259641 (patch) | |
tree | 83faf031d550ae2268e76c3042aa98bc1ef8f198 /net-im | |
parent | cleanup (diff) | |
download | historical-e02575c21d41ce7e74c454006210417ce7259641.tar.gz historical-e02575c21d41ce7e74c454006210417ce7259641.tar.bz2 historical-e02575c21d41ce7e74c454006210417ce7259641.zip |
Added IUSE flags. Closes #29265.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/linphone/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/linphone/Manifest | 6 | ||||
-rw-r--r-- | net-im/linphone/linphone-0.10.2.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net-im/linphone/ChangeLog b/net-im/linphone/ChangeLog index dfa16cc20266..2ce9586043aa 100644 --- a/net-im/linphone/ChangeLog +++ b/net-im/linphone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/linphone # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/ChangeLog,v 1.5 2003/06/12 22:51:45 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/ChangeLog,v 1.6 2003/09/25 18:27:02 mholzer Exp $ + + 26 Sep 2003; Martin Holzer <mholzer@gentoo.org> linphone-0.10.2.ebuild: + Added IUSE flags. Closes #29265. 12 Jun 2003; <msterret@gentoo.org> linphone-0.10.2.ebuild: added header from skel.ebuild diff --git a/net-im/linphone/Manifest b/net-im/linphone/Manifest index 4bf63b7f3672..c8065c87e1aa 100644 --- a/net-im/linphone/Manifest +++ b/net-im/linphone/Manifest @@ -1,5 +1,5 @@ -MD5 1a7193dbe4bcf6fb4d8e00477691f856 ChangeLog 873 +MD5 05f30a14abc0d94a0c03705763872616 ChangeLog 982 +MD5 a8b3e892532728744c3691dff6b36222 linphone-0.10.2.ebuild 1688 MD5 c59b6d0f0d832aefbce563233b014d54 linphone-0.9.0-r1.ebuild 1376 -MD5 07c0fd856087edd7053ee1c1e41fafb2 linphone-0.10.2.ebuild 1678 -MD5 a0232ab5ebf0e61290df410da9561c26 files/digest-linphone-0.9.0-r1 67 MD5 29e56d450d4aa47d230872e2b18eae40 files/digest-linphone-0.10.2 68 +MD5 a0232ab5ebf0e61290df410da9561c26 files/digest-linphone-0.9.0-r1 67 diff --git a/net-im/linphone/linphone-0.10.2.ebuild b/net-im/linphone/linphone-0.10.2.ebuild index 782c601eff69..32574f0fbc75 100644 --- a/net-im/linphone/linphone-0.10.2.ebuild +++ b/net-im/linphone/linphone-0.10.2.ebuild @@ -1,8 +1,8 @@ # 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.10.2.ebuild,v 1.4 2003/09/05 23:58:58 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.10.2.ebuild,v 1.5 2003/09/25 18:27:02 mholzer Exp $ -IUSE="doc gtk nls xv alsa" +IUSE="doc gnome gtk2 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" |