diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-06-08 18:41:15 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-06-08 18:41:15 +0000 |
commit | bb8e65d50edefb72087d8fbbcc279adec439e72a (patch) | |
tree | 505fcd42c1e4fcb8365a30a3c56977e8d7ab4914 /dev-ruby/hpricot | |
parent | Add more multilib subprofiles for each possible ABI combination. (diff) | |
download | historical-bb8e65d50edefb72087d8fbbcc279adec439e72a.tar.gz historical-bb8e65d50edefb72087d8fbbcc279adec439e72a.tar.bz2 historical-bb8e65d50edefb72087d8fbbcc279adec439e72a.zip |
Remove old version.
Package-Manager: portage-2.1.9.42/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/hpricot')
-rw-r--r-- | dev-ruby/hpricot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/hpricot/hpricot-0.6.ebuild | 18 |
2 files changed, 4 insertions, 19 deletions
diff --git a/dev-ruby/hpricot/ChangeLog b/dev-ruby/hpricot/ChangeLog index 26205f6e7dc3..cbf620df4186 100644 --- a/dev-ruby/hpricot/ChangeLog +++ b/dev-ruby/hpricot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hpricot # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.31 2011/06/08 18:25:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.32 2011/06/08 18:37:55 graaff Exp $ + + 08 Jun 2011; Hans de Graaff <graaff@gentoo.org> -hpricot-0.6.ebuild: + Remove old version. 08 Jun 2011; Markus Meier <maekke@gentoo.org> hpricot-0.8.4.ebuild: amd64/x86 stable, bug #369377 diff --git a/dev-ruby/hpricot/hpricot-0.6.ebuild b/dev-ruby/hpricot/hpricot-0.6.ebuild deleted file mode 100644 index 76952b9380f4..000000000000 --- a/dev-ruby/hpricot/hpricot-0.6.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.6.ebuild,v 1.6 2010/05/22 15:18:39 flameeyes Exp $ - -inherit ruby gems - -USE_RUBY="ruby18" - -DESCRIPTION="A fast and liberal HTML parser for Ruby." -HOMEPAGE="http://code.whytheluckystiff.net/hpricot/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="" -RDEPEND=">=dev-lang/ruby-1.8.4" |