mrueg 14/11/13 21:54:28 Modified: ChangeLog Added: pkg-config-1.1.6.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.28 dev-ruby/pkg-config/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 30 Aug 2014 11:31:13 -0000 1.27 +++ ChangeLog 13 Nov 2014 21:54:28 -0000 1.28 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/pkg-config # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.27 2014/08/30 11:31:13 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.28 2014/11/13 21:54:28 mrueg Exp $ + +*pkg-config-1.1.6 (13 Nov 2014) + + 13 Nov 2014; Manuel RĂ¼ger <mr...@gentoo.org> +pkg-config-1.1.6.ebuild: + Version bump. *pkg-config-1.1.5-r1 (30 Aug 2014) 1.1 dev-ruby/pkg-config/pkg-config-1.1.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.6.ebuild?rev=1.1&content-type=text/plain Index: pkg-config-1.1.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.6.ebuild,v 1.1 2014/11/13 21:54:28 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS" RUBY_FAKEGEM_TASK_DOC="" inherit ruby-fakegem DESCRIPTION="A pkg-config implementation by Ruby" HOMEPAGE="https://github.com/rcairo/pkg-config" LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" SLOT="0" IUSE="test" ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )" # this is used for testing DEPEND+=" test? ( x11-libs/cairo )" all_ruby_prepare() { # drop failing tests sed -i -e "/test_cflags/,/end/d"\ -e "/test_cflags_only_I/,/end/d" test/test_pkg_config.rb || die } each_ruby_test() { ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb }