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 0D10F138334 for ; Mon, 22 Apr 2019 20:44:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDC4CE087E; Mon, 22 Apr 2019 20: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 B30F8E087E for ; Mon, 22 Apr 2019 20:44:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 30E0F3420E6 for ; Mon, 22 Apr 2019 20:44:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A27DD5B1 for ; Mon, 22 Apr 2019 20:44:50 +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: <1555965676.49ccf49bf537d9208e3850dd8efdc8de66d234ce.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/gss-proxy/, net-nds/gssproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nds/gss-proxy/gss-proxy-0.8.2.ebuild net-nds/gssproxy/gssproxy-0.8.2.ebuild X-VCS-Directories: net-nds/gss-proxy/ net-nds/gssproxy/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 49ccf49bf537d9208e3850dd8efdc8de66d234ce X-VCS-Branch: master Date: Mon, 22 Apr 2019 20:44:50 +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: 91dbc55d-1556-4134-b300-1ccbc23a7b3e X-Archives-Hash: b588f57324903be5159d0886d10d79db commit: 49ccf49bf537d9208e3850dd8efdc8de66d234ce Author: Matt Turner gentoo org> AuthorDate: Mon Apr 22 20:41:16 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Apr 22 20:41:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ccf49b net-nds/gssproxy: Fix rebase mistake Signed-off-by: Matt Turner gentoo.org> .../gss-proxy-0.8.2.ebuild => gssproxy/gssproxy-0.8.2.ebuild} | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/net-nds/gss-proxy/gss-proxy-0.8.2.ebuild b/net-nds/gssproxy/gssproxy-0.8.2.ebuild similarity index 96% rename from net-nds/gss-proxy/gss-proxy-0.8.2.ebuild rename to net-nds/gssproxy/gssproxy-0.8.2.ebuild index b10d6301494..dcf7d321d19 100644 --- a/net-nds/gss-proxy/gss-proxy-0.8.2.ebuild +++ b/net-nds/gssproxy/gssproxy-0.8.2.ebuild @@ -3,11 +3,9 @@ EAPI=6 -MY_P="${PN/-}-${PV}" - DESCRIPTION="daemon to proxy GSSAPI context establishment and channel handling" HOMEPAGE="https://pagure.io/gssproxy" -SRC_URI="http://releases.pagure.org/gssproxy/${MY_P}.tar.gz" +SRC_URI="http://releases.pagure.org/gssproxy/${P}.tar.gz" LICENSE="BSD-1" SLOT="0" @@ -27,8 +25,6 @@ DEPEND="${COMMON_DEPEND} dev-libs/libxslt virtual/pkgconfig" -S="${WORKDIR}/${MY_P}" - # Many requirements to run tests, including running slapd as root, hence # unfeasible. RESTRICT="test"