diff options
author | Sebastian Pipping <sping@gentoo.org> | 2020-02-27 18:32:28 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2020-02-27 18:32:28 +0100 |
commit | a0343e7deb53f773f40c56c80a951ce92d235f05 (patch) | |
tree | 4474b4e6e7e14c78b250cdad3376bfccf76ca952 | |
parent | sys-apps/klogripper: EAPI 7 + git-r3 eclass (diff) | |
download | betagarden-a0343e7deb53f773f40c56c80a951ce92d235f05.tar.gz betagarden-a0343e7deb53f773f40c56c80a951ce92d235f05.tar.bz2 betagarden-a0343e7deb53f773f40c56c80a951ce92d235f05.zip |
dev-util/yumbootstrap: Drop package
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
-rw-r--r-- | dev-util/yumbootstrap/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/yumbootstrap/Manifest | 2 | ||||
-rw-r--r-- | dev-util/yumbootstrap/metadata.xml | 11 | ||||
-rw-r--r-- | dev-util/yumbootstrap/yumbootstrap-0.0.3_p20150509.ebuild | 42 | ||||
-rw-r--r-- | dev-util/yumbootstrap/yumbootstrap-0.0.3_p20150617.ebuild | 42 |
5 files changed, 0 insertions, 103 deletions
diff --git a/dev-util/yumbootstrap/ChangeLog b/dev-util/yumbootstrap/ChangeLog deleted file mode 100644 index 99d0058..0000000 --- a/dev-util/yumbootstrap/ChangeLog +++ /dev/null @@ -1,6 +0,0 @@ - 06 Jun 2015; Justin Lecher <jlec@gentoo.org> - yumbootstrap-0.0.3_p20150509.ebuild: - dev-util/yumbootstrap: Fix python eclass usage - - 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: - dev-util/yumbootstrap: Add github to remote-id in metadata.xml diff --git a/dev-util/yumbootstrap/Manifest b/dev-util/yumbootstrap/Manifest deleted file mode 100644 index 071f1c6..0000000 --- a/dev-util/yumbootstrap/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST yumbootstrap-0.0.3_p20150509.tar.gz 59266 SHA256 9bf318729e3f72da214237f89b3e754dfcf4d88f7fc836f2eba2e0e01701da64 SHA512 f867fc5e670ebf43821fed2e81fa865e3859cde6ce676c7aae21c9a44d19507b377d91767370a42528b6bdbf2fd25971a32f70055917449b8183110a33c243fb WHIRLPOOL b01c41d970f036a738a5db35d2b5514de7e4d649d3024396f6c6979709bb77064180e7b338d335278d06e111f0c40291517366866f690c0da79ed44c017ef94e -DIST yumbootstrap-0.0.3_p20150617.tar.gz 70068 SHA256 cb49e09c7a56959f685ac37eeb3ffed0e9dd7d63e5f696f4c47674b2fa572a94 SHA512 4edb948845d749767e07ce92d47c83cf0f934e5bf7ea7cb0b7f3706decbb4ce28fb93c545a15e3356478d929d5222ab601c857f1db6f3160882764f22282e862 WHIRLPOOL 450718f5404d256e98e720ae3ca7ef6f9538c3488b7b413efa82e48c37d249ff512d07124a217e1ff5389b46a1c4b5aa113191dbdb631ee923a42b6ccd4150ac diff --git a/dev-util/yumbootstrap/metadata.xml b/dev-util/yumbootstrap/metadata.xml deleted file mode 100644 index 3f672a4..0000000 --- a/dev-util/yumbootstrap/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>sping@gentoo.org</email> - <name>Sebastian Pipping</name> - </maintainer> - <upstream> - <remote-id type="github">dozzie/yumbootstrap</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-util/yumbootstrap/yumbootstrap-0.0.3_p20150509.ebuild b/dev-util/yumbootstrap/yumbootstrap-0.0.3_p20150509.ebuild deleted file mode 100644 index d480d66..0000000 --- a/dev-util/yumbootstrap/yumbootstrap-0.0.3_p20150509.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) -# PYTHON_REQ_USE=berkdb -# https://bugs.gentoo.org/show_bug.cgi?id=519584 -inherit distutils-r1 - -MY_PV=ca14281727d6e5476f6601541a1974e65c3a1a33 -DESCRIPTION="chroot installer for derivatives of Red Hat Enterprise Linux" -HOMEPAGE="https://github.com/dozzie/yumbootstrap" -SRC_URI="https://github.com/dozzie/yumbootstrap/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" # or later? -SLOT="0" -KEYWORDS="" # ~amd64 ~x86, lazy mask -IUSE="" - -RDEPEND=" - app-arch/rpm[caps,lua,python] - sys-apps/yum - dev-python/bsddb3" - -S="${WORKDIR}"/${PN}-${MY_PV} - -python_prepare_all() { - sed 's,^import bsddb$,import bsddb3 as bsddb,' -i lib/yumbootstrap/bdb.py || die -} - -python_install_all() { - DOCS=( KNOWN_ISSUES.md SUITES.md ) - EXAMPLES=( examples ) - distutils-r1_python_install_all - - emake \ - PREFIX=/usr \ - SYSCONFDIR=/etc \ - DESTDIR="${D}" \ - install-notmodule -} diff --git a/dev-util/yumbootstrap/yumbootstrap-0.0.3_p20150617.ebuild b/dev-util/yumbootstrap/yumbootstrap-0.0.3_p20150617.ebuild deleted file mode 100644 index 1b4b5fd..0000000 --- a/dev-util/yumbootstrap/yumbootstrap-0.0.3_p20150617.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) -# PYTHON_REQ_USE=berkdb -# https://bugs.gentoo.org/show_bug.cgi?id=519584 -inherit distutils-r1 - -MY_PV=7bb335463cecdd294dacce66481c02b7a149652f -DESCRIPTION="chroot installer for derivatives of Red Hat Enterprise Linux" -HOMEPAGE="https://github.com/dozzie/yumbootstrap" -SRC_URI="https://github.com/dozzie/yumbootstrap/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" # or later? -SLOT="0" -KEYWORDS="" # ~amd64 ~x86, lazy mask -IUSE="" - -RDEPEND=" - app-arch/rpm[caps,lua,python] - sys-apps/yum - dev-python/bsddb3" - -S="${WORKDIR}"/${PN}-${MY_PV} - -python_prepare_all() { - sed 's,^import bsddb$,import bsddb3 as bsddb,' -i lib/yumbootstrap/bdb.py || die -} - -python_install_all() { - DOCS=( KNOWN_ISSUES.md SUITES.md ) - EXAMPLES=( examples ) - distutils-r1_python_install_all - - emake \ - PREFIX=/usr \ - SYSCONFDIR=/etc \ - DESTDIR="${D}" \ - install-notmodule -} |