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 6C7A6138247 for ; Mon, 6 Jan 2014 18:48:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 240A3E09C0; Mon, 6 Jan 2014 18:48:56 +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 84106E0999 for ; Mon, 6 Jan 2014 18:48:55 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D39133F652 for ; Mon, 6 Jan 2014 18:48:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C0D0CE54AB for ; Mon, 6 Jan 2014 18:48:52 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1389033507.651a0023b1952789defa1c4ff6d0ef6b5e973998.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/openbabel-ruby/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/openbabel-ruby/ChangeLog sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild X-VCS-Directories: sci-chemistry/openbabel-ruby/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 651a0023b1952789defa1c4ff6d0ef6b5e973998 X-VCS-Branch: master Date: Mon, 6 Jan 2014 18:48:52 +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: 0b65312b-c972-4d46-be92-ea107655a551 X-Archives-Hash: 32adc6fed4c4c02591d22ca368fe68cc commit: 651a0023b1952789defa1c4ff6d0ef6b5e973998 Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 6 18:38:27 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 6 18:38:27 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=651a0023 sci-chemistry/openbabel-ruby: Switch from git-2 to git-r3 Package-Manager: portage-2.2.8 --- sci-chemistry/openbabel-ruby/ChangeLog | 5 ++++- sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sci-chemistry/openbabel-ruby/ChangeLog b/sci-chemistry/openbabel-ruby/ChangeLog index 6ee5574..15112a1 100644 --- a/sci-chemistry/openbabel-ruby/ChangeLog +++ b/sci-chemistry/openbabel-ruby/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-chemistry/openbabel-ruby -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jan 2014; Justin Lecher openbabel-ruby-9999.ebuild: + Switch from git-2 to git-r3 + *openbabel-ruby-9999 (26 Sep 2013) 26 Sep 2013; Reinis Danne +openbabel-ruby-9999.ebuild, diff --git a/sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild b/sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild index 28aa2a4..ec9bc4e 100644 --- a/sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild +++ b/sci-chemistry/openbabel-ruby/openbabel-ruby-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -6,10 +6,11 @@ EAPI=5 USE_RUBY="ruby18 ruby19" -inherit cmake-utils eutils ruby-ng git-2 +inherit cmake-utils eutils ruby-ng git-r3 DESCRIPTION="Ruby bindings for OpenBabel" HOMEPAGE="http://openbabel.sourceforge.net/" +SRC_URI="" EGIT_REPO_URI="https://github.com/openbabel/openbabel.git" LICENSE="GPL-2" @@ -27,7 +28,7 @@ CMAKE_IN_SOURCE_BUILD=1 src_unpack() { all_ruby_unpack() { - git-2_src_unpack + git-r3_src_unpack } ruby-ng_src_unpack