diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-07-19 07:34:54 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-07-19 07:34:54 +0000 |
commit | 04e32ee13588822da49d38b9691cea53e0341a1d (patch) | |
tree | d0995347cfc67f48f7894cc9b52e21b341809d75 | |
parent | sign manifest (diff) | |
download | gentoo-2-04e32ee13588822da49d38b9691cea53e0341a1d.tar.gz gentoo-2-04e32ee13588822da49d38b9691cea53e0341a1d.tar.bz2 gentoo-2-04e32ee13588822da49d38b9691cea53e0341a1d.zip |
Remove old versions.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
-rw-r--r-- | dev-ruby/haml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/haml/haml-2.0.0.ebuild | 16 | ||||
-rw-r--r-- | dev-ruby/haml/haml-2.0.6.ebuild | 18 |
3 files changed, 5 insertions, 35 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog index a57d278d245f..12a81b36cf43 100644 --- a/dev-ruby/haml/ChangeLog +++ b/dev-ruby/haml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/haml # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.10 2009/03/05 06:57:42 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.11 2009/07/19 07:34:54 graaff Exp $ + + 19 Jul 2009; Hans de Graaff <graaff@gentoo.org> -haml-2.0.0.ebuild, + -haml-2.0.6.ebuild: + Remove old versions. *haml-2.0.9 (05 Mar 2009) diff --git a/dev-ruby/haml/haml-2.0.0.ebuild b/dev-ruby/haml/haml-2.0.0.ebuild deleted file mode 100644 index da24dff32549..000000000000 --- a/dev-ruby/haml/haml-2.0.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-2.0.0.ebuild,v 1.1 2008/05/28 19:47:02 robbat2 Exp $ - -inherit ruby gems - -DESCRIPTION="HAML - a ruby web page templating engine" -HOMEPAGE="http://rubyforge.org/projects/haml/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.4 - dev-ruby/activesupport" diff --git a/dev-ruby/haml/haml-2.0.6.ebuild b/dev-ruby/haml/haml-2.0.6.ebuild deleted file mode 100644 index 74bd0ba312d1..000000000000 --- a/dev-ruby/haml/haml-2.0.6.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-2.0.6.ebuild,v 1.1 2008/12/20 13:24:05 graaff Exp $ - -inherit ruby gems - -DESCRIPTION="HAML - a ruby web page templating engine" -HOMEPAGE="http://haml.hamptoncatlin.com/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND=" - >=dev-lang/ruby-1.8.6 - dev-ruby/activesupport - dev-ruby/hpricot" |