graaff 15/05/14 08:19:43 Modified: ChangeLog Added: slop-4.1.0.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.35 dev-ruby/slop/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 28 Apr 2015 18:39:33 -0000 1.34 +++ ChangeLog 14 May 2015 08:19:43 -0000 1.35 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/slop # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.34 2015/04/28 18:39:33 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.35 2015/05/14 08:19:43 graaff Exp $ + +*slop-4.1.0 (14 May 2015) + + 14 May 2015; Hans de Graaff <[email protected]> +slop-4.1.0.ebuild: + Version bump. 28 Apr 2015; Hans de Graaff <[email protected]> slop-2.4.4-r1.ebuild: Add ruby22. 1.1 dev-ruby/slop/slop-4.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/slop-4.1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/slop-4.1.0.ebuild?rev=1.1&content-type=text/plain Index: slop-4.1.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/slop/slop-4.1.0.ebuild,v 1.1 2015/05/14 08:19:43 graaff Exp $ EAPI=5 USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" inherit ruby-fakegem DESCRIPTION="A simple option parser with an easy to remember syntax and friendly API" HOMEPAGE="https://github.com/injekt/slop" SRC_URI="https://github.com/injekt/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz" LICENSE="MIT" SLOT="4" KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/minitest )" all_ruby_prepare() { sed -i -e '/git ls-files/d' slop.gemspec || die }
