public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-apps/debianutils/
Date: Wed, 25 Nov 2020 16:05:25 +0000 (UTC)	[thread overview]
Message-ID: <1606320307.2c692d8cf1226304093214b21d14e726fa6aad01.grobian@gentoo> (raw)

commit:     2c692d8cf1226304093214b21d14e726fa6aad01
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 16:05:07 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 16:05:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=2c692d8c

sys-apps/debianutils-4.11.2: sync with gx86, our versions are no longer on the mirrors

Package-Manager: Portage-3.0.10-prefix, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 sys-apps/debianutils/Manifest                      |  3 +-
 ...utils-4.11.ebuild => debianutils-4.11.2.ebuild} |  2 +
 sys-apps/debianutils/debianutils-4.4.ebuild        | 46 ----------------------
 3 files changed, 3 insertions(+), 48 deletions(-)

diff --git a/sys-apps/debianutils/Manifest b/sys-apps/debianutils/Manifest
index c9282a3d29..05cf701556 100644
--- a/sys-apps/debianutils/Manifest
+++ b/sys-apps/debianutils/Manifest
@@ -1,2 +1 @@
-DIST debianutils_4.11.tar.xz 157440 BLAKE2B a0238a97b2700119570ee80e4fb85c36a44ac6fa700fc927bda85bd5358ff364f19389160e4a01685c7263e8b3855b63197590dc65825002e532bfea98ef9f5c SHA512 87f6b7d9fecbaff615a5529328d384d8adf4ed69c8cc00acc54681d91fc146f4241a761dde2c9b092cb279b63d30dcaa6c2d0309ef4d29d6a2b09600c53c0ac6
-DIST debianutils_4.4.tar.gz 272098 BLAKE2B 496c7cedf9aa19fc33becfa9f9e16b81aefb4090d928a7890da7f86b26e1d18f6dd38a19bac166e4943c3ce79cb69cb397265fb7f22b9d64e7828633e8c2945e SHA512 78c51a7da586c6f23bf40810fd9bcaedc90648e6043c199f347cf5772f9c83ab646f22c2746ba6eddd7df8d6a31b01dc25f5bcb21a53a173aa5549138d14a9ca
+DIST debianutils_4.11.2.tar.xz 158132 BLAKE2B c2a95c90b4267e3b1d61c21db562f960b4666982c488e69a757fb0a7a42e8e739d44f553edd8cf532df30c492e999920ab63ec3580479de7de5d901d75de76fc SHA512 0bd9098beee78b3c8dae839f0c29e9f142cbb22f2ced473cf7ae47a14d9493ba882c1829eba213780392a87a3223b3689729754c8ded80a091efaef3f6f903fd

diff --git a/sys-apps/debianutils/debianutils-4.11.ebuild b/sys-apps/debianutils/debianutils-4.11.2.ebuild
similarity index 97%
rename from sys-apps/debianutils/debianutils-4.11.ebuild
rename to sys-apps/debianutils/debianutils-4.11.2.ebuild
index baedfc04df..f3697a3a7b 100644
--- a/sys-apps/debianutils/debianutils-4.11.ebuild
+++ b/sys-apps/debianutils/debianutils-4.11.2.ebuild
@@ -22,6 +22,8 @@ PDEPEND="
 		)
 	)"
 
+S="${WORKDIR}/${PN}"
+
 PATCHES=(
 	"${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch
 	"${FILESDIR}"/${PN}-4-nongnu.patch

diff --git a/sys-apps/debianutils/debianutils-4.4.ebuild b/sys-apps/debianutils/debianutils-4.4.ebuild
deleted file mode 100644
index 237a8c6529..0000000000
--- a/sys-apps/debianutils/debianutils-4.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-4.4.ebuild,v 1.12 2014/01/26 12:18:12 ago Exp $
-
-EAPI=4
-
-inherit eutils flag-o-matic autotools
-
-DESCRIPTION="A selection of tools from Debian"
-HOMEPAGE="http://packages.qa.debian.org/d/debianutils.html"
-SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="BSD GPL-2 SMAIL"
-SLOT="0"
-KEYWORDS="~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="kernel_linux static"
-
-PDEPEND="|| ( >=sys-apps/coreutils-6.10-r1 sys-freebsd/freebsd-ubin )"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch
-	epatch "${FILESDIR}"/${PN}-4-nongnu.patch
-	eautoreconf || die
-}
-
-src_configure() {
-	use static && append-ldflags -static
-	default
-}
-
-src_install() {
-	into /
-	dobin tempfile run-parts
-	if use kernel_linux ; then
-		dosbin installkernel
-	fi
-
-	into /usr
-	dosbin savelog
-
-	doman tempfile.1 run-parts.8 savelog.8
-	use kernel_linux && doman installkernel.8
-	cd debian
-	dodoc changelog control
-	keepdir /etc/kernel/postinst.d
-}


             reply	other threads:[~2020-11-25 16:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-25 16:05 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-24  9:47 [gentoo-commits] repo/proj/prefix:master commit in: sys-apps/debianutils/ Fabian Groffen
2020-12-22 21:05 Fabian Groffen
2020-06-07 11:45 Fabian Groffen

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=1606320307.2c692d8cf1226304093214b21d14e726fa6aad01.grobian@gentoo \
    --to=grobian@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