diff options
author | 2009-07-23 06:39:51 +0000 | |
---|---|---|
committer | 2009-07-23 06:39:51 +0000 | |
commit | ce682a2bce3ede190e89de8e6a361d1045ad301a (patch) | |
tree | 971b309baea7a0fea6e3ba1398c1f94dcd210ec4 /dev-ruby | |
parent | Update DEPEND for dev-haskell/haddock, relax deps. (diff) | |
download | gentoo-2-ce682a2bce3ede190e89de8e6a361d1045ad301a.tar.gz gentoo-2-ce682a2bce3ede190e89de8e6a361d1045ad301a.tar.bz2 gentoo-2-ce682a2bce3ede190e89de8e6a361d1045ad301a.zip |
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/piston/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/piston/piston-2.0.5.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-ruby/piston/ChangeLog b/dev-ruby/piston/ChangeLog index 32c35e4e9ec4..3220fde26445 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.2 2009/07/05 07:15:45 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/ChangeLog,v 1.3 2009/07/23 06:39:51 graaff Exp $ + +*piston-2.0.5 (23 Jul 2009) + + 23 Jul 2009; Hans de Graaff <graaff@gentoo.org> +piston-2.0.5.ebuild: + Version bump with better git compatibility. *piston-2.0.2 (05 Jul 2009) diff --git a/dev-ruby/piston/piston-2.0.5.ebuild b/dev-ruby/piston/piston-2.0.5.ebuild new file mode 100644 index 000000000000..7462e2d6d722 --- /dev/null +++ b/dev-ruby/piston/piston-2.0.5.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.5.ebuild,v 1.1 2009/07/23 06:39:51 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}" |