diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:36:34 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:36:34 +0000 |
commit | 035167b09c469f1372cbd51edbfd3452e14fe149 (patch) | |
tree | 8449f10a3681bd256727be2ad12f4b00f605f078 | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-035167b09c469f1372cbd51edbfd3452e14fe149.tar.gz gentoo-2-035167b09c469f1372cbd51edbfd3452e14fe149.tar.bz2 gentoo-2-035167b09c469f1372cbd51edbfd3452e14fe149.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
-rw-r--r-- | app-text/htp/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/htp/htp-1.15.ebuild | 8 | ||||
-rw-r--r-- | app-text/htp/htp-1.16.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/app-text/htp/ChangeLog b/app-text/htp/ChangeLog index 391c39b9a240..a663afa11c91 100644 --- a/app-text/htp/ChangeLog +++ b/app-text/htp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/htp -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/htp/ChangeLog,v 1.9 2008/10/11 20:05:24 wrobel Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/htp/ChangeLog,v 1.10 2009/09/23 16:36:34 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> htp-1.15.ebuild, + htp-1.16.ebuild: + Remove virtual/libc 11 Oct 2008; Gunnar Wrobel <wrobel@gentoo.org> +files/strip.patch, htp-1.16.ebuild: diff --git a/app-text/htp/htp-1.15.ebuild b/app-text/htp/htp-1.15.ebuild index 11e2b8a1ed3a..c37f77fdf651 100644 --- a/app-text/htp/htp-1.15.ebuild +++ b/app-text/htp/htp-1.15.ebuild @@ -1,6 +1,6 @@ -# 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/app-text/htp/htp-1.15.ebuild,v 1.4 2005/01/01 16:21:12 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htp/htp-1.15.ebuild,v 1.5 2009/09/23 16:36:34 patrick Exp $ DESCRIPTION="An HTML preprocessor" HOMEPAGE="http://htp.sourceforge.net/" @@ -11,8 +11,8 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha" IUSE="" -DEPEND="virtual/libc" -RDEPEND="virtual/libc" +DEPEND="" +RDEPEND="" # HTP does not use autoconf, have to set options defined in Makefile.config diff --git a/app-text/htp/htp-1.16.ebuild b/app-text/htp/htp-1.16.ebuild index 1ac497af27c7..bba58ed1b963 100644 --- a/app-text/htp/htp-1.16.ebuild +++ b/app-text/htp/htp-1.16.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/app-text/htp/htp-1.16.ebuild,v 1.2 2008/10/11 20:05:24 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htp/htp-1.16.ebuild,v 1.3 2009/09/23 16:36:34 patrick Exp $ inherit distutils eutils @@ -13,8 +13,8 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha" IUSE="" -DEPEND="virtual/libc" -RDEPEND="virtual/libc" +DEPEND="" +RDEPEND="" # HTP does not use autoconf, have to set options defined in Makefile.config |