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 3D7FA138247 for ; Mon, 4 Nov 2013 22:08:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 469C3E0B2F; Mon, 4 Nov 2013 22:08:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B500EE0B2F for ; Mon, 4 Nov 2013 22:08:20 +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 828D033E94D for ; Mon, 4 Nov 2013 22:08:19 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2345) id 4014F2004B; Mon, 4 Nov 2013 22:08:18 +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/imagesize: imagesize-0.1.1_p20100902.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: imagesize-0.1.1_p20100902.ebuild ChangeLog X-VCS-Directories: dev-ruby/imagesize X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rueger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131104220818.4014F2004B@flycatcher.gentoo.org> Date: Mon, 4 Nov 2013 22:08:18 +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: 1a6f5e56-c53c-4a5b-84dd-fd1fa4f418ec X-Archives-Hash: 93b579482b48d579a82236ccb044f3d9 mrueg 13/11/04 22:08:18 Modified: ChangeLog Added: imagesize-0.1.1_p20100902.ebuild Log: Version bump to github snapshot. Fix tests. Add ruby19,ruby20 target. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key ) Revision Changes Path 1.8 dev-ruby/imagesize/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 20 Aug 2011 12:45:01 -0000 1.7 +++ ChangeLog 4 Nov 2013 22:08:18 -0000 1.8 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/imagesize -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v 1.7 2011/08/20 12:45:01 graaff Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/ChangeLog,v 1.8 2013/11/04 22:08:18 mrueg Exp $ + +*imagesize-0.1.1_p20100902 (04 Nov 2013) + + 04 Nov 2013; Manuel RĂ¼ger + +imagesize-0.1.1_p20100902.ebuild: + Version bump to github snapshot. Fix tests. Add ruby19,ruby20 target. 20 Aug 2011; Hans de Graaff -imagesize-0.1.1.ebuild: Remove old version. @@ -31,4 +37,3 @@ +imagesize-0.1.1.ebuild: Initial import, dependency for app-misc/alexandria. Thanks to John Keeping in #215458 for providing the initial ebuild. - 1.1 dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild?rev=1.1&content-type=text/plain Index: imagesize-0.1.1_p20100902.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/imagesize/imagesize-0.1.1_p20100902.ebuild,v 1.1 2013/11/04 22:08:17 mrueg Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 ruby20" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.txt" inherit ruby-fakegem DESCRIPTION="Measure image size (GIF, PNG, JPEG, etc)" HOMEPAGE="http://imagesize.rubyforge.org/" COMMIT_ID="bd5be2afb088beba3f0d863cef4eac7db56ca804" SRC_URI="https://github.com/mattheworiordan/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" LICENSE="Ruby" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RUBY_S="${PN}-${COMMIT_ID}" each_ruby_test() { ${RUBY} -Ilib -S test/test_image_size.rb || die }