diff options
author | Johannes Huber <johu@gentoo.org> | 2014-05-03 18:39:28 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-05-03 18:39:28 +0000 |
commit | 4c264eda328a3910c998ceab046c9d531eaf9309 (patch) | |
tree | 008ae7cf5f615e1aa4b66e09e6c6e1efddbc6417 /net-irc/quassel/quassel-9999.ebuild | |
parent | Change LICENSE to all-rights-reserved, add mirror and bindist restrictions, b... (diff) | |
download | gentoo-2-4c264eda328a3910c998ceab046c9d531eaf9309.tar.gz gentoo-2-4c264eda328a3910c998ceab046c9d531eaf9309.tar.bz2 gentoo-2-4c264eda328a3910c998ceab046c9d531eaf9309.zip |
Add systemd unit file to live ebuild as well, bug #508450. Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'net-irc/quassel/quassel-9999.ebuild')
-rw-r--r-- | net-irc/quassel/quassel-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index 4d3b7d33b406..08b07c73171c 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.70 2014/04/01 23:08:36 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.71 2014/05/03 18:39:28 johu Exp $ EAPI=5 -inherit cmake-utils eutils pax-utils user versionator +inherit cmake-utils eutils pax-utils systemd user versionator EGIT_REPO_URI="git://git.quassel-irc.org/quassel" [[ "${PV}" == "9999" ]] && inherit git-r3 @@ -116,9 +116,10 @@ src_install() { keepdir "${QUASSEL_DIR}" fowners "${QUASSEL_USER}":"${QUASSEL_USER}" "${QUASSEL_DIR}" - # init scripts + # init scripts & systemd unit newinitd "${FILESDIR}"/quasselcore.init quasselcore newconfd "${FILESDIR}"/quasselcore.conf quasselcore + systemd_dounit "${FILESDIR}"/quasselcore.service # logrotate insinto /etc/logrotate.d |