diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-08-22 21:15:32 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-08-22 21:15:32 +0000 |
commit | 179d197be2ad5bee787911d2996e7a42e45ea86a (patch) | |
tree | a3d08a15c05e05846741b9d6d094fd3b69fce559 /dev-ruby/piston | |
parent | Remove old version. (diff) | |
download | gentoo-2-179d197be2ad5bee787911d2996e7a42e45ea86a.tar.gz gentoo-2-179d197be2ad5bee787911d2996e7a42e45ea86a.tar.bz2 gentoo-2-179d197be2ad5bee787911d2996e7a42e45ea86a.zip |
Remove old versions.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/piston')
-rw-r--r-- | dev-ruby/piston/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/piston/piston-1.3.3.ebuild | 17 | ||||
-rw-r--r-- | dev-ruby/piston/piston-2.0.2.ebuild | 21 | ||||
-rw-r--r-- | dev-ruby/piston/piston-2.0.5.ebuild | 19 |
4 files changed, 5 insertions, 58 deletions
diff --git a/dev-ruby/piston/ChangeLog b/dev-ruby/piston/ChangeLog index 4d6ba974f56c..7e789d6a622b 100644 --- a/dev-ruby/piston/ChangeLog +++ b/dev-ruby/piston/ChangeLog @@ -1,6 +1,10 @@ # 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.4 2009/08/05 05:35:52 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/ChangeLog,v 1.5 2009/08/22 21:15:32 graaff Exp $ + + 22 Aug 2009; Hans de Graaff <graaff@gentoo.org> -piston-1.3.3.ebuild, + -piston-2.0.2.ebuild, -piston-2.0.5.ebuild: + Remove old versions. *piston-2.0.6 (05 Aug 2009) diff --git a/dev-ruby/piston/piston-1.3.3.ebuild b/dev-ruby/piston/piston-1.3.3.ebuild deleted file mode 100644 index 9070618b8112..000000000000 --- a/dev-ruby/piston/piston-1.3.3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/piston/piston-1.3.3.ebuild,v 1.1 2007/08/11 05:18:59 nichoj 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" -SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.5" diff --git a/dev-ruby/piston/piston-2.0.2.ebuild b/dev-ruby/piston/piston-2.0.2.ebuild deleted file mode 100644 index c472e8e36486..000000000000 --- a/dev-ruby/piston/piston-2.0.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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}" diff --git a/dev-ruby/piston/piston-2.0.5.ebuild b/dev-ruby/piston/piston-2.0.5.ebuild deleted file mode 100644 index 7462e2d6d722..000000000000 --- a/dev-ruby/piston/piston-2.0.5.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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}" |