summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2007-09-07 19:55:33 +0000
committerHans de Graaff <graaff@gentoo.org>2007-09-07 19:55:33 +0000
commitcd31a344adb152fc29e9f4559a9ae5136f5710ec (patch)
tree6a793d05b09cc7a834a2f56f558b096007edfa0c /dev-ruby/hpricot
parentFix pre-stripped binaries as reported by Jorge Manuel B. S. Vicetto per bug #... (diff)
downloadgentoo-2-cd31a344adb152fc29e9f4559a9ae5136f5710ec.tar.gz
gentoo-2-cd31a344adb152fc29e9f4559a9ae5136f5710ec.tar.bz2
gentoo-2-cd31a344adb152fc29e9f4559a9ae5136f5710ec.zip
Version bump.
(Portage version: 2.1.2.12)
Diffstat (limited to 'dev-ruby/hpricot')
-rw-r--r--dev-ruby/hpricot/ChangeLog7
-rw-r--r--dev-ruby/hpricot/files/digest-hpricot-0.63
-rw-r--r--dev-ruby/hpricot/hpricot-0.6.ebuild19
3 files changed, 28 insertions, 1 deletions
diff --git a/dev-ruby/hpricot/ChangeLog b/dev-ruby/hpricot/ChangeLog
index 45159aaf98bc..f669c6196b93 100644
--- a/dev-ruby/hpricot/ChangeLog
+++ b/dev-ruby/hpricot/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/hpricot
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.4 2007/04/13 21:20:16 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.5 2007/09/07 19:55:32 graaff Exp $
+
+*hpricot-0.6 (07 Sep 2007)
+
+ 07 Sep 2007; Hans de Graaff <graaff@gentoo.org> +hpricot-0.6.ebuild:
+ Version bump.
13 Apr 2007; Robin H. Johnson <robbat2@gentoo.org> hpricot-0.5.ebuild:
Add ~ppc and ~amd64 so I use this at work.
diff --git a/dev-ruby/hpricot/files/digest-hpricot-0.6 b/dev-ruby/hpricot/files/digest-hpricot-0.6
new file mode 100644
index 000000000000..4f1b3100efc1
--- /dev/null
+++ b/dev-ruby/hpricot/files/digest-hpricot-0.6
@@ -0,0 +1,3 @@
+MD5 389a3389ddb2e9aac989491dc05f4297 hpricot-0.6.gem 217088
+RMD160 80f785afd1d25219b6769271201733a934b52450 hpricot-0.6.gem 217088
+SHA256 8c40e3767d2e6b31c70b534c86c8f68c3648516b5b8e1f9515f6311088eff3c1 hpricot-0.6.gem 217088
diff --git a/dev-ruby/hpricot/hpricot-0.6.ebuild b/dev-ruby/hpricot/hpricot-0.6.ebuild
new file mode 100644
index 000000000000..e9701ad8ffc9
--- /dev/null
+++ b/dev-ruby/hpricot/hpricot-0.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2007 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.1 2007/09/07 19:55:32 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 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=dev-lang/ruby-1.8.4"