From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20FF7138335 for ; Sat, 10 Nov 2018 23:44:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCA8BE0DCD; Sat, 10 Nov 2018 23:44:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A073FE0DAC for ; Sat, 10 Nov 2018 23:44:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA86B335CF9 for ; Sat, 10 Nov 2018 23:44:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF898464 for ; Sat, 10 Nov 2018 23:44:49 +0000 (UTC) From: "Azamat H. Hackimov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azamat H. Hackimov" Message-ID: <1541893460.500f69013004731f612377ff504d5a353912b600.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: dev-libs/d0_blind_id/ X-VCS-Repository: proj/gamerlay X-VCS-Files: dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild dev-libs/d0_blind_id/d0_blind_id-9999.ebuild dev-libs/d0_blind_id/metadata.xml X-VCS-Directories: dev-libs/d0_blind_id/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 500f69013004731f612377ff504d5a353912b600 X-VCS-Branch: master Date: Sat, 10 Nov 2018 23:44:49 +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: 6d0b4a18-32f9-4a56-aad9-83b940896f9d X-Archives-Hash: a9421d00e13cd6bc0a27d8a5ecf45003 commit: 500f69013004731f612377ff504d5a353912b600 Author: Azamat H. Hackimov gmail com> AuthorDate: Sat Nov 10 21:17:23 2018 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Sat Nov 10 23:44:20 2018 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=500f6901 dev-libs/d0_blind_id: minor fixes to package Signed-off-by: Azamat H. Hackimov gmail.com> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild | 7 +++---- dev-libs/d0_blind_id/d0_blind_id-9999.ebuild | 7 +++---- dev-libs/d0_blind_id/metadata.xml | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild b/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild index 77d974c..43e8bec 100644 --- a/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild +++ b/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI="5" +EAPI=5 AUTOTOOLS_AUTORECONF=1 EGIT_REPO_URI="git://git.xonotic.org/xonotic/d0_blind_id.git" @@ -20,7 +19,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" -RDEPEND="dev-libs/gmp" +RDEPEND="dev-libs/gmp:0" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild b/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild index ca839a5..4a0a637 100644 --- a/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild +++ b/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI="5" +EAPI=5 AUTOTOOLS_AUTORECONF=1 EGIT_REPO_URI="git://git.xonotic.org/xonotic/d0_blind_id.git" @@ -20,7 +19,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" -RDEPEND="dev-libs/gmp" +RDEPEND="dev-libs/gmp:0" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/dev-libs/d0_blind_id/metadata.xml b/dev-libs/d0_blind_id/metadata.xml index ee286d6..2cb2f08 100644 --- a/dev-libs/d0_blind_id/metadata.xml +++ b/dev-libs/d0_blind_id/metadata.xml @@ -1,7 +1,7 @@ - + nikoli@lavabit.com Nikoli