diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:42:36 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:42:36 +0000 |
commit | 0a3ce1a65ae11ab0bcd5bf0cee846ef63218cf54 (patch) | |
tree | 90eb4451a0748f942316ea5b87cdcfb910352725 /app-text/html2text | |
parent | Remove virtual/libc (diff) | |
download | historical-0a3ce1a65ae11ab0bcd5bf0cee846ef63218cf54.tar.gz historical-0a3ce1a65ae11ab0bcd5bf0cee846ef63218cf54.tar.bz2 historical-0a3ce1a65ae11ab0bcd5bf0cee846ef63218cf54.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'app-text/html2text')
-rw-r--r-- | app-text/html2text/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/html2text/html2text-1.3.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/html2text/ChangeLog b/app-text/html2text/ChangeLog index bd4f093ad129..67781584b36c 100644 --- a/app-text/html2text/ChangeLog +++ b/app-text/html2text/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/html2text -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.34 2009/03/19 13:41:39 flameeyes Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.35 2009/09/23 16:35:01 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> html2text-1.3.2.ebuild: + Remove virtual/libc *html2text-1.3.2-r1 (19 Mar 2009) diff --git a/app-text/html2text/html2text-1.3.2.ebuild b/app-text/html2text/html2text-1.3.2.ebuild index bd47733cf833..083b68dd634f 100644 --- a/app-text/html2text/html2text-1.3.2.ebuild +++ b/app-text/html2text/html2text-1.3.2.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/html2text/html2text-1.3.2.ebuild,v 1.19 2008/03/27 20:59:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/html2text-1.3.2.ebuild,v 1.20 2009/09/23 16:35:01 patrick Exp $ inherit eutils toolchain-funcs @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_unpack() { unpack ${A} |