From c5283d322accc6097afec74eab24550829788bab Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 23 Mar 2018 04:19:44 +0000 Subject: gentoo resync : 23.03.2018 --- app-portage/porthole/Manifest | 2 +- app-portage/porthole/porthole-0.6.1-r4.ebuild | 74 ------------------------- app-portage/porthole/porthole-0.6.1-r5.ebuild | 78 +++++++++++++++++++++++++++ 3 files changed, 79 insertions(+), 75 deletions(-) delete mode 100644 app-portage/porthole/porthole-0.6.1-r4.ebuild create mode 100644 app-portage/porthole/porthole-0.6.1-r5.ebuild (limited to 'app-portage/porthole') diff --git a/app-portage/porthole/Manifest b/app-portage/porthole/Manifest index ac015ab8df27..07451f003491 100644 --- a/app-portage/porthole/Manifest +++ b/app-portage/porthole/Manifest @@ -2,5 +2,5 @@ AUX porthole-0.6.1-masking_status.patch 485 BLAKE2B 92188c56635ab69207dcee949303 AUX porthole-0.6.1-missing-attribute.patch 665 BLAKE2B ac282d0f7ef0f94d125520d25c3171b3f05bf42338f399b6bd7b82f09e9f6d0740e6df06c256b7179d9889b4c361b0ffa2954fd14f9a835d024feaf71499105a SHA512 e450d7d188b7762cebdfd33e6bc586c38e63fec80fe51fd500559587a85e6f5632ad3279d8e8a4bc37781e77f3f6f3df9af8b013f1725dbb47877642177d27d2 AUX porthole-0.6.1-missing_import.patch 858 BLAKE2B 6b338ff4425d533e6f5a7033f2372032b7184ef3119a95cd5251ff92430223cbef3e95922850ee62416f9d7f2e0dde6df015a5cad1146e227c120c2e4a902630 SHA512 aa61359f9b0d53ffeb3a68bdcacf0010de2a789ea70b1bc0a1035d649ff3986e7fb44292fced65f5652475956d7a10d15907a4e6fa139854f7cdb4a7db1eaebd DIST porthole-0.6.1.tar.bz2 958696 BLAKE2B e4eb7493a66278cd7d16ac68304fe74ad8623054a95bb3dca84b0b8236f76cb9b0a92f446d1ffd95f907c29d703d93bdd48e8e5064485b69282e8680f5fcb658 SHA512 9bc1d79c587ad8228b9bb4eee6cb32559a5d7b6a9f4f6ece752fce9030f71fdbfd6158d7a2a055641b63df1f0a1c31995747e15b618de79cd8a7a56e4d8f634c -EBUILD porthole-0.6.1-r4.ebuild 2004 BLAKE2B cc43bff307460bcf80e49fb835b8fc298b01899edd1677269f813e8ac5e5f2b663154dc621e77360d752b9785c28a975ecc3d62ad84e2f7255fbdb20eb13ed46 SHA512 cbeea11ed7167f2d85e0776d59a4af8a7f83e2536b3ec2a7971e4ef5db2d484ecb04fae045603268835c06a8a018f43723fb964d3519976ce81ec8dcabe11842 +EBUILD porthole-0.6.1-r5.ebuild 2060 BLAKE2B 9b62d2c9c8886bfa21c1b80880ae377b21d35d83560fc809f2a6f35387fa9141503f8331b46573b52d5491fbab237cf43b6328dd69abc5113e072366c6b51cf3 SHA512 5defd448ca7af6aef841fee4ff4aaff06fc2ed4f040d2185e31fe6237eb3bbd36d462cd0883f1c370e65ab3fa0c02773384302e62f22f94cd0679527355290a3 MISC metadata.xml 519 BLAKE2B 2c5fd18fa8f91cecdebd9e89292c1862e11e126cbf710db17af3358e92bd2a7abd30e5a7ff925b33c446d9d7c6937f2e3d19c171e8c35c2bbee243e2f9339947 SHA512 d149c76b00d1a0c2b3593f90b45b944de122498606d86cb90f992beb2a727bb3b32f610e823c0d0ad0377538616447698acc110c6f152860844a53610d531220 diff --git a/app-portage/porthole/porthole-0.6.1-r4.ebuild b/app-portage/porthole/porthole-0.6.1-r4.ebuild deleted file mode 100644 index b89b89c8092c..000000000000 --- a/app-portage/porthole/porthole-0.6.1-r4.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=(python2_7) -PYTHON_REQ_USE="threads(+),xml(+)" - -inherit distutils-r1 eutils - -DESCRIPTION="A GTK+-based frontend to Portage" -HOMEPAGE="http://porthole.sourceforge.net" -SRC_URI="mirror://sourceforge/porthole/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm ppc ~ppc64 sparc x86 ~x86-fbsd" -IUSE="nls" -LANGS="de pl ru vi it fr tr" - -RDEPEND=">=sys-apps/portage-2.1[${PYTHON_USEDEP}] - dev-python/pygtk:2[${PYTHON_USEDEP}] - gnome-base/libglade:2.0 - dev-python/pygtksourceview:2[${PYTHON_USEDEP}] - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - nls? ( >=sys-devel/gettext-0.14 )" - -PATCHES=( - "${FILESDIR}/${P}-masking_status.patch" # bug 307037 - "${FILESDIR}/${P}-missing_import.patch" # bug 323179 - "${FILESDIR}/${P}-missing-attribute.patch" #bug 323179 -) - -src_compile(){ - # Compile localizations if necessary - if use nls ; then - cd scripts - ./pocompile.sh -emerge ${LINGUAS} || die "pocompile failed" - fi -} - -python_install_all() { - distutils-r1_python_install_all - - dodoc TODO README NEWS AUTHORS - - keepdir /var/log/porthole - fperms g+w /var/log/porthole - keepdir /var/db/porthole - fperms g+w /var/db/porthole - - # nls - if use nls; then - # mo directory doesn't exists with nls enabled and unsupported LINGUAS - [[ -d porthole/i18n/mo ]] && domo porthole/i18n/mo/* - fi -} - -pkg_preinst() { - chgrp portage "${D}"/var/log/porthole - chgrp portage "${D}"/var/db/porthole -} - -pkg_postinst() { - einfo - einfo "Porthole has updated the way that the upgrades are sent to emerge." - einfo "In this new way the user needs to set any 'Settings' menu emerge options" - einfo "Porthole automatically adds '--oneshot' for all upgrades selections" - einfo "Other options recommended are '--noreplace' along with '--update'" - einfo "They allow for portage to skip any packages that might have already" - einfo "been upgraded as a dependency of another previously upgraded package" - einfo -} diff --git a/app-portage/porthole/porthole-0.6.1-r5.ebuild b/app-portage/porthole/porthole-0.6.1-r5.ebuild new file mode 100644 index 000000000000..4c439daffb48 --- /dev/null +++ b/app-portage/porthole/porthole-0.6.1-r5.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" + +PYTHON_COMPAT=(python2_7) +PYTHON_REQ_USE="threads(+),xml(+)" + +inherit distutils-r1 eutils + +DESCRIPTION="A GTK+-based frontend to Portage" +HOMEPAGE="http://porthole.sourceforge.net" +SRC_URI="mirror://sourceforge/porthole/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 arm ppc ~ppc64 sparc x86 ~x86-fbsd" +IUSE="nls" +LANGS="de pl ru vi it fr tr" + +RDEPEND=" + || ( + >=sys-apps/portage-2.1[${PYTHON_USEDEP}] + sys-apps/portage-mgorny[${PYTHON_USEDEP}] + ) + dev-python/pygtk:2[${PYTHON_USEDEP}] + gnome-base/libglade:2.0 + dev-python/pygtksourceview:2[${PYTHON_USEDEP}] + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + nls? ( >=sys-devel/gettext-0.14 )" + +PATCHES=( + "${FILESDIR}/${P}-masking_status.patch" # bug 307037 + "${FILESDIR}/${P}-missing_import.patch" # bug 323179 + "${FILESDIR}/${P}-missing-attribute.patch" #bug 323179 +) + +src_compile(){ + # Compile localizations if necessary + if use nls ; then + cd scripts + ./pocompile.sh -emerge ${LINGUAS} || die "pocompile failed" + fi +} + +python_install_all() { + distutils-r1_python_install_all + + dodoc TODO README NEWS AUTHORS + + keepdir /var/log/porthole + fperms g+w /var/log/porthole + keepdir /var/db/porthole + fperms g+w /var/db/porthole + + # nls + if use nls; then + # mo directory doesn't exists with nls enabled and unsupported LINGUAS + [[ -d porthole/i18n/mo ]] && domo porthole/i18n/mo/* + fi +} + +pkg_preinst() { + chgrp portage "${D}"/var/log/porthole + chgrp portage "${D}"/var/db/porthole +} + +pkg_postinst() { + einfo + einfo "Porthole has updated the way that the upgrades are sent to emerge." + einfo "In this new way the user needs to set any 'Settings' menu emerge options" + einfo "Porthole automatically adds '--oneshot' for all upgrades selections" + einfo "Other options recommended are '--noreplace' along with '--update'" + einfo "They allow for portage to skip any packages that might have already" + einfo "been upgraded as a dependency of another previously upgraded package" + einfo +} -- cgit v1.2.3