diff options
author | Alex Legler <a3li@gentoo.org> | 2009-10-03 12:52:12 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-10-03 12:52:12 +0000 |
commit | 65c4cc1c302551676a8e3f487cc3b85d665783ed (patch) | |
tree | 82c5497421498d4dca09bd1b5356ebe0266b379c /dev-ruby | |
parent | Stable for ppp. (diff) | |
download | historical-65c4cc1c302551676a8e3f487cc3b85d665783ed.tar.gz historical-65c4cc1c302551676a8e3f487cc3b85d665783ed.tar.bz2 historical-65c4cc1c302551676a8e3f487cc3b85d665783ed.zip |
Version bump
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/haml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/haml/haml-2.2.6.ebuild | 14 | ||||
-rw-r--r-- | dev-ruby/httparty/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/httparty/httparty-0.4.5.ebuild | 18 | ||||
-rw-r--r-- | dev-ruby/radius/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/radius/radius-0.6.1.ebuild | 17 |
6 files changed, 68 insertions, 4 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog index d679338ef95f..3e97185e52e1 100644 --- a/dev-ruby/haml/ChangeLog +++ b/dev-ruby/haml/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/haml # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.17 2009/09/23 09:49:45 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.18 2009/10/03 12:45:39 a3li Exp $ + +*haml-2.2.6 (03 Oct 2009) + + 03 Oct 2009; Alex Legler <a3li@gentoo.org> +haml-2.2.6.ebuild: + Version bump *haml-2.2.5 (23 Sep 2009) diff --git a/dev-ruby/haml/haml-2.2.6.ebuild b/dev-ruby/haml/haml-2.2.6.ebuild new file mode 100644 index 000000000000..4f4c62c9efba --- /dev/null +++ b/dev-ruby/haml/haml-2.2.6.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-2.2.6.ebuild,v 1.1 2009/10/03 12:45:39 a3li Exp $ + +inherit ruby gems + +DESCRIPTION="HAML - a ruby web page templating engine" +HOMEPAGE="http://haml.hamptoncatlin.com/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" +USE_RUBY="ruby18 ruby19" diff --git a/dev-ruby/httparty/ChangeLog b/dev-ruby/httparty/ChangeLog index bed1bcd6ea09..9b6826f75614 100644 --- a/dev-ruby/httparty/ChangeLog +++ b/dev-ruby/httparty/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/httparty # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.7 2009/08/04 06:00:41 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.8 2009/10/03 12:48:38 a3li Exp $ + +*httparty-0.4.5 (03 Oct 2009) + + 03 Oct 2009; Alex Legler <a3li@gentoo.org> +httparty-0.4.5.ebuild: + Version bump 04 Aug 2009; Hans de Graaff <graaff@gentoo.org> -httparty-0.2.4.ebuild, -httparty-0.3.1.ebuild: diff --git a/dev-ruby/httparty/httparty-0.4.5.ebuild b/dev-ruby/httparty/httparty-0.4.5.ebuild new file mode 100644 index 000000000000..a2d481ad069b --- /dev/null +++ b/dev-ruby/httparty/httparty-0.4.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.4.5.ebuild,v 1.1 2009/10/03 12:48:38 a3li Exp $ + +inherit gems + +DESCRIPTION="Makes http fun! Also, makes consuming restful web services dead easy." +HOMEPAGE="http://httparty.rubyforge.org/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +USE_RUBY="ruby18" + +DEPEND=">=dev-ruby/crack-0.1.1" +RDEPEND="${DEPEND}" diff --git a/dev-ruby/radius/ChangeLog b/dev-ruby/radius/ChangeLog index dc099f0fd455..2c11ae703606 100644 --- a/dev-ruby/radius/ChangeLog +++ b/dev-ruby/radius/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/radius -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v 1.1 2007/02/04 07:29:54 pclouds Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v 1.2 2009/10/03 12:52:12 a3li Exp $ + +*radius-0.6.1 (03 Oct 2009) + + 03 Oct 2009; Alex Legler <a3li@gentoo.org> +radius-0.6.1.ebuild: + Version bump *radius-0.5.1 (04 Feb 2007) diff --git a/dev-ruby/radius/radius-0.6.1.ebuild b/dev-ruby/radius/radius-0.6.1.ebuild new file mode 100644 index 000000000000..ade55d2e4906 --- /dev/null +++ b/dev-ruby/radius/radius-0.6.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/radius-0.6.1.ebuild,v 1.1 2009/10/03 12:52:12 a3li Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Powerful tag-based template system." +HOMEPAGE="http://radius.rubyforge.org/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +RESTRICT="test" + +DEPEND=">=dev-lang/ruby-1.8.6" |