From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/debootstrap/
Date: Fri, 18 Sep 2020 08:46:05 +0000 (UTC) [thread overview]
Message-ID: <1600418763.bbc6a475c277c520a41c9b002daa3390a274360e.jer@gentoo> (raw)
commit: bbc6a475c277c520a41c9b002daa3390a274360e
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 08:45:49 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 08:46:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc6a475
dev-util/debootstrap: Old
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
dev-util/debootstrap/Manifest | 3 --
dev-util/debootstrap/debootstrap-1.0.115.ebuild | 48 -------------------------
dev-util/debootstrap/debootstrap-1.0.116.ebuild | 48 -------------------------
dev-util/debootstrap/debootstrap-1.0.117.ebuild | 48 -------------------------
4 files changed, 147 deletions(-)
diff --git a/dev-util/debootstrap/Manifest b/dev-util/debootstrap/Manifest
index 14232e88676..c9aa802abff 100644
--- a/dev-util/debootstrap/Manifest
+++ b/dev-util/debootstrap/Manifest
@@ -1,5 +1,2 @@
-DIST debootstrap_1.0.115.tar.gz 75691 BLAKE2B ef2ddd8b76d7eafdf5be50e3cbb99725066562bc4a717ab42b436dcab3e5e3a2148c9e6eeaf7b6135e4bde836ee01101e7158ebc0472c08329ae0152d0845b8b SHA512 635e4feb1fb2bc247968127dc86bf0956243c8058f99e66ede177da84f0258cfc2de51873f347c099217b07e679527aeac08e7263d31b4112fb0708edb3deeb9
-DIST debootstrap_1.0.116.tar.gz 75723 BLAKE2B 3a48e0a51dcd6066af26d036df17e36bb901d7099dfa9521ca86cc1d2d70b8326ad068dd86130de1a2b686a44391d8fd0bcfb78f24cd558777b487f8bdbde699 SHA512 59ba44ecfa7c6bc3d81a814fe66a87223fa4bde24bd986f75875fe9077355a5f4268d822347f99402d4146e81b270a06f21111fb977729f4326bb5b8e017583c
-DIST debootstrap_1.0.117.tar.gz 76196 BLAKE2B 19bd9ff287da5cc050890eb22d874c8c5407196604b29de75d2cfebc8757df899f3a952c89eb0e4bb75d7d2e0a693e70a0130cc50542c700e9db3fd0b02e321d SHA512 e7cb734d2a3280f68c9b7707a20a0387c6308aea51d425d63343212301c2dae5dd2851c21b15b62bd6e8f4e855437b58e1a06373378f3e0bf659ba6c767f770a
DIST debootstrap_1.0.123.tar.gz 78175 BLAKE2B e507ee76817eef20cfea4e37eaf893f8e64acaa791806ebd55bec97b8e60eb3c59b68bfe5e6023dc6e73706bde2468db46b84f0176ec46d086c3ea9423a206c7 SHA512 3b23f61528d4993750ba22b8765c10cfb9695793177017d9e4faf546da076be6660c5d6e0d1bf30bafe14f6d70f886190d3ec42a0057b895f40e860475eea794
DIST devices.tar.gz 47835 BLAKE2B 03bfe097fda12a7a0aa19d3308c0d44382ad945defea05a63b17a72e4051ef94f0e60e75bde35baeace81da59d9f04126f6e463163609475b9c0fdf518f533ef SHA512 994ec8d72e3d52d2d872f7ff0da2336e4cbd3a5fa73bb6cdb9e06f5e7f5b8c69cea639c738fdba1186f382d6dcf62e7746fface664bfbd744aac24b16f034432
diff --git a/dev-util/debootstrap/debootstrap-1.0.115.ebuild b/dev-util/debootstrap/debootstrap-1.0.115.ebuild
deleted file mode 100644
index e1c4c43a56b..00000000000
--- a/dev-util/debootstrap/debootstrap-1.0.115.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit eutils
-
-DESCRIPTION="Debian/Ubuntu bootstrap scripts"
-HOMEPAGE="https://packages.qa.debian.org/d/debootstrap.html"
-SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz
- mirror://gentoo/devices.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- app-arch/dpkg
- net-misc/wget
- sys-devel/binutils
-"
-DOCS=( TODO debian/changelog )
-
-src_unpack() {
- unpack ${PN}_${PV}.tar.gz
- cp "${DISTDIR}"/devices.tar.gz "${S}"
-}
-
-src_compile() {
- return
-}
-
-src_install() {
- default
- doman debootstrap.8
-}
-
-pkg_postinst() {
- if ! has_version ${CATEGORY}/${PN} && ! has_version app-crypt/gnupg; then
- elog "To check Release files against a keyring (--keyring=K), please"
- elog "install app-crypt/gnupg"
- fi
-
- if ! has_version app-crypt/debian-archive-keyring || ! has_version app-crypt/ubuntu-keyring; then
- elog "To check Release files from Debian or Ubuntu, please install"
- elog " app-crypt/debian-archive-keyring or"
- elog " app-crypt/ubuntu-keyring as required"
- fi
-}
diff --git a/dev-util/debootstrap/debootstrap-1.0.116.ebuild b/dev-util/debootstrap/debootstrap-1.0.116.ebuild
deleted file mode 100644
index 43a821d6889..00000000000
--- a/dev-util/debootstrap/debootstrap-1.0.116.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit eutils
-
-DESCRIPTION="Debian/Ubuntu bootstrap scripts"
-HOMEPAGE="https://packages.qa.debian.org/d/debootstrap.html"
-SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz
- mirror://gentoo/devices.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- app-arch/dpkg
- net-misc/wget
- sys-devel/binutils
-"
-DOCS=( TODO debian/changelog )
-
-src_unpack() {
- unpack ${PN}_${PV}.tar.gz
- cp "${DISTDIR}"/devices.tar.gz "${S}"
-}
-
-src_compile() {
- return
-}
-
-src_install() {
- default
- doman debootstrap.8
-}
-
-pkg_postinst() {
- if ! has_version ${CATEGORY}/${PN} && ! has_version app-crypt/gnupg; then
- elog "To check Release files against a keyring (--keyring=K), please"
- elog "install app-crypt/gnupg"
- fi
-
- if ! has_version app-crypt/debian-archive-keyring || ! has_version app-crypt/ubuntu-keyring; then
- elog "To check Release files from Debian or Ubuntu, please install"
- elog " app-crypt/debian-archive-keyring or"
- elog " app-crypt/ubuntu-keyring as required"
- fi
-}
diff --git a/dev-util/debootstrap/debootstrap-1.0.117.ebuild b/dev-util/debootstrap/debootstrap-1.0.117.ebuild
deleted file mode 100644
index 43a821d6889..00000000000
--- a/dev-util/debootstrap/debootstrap-1.0.117.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit eutils
-
-DESCRIPTION="Debian/Ubuntu bootstrap scripts"
-HOMEPAGE="https://packages.qa.debian.org/d/debootstrap.html"
-SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz
- mirror://gentoo/devices.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- app-arch/dpkg
- net-misc/wget
- sys-devel/binutils
-"
-DOCS=( TODO debian/changelog )
-
-src_unpack() {
- unpack ${PN}_${PV}.tar.gz
- cp "${DISTDIR}"/devices.tar.gz "${S}"
-}
-
-src_compile() {
- return
-}
-
-src_install() {
- default
- doman debootstrap.8
-}
-
-pkg_postinst() {
- if ! has_version ${CATEGORY}/${PN} && ! has_version app-crypt/gnupg; then
- elog "To check Release files against a keyring (--keyring=K), please"
- elog "install app-crypt/gnupg"
- fi
-
- if ! has_version app-crypt/debian-archive-keyring || ! has_version app-crypt/ubuntu-keyring; then
- elog "To check Release files from Debian or Ubuntu, please install"
- elog " app-crypt/debian-archive-keyring or"
- elog " app-crypt/ubuntu-keyring as required"
- fi
-}
next reply other threads:[~2020-09-18 8:46 UTC|newest]
Thread overview: 138+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-18 8:46 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-13 0:17 [gentoo-commits] repo/gentoo:master commit in: dev-util/debootstrap/ Sam James
2025-03-12 18:39 Arthur Zamarin
2025-03-08 14:58 Arthur Zamarin
2025-03-08 14:25 Sam James
2025-03-08 14:09 Sam James
2025-03-08 14:09 Sam James
2024-09-27 13:35 WANG Xuerui
2024-09-25 14:53 Joonas Niilola
2024-09-25 13:26 WANG Xuerui
2024-06-30 18:22 Arthur Zamarin
2024-04-21 21:26 Matthias Maier
2024-04-21 19:39 Matthias Maier
2023-01-31 6:00 Arthur Zamarin
2023-01-31 5:31 Arthur Zamarin
2023-01-31 5:28 Arthur Zamarin
2023-01-31 4:08 Sam James
2023-01-31 4:08 Sam James
2023-01-31 4:08 Sam James
2023-01-31 4:08 Sam James
2022-11-18 19:48 Georgy Yakovlev
2021-11-09 2:07 Georgy Yakovlev
2021-11-03 20:23 Georgy Yakovlev
2021-06-12 2:53 Georgy Yakovlev
2020-11-04 0:19 Georgy Yakovlev
2020-09-18 8:46 Jeroen Roovers
2020-06-26 21:16 Mart Raudsepp
2020-03-24 16:00 Jeroen Roovers
2020-02-13 11:00 Jeroen Roovers
2019-10-01 2:25 Jeroen Roovers
2019-09-15 9:49 Jeroen Roovers
2019-09-13 17:30 Mikle Kolyada
2019-08-15 18:51 Sergei Trofimovich
2019-08-14 7:34 Agostino Sarubbo
2019-08-13 13:51 Agostino Sarubbo
2019-08-13 11:40 Agostino Sarubbo
2019-08-13 11:19 Agostino Sarubbo
2019-08-13 10:33 Agostino Sarubbo
2019-08-13 9:17 Agostino Sarubbo
2019-08-12 8:02 Agostino Sarubbo
2019-07-10 5:12 Jeroen Roovers
2019-07-10 5:12 Jeroen Roovers
2019-01-16 11:06 Jeroen Roovers
2019-01-16 11:06 Jeroen Roovers
2018-12-27 15:01 Jeroen Roovers
2018-12-27 14:59 Jeroen Roovers
2018-12-04 9:16 Jeroen Roovers
2018-12-04 9:16 Jeroen Roovers
2018-11-21 23:42 Jeroen Roovers
2018-11-21 23:42 Jeroen Roovers
2018-09-15 7:48 Jeroen Roovers
2018-09-15 7:48 Jeroen Roovers
2018-08-22 12:47 Jeroen Roovers
2018-08-22 12:47 Jeroen Roovers
2018-08-15 19:17 Jeroen Roovers
2018-08-15 19:17 Jeroen Roovers
2018-07-06 11:18 Jeroen Roovers
2018-06-29 15:59 Jeroen Roovers
2018-06-29 15:59 Jeroen Roovers
2018-06-26 12:37 Jeroen Roovers
2018-06-26 12:37 Jeroen Roovers
2018-06-19 18:23 Jeroen Roovers
2018-06-19 18:22 Jeroen Roovers
2018-06-05 5:45 Jeroen Roovers
2018-06-05 5:34 Jeroen Roovers
2018-06-03 13:33 Jeroen Roovers
2018-06-03 13:33 Jeroen Roovers
2018-05-20 11:35 Jeroen Roovers
2018-05-20 11:35 Jeroen Roovers
2018-05-16 8:57 Jeroen Roovers
2018-05-16 8:57 Jeroen Roovers
2018-04-18 17:15 Jeroen Roovers
2018-04-18 17:15 Jeroen Roovers
2018-04-15 8:55 Jeroen Roovers
2018-03-31 10:55 Jeroen Roovers
2018-03-31 10:55 Jeroen Roovers
2018-03-31 10:55 Jeroen Roovers
2018-03-31 10:11 Tobias Klausmann
2017-12-10 14:58 Jeroen Roovers
2017-12-10 14:58 Jeroen Roovers
2017-11-04 20:39 Sergei Trofimovich
2017-10-31 14:06 Jeroen Roovers
2017-09-23 6:46 Jeroen Roovers
2017-09-14 20:29 Jeroen Roovers
2017-08-29 21:39 Thomas Deutschmann
2017-08-25 22:13 Mikle Kolyada
2017-07-29 9:55 Jeroen Roovers
2017-07-29 9:55 Jeroen Roovers
2017-06-28 20:10 Sergei Trofimovich
2017-05-18 22:55 Michael Weber
2017-05-18 22:38 Michael Weber
2017-05-14 18:09 Markus Meier
2017-04-29 12:01 Jeroen Roovers
2017-04-25 3:55 Jeroen Roovers
2017-03-14 6:58 Jeroen Roovers
2017-02-25 8:57 Jeroen Roovers
2017-02-25 7:43 Markus Meier
2017-02-15 7:46 Jeroen Roovers
2017-02-15 7:46 Jeroen Roovers
2017-02-03 19:43 Jeroen Roovers
2017-01-26 15:28 Agostino Sarubbo
2017-01-25 21:09 Tobias Klausmann
2017-01-24 10:56 Agostino Sarubbo
2017-01-24 9:06 Agostino Sarubbo
2016-11-16 16:20 Jeroen Roovers
2016-11-16 16:20 Jeroen Roovers
2016-11-02 7:53 Jeroen Roovers
2016-11-02 7:53 Jeroen Roovers
2016-10-22 8:38 Jeroen Roovers
2016-10-22 8:38 Jeroen Roovers
2016-10-09 7:44 Jeroen Roovers
2016-10-09 7:44 Jeroen Roovers
2016-09-20 19:06 Jeroen Roovers
2016-09-20 19:06 Jeroen Roovers
2016-09-11 6:15 Jeroen Roovers
2016-09-11 6:15 Jeroen Roovers
2016-05-08 9:37 Jeroen Roovers
2016-05-08 9:37 Jeroen Roovers
2016-03-24 5:34 Jeroen Roovers
2016-02-24 8:41 Jeroen Roovers
2016-02-22 5:42 Jeroen Roovers
2016-02-22 5:42 Jeroen Roovers
2016-02-21 20:13 Jeroen Roovers
2016-02-21 18:23 Sebastian Pipping
2016-02-05 6:17 Jeroen Roovers
2016-02-05 6:17 Jeroen Roovers
2016-02-05 6:17 Jeroen Roovers
2016-01-30 13:06 Jeroen Roovers
2016-01-27 7:26 Jeroen Roovers
2016-01-27 7:26 Jeroen Roovers
2016-01-27 7:18 Jeroen Roovers
2016-01-27 7:18 Jeroen Roovers
2016-01-23 7:25 Jeroen Roovers
2016-01-12 20:18 Markus Meier
2016-01-05 13:42 Agostino Sarubbo
2015-11-12 7:47 Jeroen Roovers
2015-11-06 4:34 Jeroen Roovers
2015-10-23 5:42 Jeroen Roovers
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=1600418763.bbc6a475c277c520a41c9b002daa3390a274360e.jer@gentoo \
--to=jer@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