commit: 49ccf49bf537d9208e3850dd8efdc8de66d234ce
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 20:41:16 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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"