diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-08-23 07:42:45 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-08-23 07:42:45 +0000 |
commit | d2de0f7139322f4f8ee033e500b54eb1f569b8ef (patch) | |
tree | 2acea659d763cca830939c59ab5ab1e7b479e969 /dev-ruby/haml | |
parent | Remove old version. (diff) | |
download | historical-d2de0f7139322f4f8ee033e500b54eb1f569b8ef.tar.gz historical-d2de0f7139322f4f8ee033e500b54eb1f569b8ef.tar.bz2 historical-d2de0f7139322f4f8ee033e500b54eb1f569b8ef.zip |
Remove old versions.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/haml')
-rw-r--r-- | dev-ruby/haml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/haml/haml-2.0.9.ebuild | 18 | ||||
-rw-r--r-- | dev-ruby/haml/haml-2.2.1.ebuild | 14 |
3 files changed, 5 insertions, 33 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog index 1fca70d76dda..2675030f6b8d 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.13 2009/07/28 05:48:52 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.14 2009/08/23 07:42:45 graaff Exp $ + + 23 Aug 2009; Hans de Graaff <graaff@gentoo.org> -haml-2.0.9.ebuild, + -haml-2.2.1.ebuild: + Remove old versions. *haml-2.2.2 (28 Jul 2009) diff --git a/dev-ruby/haml/haml-2.0.9.ebuild b/dev-ruby/haml/haml-2.0.9.ebuild deleted file mode 100644 index 94781b75b4ab..000000000000 --- a/dev-ruby/haml/haml-2.0.9.ebuild +++ /dev/null @@ -1,18 +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/haml/haml-2.0.9.ebuild,v 1.1 2009/03/05 06:57:42 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" diff --git a/dev-ruby/haml/haml-2.2.1.ebuild b/dev-ruby/haml/haml-2.2.1.ebuild deleted file mode 100644 index d3dc6d10c73b..000000000000 --- a/dev-ruby/haml/haml-2.2.1.ebuild +++ /dev/null @@ -1,14 +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/haml/haml-2.2.1.ebuild,v 1.1 2009/07/19 07:41:25 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="" -USE_RUBY="ruby18" |