diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-03-23 07:02:14 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-03-23 07:02:14 +0000 |
commit | bb3f24d3280459ca6ca6fedc3c4abcb1129bbca2 (patch) | |
tree | 704bdab0b59b093564e85bcccf17cd711d4fbd3a /dev-ruby/haml | |
parent | old (diff) | |
download | gentoo-2-bb3f24d3280459ca6ca6fedc3c4abcb1129bbca2.tar.gz gentoo-2-bb3f24d3280459ca6ca6fedc3c4abcb1129bbca2.tar.bz2 gentoo-2-bb3f24d3280459ca6ca6fedc3c4abcb1129bbca2.zip |
Remove old versions.
(Portage version: 2.1.7.17/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.2.15.ebuild | 14 | ||||
-rw-r--r-- | dev-ruby/haml/haml-2.2.17.ebuild | 42 | ||||
-rw-r--r-- | dev-ruby/haml/haml-2.2.19.ebuild | 42 |
4 files changed, 5 insertions, 99 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog index 9c1fa590da5a..64285bac1fbe 100644 --- a/dev-ruby/haml/ChangeLog +++ b/dev-ruby/haml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/haml # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.36 2010/02/17 07:45:28 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.37 2010/03/23 07:02:14 graaff Exp $ + + 23 Mar 2010; Hans de Graaff <graaff@gentoo.org> -haml-2.2.15.ebuild, + -haml-2.2.17.ebuild, -haml-2.2.19.ebuild: + Remove old versions. *haml-2.2.20 (17 Feb 2010) diff --git a/dev-ruby/haml/haml-2.2.15.ebuild b/dev-ruby/haml/haml-2.2.15.ebuild deleted file mode 100644 index d05ed46e41d2..000000000000 --- a/dev-ruby/haml/haml-2.2.15.ebuild +++ /dev/null @@ -1,14 +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/haml/haml-2.2.15.ebuild,v 1.2 2010/01/08 11:13:46 a3li 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" diff --git a/dev-ruby/haml/haml-2.2.17.ebuild b/dev-ruby/haml/haml-2.2.17.ebuild deleted file mode 100644 index 70ba11b680c0..000000000000 --- a/dev-ruby/haml/haml-2.2.17.ebuild +++ /dev/null @@ -1,42 +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/haml/haml-2.2.17.ebuild,v 1.2 2010/01/25 17:14:29 flameeyes Exp $ - -EAPI=2 - -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="doc" - -RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING README.md" -RUBY_FAKEGEM_DOCDIR="doc" - -inherit ruby-fakegem - -DESCRIPTION="HAML - a ruby web page templating engine" -HOMEPAGE="http://haml.hamptoncatlin.com/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - -# TODO: haml has some emacs modes that it could be installing, in case -IUSE="" - -all_ruby_prepare() { - sed -i -e '/haml.gemspec/,/Task\[:package\]/s:^:#:' "${S}"/Rakefile -} - -each_ruby_install() { - each_fakegem_install - - # This is needed otherwise it fails at runtime - ruby_fakegem_doins VERSION VERSION_NAME -} - -# The html engine requires hpricot -ruby_add_rdepend dev-ruby/hpricot - -# It could use merb during testing as well, but it's not mandatory -ruby_add_bdepend test "virtual/ruby-test-unit dev-ruby/actionpack" -ruby_add_bdepend doc "dev-ruby/yard dev-ruby/maruku" diff --git a/dev-ruby/haml/haml-2.2.19.ebuild b/dev-ruby/haml/haml-2.2.19.ebuild deleted file mode 100644 index c64788d91853..000000000000 --- a/dev-ruby/haml/haml-2.2.19.ebuild +++ /dev/null @@ -1,42 +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/haml/haml-2.2.19.ebuild,v 1.1 2010/02/10 20:51:22 graaff Exp $ - -EAPI=2 - -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="doc" - -RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING README.md" -RUBY_FAKEGEM_DOCDIR="doc" - -inherit ruby-fakegem - -DESCRIPTION="HAML - a ruby web page templating engine" -HOMEPAGE="http://haml.hamptoncatlin.com/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - -# TODO: haml has some emacs modes that it could be installing, in case -IUSE="" - -all_ruby_prepare() { - sed -i -e '/haml.gemspec/,/Task\[:package\]/s:^:#:' "${S}"/Rakefile -} - -each_ruby_install() { - each_fakegem_install - - # This is needed otherwise it fails at runtime - ruby_fakegem_doins VERSION VERSION_NAME -} - -# The html engine requires hpricot -ruby_add_rdepend dev-ruby/hpricot - -# It could use merb during testing as well, but it's not mandatory -ruby_add_bdepend test "virtual/ruby-test-unit dev-ruby/actionpack" -ruby_add_bdepend doc "dev-ruby/yard dev-ruby/maruku" |