From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/jail/
Date: Sun, 1 Jul 2018 08:24:28 +0000 (UTC) [thread overview]
Message-ID: <1530433460.dec0b64214681402304b46b4505bb6df920d118f.pacho@gentoo> (raw)
commit: dec0b64214681402304b46b4505bb6df920d118f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 1 08:12:31 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jul 1 08:24:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec0b642
app-misc/jail: Drop old
Package-Manager: Portage-2.3.41, Repoman-2.3.9
app-misc/jail/jail-2.0.ebuild | 69 -------------------------------------------
1 file changed, 69 deletions(-)
diff --git a/app-misc/jail/jail-2.0.ebuild b/app-misc/jail/jail-2.0.ebuild
deleted file mode 100644
index 40247a1caf4..00000000000
--- a/app-misc/jail/jail-2.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="Builds a chroot and configures all the required files, directories and libraries"
-HOMEPAGE="https://github.com/spiculator/jail"
-SRC_URI="https://github.com/spiculator/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND=">=sys-apps/sed-4"
-RDEPEND="dev-lang/perl
- dev-util/strace"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PN}-1.9-gentoo.patch \
- "${FILESDIR}"/${PN}-1.9-wrongshell.patch \
- "${FILESDIR}"/${PN}-1.9-multiuser-rsa.patch \
- "${FILESDIR}"/${PN}-1.9-ldflags.patch
-}
-
-src_compile() {
- # configuration files should be installed in /etc not /usr/etc
- sed -i "s:\$4/etc:\${D}/etc:g" install.sh || die
-
- # the destination directory should be /usr not /usr/local
- sed -i -e "s:usr/local:${D}/usr:g" \
- -e "s:^COPT =.*:COPT = -Wl,-z,no:g" src/Makefile || die
-
- # Below didn't work. Don't know why
- #append-ldflags -Wl,-z,now
- emake -C src CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
- emake -C src install
-
- # remove //var/tmp/portage/${P}/image//usr from files
- FILES=( "${D}/usr/bin/mkjailenv"
- "${D}/usr/bin/addjailsw"
- "${D}/usr/bin/addjailuser"
- "${D}/etc/jail.conf"
- "${D}/usr/lib/libjail.pm"
- "${D}/usr/lib/arch/generic/definitions"
- "${D}/usr/lib/arch/generic/functions"
- "${D}/usr/lib/arch/linux/definitions"
- "${D}/usr/lib/arch/linux/functions"
- "${D}/usr/lib/arch/freebsd/definitions"
- "${D}/usr/lib/arch/freebsd/functions"
- "${D}/usr/lib/arch/irix/definitions"
- "${D}/usr/lib/arch/irix/functions"
- "${D}/usr/lib/arch/solaris/definitions"
- "${D}/usr/lib/arch/solaris/functions" )
-
- for f in "${FILES[@]}"; do
- sed -i "s:/${D}/usr:/usr:g" ${f} || die
- done
-
- sed -i "s:/usr/etc:/etc:" "${D}"/usr/lib/libjail.pm || die
-
- dodoc doc/{CHANGELOG,INSTALL,README,SECURITY,VERSION}
-}
next reply other threads:[~2018-07-01 8:24 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-01 8:24 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-08 17:13 [gentoo-commits] repo/gentoo:master commit in: app-misc/jail/ Sam James
2021-06-07 8:33 Joonas Niilola
2021-04-03 23:07 Sam James
2019-02-07 11:33 Mikle Kolyada
2019-02-07 11:33 Mikle Kolyada
2019-01-27 14:09 Sergei Trofimovich
2018-11-04 12:34 Pacho Ramos
2018-02-01 20:37 Thomas Deutschmann
2018-01-04 20:22 Mikle Kolyada
2017-12-25 11:01 Sergei Trofimovich
2017-10-29 22:53 Jonas Stein
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1530433460.dec0b64214681402304b46b4505bb6df920d118f.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox