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 EAC36139BC7 for ; Fri, 25 Sep 2015 18:27:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE3ED21C002; Fri, 25 Sep 2015 18:27:07 +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 2D8DD21C002 for ; Fri, 25 Sep 2015 18:27:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55C7B340AA9 for ; Fri, 25 Sep 2015 18:27:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0534E238 for ; Fri, 25 Sep 2015 18:27:05 +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: <1443205623.70d893e1b7afd6b1bfaea04de24f8a322864f798.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/alglib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/alglib/alglib-3.10.0-r1.ebuild sci-libs/alglib/alglib-3.10.0.ebuild sci-libs/alglib/alglib-3.8.2-r1.ebuild sci-libs/alglib/alglib-3.8.2.ebuild X-VCS-Directories: sci-libs/alglib/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 70d893e1b7afd6b1bfaea04de24f8a322864f798 X-VCS-Branch: master Date: Fri, 25 Sep 2015 18:27:05 +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: 4ba5a297-96e5-4e72-91db-217b68844893 X-Archives-Hash: 6bbcdf1b44580162f4012fc99577f7b5 commit: 70d893e1b7afd6b1bfaea04de24f8a322864f798 Author: Justin Lecher gentoo org> AuthorDate: Fri Sep 25 18:26:46 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 25 18:27:03 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d893e1 sci-libs/alglib: Set subslot Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561460 Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher gentoo.org> sci-libs/alglib/{alglib-3.10.0.ebuild => alglib-3.10.0-r1.ebuild} | 2 +- sci-libs/alglib/{alglib-3.8.2.ebuild => alglib-3.8.2-r1.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/alglib/alglib-3.10.0.ebuild b/sci-libs/alglib/alglib-3.10.0-r1.ebuild similarity index 97% rename from sci-libs/alglib/alglib-3.10.0.ebuild rename to sci-libs/alglib/alglib-3.10.0-r1.ebuild index f413e0b..e3a5162 100644 --- a/sci-libs/alglib/alglib-3.10.0.ebuild +++ b/sci-libs/alglib/alglib-3.10.0-r1.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Numerical analysis and data processing library" HOMEPAGE="http://www.alglib.net/" SRC_URI="http://www.alglib.net/translator/re/${P}.cpp.gpl.tgz" -SLOT="0" +SLOT="0/3.8" LICENSE="GPL-2+" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" diff --git a/sci-libs/alglib/alglib-3.8.2.ebuild b/sci-libs/alglib/alglib-3.8.2-r1.ebuild similarity index 91% rename from sci-libs/alglib/alglib-3.8.2.ebuild rename to sci-libs/alglib/alglib-3.8.2-r1.ebuild index 2e6e729..bb2d496 100644 --- a/sci-libs/alglib/alglib-3.8.2.ebuild +++ b/sci-libs/alglib/alglib-3.8.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ DESCRIPTION="Numerical analysis and data processing library" HOMEPAGE="http://www.alglib.net/" SRC_URI="http://www.alglib.net/translator/re/${P}.cpp.tgz" -SLOT="0" +SLOT="0/3.7" LICENSE="GPL-2+" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="test"