diff options
Diffstat (limited to 'sys-apps/systemd-units/systemd-units-22.ebuild')
-rw-r--r-- | sys-apps/systemd-units/systemd-units-22.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sys-apps/systemd-units/systemd-units-22.ebuild b/sys-apps/systemd-units/systemd-units-22.ebuild deleted file mode 100644 index 48bb880..0000000 --- a/sys-apps/systemd-units/systemd-units-22.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 -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="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+desktop" - -RDEPEND="" -DEPEND="" - -src_install() { - if use desktop; then - systemd_dounit "${FILESDIR}"/services-desktop/* - fi - - # Files in portage cannot contain a literal '@' character. Therfore, - # convert the code string "_at" into an '@' before installing. - rename '_at' '@' "${D}/$(systemd_get_unitdir)"/* -} |