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 8F524138CC0 for ; Thu, 19 Mar 2015 20:37:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4120BE0967; Thu, 19 Mar 2015 20:37:11 +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 B5665E0967 for ; Thu, 19 Mar 2015 20:37:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48482340BCE for ; Thu, 19 Mar 2015 20:37:09 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2345) id 2658F14196; Thu, 19 Mar 2015 20:37:03 +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/thread_safe: thread_safe-0.3.5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: thread_safe-0.3.5.ebuild ChangeLog X-VCS-Directories: dev-ruby/thread_safe X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rueger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150319203705.2658F14196@oystercatcher.gentoo.org> Date: Thu, 19 Mar 2015 20:37:03 +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: 6522debb-be0b-4563-8f9e-da1f43ff0faf X-Archives-Hash: f4d52842310b678f3ac00e75a254460d mrueg 15/03/19 20:37:03 Modified: thread_safe-0.3.5.ebuild ChangeLog Log: Update HOMEPAGE (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key ) Revision Changes Path 1.2 dev-ruby/thread_safe/thread_safe-0.3.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild?r1=1.1&r2=1.2 Index: thread_safe-0.3.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- thread_safe-0.3.5.ebuild 19 Mar 2015 20:30:00 -0000 1.1 +++ thread_safe-0.3.5.ebuild 19 Mar 2015 20:37:03 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild,v 1.1 2015/03/19 20:30:00 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/thread_safe-0.3.5.ebuild,v 1.2 2015/03/19 20:37:03 mrueg Exp $ EAPI=5 @@ -13,7 +13,7 @@ inherit ruby-fakegem DESCRIPTION="A collection of thread-safe versions of common core Ruby classes" -HOMEPAGE="https://github.com/headius/thread_safe" +HOMEPAGE="https://github.com/ruby-concurrency/thread_safe" LICENSE="Apache-2.0" SLOT="0" 1.21 dev-ruby/thread_safe/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thread_safe/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 19 Mar 2015 20:30:00 -0000 1.20 +++ ChangeLog 19 Mar 2015 20:37:03 -0000 1.21 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/thread_safe # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.20 2015/03/19 20:30:00 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thread_safe/ChangeLog,v 1.21 2015/03/19 20:37:03 mrueg Exp $ + + 19 Mar 2015; Manuel RĂ¼ger thread_safe-0.3.5.ebuild: + Update HOMEPAGE *thread_safe-0.3.5 (19 Mar 2015)