diff options
author | Martin Väth <martin@mvath.de> | 2012-03-19 22:27:05 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:47:26 +0200 |
commit | 01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f (patch) | |
tree | 51faca7560d66b840a9f4a6d040e89d48315dcab /sys-block | |
parent | Bump noscript (diff) | |
download | mv-01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f.tar.gz mv-01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f.tar.bz2 mv-01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f.zip |
Bump getdelta. Use vcs-snapshot.eclass. Homepage without variable
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/zram-init/ChangeLog | 3 | ||||
-rw-r--r-- | sys-block/zram-init/zram-init-2.1.ebuild | 9 |
2 files changed, 5 insertions, 7 deletions
diff --git a/sys-block/zram-init/ChangeLog b/sys-block/zram-init/ChangeLog index e80d3ca4..3a0f70c5 100644 --- a/sys-block/zram-init/ChangeLog +++ b/sys-block/zram-init/ChangeLog @@ -4,6 +4,9 @@ *zram-init-2.1.ebuild (02 Mar 2012) + 19 Mar 2012; Martin Väth <martin@mvath.de> + Use vcs-snapshot.eclass + 02 Mar 2012; Martin Väth <martin@mvath.de> Version bump, remove old ebuild. Changes to github repository. diff --git a/sys-block/zram-init/zram-init-2.1.ebuild b/sys-block/zram-init/zram-init-2.1.ebuild index f54d0206..16bc8dc9 100644 --- a/sys-block/zram-init/zram-init-2.1.ebuild +++ b/sys-block/zram-init/zram-init-2.1.ebuild @@ -4,9 +4,10 @@ EAPI="4" RESTRICT="mirror" +inherit vcs-snapshot DESCRIPTION="Scripts to support compressed swap devices or ramdisks with zram" -HOMEPAGE="https://github.com/vaeth/${PN}" +HOMEPAGE="https://github.com/vaeth/zram-init/" SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" LICENSE="GPL-2" @@ -14,12 +15,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="zsh-completion" -src_unpack() { - default - cd *"${PN}"-* - S="${PWD}" -} - src_install() { dosbin sbin/* doinitd openrc/init.d/* |