summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2009-10-03 21:52:52 +0000
committerAlex Legler <a3li@gentoo.org>2009-10-03 21:52:52 +0000
commit7caa09b7436f8e2da6027b678b2f5221791aea23 (patch)
tree5f033031323f7d1fb1efd5ef97d5960dad218ae7 /dev-ruby/activeresource
parentDelete older ebuilds. (diff)
downloadgentoo-2-7caa09b7436f8e2da6027b678b2f5221791aea23.tar.gz
gentoo-2-7caa09b7436f8e2da6027b678b2f5221791aea23.tar.bz2
gentoo-2-7caa09b7436f8e2da6027b678b2f5221791aea23.zip
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/activeresource')
-rw-r--r--dev-ruby/activeresource/ChangeLog7
-rw-r--r--dev-ruby/activeresource/activeresource-2.2.3.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-ruby/activeresource/ChangeLog b/dev-ruby/activeresource/ChangeLog
index 4cac01ba40bc..06e5096d78e9 100644
--- a/dev-ruby/activeresource/ChangeLog
+++ b/dev-ruby/activeresource/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/activeresource
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.42 2009/09/26 19:51:06 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.43 2009/10/03 21:52:52 a3li Exp $
+
+*activeresource-2.2.3 (03 Oct 2009)
+
+ 03 Oct 2009; Alex Legler <a3li@gentoo.org> +activeresource-2.2.3.ebuild:
+ Version bump
26 Sep 2009; Hans de Graaff <graaff@gentoo.org>
-activeresource-2.3.2.ebuild, -activeresource-2.3.3.ebuild:
diff --git a/dev-ruby/activeresource/activeresource-2.2.3.ebuild b/dev-ruby/activeresource/activeresource-2.2.3.ebuild
new file mode 100644
index 000000000000..bfd741c913c4
--- /dev/null
+++ b/dev-ruby/activeresource/activeresource-2.2.3.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/activeresource/activeresource-2.2.3.ebuild,v 1.1 2009/10/03 21:52:52 a3li Exp $
+
+inherit ruby gems
+USE_RUBY="ruby18"
+
+DESCRIPTION="Think Active Record for web resources.."
+HOMEPAGE="http://rubyforge.org/projects/activeresource/"
+
+LICENSE="MIT"
+SLOT="2.2"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=">=dev-lang/ruby-1.8.5
+ ~dev-ruby/activesupport-2.2.3"