diff options
author | Martin Väth <martin@mvath.de> | 2013-11-02 20:34:53 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:49:00 +0200 |
commit | df61b455f7cb2744bd58aff25af8f111c86ec4fb (patch) | |
tree | da10c485ef5b344f7d8c58b19d99ab8347a0352e /sys-apps/openrc-wrapper/openrc-wrapper-1.2.ebuild | |
parent | Bump portage-bashrc-mv. eix: Remove IUSE=clang (diff) | |
download | mv-df61b455f7cb2744bd58aff25af8f111c86ec4fb.tar.gz mv-df61b455f7cb2744bd58aff25af8f111c86ec4fb.tar.bz2 mv-df61b455f7cb2744bd58aff25af8f111c86ec4fb.zip |
Shebang care with many bumps
Diffstat (limited to 'sys-apps/openrc-wrapper/openrc-wrapper-1.2.ebuild')
-rw-r--r-- | sys-apps/openrc-wrapper/openrc-wrapper-1.2.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/sys-apps/openrc-wrapper/openrc-wrapper-1.2.ebuild b/sys-apps/openrc-wrapper/openrc-wrapper-1.2.ebuild deleted file mode 100644 index b478d0fa..00000000 --- a/sys-apps/openrc-wrapper/openrc-wrapper-1.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -RESTRICT="mirror" -inherit eutils systemd vcs-snapshot - -DESCRIPTION="Use openrc init scripts with systemd or other init systems" -HOMEPAGE="http://github.com/vaeth/openrc-wrapper" -SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="!!<sys-fs/squash_dir-3.2" -RDEPEND="${DEPEND}" -IUSE="" - -src_prepare() { - epatch_user -} - -src_install() { - dodoc README - dobin bin/* - systemd_dounit systemd/system/* - insinto /usr/share/zsh/site-functions - doins zsh/* -} |