summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-nds/gssproxy/gssproxy-0.8.2.ebuild (renamed from net-nds/gss-proxy/gss-proxy-0.8.2.ebuild)6
1 files changed, 1 insertions, 5 deletions
diff --git a/net-nds/gss-proxy/gss-proxy-0.8.2.ebuild b/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"