graaff 15/04/18 05:41:30 Modified: ChangeLog Added: magic-0.2.9.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.6 dev-ruby/magic/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/magic/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/magic/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/magic/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/magic/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 26 Oct 2014 13:49:46 -0000 1.5 +++ ChangeLog 18 Apr 2015 05:41:30 -0000 1.6 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/magic -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/magic/ChangeLog,v 1.5 2014/10/26 13:49:46 graaff Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/magic/ChangeLog,v 1.6 2015/04/18 05:41:30 graaff Exp $ + +*magic-0.2.9 (18 Apr 2015) + + 18 Apr 2015; Hans de Graaff <[email protected]> +magic-0.2.9.ebuild: + Version bump. 26 Oct 2014; Hans de Graaff <[email protected]> magic-0.2.8-r1.ebuild: Add missing dependency on sys-apps/file for the libmagic library. Hopefully 1.1 dev-ruby/magic/magic-0.2.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/magic/magic-0.2.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/magic/magic-0.2.9.ebuild?rev=1.1&content-type=text/plain Index: magic-0.2.9.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/magic/magic-0.2.9.ebuild,v 1.1 2015/04/18 05:41:30 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_EXTRADOC="README.rdoc" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_RECIPE_TEST="none" inherit ruby-fakegem SRC_URI="https://github.com/qoobaa/magic/archive/v${PV}.tar.gz -> ${P}.tar.gz" DESCRIPTION="Ruby FFI bindings to libmagic" HOMEPAGE="https://github.com/qoobaa/magic" IUSE="test" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" RDEPEND+="sys-apps/file" DEPEND+="test? ( sys-apps/file )" ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )" ruby_add_rdepend "virtual/ruby-ffi" each_ruby_test() { ${RUBY} -Ilib -Itest test/test_magic.rb || die }
