graaff 15/05/25 05:41:33 Modified: ruby-sdl-2.1.2-r1.ebuild ChangeLog Added: ruby-sdl-2.1.2-r2.ebuild Log: Add ruby22. Create stable candidate. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.2 dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r1.ebuild?r1=1.1&r2=1.2 Index: ruby-sdl-2.1.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ruby-sdl-2.1.2-r1.ebuild 4 Jun 2014 05:19:42 -0000 1.1 +++ ruby-sdl-2.1.2-r1.ebuild 25 May 2015 05:41:33 -0000 1.2 @@ -1,9 +1,9 @@ -# 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/ruby-sdl/ruby-sdl-2.1.2-r1.ebuild,v 1.1 2014/06/04 05:19:42 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r1.ebuild,v 1.2 2015/05/25 05:41:33 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20" inherit eutils ruby-ng 1.41 dev-ruby/ruby-sdl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-sdl/ChangeLog?rev=1.41&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-sdl/ChangeLog?rev=1.41&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-sdl/ChangeLog?r1=1.40&r2=1.41 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-sdl/ChangeLog,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- ChangeLog 4 Jun 2014 05:19:42 -0000 1.40 +++ ChangeLog 25 May 2015 05:41:33 -0000 1.41 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/ruby-sdl -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-sdl/ChangeLog,v 1.40 2014/06/04 05:19:42 graaff Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-sdl/ChangeLog,v 1.41 2015/05/25 05:41:33 graaff Exp $ + +*ruby-sdl-2.1.2-r2 (25 May 2015) + + 25 May 2015; Hans de Graaff <[email protected]> ruby-sdl-2.1.2-r1.ebuild, + +ruby-sdl-2.1.2-r2.ebuild: + Add ruby22. Create stable candidate. *ruby-sdl-2.1.2-r1 (04 Jun 2014) 1.1 dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild?rev=1.1&content-type=text/plain Index: ruby-sdl-2.1.2-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-sdl/ruby-sdl-2.1.2-r2.ebuild,v 1.1 2015/05/25 05:41:33 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" inherit eutils ruby-ng RELEASE="rel-${PV//./-}" RUBY_S="rubysdl-${RELEASE}" DESCRIPTION="Ruby/SDL: Ruby bindings for SDL" HOMEPAGE="http://www.kmc.gr.jp/~ohai/rubysdl.en.html" SRC_URI="https://github.com/ohai/rubysdl/archive/${RELEASE}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="image mixer truetype mpeg sge" CDEPEND=" >=media-libs/libsdl-1.2.5 truetype? ( >=media-libs/sdl-ttf-2.0.6 ) image? ( >=media-libs/sdl-image-1.2.2 ) mixer? ( >=media-libs/sdl-mixer-1.2.4 ) mpeg? ( >=media-libs/smpeg-0.4.4-r1 ) sge? ( media-libs/sge )" DEPEND="${DEPEND} ${CDEPEND}" RDEPEND="${RDEPEND} ${CDEPEND}" each_ruby_configure() { ${RUBY} extconf.rb || die "extconf.rb failed" } each_ruby_compile() { emake V=1 || die "emake failed" } each_ruby_install() { emake V=1 DESTDIR="${D}" install || die "einstall failed" } all_ruby_install() { dodoc README.en README.ja NEWS.en NEWS.ja insinto /usr/share/doc/${P}/doc doins doc-en/* insinto /usr/share/doc/${P}/sample doins sample/* } pkg_postinst () { if ! use image || ! use mixer || ! use truetype || ! use mpeg || ! use sge; then echo "" ewarn "If any of the following packages are not installed, Ruby/SDL" ewarn "will be missing some functionality. This is ok, but may" ewarn "cause errors in Ruby/SDL programs that need these libraries:" ewarn "" ewarn "\tmedia-libs/sdl-image\tImage loading (PNG, JPEG, etc.)" ewarn "\tmedia-libs/sdl-mixer\tSound mixing" ewarn "\tmedia-libs/sdl-ttf\tTrueType Fonts" ewarn "\tmedia-libs/sge\t\tVarious cool graphics extensions" ewarn "\tmedia-libs/smpeg\tMPEG playback (including mp3)" ewarn "" ewarn "If you need the functionality offered by these libraries," ewarn "emerge the desired libraries, then re-emerge dev-ruby/rubysdl" echo "" fi }
