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 04E261382C5 for ; Tue, 22 May 2018 01:19:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13A9EE0869; Tue, 22 May 2018 01:19:34 +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 E60DDE084A for ; Tue, 22 May 2018 01:19:33 +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 7E391335C30 for ; Tue, 22 May 2018 01:19:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6703297 for ; Tue, 22 May 2018 01:19:30 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1526951108.27c5510f6420071fee062901df4061210f329603.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/dnd/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/dnd/dnd-1.1-r1.ebuild x11-libs/dnd/dnd-1.1-r2.ebuild x11-libs/dnd/dnd-1.1-r3.ebuild X-VCS-Directories: x11-libs/dnd/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 27c5510f6420071fee062901df4061210f329603 X-VCS-Branch: master Date: Tue, 22 May 2018 01:19:30 +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: 3a037468-6a8c-46e2-86a9-40a1002c9ab0 X-Archives-Hash: e0fce18a959194e21ff6356310314b35 commit: 27c5510f6420071fee062901df4061210f329603 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Mon May 21 18:25:05 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue May 22 01:05:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c5510f x11-libs/dnd: Update x11-proto/xproto dependency to x11-base/xorg-proto and drop it from RDEPEND. Drop unused inheritance of eutils.eclass. x11-libs/dnd/dnd-1.1-r1.ebuild | 6 +++--- x11-libs/dnd/{dnd-1.1-r2.ebuild => dnd-1.1-r3.ebuild} | 18 ++++++++---------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/x11-libs/dnd/dnd-1.1-r1.ebuild b/x11-libs/dnd/dnd-1.1-r1.ebuild index e649cca800d..e9127cc9302 100644 --- a/x11-libs/dnd/dnd-1.1-r1.ebuild +++ b/x11-libs/dnd/dnd-1.1-r1.ebuild @@ -19,9 +19,9 @@ RDEPEND=">=x11-libs/libX11-1.0.0 >=x11-libs/libXt-1.0.0 >=x11-libs/libICE-1.0.0 >=x11-libs/libSM-1.0.0 - >=x11-libs/libXaw-1.0.1 - >=x11-proto/xproto-7.0.4" -DEPEND="${RDEPEND}" + >=x11-libs/libXaw-1.0.1" +DEPEND="${RDEPEND} + x11-base/xorg-proto" src_unpack() { unpack ${A} diff --git a/x11-libs/dnd/dnd-1.1-r2.ebuild b/x11-libs/dnd/dnd-1.1-r3.ebuild similarity index 84% rename from x11-libs/dnd/dnd-1.1-r2.ebuild rename to x11-libs/dnd/dnd-1.1-r3.ebuild index 1859fa9f719..db03f504275 100644 --- a/x11-libs/dnd/dnd-1.1-r2.ebuild +++ b/x11-libs/dnd/dnd-1.1-r3.ebuild @@ -3,26 +3,24 @@ EAPI=6 -inherit toolchain-funcs eutils +inherit toolchain-funcs DESCRIPTION="OffiX' Drag'n'drop library" HOMEPAGE="http://leb.net/offix" SRC_URI="http://leb.net/offix/${PN}.${PV}.tgz" -SLOT="0" + LICENSE="GPL-2 LGPL-2" +SLOT="0" KEYWORDS="alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86" -RDEPEND=" - x11-libs/libXt +RDEPEND="x11-libs/libICE x11-libs/libSM x11-libs/libX11 - x11-libs/libXmu - x11-libs/libICE x11-libs/libXaw - x11-proto/xproto" - -DEPEND=" - ${RDEPEND}" + x11-libs/libXmu + x11-libs/libXt" +DEPEND="${RDEPEND} + x11-base/xorg-proto" PATCHES=( "${FILESDIR}"/${P}-gentoo.diff