summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/systemd-units/systemd-units-9999.ebuild')
-rw-r--r--sys-apps/systemd-units/systemd-units-9999.ebuild16
1 files changed, 1 insertions, 15 deletions
diff --git a/sys-apps/systemd-units/systemd-units-9999.ebuild b/sys-apps/systemd-units/systemd-units-9999.ebuild
index de181e2..e1651c8 100644
--- a/sys-apps/systemd-units/systemd-units-9999.ebuild
+++ b/sys-apps/systemd-units/systemd-units-9999.ebuild
@@ -7,9 +7,7 @@ inherit eutils systemd
DESCRIPTION="Service files for sys-apps/systemd"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd http://en.gentoo-wiki.com/wiki/Systemd"
-SRC_URI="basic? ( http://0pointer.de/public/systemd-units/sshd.service
- http://0pointer.de/public/systemd-units/sshd.socket
- http://0pointer.de/public/systemd-units/sshd@.service )"
+SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
@@ -19,21 +17,9 @@ IUSE="+basic +desktop server ingnome3"
RDEPEND=""
DEPEND=""
-src_prepare() {
- if use basic; then
- cp "${DISTDIR}/sshd.service" . || die
- cp "${DISTDIR}/sshd.socket" . || die
- cp "${DISTDIR}/sshd@.service" . || die
- epatch "${FILESDIR}"/sshd_at.patch || die
- fi
-}
-
src_install() {
if use basic; then
systemd_dounit "${FILESDIR}"/services-basic/*
- systemd_dounit "sshd.service"
- systemd_dounit "sshd.socket"
- systemd_dounit "sshd@.service"
fi
if use server; then