summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-08-05 05:35:52 +0000
committerHans de Graaff <graaff@gentoo.org>2009-08-05 05:35:52 +0000
commitc79026c3582675093ab76c4063baf2a8f10071da (patch)
treebd2a16e280bff805c9ea57a0f8e9382e2116e09f /dev-ruby/piston
parentFixing infinite loop, bug #280399 , Patch thanks to Yuan Ye <yuanyelele@gmail... (diff)
downloadgentoo-2-c79026c3582675093ab76c4063baf2a8f10071da.tar.gz
gentoo-2-c79026c3582675093ab76c4063baf2a8f10071da.tar.bz2
gentoo-2-c79026c3582675093ab76c4063baf2a8f10071da.zip
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/piston')
-rw-r--r--dev-ruby/piston/ChangeLog7
-rw-r--r--dev-ruby/piston/piston-2.0.6.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-ruby/piston/ChangeLog b/dev-ruby/piston/ChangeLog
index 3220fde26445..4d6ba974f56c 100644
--- a/dev-ruby/piston/ChangeLog
+++ b/dev-ruby/piston/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/piston
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/ChangeLog,v 1.3 2009/07/23 06:39:51 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/ChangeLog,v 1.4 2009/08/05 05:35:52 graaff Exp $
+
+*piston-2.0.6 (05 Aug 2009)
+
+ 05 Aug 2009; Hans de Graaff <graaff@gentoo.org> +piston-2.0.6.ebuild:
+ Version bump with bug fixes.
*piston-2.0.5 (23 Jul 2009)
diff --git a/dev-ruby/piston/piston-2.0.6.ebuild b/dev-ruby/piston/piston-2.0.6.ebuild
new file mode 100644
index 000000000000..5b40cd810254
--- /dev/null
+++ b/dev-ruby/piston/piston-2.0.6.ebuild
@@ -0,0 +1,19 @@
+# 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.6.ebuild,v 1.1 2009/08/05 05:35:52 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-ruby/log4r-1.0.5
+ >=dev-ruby/main-2.8.3
+ >=dev-ruby/activesupport-2.0.0"
+DEPEND="${RDEPEND}"