summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2008-12-29 15:54:27 +0000
committerHans de Graaff <graaff@gentoo.org>2008-12-29 15:54:27 +0000
commitedb7d6a2ce73e929ec04708c5e884247993d9a0e (patch)
treec5bb0f9a39bf7a200b3ed308dbcdb67d0c0dfbf5 /dev-ruby/hpricot
parentRemove duped profiles on profiles.desc (diff)
downloadgentoo-2-edb7d6a2ce73e929ec04708c5e884247993d9a0e.tar.gz
gentoo-2-edb7d6a2ce73e929ec04708c5e884247993d9a0e.tar.bz2
gentoo-2-edb7d6a2ce73e929ec04708c5e884247993d9a0e.zip
Remove broken version
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 x86_64)
Diffstat (limited to 'dev-ruby/hpricot')
-rw-r--r--dev-ruby/hpricot/ChangeLog5
-rw-r--r--dev-ruby/hpricot/hpricot-0.6.164.ebuild19
2 files changed, 4 insertions, 20 deletions
diff --git a/dev-ruby/hpricot/ChangeLog b/dev-ruby/hpricot/ChangeLog
index 041a293860ad..f042debd7d46 100644
--- a/dev-ruby/hpricot/ChangeLog
+++ b/dev-ruby/hpricot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/hpricot
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.12 2008/12/20 13:37:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.13 2008/12/29 15:54:27 graaff Exp $
+
+ 29 Dec 2008; Hans de Graaff <graaff@gentoo.org> -hpricot-0.6.164.ebuild:
+ Remove known to be broken version since we can't fix the gem easily.
*hpricot-0.6.164 (20 Dec 2008)
diff --git a/dev-ruby/hpricot/hpricot-0.6.164.ebuild b/dev-ruby/hpricot/hpricot-0.6.164.ebuild
deleted file mode 100644
index 801a38929ac0..000000000000
--- a/dev-ruby/hpricot/hpricot-0.6.164.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.6.164.ebuild,v 1.1 2008/12/20 13:37:14 graaff Exp $
-
-inherit ruby gems
-
-USE_RUBY="ruby18"
-
-DESCRIPTION="A fast and liberal HTML parser for Ruby."
-HOMEPAGE="http://code.whytheluckystiff.net/hpricot/"
-SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-lang/ruby-1.8.4"