summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-10-29 15:28:41 +0000
committerHans de Graaff <graaff@gentoo.org>2010-10-29 15:28:41 +0000
commitd28ecf5b9ad603f699b12657025728c68319e518 (patch)
treeaf0fbc658fb62d1cda0f7b456d842112ca4452aa /dev-ruby/haml
parentVersion bump. This package is now deprecated. (diff)
downloadgentoo-2-d28ecf5b9ad603f699b12657025728c68319e518.tar.gz
gentoo-2-d28ecf5b9ad603f699b12657025728c68319e518.tar.bz2
gentoo-2-d28ecf5b9ad603f699b12657025728c68319e518.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/ChangeLog6
-rw-r--r--dev-ruby/haml/haml-3.0.13.ebuild42
-rw-r--r--dev-ruby/haml/haml-3.0.17.ebuild41
-rw-r--r--dev-ruby/haml/haml-3.0.19.ebuild42
4 files changed, 5 insertions, 126 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog
index ce185ef588e0..fa9f3e2fd327 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.53 2010/10/03 09:25:59 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.54 2010/10/29 15:28:41 graaff Exp $
+
+ 29 Oct 2010; Hans de Graaff <graaff@gentoo.org> -haml-3.0.13.ebuild,
+ -haml-3.0.17.ebuild, -haml-3.0.19.ebuild:
+ Remove old versions.
03 Oct 2010; Hans de Graaff <graaff@gentoo.org> haml-3.0.21.ebuild:
Add ree18 support.
diff --git a/dev-ruby/haml/haml-3.0.13.ebuild b/dev-ruby/haml/haml-3.0.13.ebuild
deleted file mode 100644
index cc18094d6586..000000000000
--- a/dev-ruby/haml/haml-3.0.13.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.13.ebuild,v 1.2 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 ~ppc ~ppc64 ~x86"
-
-# TODO: haml has some emacs modes that it could be installing, in case
-IUSE=""
-
-RESTRICT="test"
-
-# 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.17.ebuild b/dev-ruby/haml/haml-3.0.17.ebuild
deleted file mode 100644
index e512e531a90f..000000000000
--- a/dev-ruby/haml/haml-3.0.17.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.17.ebuild,v 1.2 2010/09/28 23:48:12 ranger 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 ~ppc ~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
- )
- doc? (
- dev-ruby/yard
- dev-ruby/maruku
- )"
diff --git a/dev-ruby/haml/haml-3.0.19.ebuild b/dev-ruby/haml/haml-3.0.19.ebuild
deleted file mode 100644
index 830c49a2611a..000000000000
--- a/dev-ruby/haml/haml-3.0.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-3.0.19.ebuild,v 1.2 2010/09/29 22:36:40 ranger 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 ~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
- )"