commit:     6610558bee4f59ab9fb4c83964bb26c8a9e9aca7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 06:14:45 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 06:15:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6610558b

app-portage/etc-proposals: Remove last-rited pkg

Closes: https://bugs.gentoo.org/708176
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/etc-proposals/Manifest                 |  1 -
 .../etc-proposals/etc-proposals-1.4.3-r3.ebuild    | 40 ----------------------
 app-portage/etc-proposals/metadata.xml             | 11 ------
 profiles/package.mask                              |  1 -
 4 files changed, 53 deletions(-)

diff --git a/app-portage/etc-proposals/Manifest 
b/app-portage/etc-proposals/Manifest
deleted file mode 100644
index 9da4a80bf2d..00000000000
--- a/app-portage/etc-proposals/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST etc-proposals-1.4.3.tar.gz 53696 BLAKE2B 
aa86d4b55d53ea269bfeb58cb1db9877fab224c5387fd91ac377d757814580b8c4561c868d9c2d97c465b332041c67fdfe7a5e196fe329b92a768d542257a9ff
 SHA512 
9de117b96908bbde87e8ee9c326525961547ba779ae571071c57571d039f3e01f9d0ec6be5eefc1ea40abdfe73631b4c750964dc94dbb6348119b83afbc556a1

diff --git a/app-portage/etc-proposals/etc-proposals-1.4.3-r3.ebuild 
b/app-portage/etc-proposals/etc-proposals-1.4.3-r3.ebuild
deleted file mode 100644
index 8ec312a9443..00000000000
--- a/app-portage/etc-proposals/etc-proposals-1.4.3-r3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=(python2_7)
-
-inherit distutils-r1
-
-DESCRIPTION="a set of tools for updating gentoo config files"
-HOMEPAGE="https://sourceforge.net/projects/etc-proposals.berlios/";
-SRC_URI="mirror://sourceforge/${PN}.berlios/${P}.tar.gz"
-
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-
-DEPEND=">=dev-python/pygtk-2.10"
-RDEPEND="${DEPEND}"
-
-python_install_all() {
-       distutils-r1_python_install_all
-
-       dodir /usr/sbin
-       einfo "Moving /usr/bin/etc-proposals to /usr/sbin/etc-proposals"
-       mv "${ED%/}/usr/bin/etc-proposals" "${ED%/}/usr/sbin/etc-proposals" || 
die
-       rmdir "${ED%/}/usr/bin" || die
-
-       # Package has PyQt4 support no one ported to PyQt5 so far, bug #634956
-       sed -i -e '/^PreferedFrontends=/ s/qt4,//' "${D}"/etc/etc-proposals.conf
-}
-
-pkg_postinst() {
-       elog "The configuration file has been installed to 
/etc/etc-proposals.conf"
-       elog "If you are installing etc-proposals for the first time or 
updating"
-       elog "from a version < 1.3 you should run the following command once:"
-       elog "etc-proposals --init-db"
-       ewarn "A full backup of /etc and other files managed by CONFIG_PROTECT"
-       ewarn "is highly advised before testing this tool!"
-}

diff --git a/app-portage/etc-proposals/metadata.xml 
b/app-portage/etc-proposals/metadata.xml
deleted file mode 100644
index 85162e1ca20..00000000000
--- a/app-portage/etc-proposals/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="project">
-               <email>[email protected]</email>
-               <name>Gentoo Portage tools team</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="sourceforge">etc-proposals.berlios</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 67aff40e29c..5dabfae855b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -664,7 +664,6 @@ app-emulation/virtualbox-bin
 app-forensics/openscap
 app-misc/email2trac
 app-misc/workrave
-app-portage/etc-proposals
 
 # Alfredo Tupone <[email protected]> (2020-08-16)
 # Ported to py3.8 but not yet released

Reply via email to