diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:47:58 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:47:58 +0000 |
commit | 6bb91c762ca09bb877560453fa904fee97546cb7 (patch) | |
tree | 6a70bc623ee0f5a148203e883a8367094d016caf /net-libs/iax | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-6bb91c762ca09bb877560453fa904fee97546cb7.tar.gz gentoo-2-6bb91c762ca09bb877560453fa904fee97546cb7.tar.bz2 gentoo-2-6bb91c762ca09bb877560453fa904fee97546cb7.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/iax')
-rw-r--r-- | net-libs/iax/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/iax/iax-0.2.2.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-libs/iax/ChangeLog b/net-libs/iax/ChangeLog index cfb411035112..0adb8c1d3bc1 100644 --- a/net-libs/iax/ChangeLog +++ b/net-libs/iax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/iax -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/iax/ChangeLog,v 1.8 2009/05/30 09:35:45 volkmar Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/iax/ChangeLog,v 1.9 2009/09/23 18:47:58 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> iax-0.2.2.ebuild: + Remove virtual/libc *iax-0.2.2-r1 (30 May 2009) diff --git a/net-libs/iax/iax-0.2.2.ebuild b/net-libs/iax/iax-0.2.2.ebuild index 95d73d0cfa4c..616c4b5863f0 100644 --- a/net-libs/iax/iax-0.2.2.ebuild +++ b/net-libs/iax/iax-0.2.2.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/iax/iax-0.2.2.ebuild,v 1.7 2005/04/24 02:45:44 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/iax/iax-0.2.2.ebuild,v 1.8 2009/09/23 18:47:58 patrick Exp $ IUSE="" DESCRIPTION="IAX (Inter Asterisk eXchange) Library" HOMEPAGE="http://www.digium.com/" LICENSE="LGPL-2" -DEPEND="virtual/libc" -RDEPEND="virtual/libc" +DEPEND="" +RDEPEND="" SLOT="0" SRC_URI="http://www.digium.com/pub/libiax/${P}.tar.gz" |