From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4854A138A1F for ; Thu, 24 Apr 2014 17:43:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFC3AE0A01; Thu, 24 Apr 2014 17:43:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58F08E0A01 for ; Thu, 24 Apr 2014 17:43:01 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C4AF33FE79 for ; Thu, 24 Apr 2014 17:43:00 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2345) id 35DF02004B; Thu, 24 Apr 2014 17:42:59 +0000 (UTC) From: "Manuel Rueger (mrueg)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mrueg@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-sdl: ruby-sdl-2.1.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ruby-sdl-2.1.2.ebuild ChangeLog X-VCS-Directories: dev-ruby/ruby-sdl X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rueger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140424174259.35DF02004B@flycatcher.gentoo.org> Date: Thu, 24 Apr 2014 17:42:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e78b8c7a-8478-4d18-9ee6-912acbb1f785 X-Archives-Hash: 3cbd630e30d25aaeeeab53f26c97b91c mrueg 14/04/24 17:42:59 Modified: ruby-sdl-2.1.2.ebuild ChangeLog Log: Remove ruby18 support. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key ) Revision Changes Path 1.4 dev-ruby/ruby-sdl/ruby-sdl-2.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-sdl/ruby-sdl-2.1.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-sdl/ruby-sdl-2.1.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-sdl/ruby-sdl-2.1.2.ebuild?r1=1.3&r2=1.4 Index: ruby-sdl-2.1.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-sdl/ruby-sdl-2.1.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ruby-sdl-2.1.2.ebuild 28 Aug 2013 11:16:24 -0000 1.3 +++ ruby-sdl-2.1.2.ebuild 24 Apr 2014 17:42:59 -0000 1.4 @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.ebuild,v 1.3 2013/08/28 11:16:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-sdl/ruby-sdl-2.1.2.ebuild,v 1.4 2014/04/24 17:42:59 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19" inherit eutils ruby-ng 1.39 dev-ruby/ruby-sdl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-sdl/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-sdl/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-sdl/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-sdl/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 5 Sep 2013 00:23:03 -0000 1.38 +++ ChangeLog 24 Apr 2014 17:42:59 -0000 1.39 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-sdl -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-sdl/ChangeLog,v 1.38 2013/09/05 00:23:03 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-sdl/ChangeLog,v 1.39 2014/04/24 17:42:59 mrueg Exp $ + + 24 Apr 2014; Manuel Rüger ruby-sdl-2.1.2.ebuild: + Remove ruby18 support. 05 Sep 2013; Manuel Rüger -ruby-sdl-2.1.1.1.ebuild: Cleanup old.