summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-01-13 02:52:12 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-01-13 02:52:12 +0000
commit9c295bec24c019d9823fb3af7502d613ee13d764 (patch)
treeadbd6d79b2da2555417fc7918b46e41866e86a82 /dev-ruby
parentVersion bump. (diff)
downloadgentoo-2-9c295bec24c019d9823fb3af7502d613ee13d764.tar.gz
gentoo-2-9c295bec24c019d9823fb3af7502d613ee13d764.tar.bz2
gentoo-2-9c295bec24c019d9823fb3af7502d613ee13d764.zip
Version bump.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/liquid/ChangeLog9
-rw-r--r--dev-ruby/liquid/liquid-2.6.1.ebuild27
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-ruby/liquid/ChangeLog b/dev-ruby/liquid/ChangeLog
index 28e42c09ebfd..abfe75252870 100644
--- a/dev-ruby/liquid/ChangeLog
+++ b/dev-ruby/liquid/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/liquid
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/liquid/ChangeLog,v 1.12 2013/11/26 07:02:46 graaff Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/liquid/ChangeLog,v 1.13 2014/01/13 02:52:12 mrueg Exp $
+
+*liquid-2.6.1 (13 Jan 2014)
+
+ 13 Jan 2014; Manuel Rüger <mrueg@gentoo.org> +liquid-2.6.1.ebuild:
+ Version bump.
*liquid-2.6.0 (26 Nov 2013)
diff --git a/dev-ruby/liquid/liquid-2.6.1.ebuild b/dev-ruby/liquid/liquid-2.6.1.ebuild
new file mode 100644
index 000000000000..1aa1f514b866
--- /dev/null
+++ b/dev-ruby/liquid/liquid-2.6.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/liquid/liquid-2.6.1.ebuild,v 1.1 2014/01/13 02:52:12 mrueg Exp $
+
+EAPI=5
+USE_RUBY="ruby18 ruby19 ruby20 jruby"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Template engine for Ruby"
+HOMEPAGE="http://www.liquidmarkup.org/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
+
+each_ruby_test() {
+ ruby-ng_testrb-2 -Ilib:test test/liquid/*_test.rb
+}