sys-apps/yum: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sun, 14 Apr 2019 07:08:41 +0000 (09:08 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 14 Apr 2019 07:09:58 +0000 (09:09 +0200)
Closes: https://bugs.gentoo.org/643308
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
sys-apps/yum/Manifest [deleted file]
sys-apps/yum/metadata.xml [deleted file]
sys-apps/yum/yum-3.4.3_p20170619.ebuild [deleted file]

index 0821c2c8261ffa4990c49c338608b243a2e5066b..098297d8b0e8e2fef00e9e184371429654773b42 100644 (file)
@@ -777,7 +777,6 @@ dev-util/staruml-bin
 #
 # Removal in 30 days.  Bug #643308.
 dev-python/pyliblzma
-sys-apps/yum
 
 # Eray Aslan <eras@gentoo.org> (01 Mar 2019)
 # Mask experimental software
diff --git a/sys-apps/yum/Manifest b/sys-apps/yum/Manifest
deleted file mode 100644 (file)
index 941cf6a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST yum-3.4.3_p20170619.tar.gz 1525362 BLAKE2B b2519fef3260f8c10bc2ac26f24b15cf7751d3620cb328fc4bf2db27fbf7cd23be86b474263887b6a5170e8896ce74627b868ccd2fc5b3ddd0679c1a21ca1be7 SHA512 4dddc3e30be8e86162b7786d7cf4e4e6f00e67c03bc3b16f347df1e54c3c67e5eaa01456e19952452a4eeaa4bc40c9a82a042d43772ad304c87c44bdc36e7ea3
diff --git a/sys-apps/yum/metadata.xml b/sys-apps/yum/metadata.xml
deleted file mode 100644 (file)
index 22eb5e1..0000000
+++ /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>pinkbyte@gentoo.org</email>
-               <name>Sergey Popov</name>
-       </maintainer>
-       <longdescription>
-               Automatic updater and package installer/remover for rpm systems
-       </longdescription>
-</pkgmetadata>
diff --git a/sys-apps/yum/yum-3.4.3_p20170619.ebuild b/sys-apps/yum/yum-3.4.3_p20170619.ebuild
deleted file mode 100644 (file)
index 25ff9b0..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-inherit python-single-r1 systemd
-
-DESCRIPTION="automatic updater and package installer/remover for rpm systems"
-HOMEPAGE="http://yum.baseurl.org/"
-SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~ppc ~x86"
-
-IUSE="test"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-       ${PYTHON_DEPS}
-       app-arch/rpm[python,${PYTHON_USEDEP}]
-       dev-python/sqlitecachec[${PYTHON_USEDEP}]
-       dev-libs/libxml2[python,${PYTHON_USEDEP}]
-       dev-python/pyliblzma[${PYTHON_USEDEP}]
-       dev-python/urlgrabber[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}
-       dev-util/intltool
-       test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-src_prepare() {
-       sed -i -e 's/make/$(MAKE)/' Makefile || die
-       sed -i -e "s:lib:$(get_libdir):g" rpmUtils/Makefile yum/Makefile || die
-       default
-}
-
-src_install() {
-       emake INIT=systemd UNITDIR="$(systemd_get_systemunitdir)" DESTDIR="${ED}" install
-       python_optimize "${D%/}$(python_get_sitedir)" "${ED%/}/usr/share/yum-cli"
-       rm -r "${ED%/}/etc/rc.d" || die
-       # bug #563850
-       python_fix_shebang "${ED}/usr/bin/yum"
-}