diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-11-29 07:21:22 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-11-29 07:21:22 +0000 |
commit | 37bf9a56d2dbae924ce0605f129634c1a01921ba (patch) | |
tree | a6a6b129caf97c5ef2ea402cb899256febd5f0f5 /dev-ruby/haml | |
parent | Version bump. (diff) | |
download | gentoo-2-37bf9a56d2dbae924ce0605f129634c1a01921ba.tar.gz gentoo-2-37bf9a56d2dbae924ce0605f129634c1a01921ba.tar.bz2 gentoo-2-37bf9a56d2dbae924ce0605f129634c1a01921ba.zip |
Remove old versions.
(Portage version: 2.1.10.11/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-3.0.24.ebuild | 42 | ||||
-rw-r--r-- | dev-ruby/haml/haml-3.1.1.ebuild | 42 |
3 files changed, 5 insertions, 85 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog index 3047b7099d3b..9a8fd820d69e 100644 --- a/dev-ruby/haml/ChangeLog +++ b/dev-ruby/haml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/haml # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.66 2011/09/09 05:34:29 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.67 2011/11/29 07:21:22 graaff Exp $ + + 29 Nov 2011; Hans de Graaff <graaff@gentoo.org> -haml-3.0.24.ebuild, + -haml-3.1.1.ebuild: + Remove old versions. *haml-3.1.3 (09 Sep 2011) diff --git a/dev-ruby/haml/haml-3.0.24.ebuild b/dev-ruby/haml/haml-3.0.24.ebuild deleted file mode 100644 index 62099f0a650e..000000000000 --- a/dev-ruby/haml/haml-3.0.24.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.0.24.ebuild,v 1.2 2011/08/07 14:23:12 armin76 Exp $ - -EAPI=2 - -USE_RUBY="ruby18 ree18" - -RUBY_FAKEGEM_TASK_DOC="doc" - -RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING README.md" -RUBY_FAKEGEM_DOCDIR="doc" - -RUBY_FAKEGEM_EXTRAINSTALL="init.rb VERSION VERSION_NAME" - -inherit ruby-fakegem - -DESCRIPTION="HAML - a ruby web page templating engine" -HOMEPAGE="http://haml.hamptoncatlin.com/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -# TODO: haml has some emacs modes that it could be installing, in case -IUSE="" - -# 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/erubis - dev-ruby/rails - dev-ruby/ruby_parser - ) - doc? ( - dev-ruby/yard - dev-ruby/maruku - )" diff --git a/dev-ruby/haml/haml-3.1.1.ebuild b/dev-ruby/haml/haml-3.1.1.ebuild deleted file mode 100644 index 25a2f654ee33..000000000000 --- a/dev-ruby/haml/haml-3.1.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.1.1.ebuild,v 1.3 2011/08/07 14:23:12 armin76 Exp $ - -EAPI=2 - -USE_RUBY="ruby18 ree18" - -RUBY_FAKEGEM_TASK_DOC="doc" - -RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING README.md" -RUBY_FAKEGEM_DOCDIR="doc" - -RUBY_FAKEGEM_EXTRAINSTALL="init.rb VERSION VERSION_NAME vendor" - -inherit ruby-fakegem - -DESCRIPTION="HAML - a ruby web page templating engine" -HOMEPAGE="http://haml-lang.com/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -# TODO: haml has some emacs modes that it could be installing, in case -IUSE="" - -# The html engine requires hpricot -ruby_add_rdepend "dev-ruby/hpricot dev-ruby/fssm" - -# It could use merb during testing as well, but it's not mandatory -ruby_add_bdepend " - test? ( - virtual/ruby-test-unit - dev-ruby/erubis - dev-ruby/rails - dev-ruby/ruby_parser - ) - doc? ( - dev-ruby/yard - dev-ruby/maruku - )" |