diff options
author | Martin Väth <martin@mvath.de> | 2014-06-29 15:25:29 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:49:11 +0200 |
commit | 7e7d33a094e8674e715010dcb8067649a2c572b4 (patch) | |
tree | 9e7f4ca915a9191cf41ae24dac02e90a3b5f594c /sys-block/zram-init/zram-init-2.7-r1.ebuild | |
parent | Bump firewall-mv (diff) | |
download | mv-7e7d33a094e8674e715010dcb8067649a2c572b4.tar.gz mv-7e7d33a094e8674e715010dcb8067649a2c572b4.tar.bz2 mv-7e7d33a094e8674e715010dcb8067649a2c572b4.zip |
Bump zram-init, sundtek-tv, noscript
Diffstat (limited to 'sys-block/zram-init/zram-init-2.7-r1.ebuild')
-rw-r--r-- | sys-block/zram-init/zram-init-2.7-r1.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/sys-block/zram-init/zram-init-2.7-r1.ebuild b/sys-block/zram-init/zram-init-2.7-r1.ebuild deleted file mode 100644 index 4555e24e..00000000 --- a/sys-block/zram-init/zram-init-2.7-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -RESTRICT="mirror" -inherit eutils readme.gentoo systemd vcs-snapshot - -DESCRIPTION="Scripts to support compressed swap devices or ramdisks with zram" -HOMEPAGE="https://github.com/vaeth/zram-init/" -SRC_URI="https://github.com/vaeth/${PN}/tarball/${PV} -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="To use zram, activate it in your kernel and add it to default runlevel: - rc-config add zram default -If you use systemd enable zram_swap, tmp, and/or var_tmp with systemctl. -You might need to modify /etc/modprobe.d/zram.conf" - -src_prepare() { - use prefix || sed -i \ - -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ - -- sbin/* || die - epatch_user -} - -src_install() { - dosbin sbin/* - doinitd openrc/init.d/* - doconfd openrc/conf.d/* - systemd_dounit systemd/system/* - insinto /etc/modprobe.d - doins modprobe.d/* - insinto /usr/share/zsh/site-functions - doins zsh/* - readme.gentoo_create_doc -} |