diff options
author | 2009-09-23 18:50:31 +0000 | |
---|---|---|
committer | 2009-09-23 18:50:31 +0000 | |
commit | 893049a17e8ebd78326c046512beb5a933beee05 (patch) | |
tree | 6e01a03f725b8c70674ec5bda085442206565f7a /net-libs/libtlen | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-893049a17e8ebd78326c046512beb5a933beee05.tar.gz gentoo-2-893049a17e8ebd78326c046512beb5a933beee05.tar.bz2 gentoo-2-893049a17e8ebd78326c046512beb5a933beee05.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libtlen')
-rw-r--r-- | net-libs/libtlen/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/libtlen/libtlen-20031114.ebuild | 6 | ||||
-rw-r--r-- | net-libs/libtlen/libtlen-20060309.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-libs/libtlen/ChangeLog b/net-libs/libtlen/ChangeLog index 968eb649a12d..236db00f5fc7 100644 --- a/net-libs/libtlen/ChangeLog +++ b/net-libs/libtlen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libtlen -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/ChangeLog,v 1.16 2008/10/07 12:41:42 nixnut Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/ChangeLog,v 1.17 2009/09/23 18:50:31 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> libtlen-20031114.ebuild, + libtlen-20060309.ebuild: + Remove virtual/libc 07 Oct 2008; nixnut <nixnut@gentoo.org> libtlen-20060309.ebuild: Stable on ppc wrt bug 239858 diff --git a/net-libs/libtlen/libtlen-20031114.ebuild b/net-libs/libtlen/libtlen-20031114.ebuild index 562393ff2bcf..1844f492c464 100644 --- a/net-libs/libtlen/libtlen-20031114.ebuild +++ b/net-libs/libtlen/libtlen-20031114.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/libtlen/libtlen-20031114.ebuild,v 1.9 2008/10/06 05:01:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/libtlen-20031114.ebuild,v 1.10 2009/09/23 18:50:31 patrick Exp $ DESCRIPTION="Support library for Tlen IMS" HOMEPAGE="http://libtlen.eu.org/" @@ -11,7 +11,7 @@ SLOT="0" LICENSE="GPL-2" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { econf \ diff --git a/net-libs/libtlen/libtlen-20060309.ebuild b/net-libs/libtlen/libtlen-20060309.ebuild index 52e60d2cf1dc..b03fe398e8de 100644 --- a/net-libs/libtlen/libtlen-20060309.ebuild +++ b/net-libs/libtlen/libtlen-20060309.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/libtlen/libtlen-20060309.ebuild,v 1.7 2008/10/07 12:41:42 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/libtlen-20060309.ebuild,v 1.8 2009/09/23 18:50:31 patrick Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -16,7 +16,7 @@ SLOT="0" LICENSE="GPL-2" IUSE="doc" -DEPEND="virtual/libc" +DEPEND="" src_unpack() { unpack ${A} |