graaff 14/05/17 06:20:34 Modified: ChangeLog Added: hike-2.1.2.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.13 dev-ruby/hike/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hike/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hike/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hike/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hike/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 27 Dec 2013 03:26:54 -0000 1.12 +++ ChangeLog 17 May 2014 06:20:33 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/hike -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hike/ChangeLog,v 1.12 2013/12/27 03:26:54 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hike/ChangeLog,v 1.13 2014/05/17 06:20:33 graaff Exp $ + +*hike-2.1.2 (17 May 2014) + + 17 May 2014; Hans de Graaff <[email protected]> +hike-2.1.2.ebuild: + Version bump. *hike-1.2.3-r1 (27 Dec 2013) 1.1 dev-ruby/hike/hike-2.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hike/hike-2.1.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hike/hike-2.1.2.ebuild?rev=1.1&content-type=text/plain Index: hike-2.1.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/hike/hike-2.1.2.ebuild,v 1.1 2014/05/17 06:20:33 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_TASK_TEST="test" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem DESCRIPTION="Hike is a Ruby library for finding files in a set of paths." HOMEPAGE="https://github.com/sstephenson/hike" LICENSE="MIT" SRC_URI="https://github.com/sstephenson/hike/archive/v${PV}.tar.gz -> ${P}.tgz" KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="2" IUSE="test" ruby_add_bdepend "test? ( dev-ruby/minitest )"
