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 646EC138AD0 for ; Tue, 10 Feb 2015 14:45:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D861E0BD8; Tue, 10 Feb 2015 14:45:10 +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 CC44FE0BDB for ; Tue, 10 Feb 2015 14:45:09 +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 D3F3E33F7F8 for ; Tue, 10 Feb 2015 14:45:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D44F011762 for ; Tue, 10 Feb 2015 14:37:00 +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: <1423472933.cfce56ba1694696089583b40e292c5a1b2793ebb.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/sabre/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/sabre/ChangeLog sci-biology/sabre/sabre-9999.ebuild X-VCS-Directories: sci-biology/sabre/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: cfce56ba1694696089583b40e292c5a1b2793ebb X-VCS-Branch: master Date: Tue, 10 Feb 2015 14:37:00 +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: 00a84577-e3b3-4487-8591-4b67ee0e679a X-Archives-Hash: 82b98419f59691d34342d0d10c151d54 commit: cfce56ba1694696089583b40e292c5a1b2793ebb Author: Marius Brehler linux sungazer de> AuthorDate: Mon Feb 9 09:06:35 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Feb 9 09:08:53 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cfce56ba sci-biology/sabre-9999: Switch from git-2 to git-r3; Cleanup --- sci-biology/sabre/ChangeLog | 3 +++ sci-biology/sabre/sabre-9999.ebuild | 5 +---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-biology/sabre/ChangeLog b/sci-biology/sabre/ChangeLog index f7f747f..fb47d23 100644 --- a/sci-biology/sabre/ChangeLog +++ b/sci-biology/sabre/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 09 Feb 2015; Marius Brehler sabre-9999.ebuild: + Switch from git-2 to git-r3; Cleanup + *sabre-9999 (15 Jan 2015) 15 Jan 2015; Martin Mokrejs +metadata.xml, diff --git a/sci-biology/sabre/sabre-9999.ebuild b/sci-biology/sabre/sabre-9999.ebuild index 2aee701..cd253bb 100644 --- a/sci-biology/sabre/sabre-9999.ebuild +++ b/sci-biology/sabre/sabre-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -[ "$PV" == "9999" ] && inherit git-2 +[ "$PV" == "9999" ] && inherit git-r3 inherit toolchain-funcs @@ -18,11 +18,8 @@ else KEYWORDS="" fi - LICENSE="MIT" # almost verbatim SLOT="0" -KEYWORDS="" -IUSE="" DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}"