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 EDDDB138A1F for ; Mon, 21 Apr 2014 12:55:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADCCFE095A; Mon, 21 Apr 2014 12:55:39 +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 32723E095A for ; Mon, 21 Apr 2014 12:55:39 +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 2C28533FF60 for ; Mon, 21 Apr 2014 12:55:38 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2149) id D10822004B; Mon, 21 Apr 2014 12:55:35 +0000 (UTC) From: "Hans de Graaff (graaff)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, graaff@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ruby: ruby-2.0.0_p451.ebuild ChangeLog ruby-2.1.1-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ruby-2.0.0_p451.ebuild ChangeLog ruby-2.1.1-r1.ebuild X-VCS-Directories: dev-lang/ruby X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140421125535.D10822004B@flycatcher.gentoo.org> Date: Mon, 21 Apr 2014 12:55:35 +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: 2c8dae3a-d45d-4239-a336-4be976952c3c X-Archives-Hash: aeeed5a001220d6f3cbd3f43fea81341 graaff 14/04/21 12:55:35 Modified: ruby-2.0.0_p451.ebuild ChangeLog ruby-2.1.1-r1.ebuild Log: Remove useless libruby symlinks, bug 503584. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision Changes Path 1.3 dev-lang/ruby/ruby-2.0.0_p451.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p451.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p451.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p451.ebuild?r1=1.2&r2=1.3 Index: ruby-2.0.0_p451.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p451.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ruby-2.0.0_p451.ebuild 9 Apr 2014 08:57:37 -0000 1.2 +++ ruby-2.0.0_p451.ebuild 21 Apr 2014 12:55:35 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p451.ebuild,v 1.2 2014/04/09 08:57:37 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p451.ebuild,v 1.3 2014/04/21 12:55:35 graaff Exp $ EAPI=5 @@ -200,11 +200,6 @@ doins -r sample fi - dosym "libruby${MY_SUFFIX}$(get_libname ${PV%_*})" \ - "/usr/$(get_libdir)/libruby$(get_libname ${PV%.*})" - dosym "libruby${MY_SUFFIX}$(get_libname ${PV%_*})" \ - "/usr/$(get_libdir)/libruby$(get_libname ${PV%_*})" - dodoc ChangeLog NEWS doc/NEWS* README* || die if use rubytests; then 1.649 dev-lang/ruby/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.649&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.649&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?r1=1.648&r2=1.649 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v retrieving revision 1.648 retrieving revision 1.649 diff -u -r1.648 -r1.649 --- ChangeLog 21 Apr 2014 12:42:14 -0000 1.648 +++ ChangeLog 21 Apr 2014 12:55:35 -0000 1.649 @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ruby # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.648 2014/04/21 12:42:14 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.649 2014/04/21 12:55:35 graaff Exp $ + + 21 Apr 2014; Hans de Graaff ruby-2.0.0_p451.ebuild, + ruby-2.1.1-r1.ebuild: + Remove useless libruby symlinks, bug 503584. 21 Apr 2014; Hans de Graaff -ruby-2.1.0.ebuild, -ruby-2.1.1.ebuild: 1.2 dev-lang/ruby/ruby-2.1.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.1.1-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.1.1-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-2.1.1-r1.ebuild?r1=1.1&r2=1.2 Index: ruby-2.1.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.1.1-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ruby-2.1.1-r1.ebuild 14 Apr 2014 18:51:55 -0000 1.1 +++ ruby-2.1.1-r1.ebuild 21 Apr 2014 12:55:35 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.1.1-r1.ebuild,v 1.1 2014/04/14 18:51:55 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.1.1-r1.ebuild,v 1.2 2014/04/21 12:55:35 graaff Exp $ EAPI=5 @@ -201,11 +201,6 @@ doins -r sample fi - dosym "libruby${MY_SUFFIX}$(get_libname ${PV%_*})" \ - "/usr/$(get_libdir)/libruby$(get_libname ${PV%.*})" - dosym "libruby${MY_SUFFIX}$(get_libname ${PV%_*})" \ - "/usr/$(get_libdir)/libruby$(get_libname ${PV%_*})" - dodoc ChangeLog NEWS doc/NEWS* README* || die if use rubytests; then