diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-09-09 18:03:28 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-09-09 18:03:28 +0000 |
commit | 2be8108cbdf5646f445c594369343f90884da7cf (patch) | |
tree | 22e10f92ceb8dd8cf883af2e422fb02d5115b444 /dev-ruby | |
parent | Cleanup. (diff) | |
download | gentoo-2-2be8108cbdf5646f445c594369343f90884da7cf.tar.gz gentoo-2-2be8108cbdf5646f445c594369343f90884da7cf.tar.bz2 gentoo-2-2be8108cbdf5646f445c594369343f90884da7cf.zip |
Cleanup.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/piston/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/piston/piston-2.0.8.ebuild | 31 | ||||
-rw-r--r-- | dev-ruby/piston/piston-2.0.9.ebuild | 31 |
3 files changed, 6 insertions, 64 deletions
diff --git a/dev-ruby/piston/ChangeLog b/dev-ruby/piston/ChangeLog index aeb58c36d564..b633cd9a4455 100644 --- a/dev-ruby/piston/ChangeLog +++ b/dev-ruby/piston/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/piston -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/ChangeLog,v 1.10 2010/09/19 08:05:07 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/ChangeLog,v 1.11 2012/09/09 18:03:28 graaff Exp $ + + 09 Sep 2012; Hans de Graaff <graaff@gentoo.org> -piston-2.0.8.ebuild, + -piston-2.0.9.ebuild: + Cleanup. *piston-2.0.10 (19 Sep 2010) diff --git a/dev-ruby/piston/piston-2.0.8.ebuild b/dev-ruby/piston/piston-2.0.8.ebuild deleted file mode 100644 index 19d5d1a277fd..000000000000 --- a/dev-ruby/piston/piston-2.0.8.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/piston-2.0.8.ebuild,v 1.1 2010/02/28 07:56:59 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="History.txt README.txt TODO" -RUBY_FAKEGEM_EXTRAINSTALL="script" - -inherit ruby-fakegem - -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="" - -# Tests fails. Disabled for now and reported upstream: -# http://github.com/francois/piston/issues/issue/4 -RESTRICT="test" - -ruby_add_bdepend test "dev-ruby/mocha" - -ruby_add_rdepend " >=dev-ruby/log4r-1.0.5 - >=dev-ruby/main-2.8.3 - >=dev-ruby/activesupport-2.0.0" diff --git a/dev-ruby/piston/piston-2.0.9.ebuild b/dev-ruby/piston/piston-2.0.9.ebuild deleted file mode 100644 index 5be4e11449f7..000000000000 --- a/dev-ruby/piston/piston-2.0.9.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/piston-2.0.9.ebuild,v 1.1 2010/08/07 13:10:44 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="History.txt README.txt TODO" -RUBY_FAKEGEM_EXTRAINSTALL="script" - -inherit ruby-fakegem - -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="" - -# Tests fails. Disabled for now and reported upstream: -# http://github.com/francois/piston/issues/issue/4 -RESTRICT="test" - -ruby_add_bdepend "test? ( dev-ruby/mocha )" - -ruby_add_rdepend " >=dev-ruby/log4r-1.0.5 - >=dev-ruby/main-2.8.3 - >=dev-ruby/activesupport-2.0.0" |