commit: b435ca119d0d24a90b7813ebd6bbe94e3f11ef6b Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Thu Sep 14 20:27:47 2017 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Thu Sep 14 20:27:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b435ca11
dev-util/debootstrap: Old. Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-util/debootstrap/Manifest | 2 -- dev-util/debootstrap/debootstrap-1.0.88.ebuild | 50 -------------------------- dev-util/debootstrap/debootstrap-1.0.90.ebuild | 49 ------------------------- 3 files changed, 101 deletions(-) diff --git a/dev-util/debootstrap/Manifest b/dev-util/debootstrap/Manifest index c7c15045a35..ddf6ff5eeb2 100644 --- a/dev-util/debootstrap/Manifest +++ b/dev-util/debootstrap/Manifest @@ -1,6 +1,4 @@ DIST debootstrap_1.0.87.tar.gz 65875 SHA256 e48c931b8c0a4981c580db1a85418177bf62f18320a376aefbc7910e1f1fb3aa SHA512 a36d566292f25093e0367a912f262e95036e355a3f4872a5b957cff53999f4491cc30d7d65a08c31e68f98d75c0a5229b88681895720ff9a610d5fffe4565060 WHIRLPOOL b1fa7835051b69fc21bdbdadad81af3f5e9ba2218c0502c86a93118282e1ca0e901e81b5a6ab691bc6f154265d651ec7bb598d4df89387c04a3c87c5285e777e -DIST debootstrap_1.0.88.tar.gz 65590 SHA256 a08332bb288223a7afca125b5d5946dcfa36720f36138fee3fea299aad80d2f8 SHA512 339b574a1a556a65d8f1091064e128d48b5d7954eb4c7ce94a34787a51b7de8ed82cb31ebd86de9c61c5569384dd22088d437090d7111d1720204c1bb3f4b8a7 WHIRLPOOL adf0ebd60ab148251c259012ef7944308913ea416429a524c3184efdb464b893d731382374fb6eef0ef65a661b7117bcbd940e6541f1c5d483d260fec7a37e74 DIST debootstrap_1.0.89.tar.gz 69020 SHA256 3fde1e34eae8744d802ff4f4ba5464b8c8829c0afe9d394c8a536cfdaca23885 SHA512 3f230ce3eff6359353d106c806ce395861fb47fc1416eb0b498af7ce12a45ce7572b18284633d6d4d07b73a4a203e03bc205df3eae0db6f637237d25d0a69b1a WHIRLPOOL 3eb2b66794d0e49e52eb87761bf2dad8980c20d41c032b1ec06742945a0999ac18ff721907721c00a92d0f1597b1560d47e461fe78bd3081af6cb5ec4d3d1cb4 -DIST debootstrap_1.0.90.tar.gz 69936 SHA256 4d1f434b093051a27fe9482063e2b09aa88cdcc51877228b04729e302ba9145e SHA512 f8fc584d08b63f9f3fe1120b7b7ca41ef4acab4201ded08a45d7d5c1e4be67ff365840fbb65dad97c0798fd3d565148df2c465bc4cd3f62c0b31226dd1b2575d WHIRLPOOL 3f43d8e35dcb2c9adceec27d71b4430ff69fa42c5ab4b319a5af1aa58d28f78cf012a5d3e898dfe9f2e5e6ebd25161511456ca09d8f1d68d618f242bea0cefcc DIST debootstrap_1.0.91.tar.gz 70171 SHA256 65947fd131217867ce774c4b00d16d6d082da21751b4338cfe9270970fdbe011 SHA512 5d1633c31b6a17aa3da4644a750875fd05bdfd448f90bcd453fc7bdb64df13e6bc4f2e8a6968e0c36302fa0458b9ac321e2ed3dbc68a4f4c071f7c16d950953c WHIRLPOOL 14574aa707e93d2d3718e14ee6f21fec4ff97c568679a26ba4884c53de0384f92b45b23436bb4f676195fa24f348756fcc3076f01cc60677d2c453e93b0b6992 DIST devices.tar.gz 47835 SHA256 0d93f93c8b21160069d14e74f8f990a2e0e1e5a90dc828b29e6b3f5aa5829e48 SHA512 994ec8d72e3d52d2d872f7ff0da2336e4cbd3a5fa73bb6cdb9e06f5e7f5b8c69cea639c738fdba1186f382d6dcf62e7746fface664bfbd744aac24b16f034432 WHIRLPOOL 222963bb920e1311bc2f481bba04e49f386b60cce6ce0576424896277e0c4fc6a339d4403d587744c32b0bfb1db6391f200fa8d66117e3f21e1c12f35365d732 diff --git a/dev-util/debootstrap/debootstrap-1.0.88.ebuild b/dev-util/debootstrap/debootstrap-1.0.88.ebuild deleted file mode 100644 index bc776f72548..00000000000 --- a/dev-util/debootstrap/debootstrap-1.0.88.ebuild +++ /dev/null @@ -1,50 +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="http://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 -" - -S=${WORKDIR}/${PN}.git -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.90.ebuild b/dev-util/debootstrap/debootstrap-1.0.90.ebuild deleted file mode 100644 index 1a80d483d36..00000000000 --- a/dev-util/debootstrap/debootstrap-1.0.90.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="http://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 -}