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 C14F7138CD8 for ; Fri, 5 Jun 2015 11:20:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70336E08A6; Fri, 5 Jun 2015 11:20:31 +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 22AD7E08A6 for ; Fri, 5 Jun 2015 11:20:21 +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 D7CAB340836 for ; Fri, 5 Jun 2015 11:20:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DF48A3E for ; Fri, 5 Jun 2015 11:20:01 +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: <1433503157.b0b03dd3f63e3d15992fd8bbf98bbaedad962b5c.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/xraylib/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/xraylib/ChangeLog sci-libs/xraylib/xraylib-2.16.0.ebuild sci-libs/xraylib/xraylib-3.1.0.ebuild X-VCS-Directories: sci-libs/xraylib/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b0b03dd3f63e3d15992fd8bbf98bbaedad962b5c X-VCS-Branch: master Date: Fri, 5 Jun 2015 11:20:01 +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: 043ad54e-5611-4219-a283-4cc7428b4aa5 X-Archives-Hash: 280665ff18fd4d53f5eabb46e6f1d340 commit: b0b03dd3f63e3d15992fd8bbf98bbaedad962b5c Author: Justin Lecher gentoo org> AuthorDate: Fri Jun 5 11:19:17 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jun 5 11:19:17 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b0b03dd3 sci-libs/xraylib: Add slot operators Package-Manager: portage-2.2.20 sci-libs/xraylib/ChangeLog | 4 ++++ sci-libs/xraylib/xraylib-2.16.0.ebuild | 8 ++++---- sci-libs/xraylib/xraylib-3.1.0.ebuild | 6 +++--- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/sci-libs/xraylib/ChangeLog b/sci-libs/xraylib/ChangeLog index 3085dea..38be18a 100644 --- a/sci-libs/xraylib/ChangeLog +++ b/sci-libs/xraylib/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 05 Jun 2015; Justin Lecher xraylib-2.16.0.ebuild, + xraylib-3.1.0.ebuild: + sci-libs/xraylib: Add slot operators + 05 Jun 2015; Justin Lecher metadata.xml: sci-libs/xraylib: Add github to remote-id in metadata.xml diff --git a/sci-libs/xraylib/xraylib-2.16.0.ebuild b/sci-libs/xraylib/xraylib-2.16.0.ebuild index 6917f65..5d9e764 100644 --- a/sci-libs/xraylib/xraylib-2.16.0.ebuild +++ b/sci-libs/xraylib/xraylib-2.16.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -23,13 +23,13 @@ IUSE="examples fortran java lua perl python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" - java? ( >=virtual/jre-1.4 ) - lua? ( dev-lang/lua ) + java? ( >=virtual/jre-1.4:* ) + lua? ( dev-lang/lua:0 ) perl? ( dev-lang/perl ) python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} - java? ( >=virtual/jdk-1.4 )" + java? ( >=virtual/jdk-1.4:* )" S="${WORKDIR}/${PN}-${P}" diff --git a/sci-libs/xraylib/xraylib-3.1.0.ebuild b/sci-libs/xraylib/xraylib-3.1.0.ebuild index 3f9991e..5d9e764 100644 --- a/sci-libs/xraylib/xraylib-3.1.0.ebuild +++ b/sci-libs/xraylib/xraylib-3.1.0.ebuild @@ -23,13 +23,13 @@ IUSE="examples fortran java lua perl python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" - java? ( >=virtual/jre-1.4 ) - lua? ( dev-lang/lua ) + java? ( >=virtual/jre-1.4:* ) + lua? ( dev-lang/lua:0 ) perl? ( dev-lang/perl ) python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} - java? ( >=virtual/jdk-1.4 )" + java? ( >=virtual/jdk-1.4:* )" S="${WORKDIR}/${PN}-${P}"