summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-12-02 06:52:20 +0000
committerHans de Graaff <graaff@gentoo.org>2009-12-02 06:52:20 +0000
commit8064597128592ad6bb8887a1553898824e35e7e3 (patch)
treeff4b9308555919e8285614ace72b21265caf2248 /dev-ruby/piston
parentstable on ppc64 (diff)
downloadgentoo-2-8064597128592ad6bb8887a1553898824e35e7e3.tar.gz
gentoo-2-8064597128592ad6bb8887a1553898824e35e7e3.tar.bz2
gentoo-2-8064597128592ad6bb8887a1553898824e35e7e3.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.7.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-ruby/piston/ChangeLog b/dev-ruby/piston/ChangeLog
index 7e789d6a622b..5fe1b2011296 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.5 2009/08/22 21:15:32 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/ChangeLog,v 1.6 2009/12/02 06:52:20 graaff Exp $
+
+*piston-2.0.7 (02 Dec 2009)
+
+ 02 Dec 2009; Hans de Graaff <graaff@gentoo.org> +piston-2.0.7.ebuild:
+ Version bump.
22 Aug 2009; Hans de Graaff <graaff@gentoo.org> -piston-1.3.3.ebuild,
-piston-2.0.2.ebuild, -piston-2.0.5.ebuild:
diff --git a/dev-ruby/piston/piston-2.0.7.ebuild b/dev-ruby/piston/piston-2.0.7.ebuild
new file mode 100644
index 000000000000..f23dbe419b2e
--- /dev/null
+++ b/dev-ruby/piston/piston-2.0.7.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.7.ebuild,v 1.1 2009/12/02 06:52:20 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}"