diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-09-18 16:22:47 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-09-18 16:22:47 +0000 |
commit | d8946df2891605525d32e1e4c18f120ef8c772ca (patch) | |
tree | 9d58507527366a9d406b9642939c868c80173f24 /dev-ruby/haml | |
parent | Add ~ia64 wrt #337113 (diff) | |
download | gentoo-2-d8946df2891605525d32e1e4c18f120ef8c772ca.tar.gz gentoo-2-d8946df2891605525d32e1e4c18f120ef8c772ca.tar.bz2 gentoo-2-d8946df2891605525d32e1e4c18f120ef8c772ca.zip |
Remove old versions.
(Portage version: 2.1.8.3/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.13-r1.ebuild | 41 | ||||
-rw-r--r-- | dev-ruby/haml/haml-3.0.16.ebuild | 41 |
3 files changed, 5 insertions, 83 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog index caeced2843a8..58779066a490 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.47 2010/08/29 10:53:57 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.48 2010/09/18 16:22:47 graaff Exp $ + + 18 Sep 2010; Hans de Graaff <graaff@gentoo.org> -haml-3.0.13-r1.ebuild, + -haml-3.0.16.ebuild: + Remove old versions. *haml-3.0.17 (29 Aug 2010) diff --git a/dev-ruby/haml/haml-3.0.13-r1.ebuild b/dev-ruby/haml/haml-3.0.13-r1.ebuild deleted file mode 100644 index c4fb3ef8cbc7..000000000000 --- a/dev-ruby/haml/haml-3.0.13-r1.ebuild +++ /dev/null @@ -1,41 +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-3.0.13-r1.ebuild,v 1.1 2010/06/30 19:17:22 graaff Exp $ - -EAPI=2 - -USE_RUBY="ruby18" - -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 ~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/actionpack - ) - doc? ( - dev-ruby/yard - dev-ruby/maruku - )" diff --git a/dev-ruby/haml/haml-3.0.16.ebuild b/dev-ruby/haml/haml-3.0.16.ebuild deleted file mode 100644 index 24dae57a9834..000000000000 --- a/dev-ruby/haml/haml-3.0.16.ebuild +++ /dev/null @@ -1,41 +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-3.0.16.ebuild,v 1.1 2010/08/08 14:09:58 graaff Exp $ - -EAPI=2 - -USE_RUBY="ruby18" - -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 ~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/actionpack - ) - doc? ( - dev-ruby/yard - dev-ruby/maruku - )" |