From: Matt Turner Date: Mon, 22 Apr 2019 20:41:16 +0000 (-0700) Subject: net-nds/gssproxy: Fix rebase mistake X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=49ccf49bf537d9208e3850dd8efdc8de66d234ce;p=gentoo.git net-nds/gssproxy: Fix rebase mistake Signed-off-by: Matt Turner --- 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 b10d6301494f..dcf7d321d193 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"