summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/nokogiri/ChangeLog7
-rw-r--r--dev-ruby/nokogiri/nokogiri-1.1.0.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-ruby/nokogiri/ChangeLog b/dev-ruby/nokogiri/ChangeLog
index 215b005cff22..449445dfee6d 100644
--- a/dev-ruby/nokogiri/ChangeLog
+++ b/dev-ruby/nokogiri/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/nokogiri
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.1 2008/12/27 11:53:03 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.2 2008/12/27 11:57:09 graaff Exp $
+
+*nokogiri-1.1.0 (27 Dec 2008)
+
+ 27 Dec 2008; Hans de Graaff <graaff@gentoo.org> +nokogiri-1.1.0.ebuild:
+ Version bump
*nokogiri-1.0.6 (27 Dec 2008)
diff --git a/dev-ruby/nokogiri/nokogiri-1.1.0.ebuild b/dev-ruby/nokogiri/nokogiri-1.1.0.ebuild
new file mode 100644
index 000000000000..dd0ae5a3e6b6
--- /dev/null
+++ b/dev-ruby/nokogiri/nokogiri-1.1.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.1.0.ebuild,v 1.1 2008/12/27 11:57:09 graaff Exp $
+
+inherit gems
+
+DESCRIPTION="Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser."
+HOMEPAGE="http://nokogiri.rubyforge.org/"
+LICENSE="MIT"
+
+KEYWORDS="~x86 ~amd64"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-libs/libxml2
+ dev-libs/libxslt"
+DEPEND="${RDEPEND}
+ >=dev-ruby/hoe-1.7.0"