summaryrefslogtreecommitdiff
path: root/app-portage/etc-proposals
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
commit8b4ace9c50842c5b83401ea7b179dcab940387e1 (patch)
tree230f3135ceaace633cf93e9838b185c4a6664c2e /app-portage/etc-proposals
parent9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff)
gentoo resync : 23.09.2020
Diffstat (limited to 'app-portage/etc-proposals')
-rw-r--r--app-portage/etc-proposals/Manifest3
-rw-r--r--app-portage/etc-proposals/etc-proposals-1.4.3-r3.ebuild40
-rw-r--r--app-portage/etc-proposals/metadata.xml11
3 files changed, 0 insertions, 54 deletions
diff --git a/app-portage/etc-proposals/Manifest b/app-portage/etc-proposals/Manifest
deleted file mode 100644
index 9aae1da0057c..000000000000
--- a/app-portage/etc-proposals/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST etc-proposals-1.4.3.tar.gz 53696 BLAKE2B aa86d4b55d53ea269bfeb58cb1db9877fab224c5387fd91ac377d757814580b8c4561c868d9c2d97c465b332041c67fdfe7a5e196fe329b92a768d542257a9ff SHA512 9de117b96908bbde87e8ee9c326525961547ba779ae571071c57571d039f3e01f9d0ec6be5eefc1ea40abdfe73631b4c750964dc94dbb6348119b83afbc556a1
-EBUILD etc-proposals-1.4.3-r3.ebuild 1272 BLAKE2B b99b4f39bc3c08f433fd93d90f24f3f8e953bd1d4c091d81fcf8fcbda045b670bbcf93bca0835164cf3c0307fa43f3a1b688653f913b9d45f51eb93e69f5eaa8 SHA512 1d85af758807a3d7eb94041528c29c48566809a4c5a975562b153f62fe40a91d61c912629c4f9792ce53cecfa72a0e241c7b395d173509420d37ef48146ade07
-MISC metadata.xml 357 BLAKE2B 88bc360c88c0e4b9d32bd28923648fd27263bbdf753b3e6be5f3ec2bcf9cff590a9cff68a62bc1426fdd85e4f4aa8cfb8d818633304af9a13f5954da4b5f72a6 SHA512 a4c8e74227ed3eb52a28f7f44c5374368573f9ddb6760f673e6815aee796ee14d7ab011e0c4c8c7035bcfb7a2cce27f68e185e86100cc3868ed97d5763bdc10c
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 8ec312a94438..000000000000
--- 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 85162e1ca20c..000000000000
--- 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>tools-portage@gentoo.org</email>
- <name>Gentoo Portage tools team</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">etc-proposals.berlios</remote-id>
- </upstream>
-</pkgmetadata>