From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/debianutils/
Date: Tue, 2 Jan 2018 13:33:00 +0000 (UTC) [thread overview]
Message-ID: <1514899974.8845fb86370df98660919bfad9445df896322356.polynomial-c@gentoo> (raw)
commit: 8845fb86370df98660919bfad9445df896322356
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 2 13:32:39 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jan 2 13:32:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8845fb86
sys-apps/debianutils: Bump to version 4.8.4
Use "installkernel" USE flag to control installation of installkernel
shell script.
Closes: https://bugs.gentoo.org/527304
Package-Manager: Portage-2.3.19, Repoman-2.3.6
sys-apps/debianutils/Manifest | 1 +
sys-apps/debianutils/debianutils-4.8.4.ebuild | 41 +++++++++++++++++++++++++++
sys-apps/debianutils/metadata.xml | 11 ++++---
3 files changed, 49 insertions(+), 4 deletions(-)
diff --git a/sys-apps/debianutils/Manifest b/sys-apps/debianutils/Manifest
index a87db372659..29b1bf08f45 100644
--- a/sys-apps/debianutils/Manifest
+++ b/sys-apps/debianutils/Manifest
@@ -2,3 +2,4 @@ DIST debianutils_4.7.tar.xz 156276 BLAKE2B 9d32dc8222b67d4f1f91d58af0811412924f5
DIST debianutils_4.8.1.1.tar.xz 156256 BLAKE2B fba83e834486da25004a0d45b6cf20e84d66ac6843b3dbb30fcb334de8d08468f986dd8bff7a8da91f4924d61dc3fe143494bc8a33809f0412ceb107bea4e2d0 SHA512 22f27692a7d3847fad1be223d73e5575581db8621771e92e68fe91bd31e67084fd655fef857905be46ab3a45340503b0af9399b8fe28f221ea5cee4b49970821
DIST debianutils_4.8.2.tar.xz 155944 BLAKE2B 4cfdf43ad2e3fe35578fe980a9d18bf8f4c8b3cc581a6778b9a32fef21d308e40ffbfa5df5cc3cfc72090047bd8bbdbd824c7955b320e955d4cd390b76f98f82 SHA512 40bad124e99c5a315b7ddf181afc2db216c85ddfe5603a16fbd21bd01091d3631b18826ddf799ba232ecaa1c2b3ff389a26a533f392918eb0733efdd75749759
DIST debianutils_4.8.3.tar.xz 159292 BLAKE2B e655741f42594ff12b4f349331da57ec09073802c9778594619686c93fc3061cf5248ac8e9e2c1b391eb49dd572f3033b1db206ff43f373b17caf7f3c835111f SHA512 468b8f001c0338f166cbc2fe25079edc5feeaa38dce2f5c7e6724c691d6cb35f4843e987695e33ead557bb11887e78ff8a5e3e1f52a266a0f32fb978fa643897
+DIST debianutils_4.8.4.tar.xz 156344 BLAKE2B 069d15039579d4ce03d2ca4bfd0df199f0044049e7cd6ca899104eec5d917f3db290649bfdd851d8b14519df2750fb975bc6d96e98e14cdb626a610d44da80b0 SHA512 7d7b2d12d4907f6032477b4cd5b5dc94d8093724af8a97859c1d4cf229479e2dfe6d44143b454ed9b1990ca2d4833eaeb059659d8c305623875fdc8420659855
diff --git a/sys-apps/debianutils/debianutils-4.8.4.ebuild b/sys-apps/debianutils/debianutils-4.8.4.ebuild
new file mode 100644
index 00000000000..6932bae8d61
--- /dev/null
+++ b/sys-apps/debianutils/debianutils-4.8.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit flag-o-matic
+
+DESCRIPTION="A selection of tools from Debian"
+HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html"
+SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
+
+LICENSE="BSD GPL-2 SMAIL"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+IUSE="+installkernel static"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )
+
+S="${WORKDIR}/${PN}"
+
+src_configure() {
+ use static && append-ldflags -static
+ default
+}
+
+src_install() {
+ into /
+ dobin tempfile run-parts
+ if use installkernel ; then
+ dosbin installkernel
+ fi
+
+ into /usr
+ dosbin savelog
+
+ doman tempfile.1 run-parts.8 savelog.8
+ use installkernel && doman installkernel.8
+ cd debian || die
+ dodoc changelog control
+ keepdir /etc/kernel/postinst.d
+}
diff --git a/sys-apps/debianutils/metadata.xml b/sys-apps/debianutils/metadata.xml
index 56c12441305..f6690ff3137 100644
--- a/sys-apps/debianutils/metadata.xml
+++ b/sys-apps/debianutils/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>base-system@gentoo.org</email>
- <name>Gentoo Base System</name>
-</maintainer>
+ <maintainer type="project">
+ <email>base-system@gentoo.org</email>
+ <name>Gentoo Base System</name>
+ </maintainer>
+ <use>
+ <flag name='installkernel'>Install /sbin/installkernel script (for Linux)</flag>
+ </use>
</pkgmetadata>
next reply other threads:[~2018-01-02 13:33 UTC|newest]
Thread overview: 109+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-02 13:33 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-13 21:12 [gentoo-commits] repo/gentoo:master commit in: sys-apps/debianutils/ Mike Gilbert
2024-01-31 10:20 Andrew Ammerlaan
2023-12-28 4:23 Sam James
2023-12-17 13:50 Arthur Zamarin
2023-12-15 12:53 Arthur Zamarin
2023-12-15 7:42 Sam James
2023-12-15 7:27 Sam James
2023-12-15 7:20 Sam James
2023-12-15 7:06 Sam James
2023-10-12 5:48 Sam James
2023-08-19 9:24 Sam James
2023-08-19 9:24 Sam James
2023-08-19 9:24 Sam James
2023-08-19 6:36 Sam James
2023-08-19 6:33 Sam James
2023-08-19 6:23 Sam James
2023-07-20 2:26 Sam James
2022-06-02 7:31 Jakov Smolić
2022-06-02 4:06 Jakov Smolić
2022-06-02 4:02 Jakov Smolić
2022-06-02 3:14 Sam James
2022-06-02 3:14 Sam James
2022-06-02 3:12 Sam James
2022-06-02 3:12 Sam James
2022-06-02 3:05 Sam James
2022-03-28 9:17 Jakov Smolić
2022-03-28 9:17 Jakov Smolić
2022-03-28 9:17 Jakov Smolić
2021-12-07 20:23 Sam James
2021-12-06 1:17 Sam James
2021-12-06 1:16 Sam James
2021-12-06 0:13 Sam James
2021-12-06 0:10 Sam James
2021-12-05 5:19 Sam James
2021-12-05 3:31 Sam James
2021-10-14 5:10 Sam James
2021-10-14 5:09 Sam James
2021-10-14 5:09 Sam James
2021-09-04 17:35 David Seifert
2021-08-27 13:16 Thomas Deutschmann
2021-08-19 16:43 Lars Wendler
2021-05-14 22:14 David Seifert
2021-01-03 12:10 Sergei Trofimovich
2021-01-03 11:51 Sergei Trofimovich
2021-01-03 1:18 Sam James
2021-01-02 11:52 Sergei Trofimovich
2021-01-01 23:00 Sam James
2021-01-01 11:21 Sergei Trofimovich
2020-12-30 2:23 Sam James
2020-12-29 20:38 Sam James
2020-09-28 9:20 Lars Wendler
2020-08-19 23:17 Thomas Deutschmann
2020-08-14 16:50 Thomas Deutschmann
2020-08-14 16:50 Thomas Deutschmann
2020-05-30 8:54 Lars Wendler
2020-05-23 22:36 Thomas Deutschmann
2020-05-23 22:36 Thomas Deutschmann
2020-04-26 8:58 Sergei Trofimovich
2020-04-22 13:52 Mikle Kolyada
2020-04-17 16:24 Sergei Trofimovich
2020-04-17 6:52 Agostino Sarubbo
2020-04-17 6:51 Agostino Sarubbo
2020-04-17 6:50 Agostino Sarubbo
2020-04-17 6:42 Agostino Sarubbo
2020-04-16 20:40 Mart Raudsepp
2019-12-27 14:21 Thomas Deutschmann
2019-12-11 15:02 Michał Górny
2019-09-08 8:03 Lars Wendler
2019-09-08 8:03 Lars Wendler
2019-07-18 9:31 Lars Wendler
2019-07-18 9:31 Lars Wendler
2019-07-12 15:26 Lars Wendler
2019-07-12 15:26 Lars Wendler
2019-05-04 19:40 Andreas K. Hüttel
2019-01-29 11:31 Lars Wendler
2019-01-29 11:31 Lars Wendler
2018-09-28 14:21 Mikle Kolyada
2018-05-20 0:19 Thomas Deutschmann
2018-04-21 14:50 Mart Raudsepp
2018-04-21 9:31 Mikle Kolyada
2018-03-04 8:16 Tobias Klausmann
2018-01-10 19:49 Sergei Trofimovich
2018-01-10 6:19 Markus Meier
2018-01-06 14:25 Sergei Trofimovich
2018-01-05 9:10 Lars Wendler
2018-01-02 23:46 Mikle Kolyada
2018-01-02 22:08 Sergei Trofimovich
2018-01-02 13:36 Lars Wendler
2017-11-23 20:48 Thomas Deutschmann
2017-09-23 6:46 Jeroen Roovers
2017-08-08 7:04 Lars Wendler
2017-08-08 7:04 Lars Wendler
2017-04-15 23:04 Manuel Rüger
2016-12-25 15:10 Lars Wendler
2016-12-25 15:10 Lars Wendler
2016-12-05 22:24 Mike Frysinger
2016-07-13 10:16 Lars Wendler
2016-07-13 10:16 Lars Wendler
2016-06-04 4:50 Markus Meier
2016-05-27 12:46 Lars Wendler
2016-05-26 20:05 Lars Wendler
2016-05-25 6:29 Matt Turner
2016-05-25 5:25 Jeroen Roovers
2016-02-12 15:41 Lars Wendler
2015-10-05 20:54 Mike Frysinger
2015-08-24 12:35 Lars Wendler
2015-08-24 12:26 Lars Wendler
2015-08-24 12:26 Lars Wendler
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=1514899974.8845fb86370df98660919bfad9445df896322356.polynomial-c@gentoo \
--to=polynomial-c@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