summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-04-24 16:32:24 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-04-24 16:32:24 +0000
commitc1e184c00f07e43748889f34a609de0cd32f61e0 (patch)
tree60f79f96b67ea4e8d1b0fdf4f66403092a2caeb2 /dev-ruby/temple
parentRemove ruby18 support. EAPI bump. (diff)
downloadgentoo-2-c1e184c00f07e43748889f34a609de0cd32f61e0.tar.gz
gentoo-2-c1e184c00f07e43748889f34a609de0cd32f61e0.tar.bz2
gentoo-2-c1e184c00f07e43748889f34a609de0cd32f61e0.zip
Remove ruby18 support. Cleanup old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/temple')
-rw-r--r--dev-ruby/temple/ChangeLog8
-rw-r--r--dev-ruby/temple/temple-0.6.7-r1.ebuild6
-rw-r--r--dev-ruby/temple/temple-0.6.7.ebuild27
3 files changed, 9 insertions, 32 deletions
diff --git a/dev-ruby/temple/ChangeLog b/dev-ruby/temple/ChangeLog
index 74f756fd3e90..b9a69f592ed8 100644
--- a/dev-ruby/temple/ChangeLog
+++ b/dev-ruby/temple/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/temple
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/ChangeLog,v 1.14 2013/12/13 00:58:33 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/ChangeLog,v 1.15 2014/04/24 16:32:24 mrueg Exp $
+
+ 24 Apr 2014; Manuel Rüger <mrueg@gentoo.org> -temple-0.6.7.ebuild,
+ temple-0.6.7-r1.ebuild:
+ Remove ruby18 support. Cleanup old.
*temple-0.6.7-r1 (13 Dec 2013)
diff --git a/dev-ruby/temple/temple-0.6.7-r1.ebuild b/dev-ruby/temple/temple-0.6.7-r1.ebuild
index 637a6e393c46..ac1dd4c1b945 100644
--- a/dev-ruby/temple/temple-0.6.7-r1.ebuild
+++ b/dev-ruby/temple/temple-0.6.7-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/temple-0.6.7-r1.ebuild,v 1.1 2013/12/13 00:58:33 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/temple-0.6.7-r1.ebuild,v 1.2 2014/04/24 16:32:24 mrueg Exp $
EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20"
+USE_RUBY="ruby19 ruby20"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGES EXPRESSIONS.md README.md"
diff --git a/dev-ruby/temple/temple-0.6.7.ebuild b/dev-ruby/temple/temple-0.6.7.ebuild
deleted file mode 100644
index 310c601a5b01..000000000000
--- a/dev-ruby/temple/temple-0.6.7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/temple-0.6.7.ebuild,v 1.1 2013/10/05 11:35:22 mrueg Exp $
-
-EAPI=5
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES EXPRESSIONS.md README.md"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="An abstraction and a framework for compiling templates to pure Ruby."
-HOMEPAGE="http://github.com/judofyr/temple"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/bacon dev-ruby/tilt )"
-
-each_ruby_test() {
- ${RUBY} -S bacon -Ilib -Itest --automatic --quiet || die
-}