diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-09-18 10:45:49 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-09-18 10:46:03 +0200 |
commit | bbc6a475c277c520a41c9b002daa3390a274360e (patch) | |
tree | e8f977bf0dbe4790bff08634aafb0b25ae7c111e /dev-util | |
parent | dev-util/debootstrap: Stable (diff) | |
download | gentoo-bbc6a475c277c520a41c9b002daa3390a274360e.tar.gz gentoo-bbc6a475c277c520a41c9b002daa3390a274360e.tar.bz2 gentoo-bbc6a475c277c520a41c9b002daa3390a274360e.zip |
dev-util/debootstrap: Old
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/debootstrap/Manifest | 3 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.115.ebuild | 48 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.116.ebuild | 48 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.117.ebuild | 48 |
4 files changed, 0 insertions, 147 deletions
diff --git a/dev-util/debootstrap/Manifest b/dev-util/debootstrap/Manifest index 14232e88676e..c9aa802abfff 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 e1c4c43a56b3..000000000000 --- 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 43a821d68891..000000000000 --- 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 43a821d68891..000000000000 --- 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 -} |