diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-01-15 12:11:47 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-01-15 12:11:47 +0000 |
commit | 4c170e950e450e28a6265e43e9b1186a61c5b6e3 (patch) | |
tree | 821cffba403f664507bdc8a93cc6fecff38c857d /dev-ruby/hpricot | |
parent | arm stable, bug #350598 (diff) | |
download | gentoo-2-4c170e950e450e28a6265e43e9b1186a61c5b6e3.tar.gz gentoo-2-4c170e950e450e28a6265e43e9b1186a61c5b6e3.tar.bz2 gentoo-2-4c170e950e450e28a6265e43e9b1186a61c5b6e3.zip |
Remove old versions.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/hpricot')
-rw-r--r-- | dev-ruby/hpricot/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/hpricot/hpricot-0.8.2-r1.ebuild | 45 | ||||
-rw-r--r-- | dev-ruby/hpricot/hpricot-0.8.2-r2.ebuild | 45 |
3 files changed, 6 insertions, 92 deletions
diff --git a/dev-ruby/hpricot/ChangeLog b/dev-ruby/hpricot/ChangeLog index 4105dc153d0c..c27d2f86680d 100644 --- a/dev-ruby/hpricot/ChangeLog +++ b/dev-ruby/hpricot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/hpricot -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.26 2010/11/08 20:23:38 graaff Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.27 2011/01/15 12:11:47 graaff Exp $ + + 15 Jan 2011; Hans de Graaff <graaff@gentoo.org> -hpricot-0.8.2-r1.ebuild, + -hpricot-0.8.2-r2.ebuild: + Remove old versions. 08 Nov 2010; Hans de Graaff <graaff@gentoo.org> hpricot-0.8.3.ebuild: Add missing dependency on dev-ruby/rake-compiler, fixing bug 344637. diff --git a/dev-ruby/hpricot/hpricot-0.8.2-r1.ebuild b/dev-ruby/hpricot/hpricot-0.8.2-r1.ebuild deleted file mode 100644 index 64095e29720a..000000000000 --- a/dev-ruby/hpricot/hpricot-0.8.2-r1.ebuild +++ /dev/null @@ -1,45 +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.8.2-r1.ebuild,v 1.3 2010/09/26 18:14:27 graaff Exp $ - -EAPI=2 - -USE_RUBY="ruby18 jruby" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README" - -inherit ruby-fakegem eutils - -DESCRIPTION="A fast and liberal HTML parser for Ruby." -HOMEPAGE="http://wiki.github.com/why/hpricot" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" - -# Probably needs the same jdk as JRuby but I'm not sure how to express -# that just yet. -DEPEND="${DEPEND} - dev-util/ragel - ruby_targets_jruby? ( >=virtual/jdk-1.5 )" - -ruby_add_bdepend "dev-ruby/rake - test? ( virtual/ruby-test-unit )" - -all_ruby_prepare() { - # Fix issue #11 from upstream - epatch "${FILESDIR}"/${P}-jruby.patch -} - -each_ruby_compile() { - case $(basename ${RUBY}) in - jruby) - ${RUBY} -S rake compile_java || die "rake compile failed" - ;; - *) - ${RUBY} -S rake compile || die "rake compile failed" - ;; - esac -} diff --git a/dev-ruby/hpricot/hpricot-0.8.2-r2.ebuild b/dev-ruby/hpricot/hpricot-0.8.2-r2.ebuild deleted file mode 100644 index b32866cc8de1..000000000000 --- a/dev-ruby/hpricot/hpricot-0.8.2-r2.ebuild +++ /dev/null @@ -1,45 +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.8.2-r2.ebuild,v 1.1 2010/09/10 12:19:37 graaff Exp $ - -EAPI=2 - -USE_RUBY="ruby18 ree18 ruby19 jruby" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README" - -inherit ruby-fakegem eutils - -DESCRIPTION="A fast and liberal HTML parser for Ruby." -HOMEPAGE="http://wiki.github.com/why/hpricot" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" - -# Probably needs the same jdk as JRuby but I'm not sure how to express -# that just yet. -DEPEND="${DEPEND} - dev-util/ragel - ruby_targets_jruby? ( >=virtual/jdk-1.5 )" - -ruby_add_bdepend "dev-ruby/rake - test? ( virtual/ruby-test-unit )" - -all_ruby_prepare() { - # Fix issue #11 from upstream - epatch "${FILESDIR}"/${P}-jruby.patch -} - -each_ruby_compile() { - case $(basename ${RUBY}) in - jruby) - ${RUBY} -S rake compile_java || die "rake compile failed" - ;; - *) - ${RUBY} -S rake compile || die "rake compile failed" - ;; - esac -} |