Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/e4rat/
Date: Thu, 01 Nov 2018 15:12:15
Message-Id: 1541085120.e8b1d34d07d0a86a635e17287603c56247b2dafc.bircoph@gentoo
1 commit: e8b1d34d07d0a86a635e17287603c56247b2dafc
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 1 15:09:44 2018 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 1 15:12:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b1d34d
7
8 sys-fs/e4rat: remove old
9
10 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-fs/e4rat/e4rat-0.2.4_pre20141201.ebuild | 62 -----------------------------
14 1 file changed, 62 deletions(-)
15
16 diff --git a/sys-fs/e4rat/e4rat-0.2.4_pre20141201.ebuild b/sys-fs/e4rat/e4rat-0.2.4_pre20141201.ebuild
17 deleted file mode 100644
18 index 35b98532f0a..00000000000
19 --- a/sys-fs/e4rat/e4rat-0.2.4_pre20141201.ebuild
20 +++ /dev/null
21 @@ -1,62 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -inherit cmake-utils linux-info readme.gentoo-r1
27 -
28 -DESCRIPTION="Toolset to accelerate the boot process and application startup"
29 -HOMEPAGE="http://e4rat.sourceforge.net/"
30 -#SRC_URI="mirror://sourceforge/${PN}/${P/-/_}_src.tar.gz"
31 -SRC_URI="https://dev.gentoo.org/~pacho/${PN}/${PN}-0.2.4_pre20141201.tar.xz"
32 -
33 -LICENSE="GPL-3"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -RDEPEND="
39 - dev-lang/perl:=
40 - >=dev-libs/boost-1.42:=
41 - sys-fs/e2fsprogs
42 - sys-process/audit[static-libs(+)]
43 - sys-process/lsof
44 -"
45 -DEPEND="${DEPEND}"
46 -
47 -CONFIG_CHECK="~AUDITSYSCALL"
48 -
49 -PATCHES=(
50 - "${FILESDIR}"/${PN}-0.2.2-shared-build.patch
51 - "${FILESDIR}"/${PN}-0.2.2-libdir.patch
52 - "${FILESDIR}"/${PN}-0.2.4-sysmacros.patch #580534
53 - "${FILESDIR}"/${PN}-0.2.4-gcc6.patch #594046
54 -)
55 -
56 -pkg_setup() {
57 - check_extra_config
58 - DOC_CONTENTS="
59 - To launch systemd from e4rat you simply need to edit /etc/e4rat.conf
60 - and set:\n
61 - ; path to init process binary (DEFAULT: /sbin/init)\n
62 - init /usr/lib/systemd/systemd"
63 -}
64 -
65 -src_install() {
66 - cmake-utils_src_install
67 - # relocate binaries to /sbin. If someone knows of a better way to do it
68 - # please do tell me
69 - dodir sbin
70 - find "${D}"/usr/sbin -type f -exec mv {} "${D}"/sbin/. \; \
71 - || die
72 -
73 - readme.gentoo_create_doc
74 -}
75 -
76 -pkg_postinst() {
77 - readme.gentoo_print_elog
78 - if has_version sys-apps/preload; then
79 - elog "It appears you have sys-apps/preload installed. This may"
80 - elog "has negative effects on ${PN}. You may want to disable preload"
81 - elog "when using ${PN}."
82 - fi
83 -}