From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fakechroot/
Date: Mon, 11 Jan 2021 08:57:13 +0000 (UTC) [thread overview]
Message-ID: <1610353522.4889d58ca6e6f2975b0d90774724dbe7ac32b70f.sam@gentoo> (raw)
commit: 4889d58ca6e6f2975b0d90774724dbe7ac32b70f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 08:25:22 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 08:25:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4889d58c
sys-apps/fakechroot: Revert "cleanup old"
This reverts commit 50fcf55a8ceefca8f0662861b81f7f3587be9cdd.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/fakechroot/Manifest | 1 +
sys-apps/fakechroot/fakechroot-2.19.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/sys-apps/fakechroot/Manifest b/sys-apps/fakechroot/Manifest
index 0429ed76685..2e1daebc38f 100644
--- a/sys-apps/fakechroot/Manifest
+++ b/sys-apps/fakechroot/Manifest
@@ -1 +1,2 @@
+DIST fakechroot-2.19.tar.gz 492346 BLAKE2B 9ad9d6515756e867f5e936deec3f6a020f2d8937000f1b7ea9f0f915db68efc4a8f1075d9ee1932c1f20d1c20db04f97de22574f6c51905a070dc1d130a435c4 SHA512 3f1846360dac2ebf9430949651ab0e4b232218cb576a3408b7199dac1e8b555d550ec281eacc65890e79f079f558308c9d56c10a6c7ff38e1419bb45ada7450a
DIST fakechroot-2.20.1.tar.gz 504343 BLAKE2B 73459895319c1fd6297ab455e0d15f4b9985f433d958598d8581a35268e4df0f631b39d026061fe5c00ec6b805f3bf4f5f261039b93176db460b6f936c0de1b8 SHA512 9ddc715ff5c550b700c2384284c9f0cf6c2a99353a06d8e4c3b8363f4affdf9a11757ed5d1c9b85c83499b3bec054544290508a20f2ee16d46e66dc824a924ed
diff --git a/sys-apps/fakechroot/fakechroot-2.19.ebuild b/sys-apps/fakechroot/fakechroot-2.19.ebuild
new file mode 100644
index 00000000000..93702f3f87d
--- /dev/null
+++ b/sys-apps/fakechroot/fakechroot-2.19.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Provide a faked chroot environment without requiring root privileges"
+HOMEPAGE="https://github.com/dex4er/fakechroot"
+SRC_URI="https://github.com/dex4er/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86"
+
+RESTRICT="test"
+
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -exec rm -f '{}' +
+}
next reply other threads:[~2021-01-11 8:57 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-11 8:57 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-18 12:47 [gentoo-commits] repo/gentoo:master commit in: sys-apps/fakechroot/ Sam James
2022-12-18 12:46 Sam James
2022-12-18 11:39 Sam James
2022-12-02 18:44 WANG Xuerui
2022-05-31 8:43 Sam James
2021-07-16 23:32 Marek Szuba
2021-03-16 19:57 Sam James
2021-02-22 4:40 Joshua Kinard
2021-01-15 0:01 Sam James
2021-01-12 22:37 Sam James
2021-01-11 8:07 Sam James
2021-01-11 8:02 Sam James
2021-01-11 8:01 Sam James
2021-01-10 21:57 Sam James
2019-04-19 9:34 Alon Bar-Lev
2019-04-19 9:34 Alon Bar-Lev
2019-03-21 7:26 Sergei Trofimovich
2019-03-15 23:12 Mikle Kolyada
2018-12-26 21:21 Sergei Trofimovich
2018-10-17 8:51 Tobias Klausmann
2018-09-28 0:18 Alon Bar-Lev
2018-08-20 14:32 Alon Bar-Lev
2018-08-20 14:32 Alon Bar-Lev
2018-08-20 14:32 Alon Bar-Lev
2018-08-19 8:18 Jonas Stein
2018-07-15 10:25 Sergei Trofimovich
2018-07-15 10:25 Sergei Trofimovich
2018-07-09 15:32 Mikle Kolyada
2018-06-13 22:58 Mart Raudsepp
2018-06-13 18:52 Markus Meier
2018-06-11 7:54 Sergei Trofimovich
2018-02-24 19:32 Patrick Lauer
2018-02-11 11:12 Michał Górny
2016-01-13 9:38 Patrice Clement
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=1610353522.4889d58ca6e6f2975b0d90774724dbe7ac32b70f.sam@gentoo \
--to=sam@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