From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SmtjY-00021p-Ee for garchives@archives.gentoo.org; Thu, 05 Jul 2012 21:37:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D05F7E0700; Thu, 5 Jul 2012 21:37:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8FECBE0700 for ; Thu, 5 Jul 2012 21:37:00 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C90881B400D for ; Thu, 5 Jul 2012 21:36:59 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 948) id 6DEDC2004B; Thu, 5 Jul 2012 21:36:58 +0000 (UTC) From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/aws-sdk: aws-sdk-1.5.6.ebuild ChangeLog aws-sdk-1.5.5.ebuild aws-sdk-1.5.3.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: aws-sdk-1.5.6.ebuild ChangeLog aws-sdk-1.5.5.ebuild aws-sdk-1.5.3.ebuild X-VCS-Directories: dev-ruby/aws-sdk X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: <20120705213658.6DEDC2004B@flycatcher.gentoo.org> Date: Thu, 5 Jul 2012 21:36:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 1b3c802d-cc11-43b5-aea0-02f63a29ed6f X-Archives-Hash: c9026853b0b05a0fb216fb342903e2e9 flameeyes 12/07/05 21:36:58 Modified: aws-sdk-1.5.6.ebuild ChangeLog Removed: aws-sdk-1.5.5.ebuild aws-sdk-1.5.3.ebuild Log: Remove old; fix wrong LICENSE variable; use the new rspec test support. =20 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64) Revision Changes Path 1.2 dev-ruby/aws-sdk/aws-sdk-1.5.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/aws-sdk/a= ws-sdk-1.5.6.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/aws-sdk/a= ws-sdk-1.5.6.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/aws-sdk/a= ws-sdk-1.5.6.ebuild?r1=3D1.1&r2=3D1.2 Index: aws-sdk-1.5.6.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-ruby/aws-sdk/aws-sdk-1.5.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aws-sdk-1.5.6.ebuild 30 Jun 2012 21:12:13 -0000 1.1 +++ aws-sdk-1.5.6.ebuild 5 Jul 2012 21:36:58 -0000 1.2 @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/aws-sdk/aws-sdk-1.5.6.ebuild= ,v 1.1 2012/06/30 21:12:13 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/aws-sdk/aws-sdk-1.5.6.ebuild= ,v 1.2 2012/07/05 21:36:58 flameeyes Exp $ =20 EAPI=3D4 =20 USE_RUBY=3D"ruby18 ruby19 ree18" =20 -RUBY_FAKEGEM_TASK_TEST=3D"" +RUBY_FAKEGEM_RECIPE_TEST=3D"rspec" RUBY_FAKEGEM_TASK_DOC=3D"" RUBY_FAKEGEM_DOCDIR=3D"doc" RUBY_FAKEGEM_EXTRADOC=3D"README.rdoc" @@ -25,7 +25,7 @@ HOMEPAGE=3D"http://aws.amazon.com/sdkforruby" SRC_URI=3D"https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/tarball/$= {PV} -> ${GITHUB_PROJECT}-${PV}.tar.gz" =20 -LICENSE=3D"APSL-2" +LICENSE=3D"Apache-2.0" SLOT=3D"0" KEYWORDS=3D"~amd64" IUSE=3D"" @@ -35,12 +35,8 @@ >=3Ddev-ruby/json-1.4 >=3Ddev-ruby/nokogiri-1.4.4 >=3Ddev-ruby/uuidtools-2.1" -ruby_add_bdepend " - test? ( dev-ruby/rspec )" =20 all_ruby_prepare() { - rm Gemfile* || die - epatch "${FILESDIR}"/${PN}-1.5.3-disabletest.patch } =20 @@ -51,7 +47,7 @@ } =20 each_ruby_test() { - ${RUBY} -S rspec -Ilib -raws || die + ruby-ng_rspec -Ilib -raws } =20 each_ruby_install() { 1.4 dev-ruby/aws-sdk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/aws-sdk/C= hangeLog?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/aws-sdk/C= hangeLog?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/aws-sdk/C= hangeLog?r1=3D1.3&r2=3D1.4 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-ruby/aws-sdk/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 30 Jun 2012 21:12:13 -0000 1.3 +++ ChangeLog 5 Jul 2012 21:36:58 -0000 1.4 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/aws-sdk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/aws-sdk/ChangeLog,v 1.3 2012= /06/30 21:12:13 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/aws-sdk/ChangeLog,v 1.4 2012= /07/05 21:36:58 flameeyes Exp $ + + 05 Jul 2012; Diego E. Petten=C3=B2 -aws-sdk-1.5= .3.ebuild, + -aws-sdk-1.5.5.ebuild, -files/aws-sdk-1.5.3+httparty-0.8.patch, + -files/aws-sdk-1.5.3.gemspec, aws-sdk-1.5.6.ebuild: + Remove old; fix wrong LICENSE variable; use the new rspec test support= . =20 *aws-sdk-1.5.6 (30 Jun 2012) =20