jauhien 14/09/29 21:48:20 Modified: ChangeLog Added: zram-init-3.0.ebuild Removed: zram-init-2.7-r1.ebuild Log: version bump (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
Revision Changes Path 1.2 sys-block/zram-init/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/zram-init/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/zram-init/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/zram-init/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-block/zram-init/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 10 May 2014 22:45:39 -0000 1.1 +++ ChangeLog 29 Sep 2014 21:48:20 -0000 1.2 @@ -1,6 +1,12 @@ # ChangeLog for sys-block/zram-init # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/zram-init/ChangeLog,v 1.1 2014/05/10 22:45:39 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/zram-init/ChangeLog,v 1.2 2014/09/29 21:48:20 jauhien Exp $ + +*zram-init-3.0 (29 Sep 2014) + + 29 Sep 2014; Jauhien Piatlicki <jauh...@gentoo.org> +zram-init-3.0.ebuild, + -zram-init-2.7-r1.ebuild: + version bump *zram-init-2.7-r1 (10 May 2014) 1.1 sys-block/zram-init/zram-init-3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/zram-init/zram-init-3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/zram-init/zram-init-3.0.ebuild?rev=1.1&content-type=text/plain Index: zram-init-3.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-block/zram-init/zram-init-3.0.ebuild,v 1.1 2014/09/29 21:48:20 jauhien Exp $ EAPI=5 inherit eutils readme.gentoo systemd 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}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" 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 }