graaff 15/04/26 18:29:44 Modified: ChangeLog tilt-1.4.1.ebuild Log: Skip the optional haml dependency since rails is no longer marked stable. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.39 dev-ruby/tilt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 2 Mar 2015 10:37:33 -0000 1.38 +++ ChangeLog 26 Apr 2015 18:29:44 -0000 1.39 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/tilt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.38 2015/03/02 10:37:33 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.39 2015/04/26 18:29:44 graaff Exp $ + + 26 Apr 2015; Hans de Graaff <[email protected]> tilt-1.4.1.ebuild: + Skip the optional haml dependency since rails is no longer marked stable. 02 Mar 2015; Manuel RĂ¼ger <[email protected]> -tilt-1.4.1-r1.ebuild: Remove old. 1.9 dev-ruby/tilt/tilt-1.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/tilt-1.4.1.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/tilt-1.4.1.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/tilt-1.4.1.ebuild?r1=1.8&r2=1.9 Index: tilt-1.4.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.4.1.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tilt-1.4.1.ebuild 12 Aug 2014 19:54:41 -0000 1.8 +++ tilt-1.4.1.ebuild 26 Apr 2015 18:29:44 -0000 1.9 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.4.1.ebuild,v 1.8 2014/08/12 19:54:41 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.4.1.ebuild,v 1.9 2015/04/26 18:29:44 graaff Exp $ EAPI=5 @@ -17,7 +17,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( @@ -27,10 +27,6 @@ dev-ruby/nokogiri dev-ruby/radius )" -# Most dependencies are optional: skip haml for ruby20 and ruby21 -# because haml depends on rails. -USE_RUBY="ruby19" ruby_add_bdepend "test? ( dev-ruby/haml )" - ruby_add_rdepend ">=dev-ruby/builder-2.0.0" all_ruby_prepare() {
