mrueg 15/01/18 03:05:38 Modified: ChangeLog Added: textpow-1.4.0.ebuild Log: Version bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.16 dev-ruby/textpow/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/textpow/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/textpow/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/textpow/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/textpow/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 5 Aug 2014 16:00:33 -0000 1.15 +++ ChangeLog 18 Jan 2015 03:05:38 -0000 1.16 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/textpow -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/textpow/ChangeLog,v 1.15 2014/08/05 16:00:33 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/textpow/ChangeLog,v 1.16 2015/01/18 03:05:38 mrueg Exp $ + +*textpow-1.4.0 (18 Jan 2015) + + 18 Jan 2015; Manuel Rüger <[email protected]> +textpow-1.4.0.ebuild: + Version bump 05 Aug 2014; Manuel Rüger <[email protected]> textpow-1.3.1-r1.ebuild: Remove trailing '.' from DESCRIPTION. 1.1 dev-ruby/textpow/textpow-1.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/textpow/textpow-1.4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/textpow/textpow-1.4.0.ebuild?rev=1.1&content-type=text/plain Index: textpow-1.4.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/textpow/textpow-1.4.0.ebuild,v 1.1 2015/01/18 03:05:38 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc" inherit ruby-fakegem SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" DESCRIPTION="A library to parse and process Textmate bundles" HOMEPAGE="http://textpow.rubyforge.org/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" ruby_add_rdepend ">=dev-ruby/plist-3.0.1" all_ruby_prepare() { sed -i -e '/git ls-files/d' textpow.gemspec || die }
