diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-12-20 13:37:14 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-12-20 13:37:14 +0000 |
commit | f5fcf316f94bbe0bed44e44b466d5920d6f02624 (patch) | |
tree | 671381305b394e182abdde33676063d6e6660199 /dev-ruby/hpricot | |
parent | stable amd64, bug 251517, thanks to Victor Enriquez for testing (diff) | |
download | gentoo-2-f5fcf316f94bbe0bed44e44b466d5920d6f02624.tar.gz gentoo-2-f5fcf316f94bbe0bed44e44b466d5920d6f02624.tar.bz2 gentoo-2-f5fcf316f94bbe0bed44e44b466d5920d6f02624.zip |
Version bump
(Portage version: 2.1.6.1/cvs/Linux 2.6.26-gentoo-r2 x86_64)
Diffstat (limited to 'dev-ruby/hpricot')
-rw-r--r-- | dev-ruby/hpricot/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/hpricot/hpricot-0.6.164.ebuild (renamed from dev-ruby/hpricot/hpricot-0.5.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-ruby/hpricot/ChangeLog b/dev-ruby/hpricot/ChangeLog index eab7c971feab..041a293860ad 100644 --- a/dev-ruby/hpricot/ChangeLog +++ b/dev-ruby/hpricot/ChangeLog @@ -1,6 +1,12 @@ # 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.11 2008/07/08 01:52:28 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.12 2008/12/20 13:37:14 graaff Exp $ + +*hpricot-0.6.164 (20 Dec 2008) + + 20 Dec 2008; Hans de Graaff <graaff@gentoo.org> -hpricot-0.5.ebuild, + +hpricot-0.6.164.ebuild: + Version bump; remove old version 08 Jul 2008; Javier Villavicencio <the_paya@gentoo.org> hpricot-0.6.ebuild: diff --git a/dev-ruby/hpricot/hpricot-0.5.ebuild b/dev-ruby/hpricot/hpricot-0.6.164.ebuild index 874462c6b4f7..801a38929ac0 100644 --- a/dev-ruby/hpricot/hpricot-0.5.ebuild +++ b/dev-ruby/hpricot/hpricot-0.6.164.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.5.ebuild,v 1.5 2007/09/13 19:55:16 maekke Exp $ +# $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 @@ -12,7 +12,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="" |