mrueg 14/08/20 13:04:37 Modified: ChangeLog Added: sexp_processor-4.4.4.ebuild Log: Version bump. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.36 dev-ruby/sexp_processor/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sexp_processor/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sexp_processor/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sexp_processor/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sexp_processor/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 13 Aug 2014 01:54:37 -0000 1.35 +++ ChangeLog 20 Aug 2014 13:04:37 -0000 1.36 @@ -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 <[email protected]> +sexp_processor-4.4.4.ebuild: + Version bump. *sexp_processor-3.2.0-r1 (13 Aug 2014) 1.1 dev-ruby/sexp_processor/sexp_processor-4.4.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sexp_processor/sexp_processor-4.4.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sexp_processor/sexp_processor-4.4.4.ebuild?rev=1.1&content-type=text/plain Index: sexp_processor-4.4.4.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.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 )"
