summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-07-05 07:15:45 +0000
committerHans de Graaff <graaff@gentoo.org>2009-07-05 07:15:45 +0000
commit9182557d4e2d74569a33602ecf185eb76f4397d2 (patch)
tree5f144fdbe8512c4996b69723694477af62133aaa
parentUse system Qt4 libraries on x86. Restrict binchecks as this is a binary pack... (diff)
downloadgentoo-2-9182557d4e2d74569a33602ecf185eb76f4397d2.tar.gz
gentoo-2-9182557d4e2d74569a33602ecf185eb76f4397d2.tar.bz2
gentoo-2-9182557d4e2d74569a33602ecf185eb76f4397d2.zip
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
-rw-r--r--dev-ruby/piston/ChangeLog9
-rw-r--r--dev-ruby/piston/piston-2.0.2.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-ruby/piston/ChangeLog b/dev-ruby/piston/ChangeLog
index 857b7523ed3d..32c35e4e9ec4 100644
--- a/dev-ruby/piston/ChangeLog
+++ b/dev-ruby/piston/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/piston
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/ChangeLog,v 1.1 2007/08/11 05:18:59 nichoj Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/ChangeLog,v 1.2 2009/07/05 07:15:45 graaff Exp $
+
+*piston-2.0.2 (05 Jul 2009)
+
+ 05 Jul 2009; Hans de Graaff <graaff@gentoo.org> +piston-2.0.2.ebuild:
+ Version bump.
*piston-1.3.3 (11 Aug 2007)
diff --git a/dev-ruby/piston/piston-2.0.2.ebuild b/dev-ruby/piston/piston-2.0.2.ebuild
new file mode 100644
index 000000000000..c472e8e36486
--- /dev/null
+++ b/dev-ruby/piston/piston-2.0.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/piston-2.0.2.ebuild,v 1.1 2009/07/05 07:15:45 graaff Exp $
+
+inherit ruby gems
+
+USE_RUBY="ruby18"
+DESCRIPTION="A Rails utility that uses Subversion to manage local copies of upstream vendor branches."
+HOMEPAGE="http://piston.rubyforge.org"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ruby-1.8.5
+ >=dev-ruby/rubygems-1.3.0
+ >=dev-ruby/log4r-1.0.5
+ >=dev-ruby/main-2.8.3
+ >=dev-ruby/activesupport-2.0.0"
+DEPEND="${RDEPEND}"