diff options
-rw-r--r-- | app-text/htmlrecode/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/htmlrecode/htmlrecode-1.2.0.ebuild | 9 | ||||
-rw-r--r-- | app-text/htmlrecode/htmlrecode-1.3.0.ebuild | 9 |
3 files changed, 14 insertions, 12 deletions
diff --git a/app-text/htmlrecode/ChangeLog b/app-text/htmlrecode/ChangeLog index 2f9572d6fed9..4394563adb21 100644 --- a/app-text/htmlrecode/ChangeLog +++ b/app-text/htmlrecode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/htmlrecode -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/htmlrecode/ChangeLog,v 1.7 2008/07/23 15:55:28 coldwind Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/htmlrecode/ChangeLog,v 1.8 2009/09/23 16:35:46 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> htmlrecode-1.2.0.ebuild, + htmlrecode-1.3.0.ebuild: + Remove virtual/libc *htmlrecode-1.3.0 (23 Jul 2008) diff --git a/app-text/htmlrecode/htmlrecode-1.2.0.ebuild b/app-text/htmlrecode/htmlrecode-1.2.0.ebuild index 6332be5fa792..564f8683c328 100644 --- a/app-text/htmlrecode/htmlrecode-1.2.0.ebuild +++ b/app-text/htmlrecode/htmlrecode-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/htmlrecode/htmlrecode-1.2.0.ebuild,v 1.5 2007/07/12 04:37:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htmlrecode/htmlrecode-1.2.0.ebuild,v 1.6 2009/09/23 16:35:46 patrick Exp $ DESCRIPTION="Recodes HTML file using a new character set" HOMEPAGE="http://bisqwit.iki.fi/source/htmlrecode.html" @@ -10,9 +10,8 @@ KEYWORDS="~x86 ~ppc" LICENSE="GPL-2" SLOT="0" -DEPEND="virtual/libc - >=sys-apps/sed-4" -RDEPEND="virtual/libc" +DEPEND=">=sys-apps/sed-4" +RDEPEND="" IUSE="" diff --git a/app-text/htmlrecode/htmlrecode-1.3.0.ebuild b/app-text/htmlrecode/htmlrecode-1.3.0.ebuild index d620f7a7beb0..18aed7bf9bc6 100644 --- a/app-text/htmlrecode/htmlrecode-1.3.0.ebuild +++ b/app-text/htmlrecode/htmlrecode-1.3.0.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/htmlrecode/htmlrecode-1.3.0.ebuild,v 1.1 2008/07/23 15:55:28 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htmlrecode/htmlrecode-1.3.0.ebuild,v 1.2 2009/09/23 16:35:46 patrick Exp $ inherit eutils @@ -13,9 +13,8 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -DEPEND="virtual/libc - >=sys-apps/sed-4" -RDEPEND="virtual/libc" +DEPEND=">=sys-apps/sed-4" +RDEPEND="" src_unpack() { unpack ${A} |