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 C301513835A for ; Sat, 9 Jan 2021 10:36:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5229E08CE; Sat, 9 Jan 2021 10:36:17 +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 C8375E08DD for ; Sat, 9 Jan 2021 10:36:17 +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 C0983340A85 for ; Sat, 9 Jan 2021 10:36:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56AB24A5 for ; Sat, 9 Jan 2021 10:36:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610188566.ddee0ea6bac14700ae16f192b6e80fae00f96cdd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/linux-wbfs-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild X-VCS-Directories: games-util/linux-wbfs-manager/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ddee0ea6bac14700ae16f192b6e80fae00f96cdd X-VCS-Branch: master Date: Sat, 9 Jan 2021 10:36:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 147644a4-4cad-4994-adf6-fd264fb0d850 X-Archives-Hash: 20caed27ac08d227375ad7a7c1cd1e1e commit: ddee0ea6bac14700ae16f192b6e80fae00f96cdd Author: Sam James gentoo org> AuthorDate: Sat Jan 9 10:15:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 9 10:36:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddee0ea6 games-util/linux-wbfs-manager: fix DuplicateEclassInherits Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> .../linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild | 11 +++++++---- games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild | 11 +++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild b/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild index ac70b1fc110..b0344682aec 100644 --- a/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild +++ b/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.12.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 + +inherit toolchain-funcs + if [[ "${PV}" == "9999" ]]; then ESVN_REPO_URI="https://linux-wbfs-manager.googlecode.com/svn/trunk/" - inherit toolchain-funcs subversion + inherit subversion SRC_URI="" #KEYWORDS="" else - inherit toolchain-funcs SRC_URI="https://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi; @@ -23,7 +25,8 @@ IUSE="" RDEPEND="dev-libs/glib:2 gnome-base/libglade:2.0" DEPEND="${RDEPEND} - virtual/pkgconfig" + virtual/pkgconfig +" if [[ ${PV} == "9999" ]] ; then S=${WORKDIR}/${ECVS_MODULE} diff --git a/games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild b/games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild index 59c3678a99f..b0344682aec 100644 --- a/games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild +++ b/games-util/linux-wbfs-manager/linux-wbfs-manager-9999.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 + +inherit toolchain-funcs + if [[ "${PV}" == "9999" ]]; then ESVN_REPO_URI="https://linux-wbfs-manager.googlecode.com/svn/trunk/" - inherit toolchain-funcs subversion + inherit subversion SRC_URI="" #KEYWORDS="" else - inherit toolchain-funcs SRC_URI="https://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi; @@ -23,7 +25,8 @@ IUSE="" RDEPEND="dev-libs/glib:2 gnome-base/libglade:2.0" DEPEND="${RDEPEND} - virtual/pkgconfig" + virtual/pkgconfig +" if [[ ${PV} == "9999" ]] ; then S=${WORKDIR}/${ECVS_MODULE}