diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-08-20 13:04:37 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-08-20 13:04:37 +0000 |
commit | dea449a2f99d216177fb7856a8a05e1481fd2425 (patch) | |
tree | 9af9d04849ae84b536207556807c934282ed8780 /dev-ruby | |
parent | Version bump. (diff) | |
download | gentoo-2-dea449a2f99d216177fb7856a8a05e1481fd2425.tar.gz gentoo-2-dea449a2f99d216177fb7856a8a05e1481fd2425.tar.bz2 gentoo-2-dea449a2f99d216177fb7856a8a05e1481fd2425.zip |
Version bump.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/sexp_processor/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/sexp_processor/sexp_processor-4.4.4.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-ruby/sexp_processor/ChangeLog b/dev-ruby/sexp_processor/ChangeLog index efad1ae14bf7..792f2fe8a7de 100644 --- a/dev-ruby/sexp_processor/ChangeLog +++ b/dev-ruby/sexp_processor/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/sexp_processor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sexp_processor/ChangeLog,v 1.35 2014/08/13 01:54:37 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sexp_processor/ChangeLog,v 1.36 2014/08/20 13:04:37 mrueg Exp $ + +*sexp_processor-4.4.4 (20 Aug 2014) + + 20 Aug 2014; Manuel Rüger <mrueg@gentoo.org> +sexp_processor-4.4.4.ebuild: + Version bump. *sexp_processor-3.2.0-r1 (13 Aug 2014) diff --git a/dev-ruby/sexp_processor/sexp_processor-4.4.4.ebuild b/dev-ruby/sexp_processor/sexp_processor-4.4.4.ebuild new file mode 100644 index 000000000000..471f15367aa1 --- /dev/null +++ b/dev-ruby/sexp_processor/sexp_processor-4.4.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sexp_processor/sexp_processor-4.4.4.ebuild,v 1.1 2014/08/20 13:04:37 mrueg Exp $ + +EAPI=5 + +USE_RUBY="ruby19 ruby20 ruby21 jruby" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" + +inherit ruby-fakegem + +DESCRIPTION="Processor for s-expressions created as part of the ParseTree project" +HOMEPAGE="http://www.zenspider.com/ZSS/Products/ParseTree/" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +ruby_add_bdepend " + test? ( + dev-ruby/hoe + dev-ruby/hoe-seattlerb + dev-ruby/minitest + )" |