diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-02-14 06:51:59 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-02-14 06:51:59 +0000 |
commit | ebdc79151da62f8ebd707b9703d8d5783969944a (patch) | |
tree | aa07c8a5d01bb1d587a007be43bedfb00457dd3c /dev-ruby/ruby-liquid | |
parent | Version bump. (diff) | |
download | gentoo-2-ebdc79151da62f8ebd707b9703d8d5783969944a.tar.gz gentoo-2-ebdc79151da62f8ebd707b9703d8d5783969944a.tar.bz2 gentoo-2-ebdc79151da62f8ebd707b9703d8d5783969944a.zip |
Remove old version.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-liquid')
-rw-r--r-- | dev-ruby/ruby-liquid/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/ruby-liquid/ruby-liquid-2.1.3.ebuild | 26 | ||||
-rw-r--r-- | dev-ruby/ruby-liquid/ruby-liquid-2.2.2.ebuild | 6 |
3 files changed, 9 insertions, 31 deletions
diff --git a/dev-ruby/ruby-liquid/ChangeLog b/dev-ruby/ruby-liquid/ChangeLog index af83508a1d37..2eb632d7fe4d 100644 --- a/dev-ruby/ruby-liquid/ChangeLog +++ b/dev-ruby/ruby-liquid/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-liquid -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-liquid/ChangeLog,v 1.11 2010/09/19 11:44:39 graaff Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-liquid/ChangeLog,v 1.12 2011/02/14 06:51:59 graaff Exp $ + + 14 Feb 2011; Hans de Graaff <graaff@gentoo.org> -ruby-liquid-2.1.3.ebuild, + ruby-liquid-2.2.2.ebuild: + Remove old version. *ruby-liquid-2.2.2 (19 Sep 2010) diff --git a/dev-ruby/ruby-liquid/ruby-liquid-2.1.3.ebuild b/dev-ruby/ruby-liquid/ruby-liquid-2.1.3.ebuild deleted file mode 100644 index bce5d0fafc9f..000000000000 --- a/dev-ruby/ruby-liquid/ruby-liquid-2.1.3.ebuild +++ /dev/null @@ -1,26 +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/ruby-liquid/ruby-liquid-2.1.3.ebuild,v 1.1 2010/08/09 05:33:31 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18" - -# Drop tests and documentation tasks for 2.1.2 since they are no -# longer included in the gem, and github is not tagged and it's not -# obvious how it matches the released gem version. -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG History.txt README.txt" - -RUBY_FAKEGEM_NAME="liquid" - -inherit ruby-fakegem - -DESCRIPTION="Template engine for Ruby" -HOMEPAGE="http://www.liquidmarkup.org/" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~x86-fbsd ~x86" -IUSE="" diff --git a/dev-ruby/ruby-liquid/ruby-liquid-2.2.2.ebuild b/dev-ruby/ruby-liquid/ruby-liquid-2.2.2.ebuild index 49d9529b0462..f5b891b8de9d 100644 --- a/dev-ruby/ruby-liquid/ruby-liquid-2.2.2.ebuild +++ b/dev-ruby/ruby-liquid/ruby-liquid-2.2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-liquid/ruby-liquid-2.2.2.ebuild,v 1.1 2010/09/19 11:44:39 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-liquid/ruby-liquid-2.2.2.ebuild,v 1.2 2011/02/14 06:51:59 graaff Exp $ EAPI="2" -USE_RUBY="ruby18" +USE_RUBY="ruby18 ree18" # Drop tests and documentation tasks for 2.1.2 since they are no # longer included in the gem, and github is not tagged and it's not |