Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/zram-init/
Date: Mon, 29 Apr 2019 14:24:52
Message-Id: 1556547773.8928deaa4eaae250ef4e0e35bbb59ab13f874f2d.perfinion@gentoo
1 commit: 8928deaa4eaae250ef4e0e35bbb59ab13f874f2d
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 29 13:48:44 2019 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 29 14:22:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8928deaa
7
8 sys-block/zram-init: drop old
9
10 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 sys-block/zram-init/Manifest | 2 --
14 sys-block/zram-init/zram-init-3.8.ebuild | 45 ---------------------------
15 sys-block/zram-init/zram-init-7.1-r1.ebuild | 48 -----------------------------
16 3 files changed, 95 deletions(-)
17
18 diff --git a/sys-block/zram-init/Manifest b/sys-block/zram-init/Manifest
19 index 7eacb8ce0fd..8963ed2869d 100644
20 --- a/sys-block/zram-init/Manifest
21 +++ b/sys-block/zram-init/Manifest
22 @@ -1,3 +1 @@
23 -DIST zram-init-3.8.tar.gz 6619 BLAKE2B c22482a619e5b0137c2d3eb45babee82ff36778a32caaed959beaf6ed3683e0010ef42328f8c4db7956696ca9c6a80c9e676c9db7d533f7283832036203beb34 SHA512 c083f34bba6031f8e247f61a1451343e14cc4bc5c4731ad3a32a5f0eea265936a83b27ad0e3cbd2ba0e05e2bec1e6ae739b6e4149d120dafbcc057437188f07f
24 -DIST zram-init-7.1.tar.gz 9054 BLAKE2B 70c1aee839db3c4599fa59a0ecda7bb7a905a18cbbd90872865f266364da0602bd6ada85c35d7da5f8e6f4c6f9da122abf01abd57080a0728d4314fc2ed03c0d SHA512 6a9a6568d1c439f941401cb5638645a034a3cb29aaafa0d7595ad19fe7c50296e72c6751393eaa5cd8877b0d2bd0376339fb0f596c9517f9b17d425cc9c5ed53
25 DIST zram-init-8.1.tar.gz 9177 BLAKE2B 229a469aeeb0b22b80f48d946d4ff746c7bd5d7b58ea9290db0da011df6d618c7c55ad95810b0be74ff81350182057d9067e834ecba688eb4ffa668521468a8b SHA512 8f688accb7a4231f705f694c4b4e7344bbb338b2b1f09a6dacd900020a4e8583105b25fef5b40f39630db88db6fcc8ec79824945ceaee95ea1279d09d081a994
26
27 diff --git a/sys-block/zram-init/zram-init-3.8.ebuild b/sys-block/zram-init/zram-init-3.8.ebuild
28 deleted file mode 100644
29 index 5884a6fcbd0..00000000000
30 --- a/sys-block/zram-init/zram-init-3.8.ebuild
31 +++ /dev/null
32 @@ -1,45 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -inherit readme.gentoo-r1 systemd
38 -
39 -DESCRIPTION="Scripts to support compressed swap devices or ramdisks with zram"
40 -HOMEPAGE="https://github.com/vaeth/zram-init/"
41 -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
46 -IUSE=""
47 -
48 -RDEPEND="!<sys-apps/openrc-0.13"
49 -
50 -DISABLE_AUTOFORMATTING="true"
51 -DOC_CONTENTS="To use zram, activate it in your kernel and add it to default runlevel:
52 - rc-config add zram default
53 -If you use systemd enable zram_swap, tmp, and/or var_tmp with systemctl.
54 -You might need to modify /etc/modprobe.d/zram.conf"
55 -
56 -src_prepare() {
57 - use prefix || sed -i \
58 - -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \
59 - -- sbin/* || die
60 - eapply_user
61 -}
62 -
63 -src_install() {
64 - dosbin sbin/*
65 - doinitd openrc/init.d/*
66 - doconfd openrc/conf.d/*
67 - systemd_dounit systemd/system/*
68 - insinto /etc/modprobe.d
69 - doins modprobe.d/*
70 - insinto /usr/share/zsh/site-functions
71 - doins zsh/*
72 - readme.gentoo_create_doc
73 -}
74 -
75 -pkg_postinst() {
76 - readme.gentoo_print_elog
77 -}
78
79 diff --git a/sys-block/zram-init/zram-init-7.1-r1.ebuild b/sys-block/zram-init/zram-init-7.1-r1.ebuild
80 deleted file mode 100644
81 index 14b7900f485..00000000000
82 --- a/sys-block/zram-init/zram-init-7.1-r1.ebuild
83 +++ /dev/null
84 @@ -1,48 +0,0 @@
85 -# Copyright 1999-2018 Gentoo Foundation
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=6
89 -inherit readme.gentoo-r1 systemd
90 -
91 -DESCRIPTION="Scripts to support compressed swap devices or ramdisks with zram"
92 -HOMEPAGE="https://github.com/vaeth/zram-init/"
93 -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
94 -
95 -LICENSE="GPL-2"
96 -SLOT="0"
97 -KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
98 -IUSE=""
99 -
100 -RDEPEND=">=app-shells/push-2.0
101 - !<sys-apps/openrc-0.13"
102 -
103 -DISABLE_AUTOFORMATTING="true"
104 -DOC_CONTENTS="To use zram, activate it in your kernel and add it to default runlevel:
105 - rc-config add zram default
106 -If you use systemd enable zram_swap, tmp, and/or var_tmp with systemctl.
107 -You might need to modify /etc/modprobe.d/zram.conf"
108 -
109 -src_prepare() {
110 - use prefix || sed -i \
111 - -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \
112 - -- sbin/* || die
113 - default
114 -}
115 -
116 -src_install() {
117 - doinitd openrc/init.d/*
118 - doconfd openrc/conf.d/*
119 - systemd_dounit systemd/system/*
120 - insinto /etc/modprobe.d
121 - doins modprobe.d/*
122 - insinto /usr/share/zsh/site-functions
123 - doins zsh/*
124 - dodoc AUTHORS ChangeLog README.md
125 - readme.gentoo_create_doc
126 - into /
127 - dosbin sbin/*
128 -}
129 -
130 -pkg_postinst() {
131 - readme.gentoo_print_elog
132 -}