summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-01-02 09:48:33 +0000
committerHans de Graaff <graaff@gentoo.org>2011-01-02 09:48:33 +0000
commitbc8442326843cdbb0c691fb371b1cf4e16144eed (patch)
treec1c2b02c20a2ff3ea8ca8474b8f76c8e5ad2cf12 /dev-ruby/haml
parentx86 stable wrt bug #349709 (diff)
downloadgentoo-2-bc8442326843cdbb0c691fb371b1cf4e16144eed.tar.gz
gentoo-2-bc8442326843cdbb0c691fb371b1cf4e16144eed.tar.bz2
gentoo-2-bc8442326843cdbb0c691fb371b1cf4e16144eed.zip
Remove old versions.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/haml')
-rw-r--r--dev-ruby/haml/ChangeLog8
-rw-r--r--dev-ruby/haml/haml-2.2.24.ebuild51
-rw-r--r--dev-ruby/haml/haml-3.0.21.ebuild42
-rw-r--r--dev-ruby/haml/haml-3.0.22.ebuild42
-rw-r--r--dev-ruby/haml/haml-3.0.23.ebuild42
5 files changed, 6 insertions, 179 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog
index 698c3be4bcb7..1c9274d65903 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.57 2010/11/26 12:16:41 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.58 2011/01/02 09:48:33 graaff Exp $
+
+ 02 Jan 2011; Hans de Graaff <graaff@gentoo.org> -haml-2.2.24.ebuild,
+ -haml-3.0.21.ebuild, -haml-3.0.22.ebuild, -haml-3.0.23.ebuild:
+ Remove old versions.
*haml-3.0.24 (26 Nov 2010)
diff --git a/dev-ruby/haml/haml-2.2.24.ebuild b/dev-ruby/haml/haml-2.2.24.ebuild
deleted file mode 100644
index 02d8399d7f03..000000000000
--- a/dev-ruby/haml/haml-2.2.24.ebuild
+++ /dev/null
@@ -1,51 +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.24.ebuild,v 1.2 2010/05/22 13:28:36 flameeyes 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"
-
-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
- )
- doc? (
- dev-ruby/yard
- dev-ruby/maruku
- )"
diff --git a/dev-ruby/haml/haml-3.0.21.ebuild b/dev-ruby/haml/haml-3.0.21.ebuild
deleted file mode 100644
index 6bba4776e42e..000000000000
--- a/dev-ruby/haml/haml-3.0.21.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-3.0.21.ebuild,v 1.2 2010/10/03 09:25:59 graaff 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 ~ppc ~ppc64 ~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.0.22.ebuild b/dev-ruby/haml/haml-3.0.22.ebuild
deleted file mode 100644
index fe0e0387a65f..000000000000
--- a/dev-ruby/haml/haml-3.0.22.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-3.0.22.ebuild,v 1.1 2010/10/29 15:31:41 graaff 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 ~ppc ~ppc64 ~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.0.23.ebuild b/dev-ruby/haml/haml-3.0.23.ebuild
deleted file mode 100644
index b76131ae7d1e..000000000000
--- a/dev-ruby/haml/haml-3.0.23.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-3.0.23.ebuild,v 1.1 2010/11/07 05:57:55 graaff 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 ~ppc ~ppc64 ~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
- )"