mrueg 14/03/25 14:48:15 Modified: ChangeLog Added: sexp_processor-4.4.3.ebuild Log: Version bump. (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.31 dev-ruby/sexp_processor/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sexp_processor/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sexp_processor/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sexp_processor/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sexp_processor/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 19 Dec 2013 23:47:36 -0000 1.30 +++ ChangeLog 25 Mar 2014 14:48:15 -0000 1.31 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/sexp_processor -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sexp_processor/ChangeLog,v 1.30 2013/12/19 23:47:36 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sexp_processor/ChangeLog,v 1.31 2014/03/25 14:48:15 mrueg Exp $ + +*sexp_processor-4.4.3 (25 Mar 2014) + + 25 Mar 2014; Manuel Rüger <[email protected]> +sexp_processor-4.4.3.ebuild: + Version bump. 19 Dec 2013; Manuel Rüger <[email protected]> -sexp_processor-3.0.5.ebuild, -sexp_processor-4.3.0-r1.ebuild, -sexp_processor-4.4.0.ebuild: 1.1 dev-ruby/sexp_processor/sexp_processor-4.4.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sexp_processor/sexp_processor-4.4.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sexp_processor/sexp_processor-4.4.3.ebuild?rev=1.1&content-type=text/plain Index: sexp_processor-4.4.3.ebuild =================================================================== # 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.3.ebuild,v 1.1 2014/03/25 14:48:15 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 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 )"
