mrueg 15/01/29 20:56:14 Modified: ChangeLog Added: wikicloth-0.8.2.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.2 dev-ruby/wikicloth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/wikicloth/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/wikicloth/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/wikicloth/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/wikicloth/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 6 Jun 2014 14:43:56 -0000 1.1 +++ ChangeLog 29 Jan 2015 20:56:14 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/wikicloth -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/wikicloth/ChangeLog,v 1.1 2014/06/06 14:43:56 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/wikicloth/ChangeLog,v 1.2 2015/01/29 20:56:14 mrueg Exp $ + +*wikicloth-0.8.2 (29 Jan 2015) + + 29 Jan 2015; Manuel RĂ¼ger <[email protected]> +wikicloth-0.8.2.ebuild: + Version bump. *wikicloth-0.8.1 (06 Jun 2014) 1.1 dev-ruby/wikicloth/wikicloth-0.8.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/wikicloth/wikicloth-0.8.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/wikicloth/wikicloth-0.8.2.ebuild?rev=1.1&content-type=text/plain Index: wikicloth-0.8.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/wikicloth/wikicloth-0.8.2.ebuild,v 1.1 2015/01/29 20:56:14 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README README.textile" inherit ruby-fakegem DESCRIPTION="A mediawiki parser" HOMEPAGE="https://github.com/nricciar/wikicloth" SRC_URI="https://github.com/nricciar/wikicloth/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" ruby_add_rdepend "dev-ruby/builder dev-ruby/expression_parser dev-ruby/rinku" ruby_add_bdepend "test? ( dev-ruby/activesupport dev-ruby/test-unit dev-ruby/i18n )" all_ruby_prepare() { sed -i \ -e '/[Bb]undler/d' \ -e "/require 'simplecov'/d" \ Rakefile || die "sed failed" } each_ruby_test() { ${RUBY} -Ilib:test test/wiki_cloth_test.rb || die }
