diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-04-18 19:12:56 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-04-18 19:12:56 +0200 |
commit | 51a3f15c66278d6ed53bbcdda622e88c6ca6f95e (patch) | |
tree | cf831671a82e8b33372e5be4d0a8fb520c2bc00b /dev-util | |
parent | dev-util/debootstrap: Version 1.0.97. (diff) | |
download | gentoo-51a3f15c66278d6ed53bbcdda622e88c6ca6f95e.tar.gz gentoo-51a3f15c66278d6ed53bbcdda622e88c6ca6f95e.tar.bz2 gentoo-51a3f15c66278d6ed53bbcdda622e88c6ca6f95e.zip |
dev-util/debootstrap: Old.
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/debootstrap/Manifest | 2 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.93.ebuild | 49 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.95.ebuild | 48 |
3 files changed, 0 insertions, 99 deletions
diff --git a/dev-util/debootstrap/Manifest b/dev-util/debootstrap/Manifest index 3016f617a010..d7c11b50f718 100644 --- a/dev-util/debootstrap/Manifest +++ b/dev-util/debootstrap/Manifest @@ -1,6 +1,4 @@ DIST debootstrap_1.0.89.tar.gz 69020 BLAKE2B 9175d0936b6c9a28a29ee1b24bd835c41aaf807bc24a029201aaa45d07789206ee06e38b0a70c1e507ab448a3ec9c0fded2838bfb868334270b5159b34cbe9eb SHA512 3f230ce3eff6359353d106c806ce395861fb47fc1416eb0b498af7ce12a45ce7572b18284633d6d4d07b73a4a203e03bc205df3eae0db6f637237d25d0a69b1a -DIST debootstrap_1.0.93.tar.gz 70695 BLAKE2B e0d5747dce7e2c45f5aec271b3a6f1e004ae19e58747abaa10d258f4e16383d305da28aad3a72c51e8ea513ffc15f61980ff27e141de69af5e259572b1afd089 SHA512 c5947a0aafd8f526236d98fe3da3374ef02a69b089844c89a3f5bb5f991fa29d8c2a4ecdbbc84a69a85eca242c628cd592c22e59f444b65c581b8a70d60a3f01 -DIST debootstrap_1.0.95.tar.gz 68631 BLAKE2B e102be7f263426506c5896b50f34c918d76d265e31eaac3f85b0471e6bfede598ef7ffbaaae726d03017b4bd94d482d4267ce02a67226e310687e8c70f88fe6c SHA512 cf2c32430325b19c61de6ef782d7df68a740812faf5f464d837b5b612b9ba0539f8c12876ce23ba20cc1aa23908eb4f45ca602798ee0a6eacf7489c45c5dc7cc DIST debootstrap_1.0.96.tar.gz 69541 BLAKE2B 4d8e063919a814014a45263cc90a51513e96eb4f0fa7837edd4426785f59373e4783a06527de8c61f3fa5c26b8d366f63f9eb1af4f32b8635329a01d52883565 SHA512 b423503aba5d1faae6ccfb5b5c0a0e19c6f0e2044464f3d32957f2bf8f4dbd98f185f6516a4781f85f000ae63d3472fb91750ca043027f284c08f248bb9d62d1 DIST debootstrap_1.0.97.tar.gz 71121 BLAKE2B 285d62ad2763552362956102758f8c678037156f5634fa71b9b98c28b3a0550d7178841085b7e11606909b544fa6c4863d00d204c7c5de4feb68c691af7ec7e0 SHA512 581973e45acb3aec9123b8a6a4b1be23630374442251a26a115ff3b391f778eaa8cd55539cccea3df569e5eac87caeb87026a0548f7630b945f1ff6b3d968fbe DIST devices.tar.gz 47835 BLAKE2B 03bfe097fda12a7a0aa19d3308c0d44382ad945defea05a63b17a72e4051ef94f0e60e75bde35baeace81da59d9f04126f6e463163609475b9c0fdf518f533ef SHA512 994ec8d72e3d52d2d872f7ff0da2336e4cbd3a5fa73bb6cdb9e06f5e7f5b8c69cea639c738fdba1186f382d6dcf62e7746fface664bfbd744aac24b16f034432 diff --git a/dev-util/debootstrap/debootstrap-1.0.93.ebuild b/dev-util/debootstrap/debootstrap-1.0.93.ebuild deleted file mode 100644 index 7462403442e3..000000000000 --- a/dev-util/debootstrap/debootstrap-1.0.93.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -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 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - app-arch/dpkg - net-misc/wget - sys-devel/binutils -" -DOCS=( TODO debian/changelog ) -S=${WORKDIR}/${PN} - -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.95.ebuild b/dev-util/debootstrap/debootstrap-1.0.95.ebuild deleted file mode 100644 index 93ffd5d2d1aa..000000000000 --- a/dev-util/debootstrap/debootstrap-1.0.95.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -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 ~sh ~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 -} |