summaryrefslogtreecommitdiff
path: root/app-portage/etc-proposals/etc-proposals-1.4.3-r3.ebuild
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/etc-proposals-1.4.3-r3.ebuild
parent9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff)
gentoo resync : 23.09.2020
Diffstat (limited to 'app-portage/etc-proposals/etc-proposals-1.4.3-r3.ebuild')
-rw-r--r--app-portage/etc-proposals/etc-proposals-1.4.3-r3.ebuild40
1 files changed, 0 insertions, 40 deletions
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!"
-}