diff options
author | Paul Varner <fuzzyray@gentoo.org> | 2011-07-18 21:58:26 +0000 |
---|---|---|
committer | Paul Varner <fuzzyray@gentoo.org> | 2011-07-18 21:58:26 +0000 |
commit | 3809609f5c85ba11a5caa0974debb531a5bd1023 (patch) | |
tree | 032bc8f28a34dd474bb6606a9358fd9a81e1f145 /app-portage | |
parent | Version bump from upstream, bug 374469. Many upstream provided bug fixes (diff) | |
download | gentoo-2-3809609f5c85ba11a5caa0974debb531a5bd1023.tar.gz gentoo-2-3809609f5c85ba11a5caa0974debb531a5bd1023.tar.bz2 gentoo-2-3809609f5c85ba11a5caa0974debb531a5bd1023.zip |
Removing unused versions. Dropping the ~sparc-fbsd keyword with permission of the bsd team.
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoolkit/ChangeLog | 9 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.3.0.1.ebuild | 77 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.3.0.2.ebuild | 77 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.3.0.3.ebuild | 77 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.3.0.ebuild | 72 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.3.0_rc10-r1.ebuild | 67 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.3.0_rc11-r3.ebuild | 81 |
7 files changed, 8 insertions, 452 deletions
diff --git a/app-portage/gentoolkit/ChangeLog b/app-portage/gentoolkit/ChangeLog index 494693995a8a..37331dc7c98f 100644 --- a/app-portage/gentoolkit/ChangeLog +++ b/app-portage/gentoolkit/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-portage/gentoolkit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.226 2011/07/18 21:27:16 fuzzyray Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.227 2011/07/18 21:58:26 fuzzyray Exp $ + + 18 Jul 2011; Paul Varner <fuzzyray@gentoo.org> + -gentoolkit-0.3.0_rc10-r1.ebuild, -gentoolkit-0.3.0_rc11-r3.ebuild, + -gentoolkit-0.3.0.ebuild, -gentoolkit-0.3.0.1.ebuild, + -gentoolkit-0.3.0.2.ebuild, -gentoolkit-0.3.0.3.ebuild: + Removing unused versions. Dropping the ~sparc-fbsd keyword with permission of + the bsd team. 18 Jul 2011; Paul Varner <fuzzyray@gentoo.org> gentoolkit-9999.ebuild: Migrate live ebuild to the git-2 eclass. diff --git a/app-portage/gentoolkit/gentoolkit-0.3.0.1.ebuild b/app-portage/gentoolkit/gentoolkit-0.3.0.1.ebuild deleted file mode 100644 index 0daa1b8adcd9..000000000000 --- a/app-portage/gentoolkit/gentoolkit-0.3.0.1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.1.ebuild,v 1.2 2011/05/11 00:28:02 fuzzyray Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.[45]" -PYTHON_USE_WITH="xml" -PYTHON_NONVERSIONED_EXECUTABLES=(".*") - -inherit distutils python eutils - -DESCRIPTION="Collection of administration scripts for Gentoo" -HOMEPAGE="http://www.gentoo.org/proj/en/portage/tools/index.xml" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -# Drop "~m68k ~s390 ~sh ~sparc-fbsd ~x86-fbsd" due to dev-python/argparse dependency -# Note: argparse is provided in python 2.7 and 3.2 (Bug 346005) -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -DEPEND="sys-apps/portage" -RDEPEND="${DEPEND} - !<=app-portage/gentoolkit-dev-0.2.7 - dev-python/argparse - || ( app-misc/realpath sys-freebsd/freebsd-bin ) - sys-apps/gawk - sys-apps/grep" - -distutils_src_compile_pre_hook() { - echo VERSION="${PVR}" "$(PYTHON)" setup.py set_version - VERSION="${PVR}" "$(PYTHON)" setup.py set_version \ - || die "setup.py set_version failed" -} - -src_install() { - python_convert_shebangs -r "" build-*/scripts-* - distutils_src_install - - # Create cache directory for revdep-rebuild - dodir /var/cache/revdep-rebuild - keepdir /var/cache/revdep-rebuild - use prefix || fowners root:root /var/cache/revdep-rebuild - fperms 0700 /var/cache/revdep-rebuild - - # remove on Gentoo Prefix platforms where it's broken anyway - if use prefix; then - elog "The revdep-rebuild command is removed, the preserve-libs" - elog "feature of portage will handle issues." - rm "${ED}"/usr/bin/revdep-rebuild - rm "${ED}"/usr/share/man/man1/revdep-rebuild.1 - rm -rf "${ED}"/etc/revdep-rebuild - rm -rf "${ED}"/var - fi - - # Can distutils handle this? - dosym eclean /usr/bin/eclean-dist - dosym eclean /usr/bin/eclean-pkg -} - -pkg_postinst() { - distutils_pkg_postinst - - einfo - einfo "For further information on gentoolkit, please read the gentoolkit" - einfo "guide: http://www.gentoo.org/doc/en/gentoolkit.xml" - einfo - einfo "Another alternative to equery is app-portage/portage-utils" - ewarn - ewarn "glsa-check since gentoolkit 0.3 has modified some output," - ewarn "options and default behavior. The list of injected GLSAs" - ewarn "has moved to /var/lib/portage/glsa_injected, please" - ewarn "run 'glsa-check -p affected' before copying the existing checkfile." -} diff --git a/app-portage/gentoolkit/gentoolkit-0.3.0.2.ebuild b/app-portage/gentoolkit/gentoolkit-0.3.0.2.ebuild deleted file mode 100644 index 1447c59b7f54..000000000000 --- a/app-portage/gentoolkit/gentoolkit-0.3.0.2.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.2.ebuild,v 1.1 2011/05/13 05:25:11 fuzzyray Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.[45]" -PYTHON_USE_WITH="xml" -PYTHON_NONVERSIONED_EXECUTABLES=(".*") - -inherit distutils python eutils - -DESCRIPTION="Collection of administration scripts for Gentoo" -HOMEPAGE="http://www.gentoo.org/proj/en/portage/tools/index.xml" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -# Drop "~m68k ~s390 ~sh ~sparc-fbsd ~x86-fbsd" due to dev-python/argparse dependency -# Note: argparse is provided in python 2.7 and 3.2 (Bug 346005) -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -DEPEND="sys-apps/portage" -RDEPEND="${DEPEND} - !<=app-portage/gentoolkit-dev-0.2.7 - dev-python/argparse - || ( app-misc/realpath sys-freebsd/freebsd-bin ) - sys-apps/gawk - sys-apps/grep" - -distutils_src_compile_pre_hook() { - echo VERSION="${PVR}" "$(PYTHON)" setup.py set_version - VERSION="${PVR}" "$(PYTHON)" setup.py set_version \ - || die "setup.py set_version failed" -} - -src_install() { - python_convert_shebangs -r "" build-*/scripts-* - distutils_src_install - - # Create cache directory for revdep-rebuild - dodir /var/cache/revdep-rebuild - keepdir /var/cache/revdep-rebuild - use prefix || fowners root:root /var/cache/revdep-rebuild - fperms 0700 /var/cache/revdep-rebuild - - # remove on Gentoo Prefix platforms where it's broken anyway - if use prefix; then - elog "The revdep-rebuild command is removed, the preserve-libs" - elog "feature of portage will handle issues." - rm "${ED}"/usr/bin/revdep-rebuild - rm "${ED}"/usr/share/man/man1/revdep-rebuild.1 - rm -rf "${ED}"/etc/revdep-rebuild - rm -rf "${ED}"/var - fi - - # Can distutils handle this? - dosym eclean /usr/bin/eclean-dist - dosym eclean /usr/bin/eclean-pkg -} - -pkg_postinst() { - distutils_pkg_postinst - - einfo - einfo "For further information on gentoolkit, please read the gentoolkit" - einfo "guide: http://www.gentoo.org/doc/en/gentoolkit.xml" - einfo - einfo "Another alternative to equery is app-portage/portage-utils" - ewarn - ewarn "glsa-check since gentoolkit 0.3 has modified some output," - ewarn "options and default behavior. The list of injected GLSAs" - ewarn "has moved to /var/lib/portage/glsa_injected, please" - ewarn "run 'glsa-check -p affected' before copying the existing checkfile." -} diff --git a/app-portage/gentoolkit/gentoolkit-0.3.0.3.ebuild b/app-portage/gentoolkit/gentoolkit-0.3.0.3.ebuild deleted file mode 100644 index bb391415e289..000000000000 --- a/app-portage/gentoolkit/gentoolkit-0.3.0.3.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.3.ebuild,v 1.1 2011/05/18 03:57:43 fuzzyray Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.[45]" -PYTHON_USE_WITH="xml" -PYTHON_NONVERSIONED_EXECUTABLES=(".*") - -inherit distutils python eutils - -DESCRIPTION="Collection of administration scripts for Gentoo" -HOMEPAGE="http://www.gentoo.org/proj/en/portage/tools/index.xml" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -# Drop "~m68k ~s390 ~sh ~sparc-fbsd ~x86-fbsd" due to dev-python/argparse dependency -# Note: argparse is provided in python 2.7 and 3.2 (Bug 346005) -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -DEPEND="sys-apps/portage" -RDEPEND="${DEPEND} - !<=app-portage/gentoolkit-dev-0.2.7 - dev-python/argparse - || ( app-misc/realpath sys-freebsd/freebsd-bin ) - sys-apps/gawk - sys-apps/grep" - -distutils_src_compile_pre_hook() { - echo VERSION="${PVR}" "$(PYTHON)" setup.py set_version - VERSION="${PVR}" "$(PYTHON)" setup.py set_version \ - || die "setup.py set_version failed" -} - -src_install() { - python_convert_shebangs -r "" build-*/scripts-* - distutils_src_install - - # Create cache directory for revdep-rebuild - dodir /var/cache/revdep-rebuild - keepdir /var/cache/revdep-rebuild - use prefix || fowners root:root /var/cache/revdep-rebuild - fperms 0700 /var/cache/revdep-rebuild - - # remove on Gentoo Prefix platforms where it's broken anyway - if use prefix; then - elog "The revdep-rebuild command is removed, the preserve-libs" - elog "feature of portage will handle issues." - rm "${ED}"/usr/bin/revdep-rebuild - rm "${ED}"/usr/share/man/man1/revdep-rebuild.1 - rm -rf "${ED}"/etc/revdep-rebuild - rm -rf "${ED}"/var - fi - - # Can distutils handle this? - dosym eclean /usr/bin/eclean-dist - dosym eclean /usr/bin/eclean-pkg -} - -pkg_postinst() { - distutils_pkg_postinst - - einfo - einfo "For further information on gentoolkit, please read the gentoolkit" - einfo "guide: http://www.gentoo.org/doc/en/gentoolkit.xml" - einfo - einfo "Another alternative to equery is app-portage/portage-utils" - ewarn - ewarn "glsa-check since gentoolkit 0.3 has modified some output," - ewarn "options and default behavior. The list of injected GLSAs" - ewarn "has moved to /var/lib/portage/glsa_injected, please" - ewarn "run 'glsa-check -p affected' before copying the existing checkfile." -} diff --git a/app-portage/gentoolkit/gentoolkit-0.3.0.ebuild b/app-portage/gentoolkit/gentoolkit-0.3.0.ebuild deleted file mode 100644 index e3f4a84c14f4..000000000000 --- a/app-portage/gentoolkit/gentoolkit-0.3.0.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.ebuild,v 1.1 2011/04/11 01:59:32 fuzzyray Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.[45]" -PYTHON_USE_WITH="xml" -PYTHON_NONVERSIONED_EXECUTABLES=(".*") - -inherit distutils python eutils - -DESCRIPTION="Collection of administration scripts for Gentoo" -HOMEPAGE="http://www.gentoo.org/proj/en/portage/tools/index.xml" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -# Drop "~m68k ~s390 ~sh ~sparc-fbsd ~x86-fbsd" due to dev-python/argparse dependency -# Note: argparse is provided in python 2.7 and 3.2 (Bug 346005) -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -DEPEND="sys-apps/portage" -RDEPEND="${DEPEND} - !<=app-portage/gentoolkit-dev-0.2.7 - dev-python/argparse - || ( app-misc/realpath sys-freebsd/freebsd-bin ) - sys-apps/gawk - sys-apps/grep" - -distutils_src_compile_pre_hook() { - echo VERSION="${PVR}" "$(PYTHON)" setup.py set_version - VERSION="${PVR}" "$(PYTHON)" setup.py set_version \ - || die "setup.py set_version failed" -} - -src_install() { - python_convert_shebangs -r "" build-*/scripts-* - distutils_src_install - - # Create cache directory for revdep-rebuild - dodir /var/cache/revdep-rebuild - keepdir /var/cache/revdep-rebuild - use prefix || fowners root:root /var/cache/revdep-rebuild - fperms 0700 /var/cache/revdep-rebuild - - # remove on Gentoo Prefix platforms where it's broken anyway - if use prefix; then - elog "The revdep-rebuild command is removed, the preserve-libs" - elog "feature of portage will handle issues." - rm "${ED}"/usr/bin/revdep-rebuild - rm "${ED}"/usr/share/man/man1/revdep-rebuild.1 - rm -rf "${ED}"/etc/revdep-rebuild - rm -rf "${ED}"/var - fi - - # Can distutils handle this? - dosym eclean /usr/bin/eclean-dist - dosym eclean /usr/bin/eclean-pkg -} - -pkg_postinst() { - distutils_pkg_postinst - - einfo - einfo "For further information on gentoolkit, please read the gentoolkit" - einfo "guide: http://www.gentoo.org/doc/en/gentoolkit.xml" - einfo - einfo "Another alternative to equery is app-portage/portage-utils" -} diff --git a/app-portage/gentoolkit/gentoolkit-0.3.0_rc10-r1.ebuild b/app-portage/gentoolkit/gentoolkit-0.3.0_rc10-r1.ebuild deleted file mode 100644 index f67e735024ad..000000000000 --- a/app-portage/gentoolkit/gentoolkit-0.3.0_rc10-r1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0_rc10-r1.ebuild,v 1.3 2010/12/26 13:33:03 arfrever Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.[45]" -PYTHON_NONVERSIONED_EXECUTABLES=(".*") - -inherit distutils python eutils - -DESCRIPTION="Collection of administration scripts for Gentoo" -HOMEPAGE="http://www.gentoo.org/proj/en/portage/tools/index.xml" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -# Drop ~sparc-fbsd ~x86-fbsd due to app-misc/realpath dependency -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" - -DEPEND="sys-apps/portage - >=dev-lang/python-2.6[xml] - !!>=dev-lang/python-2.6[-xml]" -RDEPEND="${DEPEND} - || ( app-misc/realpath sys-freebsd/freebsd-bin ) - sys-apps/gawk - sys-apps/grep" - -src_prepare() { - epatch "${FILESDIR}/eclean.313901.patch" -} - -distutils_src_compile_pre_hook() { - echo VERSION="${PVR}" "$(PYTHON)" setup.py set_version - VERSION="${PVR}" "$(PYTHON)" setup.py set_version -} - -src_install() { - python_convert_shebangs -r "" build-*/scripts-* - distutils_src_install - - # Create cache directory for revdep-rebuild - dodir /var/cache/revdep-rebuild - keepdir /var/cache/revdep-rebuild - fowners root:root /var/cache/revdep-rebuild - fperms 0700 /var/cache/revdep-rebuild - - # Can distutils handle this? - dosym eclean /usr/bin/eclean-dist - dosym eclean /usr/bin/eclean-pkg -} - -pkg_postinst() { - distutils_pkg_postinst - - # Make sure that our ownership and permissions stuck - chown root:root "${ROOT}/var/cache/revdep-rebuild" - chmod 0700 "${ROOT}/var/cache/revdep-rebuild" - - einfo - einfo "For further information on gentoolkit, please read the gentoolkit" - einfo "guide: http://www.gentoo.org/doc/en/gentoolkit.xml" - einfo - einfo "Another alternative to equery is app-portage/portage-utils" -} diff --git a/app-portage/gentoolkit/gentoolkit-0.3.0_rc11-r3.ebuild b/app-portage/gentoolkit/gentoolkit-0.3.0_rc11-r3.ebuild deleted file mode 100644 index 89a11e41bb9a..000000000000 --- a/app-portage/gentoolkit/gentoolkit-0.3.0_rc11-r3.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0_rc11-r3.ebuild,v 1.6 2011/04/06 16:04:01 darkside Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.[45]" -PYTHON_USE_WITH="xml" -PYTHON_NONVERSIONED_EXECUTABLES=(".*") - -inherit distutils python eutils - -DESCRIPTION="Collection of administration scripts for Gentoo" -HOMEPAGE="http://www.gentoo.org/proj/en/portage/tools/index.xml" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -# Drop "~m68k ~s390 ~sh ~sparc-fbsd ~x86-fbsd" due to dev-python/argparse dependency -# Note: argparse is provided in python 2.7 and 3.2 -# KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -DEPEND="sys-apps/portage" -RDEPEND="${DEPEND} - !<=app-portage/gentoolkit-dev-0.2.7 - dev-python/argparse - || ( app-misc/realpath sys-freebsd/freebsd-bin ) - sys-apps/gawk - sys-apps/grep" - -distutils_src_compile_pre_hook() { - echo VERSION="${PVR}" "$(PYTHON)" setup.py set_version - VERSION="${PVR}" "$(PYTHON)" setup.py set_version \ - || die "setup.py set_version failed" -} - -src_prepare() { - epatch "${FILESDIR}/${PV}-eshowkw_indir.patch" - epatch "${FILESDIR}/${PV}-setup.py.patch" - epatch "${FILESDIR}/${PV}-cpv.py.patch" - epatch "${FILESDIR}/${PV}-euse.patch" - epatch "${FILESDIR}/${PV}-euse_prefix.patch" -} - -src_install() { - python_convert_shebangs -r "" build-*/scripts-* - distutils_src_install - - # Create cache directory for revdep-rebuild - dodir /var/cache/revdep-rebuild - keepdir /var/cache/revdep-rebuild - use prefix || fowners root:root /var/cache/revdep-rebuild - fperms 0700 /var/cache/revdep-rebuild - - # remove on Gentoo Prefix platforms where it's broken anyway - if use prefix; then - elog "The revdep-rebuild command is removed, the preserve-libs" - elog "feature of portage will handle issues." - rm "${ED}"/usr/bin/revdep-rebuild - rm "${ED}"/usr/share/man/man1/revdep-rebuild.1 - rm -rf "${ED}"/etc/revdep-rebuild - rm -rf "${ED}"/var - fi - - # Can distutils handle this? - dosym eclean /usr/bin/eclean-dist - dosym eclean /usr/bin/eclean-pkg -} - -pkg_postinst() { - distutils_pkg_postinst - - einfo - einfo "For further information on gentoolkit, please read the gentoolkit" - einfo "guide: http://www.gentoo.org/doc/en/gentoolkit.xml" - einfo - einfo "Another alternative to equery is app-portage/portage-utils" -} |